Preparations for v1.4.1

This commit is contained in:
Stefan Kalscheuer 2017-07-16 15:31:38 +02:00
parent c7c0f9e346
commit f73d9e83e4
4 changed files with 9 additions and 9 deletions

View File

@ -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 ###

View File

@ -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",

View File

@ -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",

View File

@ -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