From 9f558084f09935ee7fcd1f0dc68809dfccfa4491 Mon Sep 17 00:00:00 2001 From: Tang Rufus Date: Tue, 19 Feb 2019 14:23:51 +0000 Subject: [PATCH] Version bump 0.3.0 --- .github_changelog_generator | 2 +- CHANGELOG.md | 8 ++++++++ disallow-pwned-passwords.php | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index 11b9e9a..e5c4492 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,2 +1,2 @@ unreleased=true -future-release=0.2.2 +future-release=0.3.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 706554b..610fef3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,18 @@ # Change Log +## [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:** + +- 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) [Full Changelog](https://github.com/ItinerisLtd/disallow-pwned-passwords/compare/0.2.1...0.2.2) **Merged pull requests:** +- Version bump 0.2.2 [\#18](https://github.com/ItinerisLtd/disallow-pwned-passwords/pull/18) ([TangRufus](https://github.com/TangRufus)) - Remove class constants modifiers [\#17](https://github.com/ItinerisLtd/disallow-pwned-passwords/pull/17) ([TangRufus](https://github.com/TangRufus)) ## [0.2.1](https://github.com/ItinerisLtd/disallow-pwned-passwords/tree/0.2.1) (2019-02-19) diff --git a/disallow-pwned-passwords.php b/disallow-pwned-passwords.php index fb4d79f..1ca416f 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.2.2 + * Version: 0.3.0 * Author: Itineris Limited * Author URI: https://itineris.co.uk * License: GPL-2.0-or-later