Skip to content

Commit

Permalink
Merge pull request #2510 from eri-trabiccolo/build-7.3.0
Browse files Browse the repository at this point in the history
build v7.3.0
  • Loading branch information
eri-trabiccolo authored Aug 8, 2023
2 parents eba7891 + b191309 commit cc68bc1
Show file tree
Hide file tree
Showing 77 changed files with 596 additions and 563 deletions.
5 changes: 0 additions & 5 deletions .changelogs/access-plans-with-warnings.yml

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changelogs/better-analytics-widgets-1.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .changelogs/better-analytics-widgets.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .changelogs/better-floats.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .changelogs/certificate-template-spacer-fix.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .changelogs/cloning-issue-with-source.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .changelogs/create_pages_improvements.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .changelogs/dev.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .changelogs/enhancement_filter-wizard-pages.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .changelogs/fix-loop-no_pageid.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .changelogs/fix-sidebar-fse.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .changelogs/issue_2470.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .changelogs/issue_2475.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .changelogs/issue_2491-1.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .changelogs/issue_2491.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .changelogs/issue_2500.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .changelogs/llms-link-visibility.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .changelogs/nav-link-block-default.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .changelogs/wrong-function-name.yml

This file was deleted.

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

v7.3.0 - 2023-08-08
-------------------

##### Updates and Enhancements

+ When a notice is shown for an access plan on the course edit screen (e.g. When using the WooCommerce integration and no product has been associated to the access plan.) Also display a warning icon next to the access plan title.
+ Made sure only who can `view_others_lifterlms_reports` will be able to see the analytics widget content in the WordPress admin.
+ Better rounding of float values on some reporting screens.
+ Avoid creating a post revision when cloning a course/lesson.
+ When creating pages via `llms_create_pages()`: strip all tags from the page title and slash the page data prior to inserting the page in the db via `wp_insert_post()` to prevent slashes from being stripped from the page title.
+ Updated the WordPress tested version up to 6.3.
+ Improved compatibility with the Divi theme by fixing an issue with the quiz attempt result clarifications not being visible when the Divi option `Defer jQuery And jQuery Migrate` was enabled. [#2470](https://github.com/gocodebox/lifterlms/issues/2470)

##### Bug Fixes

+ Fix spacer block when creating new certificate templates in WP 6.3.
+ Fixed PHP Warning when no course/membership catalog page was set or if the selected page doesn't exist anymore. [#2496](https://github.com/gocodebox/lifterlms/issues/2496)
+ Don't include WordPress default sidebar.php template when using a block theme. [#2488](https://github.com/gocodebox/lifterlms/issues/2488)
+ Updated Kazakhstani Tenge's currency symbol. [#2475](https://github.com/gocodebox/lifterlms/issues/2475)
+ Make the dashboard widget visible only if the current user has LMS Manager capabilities. [#2500](https://github.com/gocodebox/lifterlms/issues/2500)
+ Fixed issue with LifterLMS Navigation Link block and block visibility settings. [#2474](https://github.com/gocodebox/lifterlms/issues/2474)
+ Use student dashboard as default value for navigation link block. [#2465](https://github.com/gocodebox/lifterlms/issues/2465)
+ Fixed typo in a function name that could potentially produce a fatal. Thanks [@kamalahmed](https://github.com/kamalahmed)!

##### Developer Notes

+ Added the parameter `$tab` (ID/slug of the tab) to the `lifterlms_reporting_tab_cap` filter hook. Thanks [@sapayth](https://github.com/sapayth)! [#2468](https://github.com/gocodebox/lifterlms/issues/2468)
+ Added new filter hook `llms_can_analytics_widget_be_processed` that will allow to filter whether or not an analytics widget can be processed/displayed.
+ Added new filter `llms_install_get_pages`.
+ Added new public static method `LLMS_Admin_Dashboard_Widget::get_dashboard_widget_data()`.
+ Added `llms_dashboard_checklist` and `llms_dashboard_widget_data` filters to adjust dashboard content. [#2491](https://github.com/gocodebox/lifterlms/issues/2491)

##### Updated Templates

+ [templates/admin/reporting/tabs/widgets.php](https://github.com/gocodebox/lifterlms/blob/7.3.0/templates/admin/reporting/tabs/widgets.php)
+ [templates/global/sidebar.php](https://github.com/gocodebox/lifterlms/blob/7.3.0/templates/global/sidebar.php)
+ [templates/quiz/results-attempt-questions-list.php](https://github.com/gocodebox/lifterlms/blob/7.3.0/templates/quiz/results-attempt-questions-list.php)


v7.2.1 - 2023-06-13
-------------------

Expand Down
10 changes: 10 additions & 0 deletions assets/css/admin-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -2669,6 +2669,9 @@ a.llms-view-as {
.llms-collapsible .llms-collapsible-header .dashicons.dashicons-warning, .llms-collapsible .llms-collapsible-header .dashicons.dashicons-warning:hover, .llms-collapsible .llms-collapsible-header .dashicons.dashicons-trash:hover, .llms-collapsible .llms-collapsible-header .dashicons.dashicons-no:hover {
color: #e5554e;
}
.llms-collapsible .llms-collapsible-header .dashicons.dashicons-warning.medium-danger, .llms-collapsible .llms-collapsible-header .dashicons.dashicons-warning.medium-danger:hover {
color: #ff922b;
}
.llms-collapsible .llms-collapsible-body {
display: none;
padding: 10px;
Expand Down Expand Up @@ -2818,6 +2821,9 @@ body:not(.admin-color-fresh) .llms-award-engagement-submitbox .llms-mb-list.post
.llms-metabox .llms-access-plans .llms-invalid .dashicons-warning {
display: inline;
}
.llms-metabox .llms-access-plans .llms-needs-attention .dashicons-warning.medium-danger {
display: inline;
}
.llms-metabox .llms-access-plans .dashicons-warning {
display: none;
}
Expand All @@ -2841,6 +2847,9 @@ body:not(.admin-color-fresh) .llms-award-engagement-submitbox .llms-mb-list.post
color: #e5554e;
margin-right: 3px;
}
.llms-metabox .llms-access-plan .notice {
margin-right: 0;
}

.llms-metabox-students .llms-table tr .name {
text-align: right;
Expand Down Expand Up @@ -3494,6 +3503,7 @@ body:not(.admin-color-fresh) .llms-award-engagement-submitbox .llms-mb-list.post
background: #efefef;
margin: 0 0 10px;
position: relative;
list-style-type: none;
}
.llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer {
color: inherit;
Expand Down
2 changes: 1 addition & 1 deletion assets/css/admin-rtl.min.css

Large diffs are not rendered by default.

10 changes: 10 additions & 0 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 cc68bc1

Please sign in to comment.