[AL] Core Package

xF2 Add-on [AL] Core Package 1.8.7

No permission to download
The version contains minor enhancements in the admin panel for add-ons that are using the Core package for list of items. Please upgrade if any of our add-ons require the newest version of this package.
The update makes view parameters available in the templates under $xf.reply.viewParams. These variables can be used also in widget filters, in case a widget should be shown on a specific page that matches a specific case (e.g. only show a widget when the page does not have filters applied to it).
  • Like
Reactions: BattleKing
Fix nulled
  • Like
Reactions: BattleKing
In this version, we removed the legacy class extension support option. The feature is needed only in our Filter add-ons and is moved to the Filter Framework.

Upgrade to this version if any add-ons you use require a newer version.
Fix nulled
  • Like
Reactions: BattleKing
This version adds a help to sanitize item title before passing it to PayPal, as special characters in the item title may cause the payment to fail. The change is used in specific add-ons and does not automatically change the behavior of PayPal payment method.

Upgrade to this version if any of the add-ons you are using requires a newer version.
The release fixes an issue on XenForo 2.2.13 that can cause PHP errors from different add-ons that use the class extension system.

Disabling the option "Legacy Class Extension Hack" in Admin -> Options -> [AL] Core section will fix the issue.

In case you have lost access to the admin panel, upload the files from the released package, and it will fix the error.

This version also adds ability to disable the option via config.php, where you can add:
Code:
define('AL_CORE_DISABLE_LEGACY_EXTENSION', true);
Please note, that the constant will work only when the files from this version are already uploaded to the server.

It is unlikely you need the option enabled unless you are using older versions of one of our Filter add-ons released before Aug 3, 2022. If that's not the case, make sure to disable the option now to avoid any breaking changes.

Thank you!
  • Like
Reactions: BattleKing
The update fixes the branding message from our add-ons to add rel="nofollow" to the URL.
Please update with this package if you are using any of our add-ons with branding message.
  • Like
Reactions: BattleKing
The release contains changes related to public-facing custom pages built with this package. Please upgrade if any of our add-ons you are using requires the new version.

Thank you!
This release includes fixes for the issues on PHP 8.1 version:
Fatal error: During inheritance of ArrayObject: Uncaught ErrorException: [E_DEPRECATED] Return type of AddonsLab\Core\Xf2\Admin\FilterFormParams::eek:ffsetGet($key)
  • Like
Reactions: BattleKing
Top