diff --git a/README.md b/README.md index b1cf7df..4519435 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ * Contributors: Stefan Kalscheuer * Requires at least: 3.9 * Tested up to: 4.8 -* Stable tag: 1.4.0 +* Stable tag: 1.4.1 * License: GPLv2 or later * License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -30,7 +30,7 @@ This plugin requires Statify to be installed. The extension has been tested with The plugin is capable of handling multisite installations. ### Support & Contributions ### -* If experience any issues, use the [support forums](https://wordpress.org/support/plugin/statify-blacklist). +* If you experience any issues, use the [support forums](https://wordpress.org/support/plugin/statify-blacklist). * Latest sources and development are handled on [GitHub](https://github.com/stklcode/statify-blacklist). You might contribute there or file an issue for code related bugs. * If you want to translate this plugin you can do this on [WordPress Translate](https://translate.wordpress.org/projects/wp-plugins/statify-blacklist). @@ -81,9 +81,10 @@ Because of this, an IP blacklist can only be applied while processing the reques ## Changelog ## -### Work in Progress ### +### 1.4.1 / 16.07.2017 ### * Relicensed to GPLv2 or later -* Fix problem with faulty IPv6 netmask in IP blacklist +* Fix filter hook if referer is disabled (#9) +* Fix problem with faulty IPv6 netmask in IP blacklist * Minor changes for WP Coding Standard ### 1.4.0 / 10.06.2017 ### diff --git a/composer.json b/composer.json index 8bc4adb..f5ea67c 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "stklcode/statify-blacklist", - "version": "1.4.1-dev", + "version": "1.4.1", "description": "A blacklist extension for the famous Statify WordPress plugin", "keywords": [ "wordpress", diff --git a/package.json b/package.json index 823e20e..0db4ef5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "statify-blacklist", - "version": "1.4.1-dev", + "version": "1.4.1", "description": "A blacklist extension for the famous Statify WordPress plugin", "author": "Stefan Kalscheuer", "license": "GPLv2 or later", diff --git a/statify-blacklist.php b/statify-blacklist.php index 156a4b4..29ddabd 100644 --- a/statify-blacklist.php +++ b/statify-blacklist.php @@ -8,12 +8,11 @@ * * @wordpress-plugin * Plugin Name: Statify Blacklist - * Plugin URI: https://de.wordpress.org/plugins/statify-blacklist/ + * Plugin URI: https://wordpress.org/plugins/statify-blacklist/ * Description: Extension for the Statify plugin to add a customizable blacklists. - * Version: 1.4.1-dev + * Version: 1.4.1 * Author: Stefan Kalscheuer (@stklcode) * Author URI: https://www.stklcode.de - * Plugin URI: https://wordpress.org/plugins/statify-blacklist * Text Domain: statify-blacklist * Domain Path: /lang * License: GPLv2 or later