Skip to content
This repository was archived by the owner on Apr 16, 2025. It is now read-only.

Releases: roots/wp-password-bcrypt

Sunset package

16 Apr 14:48
e84fb85
Compare
Choose a tag to compare

What's Changed

  • Sunset package by @retlehs in #52
  • Add the $old_user_data parameter to the wp_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 as SensitiveParameter by @tangrufus in #45

Full Changelog: 1.2.0...1.3.0

v1.2.0

10 Sep 23:14
bd26ab9
Compare
Choose a tag to compare

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

Full Changelog: 1.1.0...1.2.0

v1.1.0

31 Oct 01:22
Compare
Choose a tag to compare
  • Implement password_needs_rehash [#29]
  • Support WP application passwords [#31]

v1.0.0

01 Mar 16:35
Compare
Choose a tag to compare
  • Switch from package type wordpress-muplugin to the default of library.

0.1.0

29 Feb 17:16
Compare
Choose a tag to compare

Initial plugin release