From 81f9a6c5ad4e8497f430a72fad8b6d61a1fc927e Mon Sep 17 00:00:00 2001 From: Tang Rufus Date: Tue, 19 Feb 2019 09:41:38 +0000 Subject: [PATCH] Version bump 0.2.1 --- .github_changelog_generator | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 3 ++- disallow-pwned-passwords.php | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index 8f98911..a4a0f5e 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,2 +1,2 @@ unreleased=true -future-release=0.2.1.rc.2 +future-release=0.2.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 37c5712..c286a45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,18 @@ # Change Log +## [0.2.1](https://github.com/ItinerisLtd/disallow-pwned-passwords/tree/0.2.1) (2019-02-19) +[Full Changelog](https://github.com/ItinerisLtd/disallow-pwned-passwords/compare/0.2.1.rc.2...0.2.1) + +**Merged pull requests:** + +- Assets: Add screenshots [\#15](https://github.com/ItinerisLtd/disallow-pwned-passwords/pull/15) ([TangRufus](https://github.com/TangRufus)) + ## [0.2.1.rc.2](https://github.com/ItinerisLtd/disallow-pwned-passwords/tree/0.2.1.rc.2) (2019-02-18) [Full Changelog](https://github.com/ItinerisLtd/disallow-pwned-passwords/compare/0.2.1.rc.1...0.2.1.rc.2) **Merged pull requests:** +- Version bump 0.2.1.rc.2 [\#14](https://github.com/ItinerisLtd/disallow-pwned-passwords/pull/14) ([TangRufus](https://github.com/TangRufus)) - CircleCI: Fix release job not triggered on tag [\#13](https://github.com/ItinerisLtd/disallow-pwned-passwords/pull/13) ([TangRufus](https://github.com/TangRufus)) ## [0.2.1.rc.1](https://github.com/ItinerisLtd/disallow-pwned-passwords/tree/0.2.1.rc.1) (2019-02-18) diff --git a/README.md b/README.md index ec806e5..605b39e 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,8 @@ $ wp plugin install disallow-pwned-passwords --activate ### Classic -See: [https://codex.wordpress.org/Managing_Plugins#Installing_Plugins](https://codex.wordpress.org/Managing_Plugins#Installing_Plugins) +Download the plugin zip file from https://wordpress.org/plugins/disallow-pwned-passwords/ +Then, follow [https://codex.wordpress.org/Managing_Plugins#Installing_Plugins](https://codex.wordpress.org/Managing_Plugins#Installing_Plugins) ## Usage diff --git a/disallow-pwned-passwords.php b/disallow-pwned-passwords.php index f5dd577..b4e6371 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.1.rc.2 + * Version: 0.2.1 * Author: Itineris Limited * Author URI: https://itineris.co.uk * License: GPL-2.0-or-later