Skip to content

Commit

Permalink
Release - 4.4.3 - version bump + pot rebuild.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nurguly Ashyrov committed May 31, 2022
1 parent b399398 commit 79a1dbb
Show file tree
Hide file tree
Showing 7 changed files with 597 additions and 3,470 deletions.
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
*** Changelog ***

2022.05.31 - version 4.4.3
* Fix: The "import" docs link. [#5201](https://github.com/Automattic/sensei/pull/5201)
* Fix: Module order not preserved after teacher update. [#5198](https://github.com/Automattic/sensei/pull/5198)
* Tweak: Redirect the quiz if the lesson is password protected. [#5195](https://github.com/Automattic/sensei/pull/5195)
* Tweak: Disable the lesson archive. [#5192](https://github.com/Automattic/sensei/pull/5192)
* Tweak: Update Course Video Progression to support customization via hooks. [#5100](https://github.com/Automattic/sensei/pull/5100), [#5175](https://github.com/Automattic/sensei/pull/5175)

2022.05.23 - version 4.4.2
* Fix: Modules page not found error in learning mode [#5144](https://github.com/Automattic/sensei/pull/5144) 👏 @jeremyfelt
* Fix: Teacher name getting appended and duplicated in module title in course edit [#5114](https://github.com/Automattic/sensei/pull/5114)
Expand Down
2 changes: 1 addition & 1 deletion includes/class-sensei-quiz.php
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ public function user_quiz_submit_listener() {
/**
* Redirect back to the lesson if the lesson is password protected.
*
* @since x.x.x
* @since 4.4.3
* @access private
*/
public function redirect_if_lesson_is_protected() {
Expand Down
Loading

0 comments on commit 79a1dbb

Please sign in to comment.