Skip to content

Commit

Permalink
Bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thebrandonallen committed Oct 17, 2023
1 parent db3cadd commit cb5ab5c
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

## [Unreleased]

## [0.9.0](https://github.com/thebrandonallen/wp-fail2ban-redux/tree/0.9.0) - TBD
## [0.9.0](https://github.com/thebrandonallen/wp-fail2ban-redux/tree/0.9.0) - 2023-10-17
### Changed
* Bumps "Tested up to" version to 6.4
* Bumps minimum required PHP version to 7.0
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
**Requires at least:** 5.5
**Tested up to:** 6.4
**Requires PHP:** 7.0
**Stable tag:** 0.8.2
**Stable tag:** 0.9.0
**License:** GPLv2 or later
**License URI:** https://www.gnu.org/licenses/old-licenses/gpl-2.0.html

Expand Down Expand Up @@ -70,15 +70,15 @@ You need to add some code to your `wp-config.php` file. See the below links for
## Changelog ##

### 0.9.0 ###
* Release date: TBD
* Release date: 2023-10-17
* Bumps "Tested up to" version to 6.4
* Bumps minimum required PHP version to 7.0
* Bumps minimum required WP version to 5.5
* Update dependency package versions
* No changes to jail or filters in the release.

### 0.8.3 ###
* Release date: TBD
* Release date: 2023-10-17
* Bumps "Tested up to" version to 5.9
* No changes to jail or filters in the release.

Expand Down
8 changes: 4 additions & 4 deletions languages/wp-fail2ban-redux.pot
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Copyright (C) 2016-2021 Brandon Allen
# Copyright (C) 2016-2023 Brandon Allen
# This file is distributed under the same license as the WP Fail2Ban Redux package.
# Submit translations to https://translate.wordpress.org/projects/wp-plugins/wp-fail2ban-redux.
msgid ""
msgstr ""
"Project-Id-Version: WP Fail2Ban Redux 0.8.2\n"
"Project-Id-Version: WP Fail2Ban Redux 0.9.0\n"
"Report-Msgid-Bugs-To: https://github.com/thebrandonallen/wp-fail2ban-redux/issues\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2021-08-08T07:38:44+00:00\n"
"POT-Creation-Date: 2023-10-17T05:12:19+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.5.0\n"
"X-Generator: WP-CLI 2.8.1\n"
"X-Poedit-KeywordsList: __:1,2d;_e:1,2d;_x:1,2c,3d;_n:1,2,4d;_ex:1,2c,3d;_nx:1,2,4c,5d;esc_attr__:1,2d;esc_attr_e:1,2d;esc_attr_x:1,2c,3d;esc_html__:1,2d;esc_html_e:1,2d;esc_html_x:1,2c,3d;_n_noop:1,2,3d;_nx_noop:1,2,3c,4d\n"
"X-Domain: wp-fail2ban-redux\n"

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wp-fail2ban-redux",
"version": "0.8.2",
"version": "0.9.0",
"main": "Gruntfile.js",
"author": "Brandon Allen",
"license": "GPL-2.0-or-later",
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: fail2ban, login, security, syslog
Requires at least: 5.5
Tested up to: 6.4
Requires PHP: 7.0
Stable tag: 0.8.2
Stable tag: 0.9.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html

Expand Down Expand Up @@ -70,15 +70,15 @@ You need to add some code to your `wp-config.php` file. See the below links for
== Changelog ==

= 0.9.0 =
* Release date: TBD
* Release date: 2023-10-17
* Bumps "Tested up to" version to 6.4
* Bumps minimum required PHP version to 7.0
* Bumps minimum required WP version to 5.5
* Update dependency package versions
* No changes to jail or filters in the release.

= 0.8.3 =
* Release date: TBD
* Release date: 2023-10-17
* Bumps "Tested up to" version to 5.9
* No changes to jail or filters in the release.

Expand Down
4 changes: 2 additions & 2 deletions wp-fail2ban-redux.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
* Author URI: https://github.com/thebrandonallen
* Text Domain: wp-fail2ban-redux
* Domain Path: /languages
* Version: 0.8.2
* Version: 0.9.0
* Requires at least: 4.9
* Requires PHP: 5.6
* License: GPLv2 or later
* License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*
* Copyright (C) 2012-2016 Charles Lecklider (email : [email protected])
* Copyright (C) 2016-2021 Brandon Allen (https://github.com/thebrandonallen)
* Copyright (C) 2016-2023 Brandon Allen (https://github.com/thebrandonallen)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit cb5ab5c

Please sign in to comment.