From 9d423b97e0c0d7934e6fd9b497593f5329e69a20 Mon Sep 17 00:00:00 2001 From: Tang Rufus Date: Tue, 19 Feb 2019 17:35:01 +0000 Subject: [PATCH] Version bump 0.3.2 --- .github_changelog_generator | 2 +- CHANGELOG.md | 8 ++++++++ README.txt | 2 +- disallow-pwned-passwords.php | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index 2019a41..bbfb40e 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,2 +1,2 @@ unreleased=true -future-release=0.3.1 +future-release=0.3.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 43ec517..006eb4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,18 @@ # Change Log +## [0.3.2](https://github.com/ItinerisLtd/disallow-pwned-passwords/tree/0.3.2) (2019-02-19) +[Full Changelog](https://github.com/ItinerisLtd/disallow-pwned-passwords/compare/0.3.1...0.3.2) + +**Merged pull requests:** + +- Fix return type hint \(Downgrade to PHP 7.0\) [\#23](https://github.com/ItinerisLtd/disallow-pwned-passwords/pull/23) ([TangRufus](https://github.com/TangRufus)) + ## [0.3.1](https://github.com/ItinerisLtd/disallow-pwned-passwords/tree/0.3.1) (2019-02-19) [Full Changelog](https://github.com/ItinerisLtd/disallow-pwned-passwords/compare/0.3.0...0.3.1) **Merged pull requests:** +- Version bump 0.3.1 [\#22](https://github.com/ItinerisLtd/disallow-pwned-passwords/pull/22) ([TangRufus](https://github.com/TangRufus)) - Update `README.md` and `README.txt` [\#21](https://github.com/ItinerisLtd/disallow-pwned-passwords/pull/21) ([TangRufus](https://github.com/TangRufus)) ## [0.3.0](https://github.com/ItinerisLtd/disallow-pwned-passwords/tree/0.3.0) (2019-02-19) diff --git a/README.txt b/README.txt index a258f51..c47d74f 100644 --- a/README.txt +++ b/README.txt @@ -5,7 +5,7 @@ Tags: authentication, have-i-been-pwned, hibp, password, security, woocommerce Requires at least: 4.9.8 Tested up to: 5.0.3 Requires PHP: 7.0 -Stable tag: 0.3.1 +Stable tag: 0.3.2 License: GPL-2.0-or-later License URI: http://www.gnu.org/licenses/gpl-2.0.txt diff --git a/disallow-pwned-passwords.php b/disallow-pwned-passwords.php index 35c8c7e..4f80a7a 100644 --- a/disallow-pwned-passwords.php +++ b/disallow-pwned-passwords.php @@ -3,7 +3,7 @@ * Plugin Name: Disallow Pwned Passwords * Plugin URI: https://github.com/ItinerisLtd/disallow-pwned-passwords * Description: Disallow WordPress and WooCommerce users using pwned passwords. - * Version: 0.3.1 + * Version: 0.3.2 * Author: Itineris Limited * Author URI: https://itineris.co.uk * License: GPL-2.0-or-later