Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Releases: swisnl/laravel-static-request-cache

1.5.0

16 Feb 18:54
d0bf2c4
Compare
Choose a tag to compare

Added

  • Added support for Laravel 10.

1.4.0

08 Feb 20:18
01fc4b0
Compare
Choose a tag to compare

Added

  • Added support for Laravel 9.

Removed

  • Removed support for Laravel <6.
  • Removed support for PHP <7.2.

1.3.0

30 Sep 11:12
2bc02ab
Compare
Choose a tag to compare

Added

  • Added support for Laravel 8 #13.

1.2.0

06 Mar 11:07
ea80180
Compare
Choose a tag to compare

Added

  • Added support for Laravel 7 #12.

1.1.0

17 Jan 09:07
77e41fd
Compare
Choose a tag to compare

Changed

  • Replaced RuntimeException with custom CacheException #11.

1.0.0

07 Oct 12:48
911ca93
Compare
Choose a tag to compare

This release marks the package as stable 🎉

Changed

  • Changed namespace from Swis\LaravelStaticRequestCache to Swis\Laravel\StaticRequestCache.

0.7.0

01 Oct 12:18
Compare
Choose a tag to compare

Added

  • Added support for Laravel 6 #9.

0.6.1

23 May 11:45
Compare
Choose a tag to compare

Fixed

  • URLs containing index.php are not cached. #8.
    N.B. This requires a change to your .htaccess file for a complete fix.

0.6.0

29 Mar 12:35
ef24add
Compare
Choose a tag to compare

Added

Changed

  • Dropped Laravel <5.5 support.
  • Dropped PHP <7.1 support.

0.5.0

23 Oct 14:56
Compare
Choose a tag to compare

Added

  • Graceful mode (see config for explanation) #6