Standard Library by Xon

Standard Library by Xon 1.20.1

No permission to download
thanks to dear member @jessy updated Standard Library by Xon with a new update entry:

changelog

  • Deprecate getContentPermissions function, as the 2nd string argument was not actually used, with a replacement function getPerContentPermissions added.
  • Add \SV\StandardLib\Helper::isAddOnActive() helper function. Similar to \XF::isAddonActive(), except it understands version strings
  • Shim template funciton is_addon_active code to understand version strings

Read the rest of this update entry...
 
thanks to dear member @jessy updated Standard Library by Xon with a new update entry:

changelog

  • Only add phrase_dynamic template method in XF2.1
  • Add various strongly typed helpers to automatically type hint returns based on using ::class argument instead of magic strings.
    PHP:
    $obj = Helper::repository(\XF\Repository\User::class);

    For static analysis and IDE, $obj will have the type \XF\Repository\User

    While XF2.3 intends to implement this, adding this functionality to this add-on allows migrating before hand and simplifies migrating as the Helper bit just...

Read the rest of this update entry...
 
thanks to dear member @jessy updated Standard Library by Xon with a new update entry:

changelog

  • 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

Read the rest of this update entry...
 
Back
Top