Skip to content

Releases: gearbox-solutions/eloquent-filemaker

1.1.2

09 Aug 14:59
1603f30
Compare
Choose a tag to compare

Fixed exception when writing to portals

1.1.1

02 Aug 18:22
Compare
Choose a tag to compare

Empty fields in FIleMaker are returned as strings, which can screw up casting. This update treats empty strings as null for casting purposes so that you retrieve null for cast fields from an empty string. This is a big fix for dates, which previously incorrectly returned the current timestamp instead of null for empty date fields.

1.1.0

31 Jul 04:45
Compare
Choose a tag to compare

Added new features for limiting portal record responses, offsetting portal records, and selecting portals to be returned.

1.0.9

06 Jul 16:30
Compare
Choose a tag to compare

Fixed issue with FM::setGlobalFields() and updated documentation with example.

1.0.8

03 Jul 14:27
5c3627a
Compare
Choose a tag to compare

Fixed prerequest script parameter

1.0.7

15 Jun 16:30
Compare
Choose a tag to compare

Full Changelog: 1.0.6...1.0.7

1.0.4

08 Mar 17:52
38ffe8b
Compare
Choose a tag to compare

Fixed deprecated usage of str_starts_with

1.0.3

25 Feb 20:53
Compare
Choose a tag to compare

getLayoutMetadata functionality and documentation improvements.

1.0.2

24 Feb 17:16
Compare
Choose a tag to compare

Fixes for broken writes of dates and timestamps

1.0.1

23 Feb 16:24
Compare
Choose a tag to compare

fix for broken datetime writing to FileMaker with only dates - added additional checks for when formatting dates when writing FileMaker