diff --git a/.changelogs/fix_fatal-error-on-activation.yml b/.changelogs/fix_fatal-error-on-activation.yml deleted file mode 100644 index b6b4a8d994..0000000000 --- a/.changelogs/fix_fatal-error-on-activation.yml +++ /dev/null @@ -1,7 +0,0 @@ -significance: patch -type: fixed -links: - - "#2716" -attributions: - - "@verygoodplugins" -entry: Fixes fatal error when updating from an old version. diff --git a/.changelogs/fix_membership-restrict-page-access.yml b/.changelogs/fix_membership-restrict-page-access.yml deleted file mode 100644 index 784367a3b8..0000000000 --- a/.changelogs/fix_membership-restrict-page-access.yml +++ /dev/null @@ -1,5 +0,0 @@ -significance: patch -type: fixed -links: - - "#2714" -entry: Avoid errors on pages restricted by one or more memberships. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6884566265..febf77a499 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ LifterLMS Changelog =================== +v7.7.2 - 2024-08-12 +------------------- + +##### Bug Fixes + ++ Fixes fatal error when updating from an old version. Thanks [@verygoodplugins](https://github.com/verygoodplugins)! [#2716](https://github.com/gocodebox/lifterlms/issues/2716) ++ Avoid errors on pages restricted by one or more memberships. [#2714](https://github.com/gocodebox/lifterlms/issues/2714) + + v7.7.1 - 2024-08-09 ------------------- diff --git a/class-lifterlms.php b/class-lifterlms.php index f734f84629..5c2475091c 100644 --- a/class-lifterlms.php +++ b/class-lifterlms.php @@ -34,7 +34,7 @@ final class LifterLMS { * * @var string */ - public $version = '7.7.1'; + public $version = '7.7.2'; /** * LLMS_Assets instance diff --git a/lifterlms.php b/lifterlms.php index 3828ff9111..476c1c3403 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.7.1 + * Version: 7.7.2 * Author: LifterLMS * Author URI: https://lifterlms.com/ * Text Domain: lifterlms diff --git a/package-lock.json b/package-lock.json index 66bb813038..92a041b28d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lifterlms", - "version": "7.7.1", + "version": "7.7.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "lifterlms", - "version": "7.7.1", + "version": "7.7.2", "license": "GPL-3.0", "dependencies": { "@babel/core": "^7.16.5", diff --git a/package.json b/package.json index b2b22a8858..da54e07ba2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lifterlms", - "version": "7.7.1", + "version": "7.7.2", "description": "LifterLMS by codeBOX", "repository": { "type": "git",