Skip to content

Commit

Permalink
prepare release of 1.5.2 and declare WP 5.5 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
stklcode committed Sep 3, 2020
1 parent cb61210 commit c30f07e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
# Statify Blacklist #
* Contributors: Stefan Kalscheuer
* Requires at least: 4.7
* Tested up to: 5.4
* Tested up to: 5.5
* Requires PHP: 5.5
* Stable tag: 1.5.1
* Stable tag: 1.5.2
* License: GPLv2 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -90,6 +90,10 @@ Same for IPv6 prefixes like _2001:db8:a0b:12f0::/64_.

## Changelog ##

### 1.5.2 / 03.09.2020 ###
* Minor translation updates
* Declared compatibility with WordPress 5.5

### 1.5.1 / 20.05.2020 ###
* Fix initialization on AJAX calls for _Statify_ 1.7 compatibility (#22)

Expand Down
2 changes: 1 addition & 1 deletion RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Stefan Kalscheuer <[email protected]>
*
* @package Statify_Blacklist
* @version 1.5.1
* @version 1.5.2
*/

use Robo\Exception\TaskException;
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.5.2-alpha",
"version": "1.5.2",
"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.5.2-alpha",
"version": "1.5.2",
"description": "A blacklist extension for the famous Statify WordPress plugin",
"author": "Stefan Kalscheuer",
"license": "GPL-2.0+"
Expand Down
2 changes: 1 addition & 1 deletion statify-blacklist.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: Statify Blacklist
* Plugin URI: https://wordpress.org/plugins/statify-blacklist/
* Description: Extension for the Statify plugin to add a customizable blacklists.
* Version: 1.5.2-alpha
* Version: 1.5.2
* Author: Stefan Kalscheuer (@stklcode)
* Author URI: https://www.stklcode.de
* Text Domain: statify-blacklist
Expand Down

0 comments on commit c30f07e

Please sign in to comment.