Page 1 of 1

2.1.5 WordPress phpBB released

Posted: Fri Jan 31, 2020 3:04 pm
by axew3

Code: Select all

== Changelog ==

= 2.1.5 =
*Release Date - 31 Gen, 2020*
* Fix: duplicate phpBB user insertion in WP definitively and properly, reordering code execution
* Fix: transfer phpBB users into WP via transfer option, with proper choosed role/capability (if updated before 2.1.4 patched)
* More secondary fixes

Re: 2.1.5 WordPress phpBB released

Posted: Fri Jan 31, 2020 3:33 pm
by axew3
On some php version like 7.1.11 (where not compiled with)

Code: Select all

password_hash($password, PASSWORD_ARGON2I);
lead to this error when password reset
The warning do not cause the wrong execution , all run ok by the way, despite the error message may display.
Warning: password_hash() expects parameter 2 to be integer, string given in /w3/wp-content/plugins/wp-w3all-phpbb-integration/wp_w3all.php on line 696
On 2.1.5, for what known at moment, this is the unique remaining bug.
As said above, and that you can also experience on this online example, this not lead to wrong result.
Will be resolved as soon.

Report if you found any bug!

Re: 2.1.5 WordPress phpBB released

Posted: Fri Jan 31, 2020 7:40 pm
by axew3

Code: Select all

== Changelog ==

= 2.1.6 =
*Release Date - 31 Gen, 2020*
* Fix: Warning: password_hash() expects parameter 2 to be integer error for certain Php versions: https://www.axew3.com/w3/forums/viewtopic.php?p=4372#p4372
2.1.6 has been just released to fix the issue