Skip to content

2.0.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@jenkoian jenkoian released this 12 Jan 12:53
· 82 commits to master since this release
382331c

Why major bump?

Although the changes are all fairly minor, the one big thing that changes is the location of the loader. 1.x is within vendor/boxuk/wp-muplugin-loader/src/lkwdwrd/mu-loader.php and 2.x will be within vendor/boxuk/wp-muplugin-loader/src/mu-loader.php.

The updated mu-require.php file should happen automatically and thus cause no issues for the end user, however it's possible some implementations are expecting to the loader to be in that original location and thus I think a bump to a new major probably makes sense.

What's Changed

  • Refactoring of various things, mostly names and locations. by @jenkoian in #21
  • Makes the mu-plugin src directory configurable by @andrewjt71 in #22
  • [DEPS]: Bump phpunit/phpunit from 9.5.8 to 9.5.9 by @dependabot in #25
  • [DEPS]: Bump composer/composer from 2.1.6 to 2.1.7 by @dependabot in #26
  • [DEPS]: Bump mockery/mockery from 1.4.3 to 1.4.4 by @dependabot in #27
  • [DEPS]: Bump composer/composer from 2.1.7 to 2.1.8 by @dependabot in #28
  • [DEPS]: Bump phpunit/phpunit from 9.5.9 to 9.5.10 by @dependabot in #29
  • [DEPS]: Bump composer/composer from 2.1.8 to 2.1.9 by @dependabot in #30
  • [DEPS]: Bump composer/composer from 2.1.9 to 2.1.10 by @dependabot in #31
  • [DEPS]: Bump composer/composer from 2.1.10 to 2.1.11 by @dependabot in #32
  • [DEPS]: Bump composer/composer from 2.1.11 to 2.1.12 by @dependabot in #33
  • [DEPS]: Bump composer/composer from 2.1.12 to 2.1.14 by @dependabot in #34
  • [FEATURE] Fire action on completion of mu_loader by @andrewjt71 in #35
  • [DEPS]: Bump phpunit/phpunit from 9.5.10 to 9.5.11 by @dependabot in #40
  • [DEPS]: Bump composer/composer from 2.1.14 to 2.2.3 by @dependabot in #42
  • Some minor refactoring and updating of deps. by @jenkoian in #39
  • [DEPS]: Bump composer/composer from 2.2.1 to 2.2.3 by @dependabot in #44
  • [DEPS]: Bump phpunit/phpunit from 9.5.10 to 9.5.11 by @dependabot in #43
  • [DEPS]: Bump composer/composer from 2.2.3 to 2.2.4 by @dependabot in #45
  • [REFACTOR] Very minor tidying. by @jenkoian in #46
  • [SETUP] Set composer branch alias to 2.0.x-dev. by @jenkoian in #47

Full Changelog: 1.5.1...2.0.0-RC1