Note that this release bumps the WordPress minimum version from 6.4 to 6.6.
Changed
- Replace
dirname( __FILE__ )calls with__DIR__magic constant (props @Soean, @peterwilsoncc via #187). - Bump WordPress "tested up to" version 6.8 (props @jeffpaul, @godleman via #183, #184, #194, #195).
- Bump WordPress minimum supported version to 6.6 (props @jeffpaul, @godleman via #183, #184, #194, #195).
Fixed
- Add missing text domain and fix wrong text domain (props @mehrazmorshed, @dkotter via #182).
- Remove unnecessary
echostatement (props @Soean, @dkotter via #186). - Improve performance of the
clean_orphaned_postsfunction (props @dilipbheda, @dkotter via #192).
Security
- Bump
serialize-javascriptfrom 6.0.0 to 6.0.2 andmochafrom 10.2.0 to 11.1.0 (props @dependabot, @faisal-alvi via #185).
Developer
- Update badges shown in the
README.mdfile (props @jeffpaul, @dkotter via #179). - Update all out-dated GitHub Action Workflows we rely on to their latest version (props @jeffpaul, @dkotter via #188).
- Update all third-party actions our workflows rely on to use versions based on specific commit hashes (props @jeffpaul, @dkotter via #190).
- Ensure our GitHub Actions all have proper permissions (props @jeffpaul, @dkotter via #196).
- Improve documentation of a few hooks (props @Soean, @dkotter via #189).
New Contributors
- @mehrazmorshed made their first contribution in #182
- @godleman made their first contribution in #183
- @Soean made their first contribution in #186
- @dilipbheda made their first contribution in #192
Full Changelog: 1.4.5...1.4.6
View closed items in the milestone.