Skip to content

Latest commit

 

History

History
167 lines (98 loc) · 5.24 KB

CHANGELOG.md

File metadata and controls

167 lines (98 loc) · 5.24 KB

LifterLMS Labs Changelog

v1.8.0 - 2023-11-02

New Features
  • Added settings for the lessons favorite button visibility.
Developer Notes
  • Changed priority of the action manager settings loading.

v1.7.0 - 2023-10-26

New Features
  • Added an option to hide the lesson count on course catalogs.
Bug Fixes
  • Improved compatibility with PHP 8.2 (fixed deprecation warnings).
  • Fix use of deprecated filter llms_get_quiz_theme_settings with the Divi Theme Compatibility lab (aka Lifti). #16
  • Fixed 'LLMS Certificates' and 'LLMS Awarded Certificates' Post Types not visible in Beaver Builder Post Type settings. #29
Deprecations
  • Deprecated method LLMS_Lab_Lifti::quiz_settings.
Developer Notes
  • Use strict comparison for in_array and array_search.
  • Improved docblocks and coding standards.

v1.6.1 - 2023-02-17

Deprecations
  • Fixed display issues on the Labs settings page.

v1.6.0 - 2021-07-13

  • Raises the minimum supported WordPress core version to 5.3.
  • Adds support for LifterLMS Core 5.0+.
  • Fixes issue encountered when activating the Beaver Builder lab.

v1.5.3 - 2020-01-28

  • Tested to WordPress core 5.3.2
  • Beaver Builder: Fix module visibility issue when hiding modules based on enrollment in specific courses or memberships.
  • Action Manager: Remove non-functioning featured image hook. Featured images are output by themes not by LifterLMS.

v1.5.2 - 2018-07-12

  • Beaver Builder: Minor changes to accommodate changes in LifterLMS 3.20.0
  • Lifti: Minor changes to accommodate changes in LifterLMS 3.20.0

v1.5.1 - 2018-03-13

  • Lifti: Custom builder classes will now function as expected when used on free lessons
  • Lifti: Add support for LifterLMS Quiz layouts

v1.5.0 - 2018-02-15

  • Beaver Builder: Updated to support Beaver Builder 2.0 (long over due, I know.)
  • Lifti: Changes to Divi prevent loading programmatically created layouts. The predefined layout for a LifterLMS course can now be downloaded here.
  • Simple Branding: Add branding overrides for LifterLMS instructor information cards
  • Simple Branding: Add branding overrides for LifterLMS 3.16.0 quiz styles and LifterLMS Advanced Quizzes styles
  • Simple Branding: Save default values in database & generate CSS when the lab is enabled.

v1.4.0 - 2017-09-05

Simple Branding Updates
  • Add support for LifterLMS notifications
  • Set default colors for branding options. Fixes issues with invalid CSS when options aren't set after enabling the lab
  • Make all branding color settings required

v1.3.1 - 2017-08-16

  • Ensures BeaverBuilder enabled courses and lessons properly display private areas and private posts generated by LifterLMS Private Areas

v1.3.0 - 2017-08-03

Beaver Builder Integration Lab

  • Adds LifterLMS-specific modules for course and lesson construction via Beaver Builder
  • Adds row & module visibility settings to conditionally display elements based on course/membership enrollment status of the current visitor
  • Adds a basic LifterLMS course template for quick course building with a layout similar to the standard LifterLMS course layout
  • Full usage documentation and more details here

v1.2.2 - 2017-05-19

  • Simple Branding: Automatically brand LifterLMS email templates according to branding color settings (requires LifterLMS 3.8.0 and higher).
  • Fix typo in i18n directory name

v1.2.1 - 2017-03-28

  • Prevent Lifti from returning a builder layout for lessons when retrieving the lesson excerpt

v1.2.0 - 2017-03-28

Action Manager Lab

  • Check boxes to remove LifterLMS elements added to courses, lessons, and memberships instead of writing code

Lifti: Divi compatibility Upgrades!

  • Divi Friends is now called Lifti because it's more fun
  • Add options for Divi page builder and custom layout support on LifterLMS courses, lessons, and memberships
  • Add a prebuilt layout for LifterLMS courses which automatically adds default LifterLMS content via LifterLMS shortcodes to a pagebuilder layout
    • If you already had this lab enabled, disable and re-enable so the layout will be installed!
  • Combine this lab with the Action Manager for a lot of Divi fun!

v1.1.2 - 2017-02-20

  • Load template functions on the admin panel when using the Divi Friends lab. Allows LifterLMS widgets and shortcodes to be used within Divi page builder.

v1.1.1 - 2017-01-17

  • Fixed bug with Divi theme not removing lifterlms sidebars by making action initalize late
  • Tested up to WordPress core 4.7.1

v1.1.0 - 2017-01-10

  • Added Divi Friends for better compatibility with Divi theme
  • Added support for labs without settings
  • Automatically load all labs for display on labs setting screen

v1.0.0 - 2016-12-27

  • Initial public release