This plugin is now included by default via the LifterLMS core in versions 5.0+. Installing this plugin directly will use the plugin version instead of the version included with the core. Direct installation is likely only required for development purposes when using LifterLMS 5.0+.
The main function llms_helper() is declared conditionally when the class LifterLMS_Helper is not yet declared.
Added a constant LLMS_HELPER_DISABLE which allows disabling of the plugin.
Distribution release zips now include a composer.json file to allow for installation via composer.
(Re-)introduces the user information shortcode as [llms-user].
Add Admins status tool to reinstall core forms & reusable blocks.
Fixed issue causing data from conditionally disabled fields (like state) from being cleared during form submission
Updated form post type labels and added missing labels
Removed the previously deprecated class LLMS_Frontend_Forms and it’s deprecated class methods reset_password() and voucher_check().
Removed the previously deprecated class LLMS_Frontend_Password and it’s deprecated class methods: retrieve_password(), check_password(), and reset_password().