|
1 | | -# FMDataAPI Ver.35 [](https://github.com/msyk/FMDataAPI/actions/workflows/php.yml) |
| 1 | +# FMDataAPI Ver.36 [](https://github.com/msyk/FMDataAPI/actions/workflows/php.yml) |
2 | 2 |
|
3 | 3 | by Masayuki Nii (nii@msyk.net) |
4 | 4 |
|
@@ -29,7 +29,7 @@ The FileMaker database named "TestDB.fmp12" is hosted on localhost, and |
29 | 29 | it sets the "fmrest" as access privilege. The account to connect with REST API is "web" |
30 | 30 | and "password." This database has the layout named "person_layout," and you |
31 | 31 | can use the layout name as a property of the FMDataAPI instance. The return |
32 | | -value of the "query" method is Iterator and can repeat in the foreach statement |
| 32 | +value of the "query" method is Iterator and can be repeated in the foreach statement |
33 | 33 | with each record in the query result. This layout has the field named |
34 | 34 | "FamilyName" and "GivenName," and can use the field name as a property. |
35 | 35 |
|
@@ -69,7 +69,7 @@ FMDataAPI has "composer.json," so you can add your composer.json file in your pr |
69 | 69 | ... |
70 | 70 | "require": { |
71 | 71 | ... |
72 | | - "inter-mediator/fmdataapi":"35" |
| 72 | + "inter-mediator/fmdataapi":"36" |
73 | 73 | } ... |
74 | 74 | ``` |
75 | 75 |
|
@@ -154,5 +154,6 @@ MIT License |
154 | 154 | - 2025-08-23: [Ver.35] |
155 | 155 | Bug fix for the script parameter (Thanks to @frankeg). |
156 | 156 | Also, bug fix for script parameter to keep the old way myself. |
157 | | -- xxxx-xx-xx: [Ver.36] Next release version |
158 | | - Bug fix for limit and offset parameters (Thanks to Roger Engström). |
| 157 | +- 2025-12-03: [Ver.36] Next release version |
| 158 | + Bug fix for limit and offset parameters (Thanks to Roger Engström). |
| 159 | + Deprecated function curl_close was removed (Thanks to @PGMMattias and @matsuo). |
0 commit comments