Skip to content

Commit

Permalink
prepare release of v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stklcode committed Mar 2, 2024
1 parent 167433a commit cc9d92d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stklcode/stklcode-liveticker",
"version": "1.2.1",
"version": "1.2.2",
"description": "A simple Liveticker for Wordpress.",
"keywords": [
"wordpress",
Expand Down
2 changes: 1 addition & 1 deletion includes/class-scliveticker.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class SCLiveticker {
*
* @var string OPTIONS
*/
const VERSION = '1.2.1';
const VERSION = '1.2.2';

/**
* Options tag.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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+",
Expand Down

0 comments on commit cc9d92d

Please sign in to comment.