Skip to content

Commit 9d1934a

Browse files
committed
prepare release of v1.2.2
1 parent 167433a commit 9d1934a

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
* Contributors: Stefan Kalscheuer
1010
* Tags: liveticker, feed, rss
1111
* Requires at least: 4.7
12-
* Tested up to: 6.2
12+
* Tested up to: 6.4
1313
* Requires PHP: 5.6
14-
* Stable tag: 1.2.1
14+
* Stable tag: 1.2.2
1515
* License: GPLv2 or later
1616
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
1717

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

8181
## Changelog
8282

83+
### 1.2.2 - 2023-03-02
84+
85+
* Update use of deprecated WP core functions
86+
* Extend output sanitization
87+
* Tested with WP 6.4
88+
8389
### 1.2.1 - 2022-02-01
8490

8591
* Fix issue with limit in Gutenberg block.

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.1",
3+
"version": "1.2.2",
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.1';
29+
const VERSION = '1.2.2';
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.1",
3+
"version": "1.2.2",
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.1
12+
* Version: 1.2.2
1313
* Author: Stefan Kalscheuer
1414
* Author URI: https://www.stklcode.de
1515
* Text Domain: stklcode-liveticker

0 commit comments

Comments
 (0)