Page 1 of 1

2.1.7 phpBB WordPress ( Fix: bug wp password error update, if PASSWORD_ARGON2I not compiled in php)

Posted: Sun Feb 02, 2020 11:27 am
by axew3

Code: Select all

== Changelog ==

= 2.1.7 =
*Release Date - 02 Feb, 2020*
* Fix: bug wp password error update, if PASSWORD_ARGON2I not compiled in php
* Fix: cleanup code for the hash_password and switch code to not hash password in PASSWORD_ARGON2I ( so if support PASSWORD_ARGON2I / and PASSWORD_ARGON2ID not compiled on php there are no problems )
* Minor fixes