Skip to content

v2.4.0

Compare
Choose a tag to compare
@gmazzap gmazzap released this 24 Nov 16:20
· 133 commits to master since this release

Added

  • Stubs for do_action_deprecated and apply_filters_deprecated

Changed

  • Improved Travis workflow, including PHP cross-version compatibility, props @jrfnl
  • Added codecov.io to Travis
  • Improved PHPUnit compatibility across PHP versions, props @jrfnl

Fixed

  • Fixed logic bug in HookStorage::parseArgsToAdd, props @szepeviktor
  • Fix implode argument order (PHP 7.4 compatibility fix), props @jrfnl
  • Many code styling fixes and cleanup, props @jrfnl