Coming soon 2.3.6 release - phpBB WordPress

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

Coming soon 2.3.6 release - phpBB WordPress

Post by axew3 »

Code: Select all

= 2.3.6 =
*Release Date - ... Jul, 2020*

* Fix: display user avatar, when admin editing user's profile (almost into a default WP profile view and/or all plugin's using $_GET['user_id']): https://www.axew3.com/w3/forums/viewtopic.php?p=4701#p4701
* Fix: set wp user to be the one that logged out/in into phpBB when profile page load (no refresh required). Example: an user logout and re-login with another username in phpBB, then reload his wp profile page that was already opened into another browse's tab, where was logged in as the logged out into phpBB
* Fix: WP password/reset flow that was not correctly working in some circumstances: https://www.axew3.com/w3/forums/viewtopic.php?p=4722#p4722
* Add: param/attribute 'wordsnum' to the 'phpBB posts into WP post' shortcode: https://www.axew3.com/w3/2017/07/wordpress-shortcode-phpbb-posts-into-wp-post/
* Fix: minor security bug
... 2.3.6 is coming soon!
User avatar
axew3
w3all User
w3all User
Posts: 2689
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Coming soon 2.3.6 release - phpBB WordPress

Post by axew3 »

The passwords problems will terminate once forever on next coming (hope within today if will be possible, or tomorrow) 2.3.6.
Bcript library, will be removed, all hash and check about password, done via native Php functions.

Have been resolved several bugs about passwords flows:
all external frontend plugins will works fine now, not just the default wp.
All password, of any kind, will match between phpBB and wp, also these containing special chars, causing a mismatch between the resulting hash, mainly caused by an htmlspecialchars() call that after php 5.4 return a wrong value for the passed string if it contain special chars, but not only by this.

More about the password flow has been fixed to work fine, ever, on any scenario, all aspects seem now to be covered and all bugs about finally fixed.

I'm so happy to terminate this aspect successfully, since it has not been so easy to reverse all problems now resolved!
2.3.6 is coming!
User avatar
axew3
w3all User
w3all User
Posts: 2689
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Coming soon 2.3.6 release - phpBB WordPress

Post by axew3 »

Just released!

Code: Select all

== Changelog ==

= 2.3.6 =
*Release Date - 05 Jul, 2020*

* Fix: passwords reset/update flow and passwords containing special characters
* Fix: password's reset processes for frontend plugins pages
* Fix: remove old w3_Bcript() lib, switching to native Php password_hash()
* Fix: display user's avatar, when an admin edit user's profile (almost into a default WP profile view and/or all plugin's using $_GET['user_id']): https://www.axew3.com/w3/forums/viewtopic.php?p=4701#p4701
* Fix: set wp user to be the one that logged out/in into phpBB when profile page load. Example: an user logout and re-login with another username in phpBB, then reload his wp profile page that was already opened into another browse's tab, where was logged in as the logged out into phpBB
* Fix: minor security bug
* Minor fixes
* Add: param/attribute 'wordsnum' to the 'phpBB posts into WP post' shortcode: https://www.axew3.com/w3/2017/07/wordpress-shortcode-phpbb-posts-into-wp-post/
* Updated procedure explain: 'Securing WordPress and WP_w3all phpBB WordPress integration: HOW TO and WHY': https://www.axew3.com/w3/forums/viewtopic.php?f=2&t=80
Post Reply