diff --git a/.changelogs/fix_access-plan-ui-styling.yml b/.changelogs/fix_access-plan-ui-styling.yml deleted file mode 100644 index 912e01f2ac..0000000000 --- a/.changelogs/fix_access-plan-ui-styling.yml +++ /dev/null @@ -1,3 +0,0 @@ -significance: patch -type: changed -entry: Additional styling of the new Access Plan UI. diff --git a/.changelogs/rename-l18n-js-script.yml b/.changelogs/rename-l18n-js-script.yml deleted file mode 100644 index 88c0e9f787..0000000000 --- a/.changelogs/rename-l18n-js-script.yml +++ /dev/null @@ -1,6 +0,0 @@ -significance: patch -type: fixed -links: - - "#2787" -entry: Renaming front-end javascript translation file not required, as some - security scans appear to be deleting it incorrectly. diff --git a/CHANGELOG.md b/CHANGELOG.md index ef9b9789b3..4d075148c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ LifterLMS Changelog =================== +v7.8.2 - 2024-10-31 +------------------- + +##### Updates and Enhancements + ++ Additional styling of the new Access Plan UI. + +##### Bug Fixes + ++ Renaming front-end javascript translation file not required, as some security scans appear to be deleting it incorrectly. [#2787](https://github.com/gocodebox/lifterlms/issues/2787) + + v7.8.1 - 2024-10-29 ------------------- diff --git a/class-lifterlms.php b/class-lifterlms.php index 995a59f047..ad521c5c17 100644 --- a/class-lifterlms.php +++ b/class-lifterlms.php @@ -34,7 +34,7 @@ final class LifterLMS { * * @var string */ - public $version = '7.8.1'; + public $version = '7.8.2'; /** * LLMS_Assets instance diff --git a/lifterlms.php b/lifterlms.php index 0a75324c0a..f6564a3e16 100644 --- a/lifterlms.php +++ b/lifterlms.php @@ -10,7 +10,7 @@ * Plugin Name: LifterLMS * Plugin URI: https://lifterlms.com/ * Description: Complete e-learning platform to sell online courses, protect lessons, offer memberships, and quiz students. WP Learning Management System. - * Version: 7.8.1 + * Version: 7.8.2 * Author: LifterLMS * Author URI: https://lifterlms.com/ * Text Domain: lifterlms diff --git a/package-lock.json b/package-lock.json index 68ae00ec86..63684c0dde 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lifterlms", - "version": "7.8.1", + "version": "7.8.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "lifterlms", - "version": "7.8.1", + "version": "7.8.2", "license": "GPL-3.0", "dependencies": { "@babel/core": "^7.16.5", diff --git a/package.json b/package.json index ae16672929..4a7f833b78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lifterlms", - "version": "7.8.1", + "version": "7.8.2", "description": "LifterLMS by codeBOX", "repository": { "type": "git",