Skip to content

Commit a4f9313

Browse files
authored
Merge pull request #7813 from Automattic/release/4.25.0
Release 4.25.0
2 parents 05995bc + 8a96fa0 commit a4f9313

30 files changed

+1843
-1787
lines changed

changelog.txt

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

3+
## 4.25.0 - 2025-04-15
4+
### Added
5+
- Allow editing course archive page title from the block editor [#7786](https://github.com/Automattic/sensei/pull/7786)
6+
- Autofocus the title input on the form render [#7802](https://github.com/Automattic/sensei/pull/7802)
7+
- Clear text indicator to indicate disabled status of Emails [#7752](https://github.com/Automattic/sensei/pull/7752)
8+
9+
### Changed
10+
- Update the activation logic to always enable the setup wizard on first installation [#7800](https://github.com/Automattic/sensei/pull/7800)
11+
- Update Sensei Pro upgrade URL to handle WordPress.com hosted sites correctly [#7790](https://github.com/Automattic/sensei/pull/7790)
12+
13+
### Deprecated
14+
- Deprecate Student Courses Block in favor of Course List block [#7764](https://github.com/Automattic/sensei/pull/7764)
15+
16+
### Fixed
17+
- Button alignment on Setup wizard notice [#7779](https://github.com/Automattic/sensei/pull/7779)
18+
- Course outline: Fix focus issue on lesson/module add to inner blocks [#7783](https://github.com/Automattic/sensei/pull/7783)
19+
- Course pattern layout: Fix Safari render issue [#7789](https://github.com/Automattic/sensei/pull/7789)
20+
- Fix course ordering on wordpress.com [#7799](https://github.com/Automattic/sensei/pull/7799)
21+
- Fix loading some translations too early [#7780](https://github.com/Automattic/sensei/pull/7780)
22+
- Fix plugin configure link pointing to the wrong settings URL [#7781](https://github.com/Automattic/sensei/pull/7781)
23+
- Fix required quiz score texts [#7793](https://github.com/Automattic/sensei/pull/7793)
24+
- Fix undefined property notice on WP 6.8 [#7773](https://github.com/Automattic/sensei/pull/7773)
25+
- Occasional error when submitting a quiz [#7755](https://github.com/Automattic/sensei/pull/7755)
26+
- Pattern previews: Ensure consistent background color in pattern previews by using theme color variables and fixing iframe sizing issues [#7796](https://github.com/Automattic/sensei/pull/7796)
27+
- Prevent storing enrolment data in memory on Students screen [#7772](https://github.com/Automattic/sensei/pull/7772)
28+
- Students dropdown menu being offset in the admin panel [#7695](https://github.com/Automattic/sensei/pull/7695)
29+
- Workflow: Update PR milestone validation supporting task re-run [#7787](https://github.com/Automattic/sensei/pull/7787)
30+
- Newsletter wizard form: Handle server errors [#7801](https://github.com/Automattic/sensei/pull/7801)
31+
32+
### Development
33+
- Update NodeJS and NPM versions
34+
335
## 4.24.5 - 2025-01-16
436
### Security
537
- Fix unprepared SQL

changelog/change-deprecate-student-courses-block

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

changelog/fix-course-ordering

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

changelog/fix-early-translations-in-tracking

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

changelog/fix-email-status-display

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

changelog/fix-focus-on-added-lesson

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

changelog/fix-learning-mode-logo

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

changelog/fix-out-of-memory-on-students-screen

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

changelog/fix-quiz-submission-error

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

changelog/fix-required-quiz-score-text

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

0 commit comments

Comments
 (0)