Skip to content

Commit da146f4

Browse files
authored
Merge pull request #7711 from Automattic/release/4.24.4
Release 4.24.4
2 parents e6db554 + 3187a1a commit da146f4

24 files changed

+680
-645
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.4 - 2024-11-12
4+
### Security
5+
- Messages and emails accessible using the search REST API
6+
7+
### Added
8+
- Allow additional users to manage students [#7700](https://github.com/Automattic/sensei/pull/7700)
9+
10+
### Fixed
11+
- Horizontal scroll on Course page when using Course theme [#7705](https://github.com/Automattic/sensei/pull/7705)
12+
- Loading some translations too early which generates a warning on WP 6.7 [#7701](https://github.com/Automattic/sensei/pull/7701)
13+
- PHP deprecation notice in View Results block [#7680](https://github.com/Automattic/sensei/pull/7680)
14+
- Hello elementor theme throwing 404 when rendering the Courses archive page [#7683](https://github.com/Automattic/sensei/pull/7683)
15+
- Label on course complete email received by the teacher [#7672](https://github.com/Automattic/sensei/pull/7672)
16+
- Timed quiz not stopping when time ends [#7675](https://github.com/Automattic/sensei/pull/7675)
17+
18+
### Development
19+
- Added a hook to conditionally render the lesson actions in the frontend [#7677](https://github.com/Automattic/sensei/pull/7677)
20+
- Filter course IDs associated with a given teacher [#7702](https://github.com/Automattic/sensei/pull/7702)
21+
322
## 4.24.3 - 2024-08-22
423
### Fixed
524
- Ensure quiz description is displayed to the student [#7669](https://github.com/Automattic/sensei/pull/7669)

changelog/add-filter-student-management-teacher-ids

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

changelog/fix-archive-404-issue-in-hello-elementor

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

changelog/fix-co-teachers-get-students

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

changelog/fix-course-horizontal-scroll-with-course-theme

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

changelog/fix-early-translations

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

changelog/fix-prevent-rendering-lesson-actions-in-content-drip

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

changelog/fix-teacher-student-complete-email-label

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

changelog/fix-timed-quiz-input-not-stopping-when-time-ends

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

changelog/fix-view-results-block-deprecated-notice

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

0 commit comments

Comments
 (0)