From 9e70acbace18d9e71a7dfd12caf13e5656512755 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Wed, 13 May 2020 18:40:18 +0200 Subject: [PATCH] Bump version to 1.5.0 and prepare relaase --- README.md | 6 +++--- RoboFile.php | 2 +- composer.json | 2 +- package.json | 2 +- statify-blacklist.php | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7cfcb92..443086e 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ # Statify Blacklist # * Contributors: Stefan Kalscheuer * Requires at least: 4.7 -* Tested up to: 5.3 +* Tested up to: 5.4 * Requires PHP: 5.5 -* Stable tag: 1.4.4 +* Stable tag: 1.5.0 * License: GPLv2 or later * License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -90,7 +90,7 @@ Same for IPv6 prefixes like _2001:db8:a0b:12f0::/64_. ## Changelog ## -### 1.5.0 / unreleased ### +### 1.5.0 / 13.05.2020 ### * Minimum required WordPress version is 4.7 * Removed `load_plugin_textdomain()` and `Domain Path` header * Added automatic compatibility check for WP and PHP version (#17) diff --git a/RoboFile.php b/RoboFile.php index fc7fe1e..5c76074 100644 --- a/RoboFile.php +++ b/RoboFile.php @@ -8,7 +8,7 @@ * @author Stefan Kalscheuer * * @package Statify_Blacklist - * @version 1.4.4 + * @version 1.5.0 */ use Robo\Exception\TaskException; diff --git a/composer.json b/composer.json index a2190ec..bd136ef 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "stklcode/statify-blacklist", - "version": "1.5.0-alpha", + "version": "1.5.0", "description": "A blacklist extension for the famous Statify WordPress plugin", "keywords": [ "wordpress", diff --git a/package.json b/package.json index cf9bc2f..b49920e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "statify-blacklist", - "version": "1.5.0-alpha", + "version": "1.5.0", "description": "A blacklist extension for the famous Statify WordPress plugin", "author": "Stefan Kalscheuer", "license": "GPL-2.0+" diff --git a/statify-blacklist.php b/statify-blacklist.php index b74f44b..6217898 100644 --- a/statify-blacklist.php +++ b/statify-blacklist.php @@ -10,7 +10,7 @@ * Plugin Name: Statify Blacklist * Plugin URI: https://wordpress.org/plugins/statify-blacklist/ * Description: Extension for the Statify plugin to add a customizable blacklists. - * Version: 1.5.0-alpha + * Version: 1.5.0 * Author: Stefan Kalscheuer (@stklcode) * Author URI: https://www.stklcode.de * Text Domain: statify-blacklist