Preparations for 1.4.0 release
This commit is contained in:
parent
0bf0f3fb9b
commit
7409ea497a
@ -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.3.1
|
* Stable tag: 1.4.0
|
||||||
* License: GPLv3 or later
|
* License: GPLv3 or later
|
||||||
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
||||||
|
|
||||||
@ -80,10 +80,11 @@ Because of this, an IP blacklist can only be applied while processing the reques
|
|||||||
|
|
||||||
## Changelog ##
|
## Changelog ##
|
||||||
|
|
||||||
### 1.4.0 / work in progress ###
|
### 1.4.0 / 10.06.2017 ###
|
||||||
* IP blacklist implemented (#7)
|
* IP blacklist implemented (#7)
|
||||||
* Target page blacklist implemented (#8)
|
* Target page blacklist implemented (#8)
|
||||||
* Internal configuration restructured (upgrade on plugin activation)
|
* 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 ###
|
### 1.3.1 / 09.12.2016 ###
|
||||||
* Continue filtering if no filter applies (#6)
|
* Continue filtering if no filter applies (#6)
|
||||||
|
@ -7,7 +7,7 @@ defined( 'ABSPATH' ) OR exit;
|
|||||||
* Statify Blacklist
|
* Statify Blacklist
|
||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
* @version 1.4.0~dev
|
* @version 1.4.0
|
||||||
*/
|
*/
|
||||||
class StatifyBlacklist {
|
class StatifyBlacklist {
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ defined( 'ABSPATH' ) OR exit;
|
|||||||
* Statify Blacklist admin configuration
|
* Statify Blacklist admin configuration
|
||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
* @version 1.4.0~dev
|
* @version 1.4.0
|
||||||
*/
|
*/
|
||||||
class StatifyBlacklist_Admin extends StatifyBlacklist {
|
class StatifyBlacklist_Admin extends StatifyBlacklist {
|
||||||
/**
|
/**
|
||||||
|
@ -7,7 +7,7 @@ defined( 'ABSPATH' ) OR exit;
|
|||||||
* Statify Blacklist system configuration
|
* Statify Blacklist system configuration
|
||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
* @version 1.4.0~dev
|
* @version 1.4.0
|
||||||
*/
|
*/
|
||||||
class StatifyBlacklist_System extends StatifyBlacklist {
|
class StatifyBlacklist_System extends StatifyBlacklist {
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ Author: Stefan Kalscheuer
|
|||||||
Author URI: https://www.stklcode.de
|
Author URI: https://www.stklcode.de
|
||||||
Plugin URI: https://wordpress.org/plugins/statify-blacklist
|
Plugin URI: https://wordpress.org/plugins/statify-blacklist
|
||||||
License: GPLv3 or later
|
License: GPLv3 or later
|
||||||
Version: 1.4.0~dev
|
Version: 1.4.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Quit */
|
/* Quit */
|
||||||
|
@ -10,7 +10,7 @@ require_once( '../inc/statifyblacklist_admin.class.php' );
|
|||||||
*
|
*
|
||||||
* PHPUnit test class for StatifyBlacklist
|
* PHPUnit test class for StatifyBlacklist
|
||||||
*
|
*
|
||||||
* @version 1.4.0~dev
|
* @version 1.4.0
|
||||||
*/
|
*/
|
||||||
class StatifyBlacklistTest extends PHPUnit_Framework_TestCase {
|
class StatifyBlacklistTest extends PHPUnit_Framework_TestCase {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user