This commit is contained in:
parent
b7c236376b
commit
aa1a49c575
@ -11,7 +11,7 @@
|
||||
* Requires at least: 4.7
|
||||
* Tested up to: 5.9
|
||||
* Requires PHP: 5.6
|
||||
* Stable tag: 1.2.0
|
||||
* Stable tag: 1.2.1
|
||||
* License: GPLv2 or later
|
||||
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "stklcode/stklcode-liveticker",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"description": "A simple Liveticker for Wordpress.",
|
||||
"keywords": [
|
||||
"wordpress",
|
||||
|
@ -26,7 +26,7 @@ class SCLiveticker {
|
||||
*
|
||||
* @var string OPTIONS
|
||||
*/
|
||||
const VERSION = '1.2.0';
|
||||
const VERSION = '1.2.1';
|
||||
|
||||
/**
|
||||
* Options tag.
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "stklcode-liveticker",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"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.0
|
||||
* Version: 1.2.1
|
||||
* Author: Stefan Kalscheuer
|
||||
* Author URI: https://www.stklcode.de
|
||||
* Text Domain: stklcode-liveticker
|
||||
|
Loading…
x
Reference in New Issue
Block a user