Skip to content

Releases: EP4/ep4-mu-loader

v1.0.2

08 Aug 21:26
Compare
Choose a tag to compare

Changes for 1.0.2 - 2019-08-08

  • Fixing an error regarding file permissions when cloning the repo from Github.

v1.0.1 - 2019-07-19

19 Jul 18:10
21ad742
Compare
Choose a tag to compare

Changes for v1.0.1 - 2019-07-19

  • Added support for using the WPMU_PLUGIN_AUTOLOAD_EXCLUDE constant.
  • Fixed an issue that was preventing plugins from being excluded in specific cases. Previously, using array( 'wp', 'seo' ) would have only worked if the plugin path started with those keywords, but not if the string was found in the plugin path.
  • Added the composer.json file so the plugin can be included using composer.
  • Added the .gitattributes file to exclude some files from being archived when creating a new release.

v1.0.0 - Initial Release

19 Jul 15:58
1d1c9f2
Compare
Choose a tag to compare
Fixing the order when there are more than 10 mu-plugins