WP_w3all 1.7.7 phpBB WordPress released

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: WP_w3all 1.7.7 phpBB WordPress released

WP_w3all 1.7.7 phpBB WordPress released

by axew3 » Thu Sep 28, 2017 2:03 pm

Code: Select all

= 1.7.7 =
*Release Date - 28 Sep, 2017*

* Note: Iframe versions require to replace the old file 'iframeResizer.contentWindow.min.js' added into phpBB root with the new updated one you'll find inside folder: wp-content/plugins/wp-w3all-phpbb-integration/addons/resizer
* Fix important bug related to WP user ID 1 and phpBB user ID 2 (default install admins) if username mismatch. 1.7.6 was already patched about this: https://wordpress.org/support/topic/1-7-6-patches/ 
* Fix error on retrieve correctly user datas on certain user's actions. As above, 1.7.6 was already patched about this.
* Add WP integration compatibility with phpBB user's banning actions. A phpBB banned IP, email or username, will not be able to login or register WP. If user is banned by username in phpBB, he will be logged out immediately, even without visiting phpBB, when return to visit WP side with a valid cookie. But if a ban is issued by IP or email in phpBB and the user in the while return back to site visiting WP pages with valid cookie credentials, will result logged in until he not visit phpBB (so phpBB will reset his cookie and will be logged out). This secondary aspect will be fixed before, or on WP_w3all 1.8.0.
* Add [media] bbcode parsing, to show embedded phpBB posts video into WP posts, when bbcode about phpBB mod - mediaembed - is used/installed into phpBB: https://www.phpbb.com/customise/db/extension/mediaembed/
* iframe: fix iframe scroll for all iframed phpBB pages behaviors. The code on procedure as been updated and page-forum.php has been also substituted. The code has been reduced of several lines of code on both phpBB overall_footer.html and page-forum.php. See procedure page https://www.axew3.com/w3/2016/02/embed-phpbb-into-wordpress-template-iframe-responsive/
* iframe: fix iframe for correct URL on WP admin bar about PM. Now correctly point to iframe or full phpBB, based on WP_w3all configuration setting about iframe links.
* iframe: update iframe resizer JS library to latest available: https://github.com/davidjbradshaw/iframe-resizer (so as indicated above you'll need to replace the old 'iframeResizer.contentWindow.min.js' file on phpBB root, with the new one updated)
* Security fix for function wp_w3all_get_phpbb_lastopics_short (that display Last Topics Shortcode in WP)
* More minor fixes

Top