From a2b001a58161a806773b5d3e248adbf04dbcd66a Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sun, 23 Jan 2022 17:28:47 +0100 Subject: [PATCH] bump version to 1.2.0 --- README.md | 6 +++--- composer.json | 2 +- package.json | 2 +- stklcode-liveticker.php | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 60b2c30..1d22406 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ * Requires at least: 4.7 * Tested up to: 5.8 * Requires PHP: 5.6 -* Stable tag: 1.1.1 +* Stable tag: 1.2.0 * License: GPLv2 or later * License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -43,7 +43,7 @@ Alternatively you can also use _Copmposer_. ### Requirements ### * PHP 5.6 or above -* WordPress 4.0 or above +* WordPress 4.7 or above ## Frequently asked questions @@ -80,7 +80,7 @@ caching time of 12 hours obviously makes no sense. ## Changelog -### 1.2.0 - unreleased +### 1.2.0 - 2022-01-23 * Requires WordPress 4.7 or above * Migrated AJAX to REST API diff --git a/composer.json b/composer.json index c7845ae..ff486fe 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "stklcode/stklcode-liveticker", - "version": "1.2.0-alpha", + "version": "1.2.0", "description": "A simple Liveticker for Wordpress.", "keywords": [ "wordpress", diff --git a/package.json b/package.json index b0a5e26..98a63fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stklcode-liveticker", - "version": "1.2.0-alpha", + "version": "1.2.0", "description": "A simple Liveticker for Wordpress.", "author": "Stefan Kalscheuer", "license": "GPL-2.0+", diff --git a/stklcode-liveticker.php b/stklcode-liveticker.php index e7751ed..0283fa8 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.2.0-alpha + * Version: 1.2.0 * Author: Stefan Kalscheuer * Author URI: https://www.stklcode.de * Text Domain: stklcode-liveticker