Releases: Servebolt/php-sdk
Releases · Servebolt/php-sdk
1.2.14
Full Changelog: 1.2.13...1.2.14
1.2.13
feat: add opcache purge endpoint
1.2.12
removed union types to remain with 7.4 compatibility and not have deprecation errors in 8.4
1.2.11
Fixes some deprecation error messages
1.2.10
Updated the file ApiEndpointsLoader.php to fix depreciation error on PHP 8.2+
1.2.9
added the a function to purgeServerCache(), which clears all known caches for the envinronment such as the Server and CDN.
1.2.8
Replaces type on all Servebolt CDN requests
1.2.7
- Update to the order of validation for purge requests before sending.
- Added extra sanitization of hosts to prevent duplication or urls being sent as hosts.
1.2.6
Update to composer, and fixed php 8 depreciation error on strtolower()
1.2.4 composer update
just a release do deal with composer updates. This way if there is a problem with this, the previous verison can be used.