Preparations for v1.4.1
This commit is contained in:
parent
c7c0f9e346
commit
f73d9e83e4
@ -2,7 +2,7 @@
|
|||||||
* Contributors: Stefan Kalscheuer
|
* Contributors: Stefan Kalscheuer
|
||||||
* Requires at least: 3.9
|
* Requires at least: 3.9
|
||||||
* Tested up to: 4.8
|
* Tested up to: 4.8
|
||||||
* Stable tag: 1.4.0
|
* Stable tag: 1.4.1
|
||||||
* License: GPLv2 or later
|
* License: GPLv2 or later
|
||||||
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
* 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.
|
The plugin is capable of handling multisite installations.
|
||||||
|
|
||||||
### Support & Contributions ###
|
### 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.
|
* 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).
|
* 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 ##
|
## Changelog ##
|
||||||
|
|
||||||
### Work in Progress ###
|
### 1.4.1 / 16.07.2017 ###
|
||||||
* Relicensed to GPLv2 or later
|
* 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
|
* Minor changes for WP Coding Standard
|
||||||
|
|
||||||
### 1.4.0 / 10.06.2017 ###
|
### 1.4.0 / 10.06.2017 ###
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "stklcode/statify-blacklist",
|
"name": "stklcode/statify-blacklist",
|
||||||
"version": "1.4.1-dev",
|
"version": "1.4.1",
|
||||||
"description": "A blacklist extension for the famous Statify WordPress plugin",
|
"description": "A blacklist extension for the famous Statify WordPress plugin",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"wordpress",
|
"wordpress",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "statify-blacklist",
|
"name": "statify-blacklist",
|
||||||
"version": "1.4.1-dev",
|
"version": "1.4.1",
|
||||||
"description": "A blacklist extension for the famous Statify WordPress plugin",
|
"description": "A blacklist extension for the famous Statify WordPress plugin",
|
||||||
"author": "Stefan Kalscheuer",
|
"author": "Stefan Kalscheuer",
|
||||||
"license": "GPLv2 or later",
|
"license": "GPLv2 or later",
|
||||||
|
@ -8,12 +8,11 @@
|
|||||||
*
|
*
|
||||||
* @wordpress-plugin
|
* @wordpress-plugin
|
||||||
* Plugin Name: Statify Blacklist
|
* 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.
|
* 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: Stefan Kalscheuer (@stklcode)
|
||||||
* Author URI: https://www.stklcode.de
|
* Author URI: https://www.stklcode.de
|
||||||
* Plugin URI: https://wordpress.org/plugins/statify-blacklist
|
|
||||||
* Text Domain: statify-blacklist
|
* Text Domain: statify-blacklist
|
||||||
* Domain Path: /lang
|
* Domain Path: /lang
|
||||||
* License: GPLv2 or later
|
* License: GPLv2 or later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user