Releases: msyk/FMDataAPI
Releases · msyk/FMDataAPI
Ver.32 release, FMDataAPI for FileMaker Platform
- 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
The curlErrorMessage() method returns the error message from curl. Corrected phpdoc issue.
Ver.30 release, FMDataAPI for FileMaker 2023 Platform
The bug of toArray() method is fixed.
Ver.29 release, FMDataAPI for FileMaker 19 Platform
Ver.28 release, FMDataAPI for FileMaker 19 Platform
Added the getContainerData method to FMDataAPI class, and fixed bugs.
Ver.27 release, FMDataAPI for FileMaker 19 Platform
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
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
Add methods(getFirstRecord, getLastRecord, getRecords) to the FileMakerRelation class.
Ver.24 release, FMDataAPI for FileMaker 19 Platform
Bug fix for portal limit parameter.
Ver.23 release, FMDataAPI for FileMaker 19 Platform
The program code is separated into several files with PSR-4.