Skip to content

Commit 9340ff4

Browse files
committed
chore: release 1.4.0
1 parent 73a3ea3 commit 9340ff4

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-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.4
17+
Version: 1.4.0
1818
Text Domain: passwords-evolved
1919
Domain Path: /resources/translations
2020
License: GPL3

readme.txt

Lines changed: 8 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.8.0
99
Requires PHP: 5.6
10-
Stable tag: 1.3.4
10+
Stable tag: 1.4.0
1111
License: GPLv3
1212
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1313

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

4646
== Changelog ==
4747

48+
= 1.4.0 =
49+
50+
*Released: 2025-03-22*
51+
52+
* Only define `wp_generate_password` for wordpress 6.8 or higher [carlalexander]
53+
* Add support for `wp_hash_password_algorithm hook` in wordpress 6.8 [carlalexander]
54+
4855
= 1.3.4 =
4956

5057
*Released: 2024-11-27*

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.4';
38+
const VERSION = '1.4.0';
3939

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

0 commit comments

Comments
 (0)