prepare release 1.1.0
This commit is contained in:
parent
0d26b15afc
commit
00f05f3cf6
@ -11,7 +11,7 @@
|
||||
* Requires at least: 4.0
|
||||
* Tested up to: 5.4
|
||||
* Requires PHP: 5.6
|
||||
* Stable tag: 1.0.0
|
||||
* Stable tag: 1.1.0
|
||||
* License: GPLv2 or later
|
||||
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
|
||||
@ -79,7 +79,7 @@ caching time of 12 hours obviously makes no sense.
|
||||
|
||||
## Changelog
|
||||
|
||||
### 1.1.0 - unreleased
|
||||
### 1.1.0 - 2020-05-02
|
||||
|
||||
* Requires PHP 5.6 or above
|
||||
* Use GMT for automatic updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "stklcode/stklcode-liveticker",
|
||||
"version": "1.1.0-alpha",
|
||||
"version": "1.1.0",
|
||||
"description": "A simple Liveticker for Wordpress.",
|
||||
"keywords": [
|
||||
"wordpress",
|
||||
|
@ -26,7 +26,7 @@ class SCLiveticker {
|
||||
*
|
||||
* @var string OPTIONS
|
||||
*/
|
||||
const VERSION = '1.1.0-alpha';
|
||||
const VERSION = '1.1.0';
|
||||
|
||||
/**
|
||||
* Options tag.
|
||||
|
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "stklcode-liveticker",
|
||||
"version": "1.1.0-alpha",
|
||||
"version": "1.1.0",
|
||||
"description": "A simple Liveticker for Wordpress.",
|
||||
"author": "Stefan Kalscheuer",
|
||||
"license": "GPL-2.0+",
|
||||
"devDependencies": {
|
||||
"@wordpress/eslint-plugin": "^3.4.1",
|
||||
"@wordpress/eslint-plugin": "^3",
|
||||
"eslint": "^6",
|
||||
"stylelint": "^13",
|
||||
"stylelint-config-wordpress": "^16"
|
||||
|
@ -9,7 +9,7 @@
|
||||
* @wordpress-plugin
|
||||
* Plugin Name: Liveticker (by stklcode)
|
||||
* Description: A simple Liveticker for WordPress.
|
||||
* Version: 1.0.0
|
||||
* Version: 1.1.0
|
||||
* Author: Stefan Kalscheuer
|
||||
* Author URI: https://www.stklcode.de
|
||||
* Text Domain: stklcode-liveticker
|
||||
|
Loading…
x
Reference in New Issue
Block a user