You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,11 @@ This package is built and maintained by [Gearbox Solutions](https://gearboxgo.co
24
24
* Running scripts
25
25
* And more!
26
26
27
+
## Supported Laravel Versions
28
+
We support the [currently supported versions of Laravel](https://laravel.com/docs/master/releases). Earlier versions of Laravel may be compatible, but could be dropped in the future if incompatible changes are required.
29
+
27
30
## What's new in 2.0
28
31
* Added support for Laravel 11
29
-
* Dropped support for Laravel 9
30
32
* FileMaker Sessions only last for the duration of a single request to Laravel instead of being reused for 15 minutes - Cache is no longer required
31
33
* Improvements to whereNot logic and implementation to make it behave more closely to what it should be
32
34
@@ -35,7 +37,7 @@ Run `composer require gearbox-solutions/eloquent-filemaker:^2.0` to upgrade to t
35
37
36
38
#### Potential changes to your code
37
39
38
-
The upgrade to 2.0 should be pretty seamless for most use cases.
40
+
The upgrade to 2.0 should be pretty seamless for most use cases, but there are two minor changes to be aware of which could affect uncommon use cases. These cases are described below.
0 commit comments