From 15f0d8919fb3731f79a0cf2fb47e1baecb86cb26 Mon Sep 17 00:00:00 2001 From: Scott Walkinshaw Date: Sat, 30 Oct 2021 21:18:58 -0400 Subject: [PATCH] v1.1.0 --- CHANGELOG.md | 5 +++++ wp-password-bcrypt.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a21c0f7..351fde0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### 1.1.0: October 30th, 2021 + +* Implement `password_needs_rehash` +* Support WP application passwords + ### 1.0.0: March 1st, 2016 * Initial plugin diff --git a/wp-password-bcrypt.php b/wp-password-bcrypt.php index 1b92d2d..e665911 100644 --- a/wp-password-bcrypt.php +++ b/wp-password-bcrypt.php @@ -6,7 +6,7 @@ * Description: Replaces wp_hash_password and wp_check_password with password_hash and password_verify. * Author: Roots * Author URI: https://roots.io - * Version: 1.0.0 + * Version: 1.1.0 * Licence: MIT */