2.1.5 WordPress phpBB released

User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

2.1.5 WordPress phpBB released

Post 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
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: 2.1.5 WordPress phpBB released

Post 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!
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: 2.1.5 WordPress phpBB released

Post 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
Post Reply