Release 1.4.2
This commit is contained in:
parent
eb63299dfc
commit
012b9a0189
@ -3,7 +3,7 @@
|
|||||||
* Requires at least: 4.4
|
* Requires at least: 4.4
|
||||||
* Tested up to: 4.9
|
* Tested up to: 4.9
|
||||||
* Requires PHP: 5.5
|
* Requires PHP: 5.5
|
||||||
* Stable tag: 1.4.1
|
* Stable tag: 1.4.2
|
||||||
* 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
|
||||||
|
|
||||||
@ -82,7 +82,7 @@ Because of this, an IP blacklist can only be applied while processing the reques
|
|||||||
|
|
||||||
## Changelog ##
|
## Changelog ##
|
||||||
|
|
||||||
### 1.4.2 / unreleased ###
|
### 1.4.2 / 12.11.2017 ###
|
||||||
* Minor code fixes
|
* Minor code fixes
|
||||||
|
|
||||||
### 1.4.1 / 16.07.2017 ###
|
### 1.4.1 / 16.07.2017 ###
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "stklcode/statify-blacklist",
|
"name": "stklcode/statify-blacklist",
|
||||||
"version": "1.4.2-alpha",
|
"version": "1.4.2",
|
||||||
"description": "A blacklist extension for the famous Statify WordPress plugin",
|
"description": "A blacklist extension for the famous Statify WordPress plugin",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"wordpress",
|
"wordpress",
|
||||||
|
12
package.json
12
package.json
@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"name": "statify-blacklist",
|
"name": "statify-blacklist",
|
||||||
"version": "1.4.2-alpha",
|
"version": "1.4.2",
|
||||||
"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": "GPL-2.0+",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"gulp": "^3.9.1",
|
"gulp": "^3.9.1",
|
||||||
"gulp-clean": "^0.3.2",
|
"gulp-clean": "^0.3.2",
|
||||||
"gulp-copy": "^1.0.0",
|
"gulp-copy": "^1.0.1",
|
||||||
"gulp-zip": "^4.0.0",
|
"gulp-zip": "^4.0.0",
|
||||||
"gulp-composer": "^0.4.0",
|
"gulp-composer": "^0.4.4",
|
||||||
"gulp-phpunit": "^0.23.0",
|
"gulp-phpunit": "^0.24.1",
|
||||||
"gulp-phpcs": "^2.0.0",
|
"gulp-phpcs": "^2.1.0",
|
||||||
"child_process": "^1.0.2"
|
"child_process": "^1.0.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
* Plugin Name: Statify Blacklist
|
* Plugin Name: Statify Blacklist
|
||||||
* Plugin URI: https://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.2-alpha
|
* Version: 1.4.2
|
||||||
* Author: Stefan Kalscheuer (@stklcode)
|
* Author: Stefan Kalscheuer (@stklcode)
|
||||||
* Author URI: https://www.stklcode.de
|
* Author URI: https://www.stklcode.de
|
||||||
* Text Domain: statify-blacklist
|
* Text Domain: statify-blacklist
|
||||||
|
Loading…
x
Reference in New Issue
Block a user