Skip to content

v2.4.0

Compare
Choose a tag to compare
@gmazzap gmazzap released this 21 Feb 11:54
· 481 commits to dev since this release

Fixed

  • Fix variable syntax for .env file template.
  • Cast whatever we get from get_option(uninstall_plugins) to an array, to avoid throwing a warning. See [#36].
  • Fix RuntimeException because of DB_NAME, DB_USER, DB_PASSWORD not set. See [#49].
  • Code styles fixes (thanks @GaryJones )

Added

  • WP CLI step that adds a wp-cli.yml file in the project root. See [#33].

Changed

  • Improved Helpers::addHook() by using WordPress function when available and loading plugin.php earlier on WP 4.7+. See [#50].
  • Declare strict types in all files.