prepare release of v1.2.2
All checks were successful
continuous-integration/drone/tag Build is passing
All checks were successful
continuous-integration/drone/tag Build is passing
This commit is contained in:
parent
167433a80b
commit
5e2f17f6aa
10
README.md
10
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.
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "stklcode/stklcode-liveticker",
|
||||
"version": "1.2.1",
|
||||
"version": "1.2.2",
|
||||
"description": "A simple Liveticker for Wordpress.",
|
||||
"keywords": [
|
||||
"wordpress",
|
||||
|
@ -26,7 +26,7 @@ class SCLiveticker {
|
||||
*
|
||||
* @var string OPTIONS
|
||||
*/
|
||||
const VERSION = '1.2.1';
|
||||
const VERSION = '1.2.2';
|
||||
|
||||
/**
|
||||
* Options tag.
|
||||
|
@ -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+",
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user