prepare release of v1.2.3 (#29)

This commit is contained in:
Stefan Kalscheuer 2025-02-04 18:20:16 +01:00
parent 313159c74a
commit 474491d2b1
Signed by: stefan
GPG Key ID: 3887EC2A53B55430
5 changed files with 11 additions and 6 deletions

View File

@ -11,7 +11,7 @@
* Requires at least: 4.7 * Requires at least: 4.7
* Tested up to: 6.7 * Tested up to: 6.7
* Requires PHP: 5.6 * Requires PHP: 5.6
* Stable tag: 1.2.2 * Stable tag: 1.2.3
* License: GPLv2 or later * License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html * License URI: http://www.gnu.org/licenses/gpl-2.0.html
@ -80,7 +80,12 @@ caching time of 12 hours obviously makes no sense.
## Changelog ## Changelog
### 1.2.2 - 2023-03-02 ### 1.2.3 - 2025-02-04
* Escape ticker ID in shortcode output
* Tested with WP 6.7
### 1.2.2 - 2024-03-02
* Update use of deprecated WP core functions * Update use of deprecated WP core functions
* Extend output sanitization * Extend output sanitization

View File

@ -1,6 +1,6 @@
{ {
"name": "stklcode/stklcode-liveticker", "name": "stklcode/stklcode-liveticker",
"version": "1.2.2", "version": "1.2.3",
"description": "A simple Liveticker for Wordpress.", "description": "A simple Liveticker for Wordpress.",
"keywords": [ "keywords": [
"wordpress", "wordpress",

View File

@ -26,7 +26,7 @@ class SCLiveticker {
* *
* @var string OPTIONS * @var string OPTIONS
*/ */
const VERSION = '1.2.2'; const VERSION = '1.2.3';
/** /**
* Options tag. * Options tag.

View File

@ -1,6 +1,6 @@
{ {
"name": "stklcode-liveticker", "name": "stklcode-liveticker",
"version": "1.2.2", "version": "1.2.3",
"description": "A simple Liveticker for Wordpress.", "description": "A simple Liveticker for Wordpress.",
"author": "Stefan Kalscheuer", "author": "Stefan Kalscheuer",
"license": "GPL-2.0+", "license": "GPL-2.0+",

View File

@ -9,7 +9,7 @@
* @wordpress-plugin * @wordpress-plugin
* Plugin Name: Liveticker (by stklcode) * Plugin Name: Liveticker (by stklcode)
* Description: A simple Liveticker for WordPress. * Description: A simple Liveticker for WordPress.
* Version: 1.2.2 * Version: 1.2.3
* Author: Stefan Kalscheuer * Author: Stefan Kalscheuer
* Author URI: https://www.stklcode.de * Author URI: https://www.stklcode.de
* Text Domain: stklcode-liveticker * Text Domain: stklcode-liveticker