1.7.1 released - MSMU + !important fixes

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 1 MiB.

Expand view Topic review: 1.7.1 released - MSMU + !important fixes

Re: 1.7.1 released - MSMU + !important fixes

by axew3 » Tue May 09, 2017 3:20 pm

class.wp.w3all-phpbb.php has been updated on repository to fix Group avatar bug
https://plugins.trac.wordpress.org/brow ... tion/trunk
Now all should work fine on any possible avatar configuration.

A big thank for this to @Lepalose.

1.7.1 released - MSMU + !important fixes

by axew3 » 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).

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).
MEMO:
Please report if any bug/problem you maybe found! Thank you!

Top