From 68836b0cb3224dd69de330ac89ae07d93453c1af Mon Sep 17 00:00:00 2001 From: Tang Rufus Date: Tue, 19 Feb 2019 15:27:15 +0000 Subject: [PATCH] Version bump 0.3.1 --- .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 e5c4492..2019a41 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,2 +1,2 @@ unreleased=true -future-release=0.3.0 +future-release=0.3.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 610fef3..43ec517 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,18 @@ # Change Log +## [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:** + +- 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) [Full Changelog](https://github.com/ItinerisLtd/disallow-pwned-passwords/compare/0.2.2...0.3.0) **Merged pull requests:** +- Version bump 0.3.0 [\#20](https://github.com/ItinerisLtd/disallow-pwned-passwords/pull/20) ([TangRufus](https://github.com/TangRufus)) - Downgrade to PHP 7.0 syntax [\#19](https://github.com/ItinerisLtd/disallow-pwned-passwords/pull/19) ([TangRufus](https://github.com/TangRufus)) ## [0.2.2](https://github.com/ItinerisLtd/disallow-pwned-passwords/tree/0.2.2) (2019-02-19) diff --git a/README.txt b/README.txt index ede82a4..b58030e 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.0 +Stable tag: 0.3.1 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 1ca416f..77c0111 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.0 + * Version: 0.3.1 * Author: Itineris Limited * Author URI: https://itineris.co.uk * License: GPL-2.0-or-later