The Official Blog for LifterLMS Contributors

  • LifterLMS Version 4.10.1

    PHP 7.2 has reached its official end of life. LifterLMS aims to support only officially supported PHP versions and our goal is to drop support for PHP 7.2 by March of 2021 at which time minimum supported PHP version will be raised to 7.3. If you’re currently using PHP 7.2 please contact your host and request an upgrade to a supported PHP version as soon as possible!

    Bug fixes
    • Fixed visual issues encountered on the admin Add-Ons screen.
    • Use hr.wp-header-end in favor of a second (hidden)

      to “catch” admin notices on the Add-Ons screen.

    • Replace incorrect usage of invalid ID llms_shop with courses during catalog template loader checks.
    • Function llms_get_post() will now only allow instantiation of LifterLMS classes.
    • Remove unneeded require autoloaded file includes/class.llms.quiz.data.php.
    Read more: LifterLMS Version 4.10.1
  • LifterLMS WooCommerce Version 2.1.3

    • Fixes a bug encountered when using Astra Pro with members only products resulting in the Add to Cart button being
      incorrectly displayed along with the members only button, or the members only button displayed twice, in single products.
    Read more: LifterLMS WooCommerce Version 2.1.3
  • LifterLMS WPForms Version 1.1.1

    • Update: Add hooks to handle user post metas deletion on entries deletion.
    • Bugifx: Removed .llms-notice slideUp on login form showing: now perfomed in core.
    Read more: LifterLMS WPForms Version 1.1.1
  • LifterLMS Helper Version 3.2.0

    Updates
    • Moved the class LifterLMS_Helper class to its own file from lifterlms-helper.php.
    • Use self::$instance in favor of self::$_instance.
    • Use llms() in favor of deprecated LLMS().
    • Use llms_filter_input() to access $_POST data in various places.
    • Use strict comparison for in_array().
    Bug fixes
    • Fixed usage of incorrect textdomain in various places.
    Deprecations
    • Replaced usage of protected class property $instance in favor of $_instance in various singleton classes.
    • Function LLMS_Helper() is deprecated in favor of llms_helper().
    • File includes/model-llms-helper-add-on.php is deprecated, use includes/models/class-llms-helper-add-on.php instead.
    Read more: LifterLMS Helper Version 3.2.0
  • LifterLMS Version 4.10.0

    PHP 7.2 has reached its official end of life. LifterLMS aims to support only officially supported PHP versions and our goal is to drop support for PHP 7.2 by March of 2021 at which time minimum supported PHP version will be raised to 7.3. If you’re currently using PHP 7.2 please contact your host and request an upgrade to a supported PHP version as soon as possible!

    Updates
    • Adds native theme support for the WordPress default theme Twenty Twenty-One.
    • Improved the llms_archive_description() function and releated filter.
    Bug fixes
    • Fix issue encountered when using multiple role plugins to add the Instructor role to an Administrator user account. Thanks @daniel-shuy!
    • Fixed an issue encountered when using non-latin characters in a course post URL slug. Thanks @alaa-alshamy!
    Templates Updated
    • templates/loop/pagination.php
    Read more: LifterLMS Version 4.10.0
  • Hacktoberfest 2020 Results

    The 3rd Annual LifterLMS Contributor Month Hacktoberfest event is over and we’re excited to share the results of the event and announce our winners.

    Contribution Stats

    This year we accepted 10 pull requests from 5 contributors.

    Contributions ranged from bug fixes, to the addition of hooks, to entirely new features.

    ContributorPull RequestReward
    @alaa-alshamy#1408
    @CadenG150#1410
    @daniel-shuy#1390Add-on Drawing Winner
    #1392Swag item winner
    #1393
    @imknight#1378Swag item winner
    #1387
    #1394
    #1404
    @nhandl3#1367

    We’d like to extend a huge thank you to all our contributors and a big congratulations to our swag winners and Daniel Shuy who won our add-on drawing!

    Read more: Hacktoberfest 2020 Results