You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A separate category “Recent Topics” was created for the permissions. The “Misc” category is no longer used.
Adjusted language files and removed the "Recent Topics:" prefix.
The previous temporary project name "Recent Topics (fork by IMC & LukeWCS)" has been changed to the final name "Recent Topics NG".
composer.json adjusted accordingly.
The new prefix for variable names and other identifiers is now RTNG. Used for the first time with the new permissions category.
LukeWCSphpBBConfirmBox 1.4.3:
Code optimization.
Other changes in composer.json:
Removed version check for phpBB.com because it doesn't make sense with the fork. At a later date we will add a new version check for RTNG.
Description reduced to the essentials. Version information does not belong there, as there are dedicated places for it.
Miscellaneous:
Reduced README.md to the minimum and added current information.
Fixed: No storage of user data during registration if the board e-mail is deactivated
Remove support for:
nickvergessen/newspage
part3/topicprefixes
imkingdavid/prefixed
Change the minimum value for the number of topics in the settings
With the Twig macros number() and text(), some HTML attributes were generated unnecessarily if their associated optional parameters were not specified. Generation now depends on the existence of the optional parameters. In addition, all optional attributes were noted one below the other, which made the macros clearer. The macros were adopted from LFWWH 2.2.0.