Skip to content

Releases: msyk/FMDataAPI

Ver.32 release, FMDataAPI for FileMaker Platform

10 Oct 03:46
1735c22
Compare
Choose a tag to compare
  • From this version, the minimum PHP version is 8.1.
  • Fix SSL certificate check errors by using the system's certificate authorities (Thanks to @patacra).
  • FileMakerLayout::getMetadataOld and getMetadata methods don't return the false value in the case of log-in error. It returns just null.

Ver.31 release, FMDataAPI for FileMaker Platform

23 Nov 23:03
Compare
Choose a tag to compare

The curlErrorMessage() method returns the error message from curl. Corrected phpdoc issue.

Ver.30 release, FMDataAPI for FileMaker 2023 Platform

20 Jun 07:56
Compare
Choose a tag to compare

The bug of toArray() method is fixed.

Ver.29 release, FMDataAPI for FileMaker 19 Platform

27 Dec 02:38
Compare
Choose a tag to compare

Ver.28 release, FMDataAPI for FileMaker 19 Platform

04 Aug 00:09
Compare
Choose a tag to compare

Added the getContainerData method to FMDataAPI class, and fixed bugs.

Ver.27 release, FMDataAPI for FileMaker 19 Platform

06 Jun 01:49
Compare
Choose a tag to compare

Dropped the support of PHP5, minimal version is PHP 7.1, but 7.2 or later is recommended.

Ver.26 release, FMDataAPI for FileMaker 19 Platform

27 Mar 06:30
Compare
Choose a tag to compare

Add methods(setFieldHTMLEncoding, getFieldHTMLEncoding) to the FMDataAPI class. These is going to use for compatibility mode of FileMaker API for PHP.

Ver.25 release, FMDataAPI for FileMaker 19 Platform

27 Mar 06:29
Compare
Choose a tag to compare

Add methods(getFirstRecord, getLastRecord, getRecords) to the FileMakerRelation class.

Ver.24 release, FMDataAPI for FileMaker 19 Platform

26 Dec 00:58
Compare
Choose a tag to compare

Bug fix for portal limit parameter.

Ver.23 release, FMDataAPI for FileMaker 19 Platform

11 Sep 02:52
Compare
Choose a tag to compare

The program code is separated into several files with PSR-4.