[AL] Core Package

[AL] Core Package 2.0.0 PL1

No permission to download
jessy updated [AL] Core Package with a new update entry:

1.5.1

This version adds the library Mobile_Detect and adds variables available in all templates to detect if the current page is viewed on a mobile/tablet device:

Code:
Code:
<xf:if is="$xf.isMobileBrowser">
    Visitor is using a tablet or a phone.
    <xf:if is="$xf.isTabletBrowser">
      Visitor is using a tablet.
    <xf:else />
      Visitor is using a phone.
    </xf:if>
  <xf:else />
    Visitor is using a computer/non-mobile device.
</xf:if>

Read the rest of this update entry...
 
thanks to dear member @jessy updated [AL] Core Package with a new update entry:

1.5.5

The update applies a definitive fix for the class extension hack, based on suggestions from @Xon.

The update is backward-compatible with our add-ons, so applying the update will keep the current hack active, however, once you have upgraded other our add-ons to the latest versions (new versions of all Filter add-ons will be released within 24 hours to support the new system), you can disable the hack by unchecking the option Legacy Class Extension Hack in add-on options page. Once unchecked...

Read the rest of this update entry...
 
Top