Skip to content

Releases: gocodebox/lifterlms-helper

Version 3.5.5

14 Feb 11:37
Compare
Choose a tag to compare

v3.5.5 - 2025-02-14

Bug Fixes
  • Removing deprecated function param when activating license key. #61

Version 3.5.4

30 Jul 19:25
Compare
Choose a tag to compare

v3.5.4 - 2024-07-30

Bug Fixes
  • Avoid conflicts with other plugins using the translation loader library.

Version 3.5.3

19 Jul 14:35
Compare
Choose a tag to compare

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

09 Jul 14:48
Compare
Choose a tag to compare

v3.5.2 - 2024-07-09

Security Fixes
  • Adding additional security checks.

Version 3.5.1

16 Apr 18:13
Compare
Choose a tag to compare

v3.5.1 - 2024-04-16

New Features
  • Obfuscates license keys. #47

Version 3.5.0

28 Feb 16:49
8c1bc9f
Compare
Choose a tag to compare

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 method LLMS_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

01 Apr 18:18
6e72794
Compare
Choose a tag to compare

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

17 Aug 17:50
f4159a4
Compare
Choose a tag to compare

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

04 Aug 18:04
a8a4857
Compare
Choose a tag to compare

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 deprecated LLMS_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

26 Jul 20:06
f333ffa
Compare
Choose a tag to compare

v3.3.1 - 2021-07-26

  • Load llms_helper()->upgrader WP_CLI context in preparation for forthcoming the lifterlms-cli.