Skip to content

Commit 17ace7f

Browse files
committed
Ver.31 release.
1 parent 63023fe commit 17ace7f

7 files changed

Lines changed: 240 additions & 171 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# FMDataAPI Ver.30 [![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.31 [![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

@@ -19,6 +19,7 @@ They created pull requests. Thanks for cooperating.
1919
- Tom Kuijer
2020
- Thijs Meijer
2121
- Patrick Janser
22+
- Roger Engström
2223

2324
## At a Glance
2425

@@ -66,7 +67,7 @@ FMDataAPI has "composer.json," so you can add your composer.json file in your pr
6667
...
6768
"require": {
6869
...
69-
"inter-mediator/fmdataapi":"30"
70+
"inter-mediator/fmdataapi":"31"
7071
} ...
7172
```
7273

@@ -172,10 +173,13 @@ MIT License
172173
Added the getContainerData(URL) method to the FMDataAPI class for accessing container data from the url containing /Streaming/MainDB.
173174
[BUG FIX] The FileMakerRelation class's toArray method didn't return array (Thanks to Talwinder Singh).
174175
- 2022-12-28: [Ver.29]
175-
Fixed the 'HTTP/2 stream 0 was not closed cleanly' problem with the new FileMaker (Thanks to @thijsmeijer)
176+
Fixed the 'HTTP/2 stream 0 was not closed cleanly' problem with the new FileMaker (Thanks to @thijsmeijer).
176177
Also fixed the getPortalNames issue for single record relation (Thanks to @PGMMattias).
177178
- 2023-06-20: [Ver.30]
178179
The toArray() method bug fixed. In same cases, it returned []. (Thanks to @PGMMattias).
180+
- 2023-11-24: [Ver.31]
181+
The curlErrorMessage() method returns the error message from curl (Thanks to @P1-Roger).
182+
Corrected phpdoc issue (Thanks to @patacra).
179183

180184
## API Differences between ver.8 and 7.
181185
### FMDataAPI class

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inter-mediator/fmdataapi",
3-
"version": "30",
3+
"version": "31",
44
"time": "2023-06-20",
55
"repositories": [
66
{
@@ -72,6 +72,9 @@
7272
},
7373
{
7474
"name": "Patrick Janser"
75+
},
76+
{
77+
"name": "Roger Engström (Contributor)"
7578
}
7679
],
7780
"support": {

0 commit comments

Comments
 (0)