1.7.1 released - MSMU + !important fixes
Posted: Mon May 08, 2017 8:15 pm
WordPress phpBB integration has been released to resolve mainly this:
* Fix cookie setting to be detected and setup one time, not at 'runtime' when page load (that was since 1.7.0 to correct detect of cookie setting).
* Fix x MUMS: user was not added into phpBB on creating site/blog and related new user subadmin via admin.
* Fix x MUMS: users addition error message: see https://wordpress.org/support/topic/1-7 ... st-9106748
* Tested to fix adding/registering/login users into WP default, WP Network Multisite, Buddypress (and should fix any other plugin that use signups).
MEMO:
Please report if any bug/problem you maybe found! Thank you!
* Fix cookie setting to be detected and setup one time, not at 'runtime' when page load (that was since 1.7.0 to correct detect of cookie setting).
* Fix x MUMS: user was not added into phpBB on creating site/blog and related new user subadmin via admin.
* Fix x MUMS: users addition error message: see https://wordpress.org/support/topic/1-7 ... st-9106748
* Tested to fix adding/registering/login users into WP default, WP Network Multisite, Buddypress (and should fix any other plugin that use signups).
Code: Select all
== Changelog ==
= 1.7.1 =
*Release Date - 8 May, 2017*
* Fix cookie setting to be detected and setup one time, not at 'runtime' when page load (that was since 1.7.0 to correct detect of cookie setting). Now the check is for any www top level domain (for advanced -> see new function: w3all_extract_cookie_domain() on wp_w3all.php).
* Fix x MUMS: user was not added into phpBB on creating site/blog and related new user subadmin via admin.
* Fix x MUMS: users addition error message: see https://wordpress.org/support/topic/1-7-0-released/#post-9106748
* Tested to fix adding/registering/login users into WP default, WP Network Multisite, Buddypress (and should fix any other plugin that use signups). Still not add all profile fields update for Buddypress, it will be done (hope) on 1.7.2.
* Added manual setting on wp_w3all.php to force plugin deactivation if necessary, to make possible a clean uninstall of the plugin even on most worse situations or just for testing purpose (this is completely redundant, if the plugin is installed using phpBB custom manual config.php, because you can deactivate the plugin within this file instead (as explained on inline hints in file)). A documentation help for common problems about will be done asap (if never necessary for someone).
* Added manual setting on wp_w3all.php also for cookie to force cookie setting change (option about this will be added also into wp_w3all admin config on next version).
Please report if any bug/problem you maybe found! Thank you!