Skip to content

Releases: roots/wordpress-core-installer

v4.0.0

22 Mar 03:22
85d3589

Choose a tag to compare

Breaking Changes

  • Composer 2 is now required — Composer v1 reached EOL in October 2022 and is no longer supported. The composer-plugin-api and composer/composer constraints have been updated to ^2.0.

Improvements

  • Cleaned up v1/v2 compatibility shims in tests
  • Fixed PHPUnit deprecation warning (expectExceptionMessageRegExpexpectExceptionMessageMatches)

Full Changelog: 3.0.0...v4.0.0

3.0.0

23 May 18:48
714d2e2

Choose a tag to compare

PHP 7.2 support (#9)

2.0.0

14 Dec 16:32
635dd2e

Choose a tag to compare

What's Changed

Full Changelog: 1.100.0...2.0.0

1.100.0: composer v2 compat

25 Oct 22:53
73f8488

Choose a tag to compare

  • Added support for Composer v2. Special thanks to @Ayesh for the original pull request to add this support.
  • Bumped minimum required PHP version to 5.6 (same as WP). If you need to stick with an older PHP version, you're probably ok with also sticking with an older version of Composer and can continue to use ^1.0 as your version constraint.
  • Other various fixes and improvements to README, tests, etc.

1.1.0

10 Dec 00:22
83744b1

Choose a tag to compare

What's Changed

  • Allow overwriting wordpress-core type packages by @austinpray in #1

Full Changelog: 1.0.0...1.1.0

1.0.0

09 Dec 20:22

Choose a tag to compare

Initial fork

  • Initial stable release
  • Added tests and CI
  • Support added for custom vendor directories
  • Added sanity check for overwriting sensitive directories