Skip to content

Commit 9d423b9

Browse files
committed
Version bump 0.3.2
1 parent 9952180 commit 9d423b9

4 files changed

+11
-3
lines changed

.github_changelog_generator

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
unreleased=true
2-
future-release=0.3.1
2+
future-release=0.3.2

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# Change Log
22

3+
## [0.3.2](https://github.com/ItinerisLtd/disallow-pwned-passwords/tree/0.3.2) (2019-02-19)
4+
[Full Changelog](https://github.com/ItinerisLtd/disallow-pwned-passwords/compare/0.3.1...0.3.2)
5+
6+
**Merged pull requests:**
7+
8+
- Fix return type hint \(Downgrade to PHP 7.0\) [\#23](https://github.com/ItinerisLtd/disallow-pwned-passwords/pull/23) ([TangRufus](https://github.com/TangRufus))
9+
310
## [0.3.1](https://github.com/ItinerisLtd/disallow-pwned-passwords/tree/0.3.1) (2019-02-19)
411
[Full Changelog](https://github.com/ItinerisLtd/disallow-pwned-passwords/compare/0.3.0...0.3.1)
512

613
**Merged pull requests:**
714

15+
- Version bump 0.3.1 [\#22](https://github.com/ItinerisLtd/disallow-pwned-passwords/pull/22) ([TangRufus](https://github.com/TangRufus))
816
- Update `README.md` and `README.txt` [\#21](https://github.com/ItinerisLtd/disallow-pwned-passwords/pull/21) ([TangRufus](https://github.com/TangRufus))
917

1018
## [0.3.0](https://github.com/ItinerisLtd/disallow-pwned-passwords/tree/0.3.0) (2019-02-19)

README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: authentication, have-i-been-pwned, hibp, password, security, woocommerce
55
Requires at least: 4.9.8
66
Tested up to: 5.0.3
77
Requires PHP: 7.0
8-
Stable tag: 0.3.1
8+
Stable tag: 0.3.2
99
License: GPL-2.0-or-later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
1111

disallow-pwned-passwords.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Disallow Pwned Passwords
44
* Plugin URI: https://github.com/ItinerisLtd/disallow-pwned-passwords
55
* Description: Disallow WordPress and WooCommerce users using pwned passwords.
6-
* Version: 0.3.1
6+
* Version: 0.3.2
77
* Author: Itineris Limited
88
* Author URI: https://itineris.co.uk
99
* License: GPL-2.0-or-later

0 commit comments

Comments
 (0)