Skip to content

Commit

Permalink
Merge pull request #2513 from gocodebox/dev
Browse files Browse the repository at this point in the history
Release Version 7.4.0
  • Loading branch information
eri-trabiccolo authored Oct 3, 2023
2 parents 185e028 + 336704a commit 2b29f00
Show file tree
Hide file tree
Showing 62 changed files with 3,070 additions and 2,197 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

[*.snap]
insert_final_newline = false
trim_trailing_whitespace = false

[*.txt]
trim_trailing_whitespace = false

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

v7.4.0 - 2023-10-03
-------------------

##### New Features

+ Added method `LLMS_Quiz::get_questions_count()` for getting count of questions.
+ Added support for the upcoming "Question Bank" feature of the LifterLMS Advanced Quizzes add-on.

##### Updates and Enhancements

+ Added `nocache_headers()` to prevent browser caching for temporary redirects.

##### Bug Fixes

+ Added "Chaiyaphum" province for the Thailand. [#2527](https://github.com/gocodebox/lifterlms/issues/2527)

##### Developer Notes

+ Course Builder: Correctly get/set (and track changes of) Backbone's model properties which are objects.
+ Added filter hook `llms_admin_show_header` to allow 3rd parties filtering whether or not to show the branded header in the admin.
+ Added filter `llms_generator_new_post_data`, to allow third parties to filter the data used when creating a new post while cloning/exporting a course or lesson.
+ Abstracted the `LLMS_Admin_Setup_Wizard` class, added the class `LLMS_Abstract_Admin_Wizard`.
+ Added filter `llms_quiz_attempt_questions_randomize` to enable/disable questions randomize.
+ Added filter `llms_quiz_attempt_questions` to modify the questions array for the quiz.
+ Added filter `llms_quiz_questions_count` to filter the quiz's question count.

##### Updated Templates

+ [templates/quiz/meta-information.php](https://github.com/gocodebox/lifterlms/blob/7.4.0/templates/quiz/meta-information.php)


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

Expand Down
186 changes: 0 additions & 186 deletions assets/css/admin-setup-rtl.css

This file was deleted.

1 change: 0 additions & 1 deletion assets/css/admin-setup-rtl.min.css

This file was deleted.

Loading

0 comments on commit 2b29f00

Please sign in to comment.