Skip to content

Commit

Permalink
chore: release 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
carlalexander committed Nov 27, 2024
1 parent 916be25 commit d456e61
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion passwords-evolved.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Description: WordPress password authentication for the modern era.
Author: Carl Alexander
Author URI: https://carlalexander.ca
Version: 1.3.3
Version: 1.3.4
Text Domain: passwords-evolved
Domain Path: /resources/translations
License: GPL3
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Tags: security, authentication, password, have i been pwned
Requires at least: 5.2
Tested up to: 6.7.1
Requires PHP: 5.6
Stable tag: 1.3.3
Stable tag: 1.3.4
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 1.3.4 =

*Released: 2024-11-27*

* Update `wp_set_password` function to match current wordpress version [carlalexander]

= 1.3.3 =

*Released: 2022-09-25*
Expand Down
2 changes: 1 addition & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Plugin
*
* @var string
*/
const VERSION = '1.3.3';
const VERSION = '1.3.4';

/**
* The plugin's dependency injection container.
Expand Down

0 comments on commit d456e61

Please sign in to comment.