Page 1 of 1

WordPress phpBB 2.4.0 released

Posted: Fri Jan 01, 2021 11:52 pm
by axew3
READ BEFORE TO UPDATE!

Code: Select all

== Changelog ==

= 2.4.0 =
*Release Date - 1 Jan, 2021*

* Switch to integration 'by email'
* To update from 2.3.9, it is only required to choose where users can update email, and may (may not) where to let users register and/or login.
* READ this to UPDATE: https://www.axew3.com/w3/forums/viewtopic.php?p=4975#p4975
* The new install steps page is here: https://www.axew3.com/w3/wp-w3all-wordpress-to-phpbb-install-and-how-to/
* The install help page contain steps and explainations on how to use the integration for different scenarios, also with mismatching usernames/emails pairs
* With mismatching usernames/email pairs, it is allowed to let users update their email, password and to register, only in WordPress or phpBB
* Read to know ways to integrate, into above linked pages/posts

Re: WordPress phpBB 2.4.0 released

Posted: Tue Jan 05, 2021 12:24 am
by axew3
Released 2.4.1
== Changelog ==

= 2.4.1 =
*Release Date - 5 Jan, 2021*

* Fix Bruteforce countermeasure, to avoid logout of the legit logged user in certain cases
More specifically, when an user account were detected as bruteforced, the code was following with a logout, that is based than by (cookie) ID.
If a fake session presented, then also the legit logged in user were logged out.
It has been fixed.