All notable changes to WP Plugin Loader
will be documented in this file.
- Fix to actually allow caching to be enabled.
- Changes class from
Alley\WP\WP_Plugin_Loader\WP_Plugin_Loader
toAlley\WP\WP_Plugin_Loader
. - Account for some one-off plugins that don't follow the standard naming conventions.
- Ensure a plugin can be discovered from mu-plugins on a non-VIP environment.
- Added APCu caching for plugin folder lookups.
- Initial release