Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Fix \SV\StandardLib\Helper::repo()->aliasClass() had a compatibility issue with XF2.2.13+ when the aliased class was the top-most class extension.
\SV\StandardLib\Helper::repo()->aliasClass()
Require php 7.2+ php 8.4+ compatibility fix Improve custom AJAX pagination and AJAX pagination with filter bar javascript. Includes admincp option helper option rendering code See Who Replied for an implementation of the feature allowing selectable pagination styles Add Helper::Plugin for type-safe plugin creation
Helper::Plugin
Fix Helper::find() and Helper::findCached() assumed entity ids are only ints (can be string/int/array) Add Helper::instantiateEntity() type-safe wrapper
Helper::find()
Helper::findCached()
Helper::instantiateEntity()