Skip to content

Commit f2b43d4

Browse files
committed
For release version 34.
1 parent 9d79ad3 commit f2b43d4

File tree

8 files changed

+104
-60
lines changed

8 files changed

+104
-60
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# FMDataAPI Ver.33 [![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.34 [![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 ([email protected])
44

@@ -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":"33"
72+
"inter-mediator/fmdataapi":"34"
7373
} ...
7474
```
7575

@@ -147,7 +147,7 @@ MIT License
147147
- 2025-03-19: [Ver.33]
148148
The query method supports a date format parameter (Thanks to @stathisaska).
149149
The debug property of the CommunicationProvider class initializes to the bool false value (Thanks to Bernhard).
150-
- 2025-xx-xx: [Ver.34]
150+
- 2025-08-02: [Ver.34]
151151
Bug fixes were made in the sort parameter.
152152
A date format parameter was added.
153153
The FileMakerLayout::update method does nothing if the second parameter is null or {}. (Thanks to @filiptorphage-mjuk)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inter-mediator/fmdataapi",
3-
"version": "33",
3+
"version": "34",
44
"time": "2024-09-16",
55
"repositories": [
66
{

0 commit comments

Comments
 (0)