Skip to content

Commit d456e61

Browse files
committed
chore: release 1.3.4
1 parent 916be25 commit d456e61

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

passwords-evolved.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Description: WordPress password authentication for the modern era.
1515
Author: Carl Alexander
1616
Author URI: https://carlalexander.ca
17-
Version: 1.3.3
17+
Version: 1.3.4
1818
Text Domain: passwords-evolved
1919
Domain Path: /resources/translations
2020
License: GPL3

readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Tags: security, authentication, password, have i been pwned
77
Requires at least: 5.2
88
Tested up to: 6.7.1
99
Requires PHP: 5.6
10-
Stable tag: 1.3.3
10+
Stable tag: 1.3.4
1111
License: GPLv3
1212
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1313

@@ -45,6 +45,12 @@ The plugin then handles the rest of the password validation itself. It compares
4545

4646
== Changelog ==
4747

48+
= 1.3.4 =
49+
50+
*Released: 2024-11-27*
51+
52+
* Update `wp_set_password` function to match current wordpress version [carlalexander]
53+
4854
= 1.3.3 =
4955

5056
*Released: 2022-09-25*

src/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Plugin
3535
*
3636
* @var string
3737
*/
38-
const VERSION = '1.3.3';
38+
const VERSION = '1.3.4';
3939

4040
/**
4141
* The plugin's dependency injection container.

0 commit comments

Comments
 (0)