Skip to content

Commit 1fe812b

Browse files
authored
Merge pull request #2896 from gocodebox/dev
Release 8.0.2
2 parents d711711 + f26c576 commit 1fe812b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+126
-675
lines changed

.changelogs/fix_access-plan-remove.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.gitignore

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,48 @@ assets/css/lifterlms-rtl.css
2727
assets/css/lifterlms-rtl.min.css
2828
assets/css/lifterlms.css
2929
assets/css/lifterlms.min.css
30+
assets/css/llms-admin-addons.css
31+
assets/css/llms-admin-addons-rtl.css
32+
3033
assets/js/llms-builder.js
3134
assets/js/llms-builder.min.js
3235
assets/js/llms-admin-elementor-editor.js
3336
assets/js/llms-admin-elementor-editor.asset.php
3437
assets/js/llms-admin-certificate-editor.asset.php
3538
assets/js/llms-admin-certificate-editor.js
39+
assets/js/llms-admin-media-protection-block-protect.asset.php
40+
assets/js/llms-admin-media-protection-block-protect.js
3641
assets/js/llms-components.asset.php
3742
assets/js/llms-components.js
43+
assets/js/llms-admin-addons.js
44+
assets/js/llms-admin-award-certificate.js
45+
assets/js/llms-icons.js
46+
assets/js/llms-quill-wordcount.js
47+
assets/js/llms-spinner.js
48+
assets/js/llms-utils.js
3849
assets/js/llms.js
3950
assets/js/*.min.js
51+
assets/js/*.asset.php
4052
assets/js/llms-metaboxes.js
4153
blocks/certificate-title/*
4254
blocks/my-account/*
4355
blocks/pricing-table/*
56+
blocks/access-plan-button/*
57+
blocks/checkout/*
58+
blocks/course-author/*
59+
blocks/course-continue/*
60+
blocks/course-meta-info/*
61+
blocks/course-outline/*
62+
blocks/course-prerequisites/*
63+
blocks/course-reviews/*
64+
blocks/course-syllabus/*
65+
blocks/courses/*
66+
blocks/login/*
67+
blocks/memberships/*
68+
blocks/my-achievements/*
69+
blocks/navigation-link/*
70+
blocks/registration/*
71+
4472
includes/class.llms.l10n.frontend.php
4573
languages/lifterlms.pot
4674

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,36 @@
11
LifterLMS Changelog
22
===================
33

4+
v8.0.2 - 2025-03-17
5+
-------------------
6+
7+
##### Bug Fixes
8+
9+
+ Avoid escaping the selected attribute of a form field select dropdown incorrectly.
10+
+ Adds additional verifications on permission for bulk enrolls, and REST API access for instructors.
11+
+ Updates helper library to remove depreciated notice when adding a license key.
12+
13+
##### Security Fixes
14+
15+
+ Additional checks for managing LifterLMS data. Thanks [@mikemyers](https://github.com/mikemyers)!
16+
17+
##### Updated Templates
18+
19+
+ [templates/course/favorite.php](https://github.com/gocodebox/lifterlms/blob/8.0.2/templates/course/favorite.php)
20+
+ [templates/course/lesson-preview.php](https://github.com/gocodebox/lifterlms/blob/8.0.2/templates/course/lesson-preview.php)
21+
+ [templates/global/form-login.php](https://github.com/gocodebox/lifterlms/blob/8.0.2/templates/global/form-login.php)
22+
+ [templates/global/form-registration.php](https://github.com/gocodebox/lifterlms/blob/8.0.2/templates/global/form-registration.php)
23+
+ [templates/loop/featured-pricing.php](https://github.com/gocodebox/lifterlms/blob/8.0.2/templates/loop/featured-pricing.php)
24+
+ [templates/myaccount/form-edit-account.php](https://github.com/gocodebox/lifterlms/blob/8.0.2/templates/myaccount/form-edit-account.php)
25+
+ [templates/myaccount/form-redeem-voucher.php](https://github.com/gocodebox/lifterlms/blob/8.0.2/templates/myaccount/form-redeem-voucher.php)
26+
+ [templates/myaccount/my-grades-single.php](https://github.com/gocodebox/lifterlms/blob/8.0.2/templates/myaccount/my-grades-single.php)
27+
+ [templates/notifications/basic.php](https://github.com/gocodebox/lifterlms/blob/8.0.2/templates/notifications/basic.php)
28+
+ [templates/product/access-plan-button.php](https://github.com/gocodebox/lifterlms/blob/8.0.2/templates/product/access-plan-button.php)
29+
+ [templates/product/free-enroll-form.php](https://github.com/gocodebox/lifterlms/blob/8.0.2/templates/product/free-enroll-form.php)
30+
+ [templates/quiz/questions/description.php](https://github.com/gocodebox/lifterlms/blob/8.0.2/templates/quiz/questions/description.php)
31+
+ [templates/quiz/results-attempt-questions-list.php](https://github.com/gocodebox/lifterlms/blob/8.0.2/templates/quiz/results-attempt-questions-list.php)
32+
33+
434
v8.0.1 - 2025-02-06
535
-------------------
636

assets/css/llms-admin-addons-rtl.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

assets/css/llms-admin-addons.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

assets/js/llms-admin-addons.asset.php

Lines changed: 0 additions & 1 deletion
This file was deleted.

assets/js/llms-admin-addons.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

assets/js/llms-admin-award-certificate.asset.php

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)