Skip to content

Releases: alleyinteractive/wp-plugin-loader

v0.1.6

17 Dec 17:41
18bff6b
Compare
Choose a tag to compare

When a plugin is not found, exit with a status code of 1 and send a 500 status code header. This will prevent a fatal error from being cached

v0.1.5

25 Sep 16:10
e390024
Compare
Choose a tag to compare
  • Ensure that the default cache key is unique to each installation. Previously caching could be polluted across different installations on the same server.

v0.1.4

24 Apr 19:37
c0363df
Compare
Choose a tag to compare

Fix to actually allow caching to be enabled.

Full Changelog: v0.1.3...v0.1.4

v0.1.3

14 Feb 14:28
614c5f7
Compare
Choose a tag to compare

What's Changed

  • Changes class from Alley\WP\WP_Plugin_Loader\WP_Plugin_Loader to
    Alley\WP\WP_Plugin_Loader.
  • Account for some one-off plugins that don't follow the standard naming conventions.

Full Changelog: v0.1.2...v0.1.3

v0.1.2

25 Jul 19:55
f7c7ee8
Compare
Choose a tag to compare

What's Changed

  • Ensure a plugin can be discovered from mu-plugins on a non-VIP environment by @srtfisher in #4

Full Changelog: v0.1.1...v0.1.2

v0.1.1

24 Jul 21:02
4adff86
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

23 Jul 00:12
0bef718
Compare
Choose a tag to compare

Initial release 🎊