prepare release 1.1.0

This commit is contained in:
Stefan Kalscheuer 2020-05-02 18:03:53 +02:00
parent 0d26b15afc
commit 00f05f3cf6
5 changed files with 7 additions and 7 deletions

View File

@ -11,7 +11,7 @@
* Requires at least: 4.0 * Requires at least: 4.0
* Tested up to: 5.4 * Tested up to: 5.4
* Requires PHP: 5.6 * Requires PHP: 5.6
* Stable tag: 1.0.0 * Stable tag: 1.1.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
@ -79,7 +79,7 @@ caching time of 12 hours obviously makes no sense.
## Changelog ## Changelog
### 1.1.0 - unreleased ### 1.1.0 - 2020-05-02
* Requires PHP 5.6 or above * Requires PHP 5.6 or above
* Use GMT for automatic updates * Use GMT for automatic updates

View File

@ -1,6 +1,6 @@
{ {
"name": "stklcode/stklcode-liveticker", "name": "stklcode/stklcode-liveticker",
"version": "1.1.0-alpha", "version": "1.1.0",
"description": "A simple Liveticker for Wordpress.", "description": "A simple Liveticker for Wordpress.",
"keywords": [ "keywords": [
"wordpress", "wordpress",

View File

@ -26,7 +26,7 @@ class SCLiveticker {
* *
* @var string OPTIONS * @var string OPTIONS
*/ */
const VERSION = '1.1.0-alpha'; const VERSION = '1.1.0';
/** /**
* Options tag. * Options tag.

View File

@ -1,11 +1,11 @@
{ {
"name": "stklcode-liveticker", "name": "stklcode-liveticker",
"version": "1.1.0-alpha", "version": "1.1.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+",
"devDependencies": { "devDependencies": {
"@wordpress/eslint-plugin": "^3.4.1", "@wordpress/eslint-plugin": "^3",
"eslint": "^6", "eslint": "^6",
"stylelint": "^13", "stylelint": "^13",
"stylelint-config-wordpress": "^16" "stylelint-config-wordpress": "^16"

View File

@ -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.0.0 * Version: 1.1.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