Skip to content

2.0

Compare
Choose a tag to compare
@Smef Smef released this 22 Mar 18:26
· 96 commits to 2.x since this release

Version 2.0 Release!

  • Added support for Laravel 11
  • Empty fields in FileMaker are returned as null instead of an empty string
  • 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
  • Improvements to whereNot logic and implementation to make it behave more closely to what it should be

Run composer require gearbox-solutions/eloquent-filemaker:^2.0 to upgrade to the latest version of the package. Please check the readme for breaking changes.