1.6
- Fixed background updates not working for plugins using this library.
- Added a
filename
property to thePluginInfo
andPluginUpdate
classes. It contains the plugin file name relative to the plugins directory (equivalent toPluginUpdateChecker::pluginFile
).
WordPress has supported background plugin updates since WP 3.7. Previously automatic updates didn't work with PUC even if explicitly enabled. This release adds basic support for that WP feature.