Skip to content

Releases: Savvii/warpdrive

2.10.10

21 Nov 17:13
Compare
Choose a tag to compare
Version bump

2.10.9

21 Nov 16:23
Compare
Choose a tag to compare
Small fix

2.10.8

21 Nov 16:14
Compare
Choose a tag to compare
Version bump

2.10.7

26 Oct 09:12
8c72987
Compare
Choose a tag to compare

Fixed an endless loop, when calling wp_clear_auth_cookie()

2.10.6

25 Oct 12:43
Compare
Choose a tag to compare
  • [Fix] Validate if response is array before checking array key #33

2.10.5

05 May 07:03
Compare
Choose a tag to compare

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

24 Apr 09:24
Compare
Choose a tag to compare

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

17 Apr 09:14
Compare
Choose a tag to compare

We've added a readme.txt to show in the wp-admin of WordPress.

Remove cookieless domain functionality

16 Apr 14:33
edb7f4e
Compare
Choose a tag to compare

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

25 Jul 10:00
18b4071
Compare
Choose a tag to compare

This release fixes a bug where the upgrader_post_install function would introduce unwanted behavior when installing plugins using a zip file.