This commit is contained in:
parent
e007f53e8c
commit
a2b001a581
@ -11,7 +11,7 @@
|
|||||||
* Requires at least: 4.7
|
* Requires at least: 4.7
|
||||||
* Tested up to: 5.8
|
* Tested up to: 5.8
|
||||||
* Requires PHP: 5.6
|
* Requires PHP: 5.6
|
||||||
* Stable tag: 1.1.1
|
* Stable tag: 1.2.0
|
||||||
* 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
|
||||||
|
|
||||||
@ -43,7 +43,7 @@ Alternatively you can also use _Copmposer_.
|
|||||||
### Requirements ###
|
### Requirements ###
|
||||||
|
|
||||||
* PHP 5.6 or above
|
* PHP 5.6 or above
|
||||||
* WordPress 4.0 or above
|
* WordPress 4.7 or above
|
||||||
|
|
||||||
## Frequently asked questions
|
## Frequently asked questions
|
||||||
|
|
||||||
@ -80,7 +80,7 @@ caching time of 12 hours obviously makes no sense.
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### 1.2.0 - unreleased
|
### 1.2.0 - 2022-01-23
|
||||||
|
|
||||||
* Requires WordPress 4.7 or above
|
* Requires WordPress 4.7 or above
|
||||||
* Migrated AJAX to REST API
|
* Migrated AJAX to REST API
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "stklcode/stklcode-liveticker",
|
"name": "stklcode/stklcode-liveticker",
|
||||||
"version": "1.2.0-alpha",
|
"version": "1.2.0",
|
||||||
"description": "A simple Liveticker for Wordpress.",
|
"description": "A simple Liveticker for Wordpress.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"wordpress",
|
"wordpress",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "stklcode-liveticker",
|
"name": "stklcode-liveticker",
|
||||||
"version": "1.2.0-alpha",
|
"version": "1.2.0",
|
||||||
"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+",
|
||||||
|
@ -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.0-alpha
|
* Version: 1.2.0
|
||||||
* 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user