- Require StandardLib v1.20.0+
- XF2.3 support
- php 8.4+ compatibility fixes
Fix permission denied error when viewing title history
Require php 7.2+
Require XenForo 2.2+
Require Standard Lib v1.18.0+
Fix template error when $config['enableListeners'] is set to false, or this add-on is being upgraded
Compatibility fix for addons which iterate the entity content type field list.
XF2.2.15+ has a behavior change which causes checking the existence of some XF authored classes to throw instead of return false.
- php 8.2 compat fixes
- Fix "Declaration of X::getHtmlFormattedContent must be compatible" error on viewing title history
- Fix installer listener did not correctly apply schema changes when a supported add-on was detected being installed.
- Adjust 'title history' link to have better style compatibility
- Requires php 7.0+
- Now depends on Standard Library by Xon
- Confirm XF2.2 support
Some add-ons check XenForo version to extend the classes in a different way for each version. The validator is updated to detect these cases and not to show a warning regarding invalid class extension.
- Adjust 'title history' link to have better style compatibility
- Requires php 7.0+
- Confirm XF2.2 support