diff --git a/README.md b/README.md index d0f2059..a987826 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.1 +* Stable tag: 1.4.2 * 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.2 / unreleased ### +### 1.4.2 / 12.11.2017 ### * Minor code fixes ### 1.4.1 / 16.07.2017 ### diff --git a/composer.json b/composer.json index 78a8ade..fe1cd2f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "stklcode/statify-blacklist", - "version": "1.4.2-alpha", + "version": "1.4.2", "description": "A blacklist extension for the famous Statify WordPress plugin", "keywords": [ "wordpress", diff --git a/package.json b/package.json index 14faee3..5d3a76c 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,17 @@ { "name": "statify-blacklist", - "version": "1.4.2-alpha", + "version": "1.4.2", "description": "A blacklist extension for the famous Statify WordPress plugin", "author": "Stefan Kalscheuer", - "license": "GPLv2 or later", + "license": "GPL-2.0+", "devDependencies": { "gulp": "^3.9.1", "gulp-clean": "^0.3.2", - "gulp-copy": "^1.0.0", + "gulp-copy": "^1.0.1", "gulp-zip": "^4.0.0", - "gulp-composer": "^0.4.0", - "gulp-phpunit": "^0.23.0", - "gulp-phpcs": "^2.0.0", + "gulp-composer": "^0.4.4", + "gulp-phpunit": "^0.24.1", + "gulp-phpcs": "^2.1.0", "child_process": "^1.0.2" } } diff --git a/statify-blacklist.php b/statify-blacklist.php index adb11fa..9d322c2 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.2-alpha + * Version: 1.4.2 * Author: Stefan Kalscheuer (@stklcode) * Author URI: https://www.stklcode.de * Text Domain: statify-blacklist