Skip to content

Version 4.5.0

Choose a tag to compare

@Pierre-Lannoy Pierre-Lannoy released this 27 Nov 12:59
· 5 commits to master since this release
2248761

Added

  • Compatibility with WordPress 6.9.

Changed

  • [BC] Default PHP errors mapping has changed: now, E_USER_NOTICE, E_STRICT and E_USER_DEPRECATED are logged as debug events.
  • [BC] Some Action Scheduler events have a lower level (thanks to Jan Thiel).
  • [WP-CLI] Using --quiet now disables logging of events that are not errors. (thanks to Jan Thiel).
  • The levels of pre_clear_scheduled_hook are now debug/info to prevent excessive noise.
  • The level mapping is now usable earlyer while logging PHP errors (thanks to s.protasov).
  • The auto loading sequence have been improved (thanks to Viktor Szépe).

Fixed

  • Using last version of WP-Optimize plugin breaks the site (thanks to 123kubix123).
  • There are many typos (thanks to Viktor Szépe).