Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mertasan committed Mar 10, 2024
2 parents eb6ef0e + 44358dd commit cc06952
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to `laravel-cloudflare-cache` will be documented in this file.

## v1.1.0 - 2023-12-24

### What's Changed

* Add Cache-Tags to Middleware by @mertasan in https://github.com/yediyuz/laravel-cloudflare-cache/pull/5
* Update default cache TTL by @emredipi in f8bf3fe66a4dcb1a716881d1a99d629f3021e277
* Add TTL config by @emredipi in d1f28b182afa1e3bb025a30927864fb9f79a6a5e
* Update environment names by @mertasan in 7d98c82389ecaf13aea745333ec2d8b21423e0fa
* Add `isEnabled()` method by @mertasan in 420814b2b1e25ee0393f4e4e9cdabda0af72ef49

### New Contributors

* @mertasan made their first contribution in https://github.com/yediyuz/laravel-cloudflare-cache/pull/5

**Full Changelog**: https://github.com/yediyuz/laravel-cloudflare-cache/compare/v1.0.0...v1.1.0

## v1.0.0 - 2023-12-21

**Full Changelog**: https://github.com/yediyuz/laravel-cloudflare-cache/commits/v1.0.0
2 changes: 1 addition & 1 deletion config/cloudflare-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

'identifier' => env('CLOUDFLARE_CACHE_IDENTIFIER'),

'cache_ttl' => env('CLOUDFLARE_CACHE_TTL'),
'default_cache_ttl' => env('CLOUDFLARE_DEFAULT_CACHE_TTL'),

'ignored_middlewares' => [
\Illuminate\Foundation\Http\Middleware\VerifyCsrfToken::class,
Expand Down

0 comments on commit cc06952

Please sign in to comment.