Releases: JosephSilber/page-cache
v1.1.0
Page Cache is now ready for Laravel 11 🥳
Page Cache has long tried to maintain support for a huge matrix of Laravel versions, simultaneously. However, as the list of versions grows, it becomes untenable to support them all in a single codebase.
So this version of Page Cache, v1.1.0, makes a clean break: we now only support Laravel 11 and up. If you're using older versions of Laravel, you'll still be fine with Page Cache v1.0.9.
v1.0.9
- Support for Laravel 10
- Clearing the cache now properly deletes XML files. By @atiksoftware in #101
v1.0.8
v1.0.7
v1.0.6
New: returns JSON with proper headers
Previously
JSON responses were cached to disk as HTML files, which caused the web server to return them with a Content-Type
of text/html
.
Now
Thanks to @andypa (#53), if your response is actually a JSON response, it'll be cached to disk with a json
extension. The web server will then return it with the correct Content-Type
of application/json
.
v1.0.5
v1.0.4
Added support for Laravel 7.0 🎉
v1.0.3
Added support for Laravel 6.0 🎉
v1.0.2
Added support for Laravel 5.8.
v1.0.1
Added support for Laravel 5.7