Skip to content

Commit c750276

Browse files
authored
Merge pull request #7662 from Automattic/release/4.24.2
Release 4.24.2
2 parents 6e29d1f + 56ee2b8 commit c750276

22 files changed

+983
-917
lines changed

changelog.txt

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

3+
## 4.24.2 - 2024-08-08
4+
### Security
5+
- Improve email templates security
6+
7+
### Changed
8+
- Pass `checks` argument to `sensei_can_user_view_lesson` filter [#7657](https://github.com/Automattic/sensei/pull/7657)
9+
- "Course Started" email is now "Course Enrolled" [#7661](https://github.com/Automattic/sensei/pull/7661)
10+
11+
### Fixed
12+
- Deprecation notices on PHP 8.2 [#7650](https://github.com/Automattic/sensei/pull/7650)
13+
- Custom styles for emails in preview and in sent messages [#7595](https://github.com/Automattic/sensei/pull/7595)
14+
- Keep current status for a question when it is updated [#7603](https://github.com/Automattic/sensei/pull/7603)
15+
- Prevent lesson loading error in Learning Mode for themes that are using referenced styles [#7658](https://github.com/Automattic/sensei/pull/7658)
16+
- Remove limit from report export [#7647](https://github.com/Automattic/sensei/pull/7647)
17+
- Set default names for modules without titles when saving course in the course tour [#7652](https://github.com/Automattic/sensei/pull/7652)
18+
- Replace "Continue to next lesson" with "Back to lesson" CTA in quiz when lesson is last in course [#7642](https://github.com/Automattic/sensei/pull/7642)
19+
- Register blocks to make their translations available in the editor [#7643](https://github.com/Automattic/sensei/pull/7643)
20+
- Tour modal tooltip visibility [#7653](https://github.com/Automattic/sensei/pull/7653)
21+
322
## 4.24.1 - 2024-06-13
423
### Security
524
- Improve security for lessons and modules ordering

changelog/fix-blocks-translation

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

changelog/fix-continue-to-next-lesson-not-react

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

changelog/fix-deprecation-notices

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

changelog/fix-email-styles

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

changelog/fix-handle-empty-module-on-save-frontend

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

changelog/fix-passing-array-to-strncmp

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

changelog/fix-question-status-reset

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

changelog/fix-report-export-limit

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

changelog/fix-student-started-course-email-subject

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

0 commit comments

Comments
 (0)