Skip to content

Releases: msyk/FMDataAPI

Ver.36 release, FMDataAPI for FileMaker Platform

03 Dec 00:33

Choose a tag to compare

  • 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

23 Aug 01:40

Choose a tag to compare

  • 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

01 Aug 23:49

Choose a tag to compare

  • 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

19 Mar 09:27

Choose a tag to compare

  • 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

10 Oct 03:46
1735c22

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

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

Choose a tag to compare

The bug of toArray() method is fixed.

Ver.29 release, FMDataAPI for FileMaker 19 Platform

27 Dec 02:38

Choose a tag to compare

Ver.28 release, FMDataAPI for FileMaker 19 Platform

04 Aug 00:09

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

Choose a tag to compare

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