Skip to content

Commit e61f27a

Browse files
committed
Ver.36 release.
1 parent a7d1e7b commit e61f27a

7 files changed

Lines changed: 211 additions & 155 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# FMDataAPI Ver.35 [![Build Status](https://github.com/msyk/FMDataAPI/actions/workflows/php.yml/badge.svg)](https://github.com/msyk/FMDataAPI/actions/workflows/php.yml)
1+
# FMDataAPI Ver.36 [![Build Status](https://github.com/msyk/FMDataAPI/actions/workflows/php.yml/badge.svg)](https://github.com/msyk/FMDataAPI/actions/workflows/php.yml)
22

33
by Masayuki Nii (nii@msyk.net)
44

@@ -29,7 +29,7 @@ The FileMaker database named "TestDB.fmp12" is hosted on localhost, and
2929
it sets the "fmrest" as access privilege. The account to connect with REST API is "web"
3030
and "password." This database has the layout named "person_layout," and you
3131
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
3333
with each record in the query result. This layout has the field named
3434
"FamilyName" and "GivenName," and can use the field name as a property.
3535

@@ -69,7 +69,7 @@ FMDataAPI has "composer.json," so you can add your composer.json file in your pr
6969
...
7070
"require": {
7171
...
72-
"inter-mediator/fmdataapi":"35"
72+
"inter-mediator/fmdataapi":"36"
7373
} ...
7474
```
7575

@@ -154,5 +154,6 @@ MIT License
154154
- 2025-08-23: [Ver.35]
155155
Bug fix for the script parameter (Thanks to @frankeg).
156156
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).

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "inter-mediator/fmdataapi",
3-
"version": "35",
4-
"time": "2024-09-16",
3+
"version": "36",
4+
"time": "2025-12-03",
55
"repositories": [
66
{
77
"type": "git",

0 commit comments

Comments
 (0)