Skip to content

Releases: JosephSilber/page-cache

v1.1.0

19 Mar 03:39
Compare
Choose a tag to compare

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

17 Feb 03:46
af9bdac
Compare
Choose a tag to compare
  • Support for Laravel 10
  • Clearing the cache now properly deletes XML files. By @atiksoftware in #101

v1.0.8

08 Feb 18:19
81aee60
Compare
Choose a tag to compare
  • Support for Laravel 9 🥳
  • Support for JSON headers and XML 49bd7c9

v1.0.7

10 Sep 14:05
Compare
Choose a tag to compare
  • Added support for Laravel 8.0 🎉
  • New --recursive artisan flag, to clear a subdirectory (see #58)

v1.0.6

20 Jul 02:43
Compare
Choose a tag to compare

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

05 Mar 14:23
5e820bf
Compare
Choose a tag to compare

Small fix for Laravel 7 support (#51)

v1.0.4

04 Mar 04:44
Compare
Choose a tag to compare

Added support for Laravel 7.0 🎉

v1.0.3

04 Sep 17:23
Compare
Choose a tag to compare

Added support for Laravel 6.0 🎉

v1.0.2

27 Feb 14:02
Compare
Choose a tag to compare

Added support for Laravel 5.8.

v1.0.1

05 Sep 12:25
Compare
Choose a tag to compare

Added support for Laravel 5.7