All notable changes to artisan-cloudflare
will be documented in this file.
- Fix Github Actions Tests and migrate config Phpunit by @oscar-ol in #26
- Laravel 11.x Compatibility #24
- Add Block IP command by @oscar-ol in #23
- Remove support for Guzzle 6.x
- Remove support for PHP 7.1
- Add ReturnTypeWillChange attribute
- Add support for Laravel 9 #20
- Add support for PHP 8.1
- Switch to GitHub Actions
- Add support for PHP 8
- Provide empty array if the configuration has no zones
- Add support for Laravel 8
- Add support for Guzzle 7
- Better instructions for config
- Add support for Laravel 7
- Add support for authentication with an API token
- Fix deference of the service provider for Laravel 6.0
- Add support for Laravel 6.0
- Drop support for Laravel <5.5 and PHP <7.1
- Add support for Laravel 5.8
- Fix
register
method call in Laravel 5.7
- Add support for Laravel 5.7
- Check if the error code is set and not null
- Add support for Laravel 5.6
- Purge files by host
- Update dev-dependencies for Laravel 5.5
- Support package auto-discovery for Laravel 5.5
- Added support for Laravel 5.4
- All the requests to the CloudFlare API are now asynchronous and sent concurrently.
- Initial release