From 9d1934a6d74364a4648e47e398f7cc176ea871d9 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sat, 2 Mar 2024 11:09:37 +0100 Subject: [PATCH] prepare release of v1.2.2 --- README.md | 10 ++++++++-- composer.json | 2 +- includes/class-scliveticker.php | 2 +- package.json | 2 +- stklcode-liveticker.php | 2 +- 5 files changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 94c4321..f759e0e 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ * Contributors: Stefan Kalscheuer * Tags: liveticker, feed, rss * Requires at least: 4.7 -* Tested up to: 6.2 +* Tested up to: 6.4 * Requires PHP: 5.6 -* Stable tag: 1.2.1 +* Stable tag: 1.2.2 * License: GPLv2 or later * License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -80,6 +80,12 @@ caching time of 12 hours obviously makes no sense. ## Changelog +### 1.2.2 - 2023-03-02 + +* Update use of deprecated WP core functions +* Extend output sanitization +* Tested with WP 6.4 + ### 1.2.1 - 2022-02-01 * Fix issue with limit in Gutenberg block. diff --git a/composer.json b/composer.json index b944fa0..45326a3 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "stklcode/stklcode-liveticker", - "version": "1.2.1", + "version": "1.2.2", "description": "A simple Liveticker for Wordpress.", "keywords": [ "wordpress", diff --git a/includes/class-scliveticker.php b/includes/class-scliveticker.php index b32bbc0..89ab174 100644 --- a/includes/class-scliveticker.php +++ b/includes/class-scliveticker.php @@ -26,7 +26,7 @@ class SCLiveticker { * * @var string OPTIONS */ - const VERSION = '1.2.1'; + const VERSION = '1.2.2'; /** * Options tag. diff --git a/package.json b/package.json index a88cc38..8f92fe1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stklcode-liveticker", - "version": "1.2.1", + "version": "1.2.2", "description": "A simple Liveticker for Wordpress.", "author": "Stefan Kalscheuer", "license": "GPL-2.0+", diff --git a/stklcode-liveticker.php b/stklcode-liveticker.php index 353f55b..1cebdd8 100644 --- a/stklcode-liveticker.php +++ b/stklcode-liveticker.php @@ -9,7 +9,7 @@ * @wordpress-plugin * Plugin Name: Liveticker (by stklcode) * Description: A simple Liveticker for WordPress. - * Version: 1.2.1 + * Version: 1.2.2 * Author: Stefan Kalscheuer * Author URI: https://www.stklcode.de * Text Domain: stklcode-liveticker