Resource icon

Xenforo Addons Standard Library by Xon v1.22.4

No permission to download
  • Improve compatibility when using EarlyJoinFinderTrait and SqlJoinTrait together
    • Avoid possible expensive table expression queries being computed multiple times

1.22.3 - Bugfix update

Changes:
  • – Fixed a bug where multiple items could be selected in single selection mode when pre-rendering the choices.js widget

Standard Library by Xon v1.20.0

  • 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

Standard Library by Xon v1.20.0

  • 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
  • Fix Helper::find() and Helper::findCached() assumed entity ids are only ints (can be string/int/array)
  • Add Helper::instantiateEntity() type-safe wrapper
  • Fix Helper::createEntity() could cause "Call to undefined method ...\XF\Entity\...::where()" errors when verifying content is unique
Back
Top