Skip to content

Commit 1fdf0d0

Browse files
committed
prepare release of v1.2.3
1 parent 313159c commit 1fdf0d0

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Requires at least: 4.7
1212
* Tested up to: 6.7
1313
* Requires PHP: 5.6
14-
* Stable tag: 1.2.2
14+
* Stable tag: 1.2.3
1515
* License: GPLv2 or later
1616
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
1717

@@ -80,7 +80,12 @@ caching time of 12 hours obviously makes no sense.
8080

8181
## Changelog
8282

83-
### 1.2.2 - 2023-03-02
83+
### 1.2.3 - 2025-02-04
84+
85+
* Escape ticker ID in shortcode output
86+
* Tested with WP 6.7
87+
88+
### 1.2.2 - 2024-03-02
8489

8590
* Update use of deprecated WP core functions
8691
* Extend output sanitization

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stklcode/stklcode-liveticker",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "A simple Liveticker for Wordpress.",
55
"keywords": [
66
"wordpress",

includes/class-scliveticker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class SCLiveticker {
2626
*
2727
* @var string OPTIONS
2828
*/
29-
const VERSION = '1.2.2';
29+
const VERSION = '1.2.3';
3030

3131
/**
3232
* Options tag.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stklcode-liveticker",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "A simple Liveticker for Wordpress.",
55
"author": "Stefan Kalscheuer",
66
"license": "GPL-2.0+",

stklcode-liveticker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @wordpress-plugin
1010
* Plugin Name: Liveticker (by stklcode)
1111
* Description: A simple Liveticker for WordPress.
12-
* Version: 1.2.2
12+
* Version: 1.2.3
1313
* Author: Stefan Kalscheuer
1414
* Author URI: https://www.stklcode.de
1515
* Text Domain: stklcode-liveticker

0 commit comments

Comments
 (0)