- Update: Add hooks to handle user post metas deletion on entries deletion.
- Bugifx: Removed
.llms-noticeslideUp on login form showing: now perfomed in core.
The Official Blog for LifterLMS Contributors
-
LifterLMS WPForms Version 1.1.1
Read more: LifterLMS WPForms Version 1.1.1 -
LifterLMS Helper Version 3.2.0
Read more: LifterLMS Helper Version 3.2.0Updates
- Moved the class
LifterLMS_Helperclass to its own file fromlifterlms-helper.php. - Use
self::$instancein favor ofself::$_instance. - Use
llms()in favor of deprecatedLLMS(). - Use
llms_filter_input()to access$_POSTdata 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
$instancein favor of$_instancein various singleton classes. - Function
LLMS_Helper()is deprecated in favor ofllms_helper(). - File
includes/model-llms-helper-add-on.phpis deprecated, useincludes/models/class-llms-helper-add-on.phpinstead.
- Moved the class
-
LifterLMS Version 4.10.0
Read more: LifterLMS Version 4.10.0PHP 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
-
Hacktoberfest 2020 Results
Read more: Hacktoberfest 2020 ResultsThe 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.
Contributor Pull Request Reward @alaa-alshamy #1408 @CadenG150 #1410 @daniel-shuy #1390 Add-on Drawing Winner #1392 Swag item winner #1393 @imknight #1378 Swag 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!
-
LifterLMS Version 4.9.0
Read more: LifterLMS Version 4.9.0- Tested up to WordPress core 5.6 (RC.1).
- Raised the minimum required WordPress core version to 5.1.
- Add new localization utilities for developers.
- Fixed various issues found on PHP 8.
- Added script localization for block editor scripts.
- Updated LifterLMS Rest to Version 1.0.0-beta.17.
- Updated LifterLMS Blocks to Version 1.10.0.
-
LifterLMS Blocks Version 1.10.0
Read more: LifterLMS Blocks Version 1.10.0- Use the
LLMS_Assetsclass to define, register, and enqueue plugin assets. - Added Javascript localization for block editor scripts.
- Use the
