@@ -97,43 +97,46 @@ MIT License
9797
9898- Thanks to Atsushi Matsuo. Your script is quite helpful to implement the "localserver" feature.
9999(https://gist.github.com/matsuo/ef5cb7c98bb494d507731886883bcbc1 ) Moreover thanks for updating and fixing bugs.
100- - Thanks to Frank Gonzalez. Your bug report is brilliant and I could fix it quickly.
100+ - Thanks to Frank Gonzalez. Your bug report is brilliant, and I could fix it quickly.
101101- Thanks to base64bits for coding about container field.
102102- Thanks to phpsa for bug fix.
103+ - Thankx to Flexboom for bug fix.
104+ - Thanks to schube for bug fix.
105+ - Thanks to frankeg for bug fix.
103106
104107## History
105108
106109- April 2017: Start to create these classes and codes.
107- - 2017-05-05: Described README.md
110+ - 2017-05-05: README.md added.
108111- 2017-05-26: [ Ver.2] Support the "localserver" as host name.
109- - 2017-05-31: [ Ver.3] The query() method of FileMakerLayout class is fixed.
112+ - 2017-05-31: [ Ver.3] The query() method of FileMakerLayout class fixed.
110113'Offset' and 'range' parameters could not set as an integer value.
111- - 2017-11-06: [ Ver.4] The getFieldNames() and getPortalNames() methods are added.
114+ - 2017-11-06: [ Ver.4] The getFieldNames() and getPortalNames() methods added.
112115- 2018-02-03: [ Ver.5] Bug fix of sorting parameters in query method.
113116- 2018-02-18: [ Ver.6] Bug fix of creating record with no default value.
114- - 2018-03-25: [ Ver.7] getSessionToken method is added. OAuth handling is implemented but not well debugged.
115- - 2018-05-09: The Version 7 is the last version which supports FileMaker 16 based Data API.
117+ - 2018-03-25: [ Ver.7] getSessionToken method added. OAuth handling implemented but not well debugged.
118+ - 2018-05-09: The Version 7 is the last version which supports FileMaker 16- based Data API.
116119---
117120- 2018-05-15: [ Ver.8] Update for FileMaker 17. FileMaker Data API v1 is supported from this version.
118- The preview version of FileMaker Data API is not supported anymore.
121+ The preview version of FileMaker Data API doesn't support anymore.
119122- 2018-05-27: [ Ver.9] composer.json is added, and can install "inter-mediator/fmdataapi".
120- FMDataAPITrial directory is deleted because it's already discontinued api.
123+ FMDataAPITrial directory deleted because it's already discontinued api.
121124 Add the "samples" directory and move sample files into it.
122125- 2018-06-22: [ Ver.10] Added the getContainerData method (Thanks to base64bits!),
123126 bug fix (Thanks to phpsa!).
124127- 2018-07-22: [ Ver.11] Global field methods bug fixed and were available in FMDataAPI class (Tanks to Mr.Matsuo).
125128 The script errors and results can get from methods in FMLayout class.
126129- 2018-07-29: [ Ver.12] Bug fix for UUID Supporting (Thanks to Mr.Matsuo).
127- Unit tests is implemented but now limited methods are tested , als integrating Travis CI.
130+ Unit tests implemented but now for limited methods, als integrating Travis CI.
128131- 2018-11-13: [ Ver.13]
129132 Added getDebugInfo method (Thanks to Mr.Matsuo),
130133 modified and fixed the getFieldNames method (Thanks to phpsa),
131- fixed handling porital object name (Thanks to Mr.Matsuo)
134+ fixed handling portal object name (Thanks to Mr.Matsuo)
132135 fixed the getModId method (Thanks to Flexboom)
133136- 2018-11-17: [ Ver.15]
134137 Jupyter Notebook style sample and results.
135138- 2019-05-19: [ Ver.16]
136- This is final version for FileMaker 17 platform, and bug fix (Thanks to darnel)
139+ This is the final version for FileMaker 17 platform, and bug fix (Thanks to darnel)
137140---
138141- 2019-05-20: [ Ver.17]
139142 Support the FileMaker 18 platform.
@@ -145,14 +148,15 @@ MIT License
145148- 2019-09-12: [ Ver.19]
146149 Add the duplicate() method to the FileMakerLayout class. Thanks to schube.
147150- 2019-09-16: [ Ver.20]
148- The default values of limit and range parameters are changed to 0 and both just applied for over 0 values. Thanks to schube.
151+ The default values of limit and range parameters changed to 0 and both just applied for over 0 values. Thanks to schube.
149152- 2019-09-16: [ Ver.21]
150153 Bug fix about the field referencing of a related field without any portals. Thanks to frankeg.
154+ Checked on the FileMaker Server 19.
151155
152156## API Differences between ver.8 and 7.
153157### FMDataAPI class
154- The setAPIVersion method is added. This is for future update of FileMaker Data API.
155- As far as FMDataAPI Ver.8 goes, This isn't requred .
158+ The setAPIVersion method added. This is for a future update of FileMaker Data API.
159+ As far as FMDataAPI Ver.8 goes, This isn't required .
156160- public function __ construct($solution, $user, $password, $host = NULL, $port = NULL, $protocol = NULL, [ New] $fmDataSource = null)
157161- [ New] public function setAPIVersion($vNum)
158162
0 commit comments