|
1 | 1 | *** Changelog *** |
2 | 2 |
|
| 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 | + |
3 | 35 | ## 4.24.5 - 2025-01-16 |
4 | 36 | ### Security |
5 | 37 | - Fix unprepared SQL |
|
0 commit comments