Skip to content

Commit

Permalink
Preparations for 1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stklcode committed Jun 10, 2017
1 parent 0bf0f3f commit 76cd908
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 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.3.1
* Stable tag: 1.4.0
* License: GPLv3 or later
* License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -80,10 +80,11 @@ Because of this, an IP blacklist can only be applied while processing the reques

## Changelog ##

### 1.4.0 / work in progress ###
### 1.4.0 / 10.06.2017 ###
* IP blacklist implemented (#7)
* Target page blacklist implemented (#8)
* Internal configuration restructured (upgrade on plugin activation)
* Statify hook name changed to `statify__skip_tracking` (as of Statify 1.5.0)

### 1.3.1 / 09.12.2016 ###
* Continue filtering if no filter applies (#6)
Expand Down
2 changes: 1 addition & 1 deletion inc/statifyblacklist.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Statify Blacklist
*
* @since 1.0.0
* @version 1.4.0~dev
* @version 1.4.0
*/
class StatifyBlacklist {

Expand Down
2 changes: 1 addition & 1 deletion inc/statifyblacklist_admin.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Statify Blacklist admin configuration
*
* @since 1.0.0
* @version 1.4.0~dev
* @version 1.4.0
*/
class StatifyBlacklist_Admin extends StatifyBlacklist {
/**
Expand Down
2 changes: 1 addition & 1 deletion inc/statifyblacklist_system.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Statify Blacklist system configuration
*
* @since 1.0.0
* @version 1.4.0~dev
* @version 1.4.0
*/
class StatifyBlacklist_System extends StatifyBlacklist {

Expand Down
2 changes: 1 addition & 1 deletion statify-blacklist.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Author URI: https://www.stklcode.de
Plugin URI: https://wordpress.org/plugins/statify-blacklist
License: GPLv3 or later
Version: 1.4.0~dev
Version: 1.4.0
*/

/* Quit */
Expand Down
2 changes: 1 addition & 1 deletion test/StatifyBlacklistTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* PHPUnit test class for StatifyBlacklist
*
* @version 1.4.0~dev
* @version 1.4.0
*/
class StatifyBlacklistTest extends PHPUnit_Framework_TestCase {

Expand Down

0 comments on commit 76cd908

Please sign in to comment.