Releases: gocodebox/lifterlms-helper
Releases · gocodebox/lifterlms-helper
Version 3.5.5
Version 3.5.4
v3.5.4 - 2024-07-30
Bug Fixes
- Avoid conflicts with other plugins using the translation loader library.
Version 3.5.3
v3.5.3 - 2024-07-19
New Features
- Check for translations in add-ons when available.
Bug Fixes
- Fix "View Details" showing for core LifterLMS. #52
Version 3.5.2
v3.5.2 - 2024-07-09
Security Fixes
- Adding additional security checks.
Version 3.5.1
Version 3.5.0
v3.5.0 - 2023-02-28
Updates and Enhancements
- Updated the appearance of the license dropdown.
Bug Fixes
- Fixed incorrect HTML code for single Add On displayed on the LifterLMS > Add-ons & more screen.
Developer Notes
- Added new paramater
$force
,false
by default, to the static methodLLMS_Helper_Keys::activate_keys()
. It'll allow to force a remote call instead of using ccached results.
Performance Improvements
- Cache results from the activate keys calls to the LifterLMS license API. This prevents issues where sites are pinging the license server too often, specifically if they are "cloned" sites.
Version 3.4.2
v3.4.2 - 2022-04-01
Bug Fixes
- Fixed an issue where adding new license keys with an end-of-line symbol after the last key would result in an invalid license key error.
- Fixed an issue that caused PHP warnings in the "Plugins -> Add New" page because the
plugin
property was missing. #36
Version 3.4.1
v3.4.1 - 2021-08-17
- Fixed undefined index error encountered when programmatically deactivating a key that was not previously activated on the site.
Version 3.4.0
v3.4.0 - 2021-08-04
Localization updates
- Only runs localization functions when loaded as an independent plugin.
- Replace the textdoman 'lifterlms-helper' with 'lifterlms'.
Updates
- Use
llms_helper()
in favor of deprecatedLLMS_Helper()
in various locations.
Bugfix
- Don't attempt to run migrations from versions less than 3.0.0 during first run when loaded as a library.
Version 3.3.1
v3.3.1 - 2021-07-26
- Load
llms_helper()->upgrader
WP_CLI context in preparation for forthcoming thelifterlms-cli
.