This repository was archived by the owner on Apr 16, 2025. It is now read-only.
Releases: roots/wp-password-bcrypt
Releases · roots/wp-password-bcrypt
Sunset package
What's Changed
- Sunset package by @retlehs in #52
- Add the
$old_user_data
parameter to thewp_set_password
action to match WordPress 6.7 by @johnbillion in #43 - Update to PHP >=8.0; Update actions/cache to v4; Test PHP 8.0 to 8.4; Add dependabot config by @tangrufus in #46
- Mark
$password
and$hash
asSensitiveParameter
by @tangrufus in #45
Full Changelog: 1.2.0...1.3.0
v1.2.0
What's Changed
- Add the
wp_set_password
action to match WordPress core since 6.2.0 by @johnbillion in #40 - Ensure the hashed password is always returned by @johnbillion in #41
New Contributors
- @dr5hn made their first contribution in #39
- @johnbillion made their first contribution in #40
Full Changelog: 1.1.0...1.2.0
v1.1.0
v1.0.0
- Switch from package type
wordpress-muplugin
to the default oflibrary
.
0.1.0
Initial plugin release