Releases: Savvii/warpdrive
2.10.10
2.10.9
Small fix
2.10.8
Version bump
2.10.7
Fixed an endless loop, when calling wp_clear_auth_cookie()
2.10.6
2.10.5
In this release we added support for :
- Support for MemCached, OpCache and Sucuri (if enabled and available)
- Database (size) information
- Flush on Custom Post Types
The updating system is also fixed, it will now install the correct version (hence the never released 2.10.3 and 2.10.4)
Improve Updater from CLI / cron
With this release we improve the update detection from running from a cron or using WP-CLI.
Also, we've added support for GitHub Updater.
Add readme.txt
We've added a readme.txt to show in the wp-admin of WordPress.
Remove cookieless domain functionality
Since HTTP/2 the cookieless domain functionality is no longer required to allow multiple resources to be loaded at the same time. As everyone should be using HTTPS we can safely remove this functionality from the plugin.
The EoL PHP versions (PHP 5.6 and PHP 7.0) have been removed from the testsuite as well and PHP 7.3 is added. Because the testsuite of all WordPress versions below 5.0.0 are not compatible with PHP 7.3 we've excluded them from the build matrix of Travis.
Fix upgrader_post_install bug
This release fixes a bug where the upgrader_post_install function would introduce unwanted behavior when installing plugins using a zip file.