From d456e61aa18185898f69d4d7b4aea77f9824d590 Mon Sep 17 00:00:00 2001 From: Carl Alexander Date: Wed, 27 Nov 2024 13:53:43 -0500 Subject: [PATCH] chore: release 1.3.4 --- passwords-evolved.php | 2 +- readme.txt | 8 +++++++- src/Plugin.php | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/passwords-evolved.php b/passwords-evolved.php index fb2e7da..cd4d7fd 100644 --- a/passwords-evolved.php +++ b/passwords-evolved.php @@ -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 diff --git a/readme.txt b/readme.txt index 1b24586..9b0fd8e 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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* diff --git a/src/Plugin.php b/src/Plugin.php index 285513c..57515be 100644 --- a/src/Plugin.php +++ b/src/Plugin.php @@ -35,7 +35,7 @@ class Plugin * * @var string */ - const VERSION = '1.3.3'; + const VERSION = '1.3.4'; /** * The plugin's dependency injection container.