Code: Select all
= 2.5.2 =
*Release Date - 24 Jan, 2022*
* Fix: language file wp-w3all-phpbb-integration.pot into /wp-content/plugins/wp-w3all-phpbb-integration/languages that can be used to correctly create .po lang files. en_EN, us_US, fr_FR, es_ES and it_IT have been added into languages folder by default, ready in place, even if not still translated (have been translated just front-end strings into it_IT)
* Fix: the shortcode phpBB posts into WP post has been updated to correctly parse any attachment, inline and not inline, exactly like phpBB do
* phpBB Post Shortcode is here: https://www.axew3.com/w3/2017/07/wordpress-shortcode-phpbb-posts-into-wp-post/
* Fix admin hints all over
* Minor fixes
Since last time i realized that, when an user change group in wordpress or phpBB, it can be done the same into the linked cms at zero cost, because all data already available into plugins arrays, we go to add auto switch group for users. Both phpBB (so when an user change group in phpBB it will updated in wp to related capability, and the contrary, when updated in WP auto switched in phpBB to correspondent).
I also would like to add an ajax feature. May you know that wordpress execute in the background tasks, updating each tot seconds?
It is possible to add a js that grab data, and push into last post new posts or pm if there are, or everything else on the entire page and plugin functions, without the need to reload the page.
Promised an awesome 2.5.0 series.
It is all coming lovely people!
Have bugs or ideas, reply soon please!
ps. may look a note about languages int previous 2.5.2 logs:
viewtopic.php?p=5441#p5441
ps
it will be provided as basic option that will work into WP default and phpBB default-Since last time i realized that, when an user change group in wordpress or phpBB, it can be done the same into the linked cms at zero cost, because all data already available into plugins arrays, we go to add auto switch group for users. Both phpBB (so when an user change group in phpBB it will updated in wp to related capability, and the contrary, when updated in WP auto switched in phpBB to correspondent).