Skip to content

Commit

Permalink
Merge pull request #2629 from gocodebox/dev
Browse files Browse the repository at this point in the history
Release 7.6
  • Loading branch information
brianhogg authored Apr 18, 2024
2 parents 63693a6 + 87c945d commit d316ec2
Show file tree
Hide file tree
Showing 88 changed files with 3,338 additions and 4,853 deletions.
60 changes: 0 additions & 60 deletions .github/workflows/coding-standards.yml

This file was deleted.

30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
LifterLMS Changelog
===================

v7.6.0 - 2024-04-18
-------------------

##### New Features

+ Adds course-level lesson drip settings.
+ Loads translation files later for compatibility with plugins like Loco Translate. [#2429](https://github.com/gocodebox/lifterlms/issues/2429), [#2525](https://github.com/gocodebox/lifterlms/issues/2525)
+ Adds settings in the Permalinks page to edit the custom post type and taxonomy slugs. Slugs are saved in the site language on install on update.
+ Adds `llms_switch_to_site_locale` and `llms_restore_locale` to help LifterLMS add-ons switch to the site language when getting translation strings.

##### Updates and Enhancements

+ Improved the Course Builder UI.
+ Updating the Blocks and Helpers libraries to the latest version.

##### Bug Fixes

+ Allows the style tag when embedding content (iframe), in order to support more services. [#2610](https://github.com/gocodebox/lifterlms/issues/2610)
+ Removes non-working editing of course title in the Course Builder. [#2607](https://github.com/gocodebox/lifterlms/issues/2607)
+ Avoid issue with lost content when the course builder is launched immediately after creating a new course. [#2606](https://github.com/gocodebox/lifterlms/issues/2606)
+ LifterLMS block editor strings now appear in the user's language. [#2525](https://github.com/gocodebox/lifterlms/issues/2525)
+ Fixed user's language setting not honored on backend. [#2324](https://github.com/gocodebox/lifterlms/issues/2324)
+ Fixes XSS, sanitization, and other security issues reported by Signal Labs.
+ Fixes typo with CHF currency.

##### Updated Templates

+ [templates/myaccount/my-orders.php](https://github.com/gocodebox/lifterlms/blob/7.6.0/templates/myaccount/my-orders.php)


v7.5.3 - 2024-02-22
-------------------

Expand Down
4 changes: 2 additions & 2 deletions assets/css/admin-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -544,8 +544,8 @@
.llms-quiz-wrapper [data-title-active]:hover:before,
.llms-quiz-wrapper [data-title-active]:hover:after {
opacity: 1;
-webkit-transition: all 0.2s 0.6s ease;
transition: all 0.2s 0.6s ease;
-webkit-transition: all 0 0.1s ease;
transition: all 0 0.1s ease;
visibility: visible;
z-index: 99999999;
}
Expand Down
2 changes: 1 addition & 1 deletion assets/css/admin-rtl.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions assets/css/admin.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/admin.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit d316ec2

Please sign in to comment.