Skip to content

Commit

Permalink
Preparations for v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stklcode committed Jul 16, 2017
1 parent c7c0f9e commit f73d9e8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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).

Expand Down Expand Up @@ -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 ###
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 2 additions & 3 deletions statify-blacklist.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f73d9e8

Please sign in to comment.