Skip to content

Commit b78d46a

Browse files
authored
Merge pull request #7166 from Automattic/release/4.17.0
Release 4.17.0
2 parents ff12296 + 32d68e1 commit b78d46a

39 files changed

+565
-582
lines changed

assets/blocks/course-outline/outline-block/outline-edit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const OutlineEdit = ( props ) => {
5353
/**
5454
* Filters if the course outline generator upsell should be removed or not.
5555
*
56-
* @since $$next-version$$
56+
* @since 4.17.0
5757
*
5858
* @param {boolean} removeCourseOutlineGeneratorUpsell Whether to remove the course outline generator upsell.
5959
* @return {boolean} Whether to remove the course outline generator upsell.

changelog.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
*** Changelog ***
22

3+
## 4.17.0 - 2023-09-13
4+
### Added
5+
- Added header on the learning mode template of quizzes [#7087](https://github.com/Automattic/sensei/pull/7087)
6+
- Log active theme name on plugin deactivation [#7155](https://github.com/Automattic/sensei/pull/7155)
7+
8+
### Changed
9+
- Change "Lesson Type" to "Lesson Layout" in wizard [#7111](https://github.com/Automattic/sensei/pull/7111)
10+
- Change all question styles for quizzes in learning mode [#7163](https://github.com/Automattic/sensei/pull/7163)
11+
- Changed the footer styles of Quiz template [#7163](https://github.com/Automattic/sensei/pull/7163)
12+
- Display "Default Lesson" first in lesson wizard [#7119](https://github.com/Automattic/sensei/pull/7119)
13+
- Style changes of the navigation and title area of quiz in learning mode [#7093](https://github.com/Automattic/sensei/pull/7093)
14+
- Update style of quiz questions that have been submitted for grading [#7163](https://github.com/Automattic/sensei/pull/7163)
15+
16+
### Fixed
17+
- Button and Image style fix for lessons in learning mode in Course theme [#7059](https://github.com/Automattic/sensei/pull/7059)
18+
- Fixed AI course outline generator not working in WCPC [#7157](https://github.com/Automattic/sensei/pull/7157)
19+
- Fixed extra header element in lesson content [#7063](https://github.com/Automattic/sensei/pull/7063)
20+
- Fix PHP 8.2 compatibilty issue: creation of dynamic property. [#7120](https://github.com/Automattic/sensei/pull/7120)
21+
- Fix stuck in infinite loop issue on My Messages page in Astra theme [#7138](https://github.com/Automattic/sensei/pull/7138)
22+
- Incorrect lesson layout sometimes added in editor [#7164](https://github.com/Automattic/sensei/pull/7164)
23+
24+
### Development
25+
- Update question type templates [#7163](https://github.com/Automattic/sensei/pull/7163)
26+
327
## 4.16.1 - 2023-08-15
428
### Added
529
- Add CC/BCC fields for Sensei emails [#7014](https://github.com/Automattic/sensei/pull/7014)

changelog/add-change-all-question-styles

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

changelog/add-change-quiz-design-learning-mode

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

changelog/add-change-style-of-submitted-quizzes

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

changelog/add-footer-style-update-lm-quiz

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

changelog/add-header-on-lm-quiz-template

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

changelog/fix-ai-course-outline-not-working-for-wcpc

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

changelog/fix-extra-heading-fix-course-and-lesson

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

changelog/fix-infinite-loop-in-messages-page

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

0 commit comments

Comments
 (0)