From b8b1dc83def641716f4b372ddf5b466211f740ab Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Tue, 9 Jan 2018 20:16:17 +0100 Subject: [PATCH] Prepare release 1.4.3 --- README.md | 4 ++-- RoboFile.php | 2 +- composer.json | 2 +- package.json | 2 +- statify-blacklist.php | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0d38889..7b2d6da 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ * Requires at least: 4.4 * Tested up to: 4.9 * Requires PHP: 5.5 -* Stable tag: 1.4.2 +* Stable tag: 1.4.3 * License: GPLv2 or later * License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -82,7 +82,7 @@ Because of this, an IP blacklist can only be applied while processing the reques ## Changelog ## -### 1.4.3 / unreleased ### +### 1.4.3 / 09.01.2018 ### * Fix issues with multisite installation (#11) ### 1.4.2 / 12.11.2017 ### diff --git a/RoboFile.php b/RoboFile.php index 1c391d0..e35218a 100644 --- a/RoboFile.php +++ b/RoboFile.php @@ -8,7 +8,7 @@ * @author Stefan Kalscheuer * * @package Statify_Blacklist - * @version 1.4.3-alpha + * @version 1.4.3 */ use Robo\Exception\TaskException; diff --git a/composer.json b/composer.json index 3d88607..d5839b6 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "stklcode/statify-blacklist", - "version": "1.4.3-alpha", + "version": "1.4.3", "description": "A blacklist extension for the famous Statify WordPress plugin", "keywords": [ "wordpress", diff --git a/package.json b/package.json index dcfd51d..ebda245 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "statify-blacklist", - "version": "1.4.3-alpha", + "version": "1.4.3", "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 2c76301..7588846 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.4.3-alpha + * Version: 1.4.3 * Author: Stefan Kalscheuer (@stklcode) * Author URI: https://www.stklcode.de * Text Domain: statify-blacklist