Releases: msyk/FMDataAPI
Releases · msyk/FMDataAPI
Ver.36 release, FMDataAPI for FileMaker Platform
- Bug fix for limit and offset parameters (Thanks to Roger Engström).
- Deprecated function curl_close was removed (Thanks to @PGMMattias and @matsuo)
Ver.35 release, FMDataAPI for FileMaker Platform
- Bug fix for the script parameter (Thanks to @frankeg).
- Also, bug fix for script parameter to keep the old way myself.
Ver.34 release, FMDataAPI for FileMaker Platform
- Bug fixes were made in the sort parameter.
- A date format parameter was added.
- The FileMakerLayout::update method does nothing if the second parameter is null or {}. (Thanks to @filiptorphage-mjuk)
Ver.33 release, FMDataAPI for FileMaker Platform
- The query method supports date format parameter (Thanks to @stathisaska).
- The debug property of the CommunicationProvider class initializes the bool false value (Thanks to Bernhard).
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.