diff --git a/README.md b/README.md index 111e596..2a482e6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/composer.json b/composer.json index 03e6b8a..4e0ee76 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/includes/class-scliveticker.php b/includes/class-scliveticker.php index f30cb4e..cfd2b90 100644 --- a/includes/class-scliveticker.php +++ b/includes/class-scliveticker.php @@ -26,7 +26,7 @@ class SCLiveticker { * * @var string OPTIONS */ - const VERSION = '1.1.0-alpha'; + const VERSION = '1.1.0'; /** * Options tag. diff --git a/package.json b/package.json index 91ee954..414065b 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/stklcode-liveticker.php b/stklcode-liveticker.php index 07ba943..8e1a95b 100644 --- a/stklcode-liveticker.php +++ b/stklcode-liveticker.php @@ -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