Skip to content

Commit c9a608c

Browse files
authored
Merge pull request #7739 from Automattic/release/4.24.5
Release 4.24.5
2 parents cd43d10 + 6baabda commit c9a608c

30 files changed

+701
-471
lines changed

changelog.txt

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

3+
## 4.24.5 - 2025-01-16
4+
### Security
5+
- Fix unprepared SQL
6+
- Remove feed content if the user doesn't have access to the lesson
7+
8+
### Added
9+
- Wrap question numbers in `<span>` tags [#7738](https://github.com/Automattic/sensei/pull/7738)
10+
11+
### Changed
12+
- Replace `date` with `gmdate` [#7735](https://github.com/Automattic/sensei/pull/7735)
13+
- Replace `unlink` with `wp_delete_file` [#7732](https://github.com/Automattic/sensei/pull/7732)
14+
- Replace `wp_json_encode` with `json_encode` [#7730](https://github.com/Automattic/sensei/pull/7730)
15+
- Update the placeholder to use an internal image [#7728](https://github.com/Automattic/sensei/pull/7728)
16+
- Replace `strip_tags` with `wp_strip_all_tags` [#7731](https://github.com/Automattic/sensei/pull/7731)
17+
18+
### Deprecated
19+
- Deprecate `load_localisation` and `load_plugin_textdomain` functions [#7713](https://github.com/Automattic/sensei/pull/7713)
20+
21+
### Removed
22+
- Remove manual loading of translations [#7713](https://github.com/Automattic/sensei/pull/7713)
23+
- Remove fallback code for Sensei Pro update reminder [#7729](https://github.com/Automattic/sensei/pull/7729)
24+
- Remove files that are already included in WordPress Core [#7727](https://github.com/Automattic/sensei/pull/7727)
25+
- Remove obsolete code from Students area [#7726](https://github.com/Automattic/sensei/pull/7726)
26+
27+
### Fixed
28+
- Initialize Sensei blocks for posts [#7736](https://github.com/Automattic/sensei/pull/7736)
29+
- Remove usage of deprecated parameters in WordPress Core functions [#7724](https://github.com/Automattic/sensei/pull/7724)
30+
331
## 4.24.4 - 2024-11-12
432
### Security
533
- Messages and emails accessible using the search REST API

changelog/deprecate-ptranslation-load-functions

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

changelog/fix-no-sensei-blocks-for-posts

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

changelog/fix-use-wp-strip-all-tags

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

changelog/fix-wordpress-core-deprecations

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

changelog/remove-loading-translations-code

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

changelog/remove-obsolete-javascript

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

changelog/remove-obsolete-learner-management-code

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

changelog/remove-plugin-updater-code

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

changelog/update-json_encode-to-wp_json_encode

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

0 commit comments

Comments
 (0)