Skip to content

Commit 0150b55

Browse files
committed
Ver.35 Release.
1 parent fbe09a1 commit 0150b55

6 files changed

Lines changed: 11 additions & 9 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)
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)
22

33
by Masayuki Nii (nii@msyk.net)
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":"34"
72+
"inter-mediator/fmdataapi":"35"
7373
} ...
7474
```
7575

@@ -151,5 +151,7 @@ MIT License
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)
154-
- xxxx-xx-xx: [Ver.35] Next release version
155-
Bug fix for the script parameter (Thanks to @frankeg).
154+
- 2025-08-23: [Ver.35]
155+
Bug fix for the script parameter (Thanks to @frankeg).
156+
Also, bug fix for script parameter to keep the old way myself.
157+
- xxxx-xx-xx: [Ver.36] Next release version

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": "34",
3+
"version": "35",
44
"time": "2024-09-16",
55
"repositories": [
66
{

src/FMDataAPI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* @link https://github.com/msyk/FMDataAPI GitHub Repository
1515
* @property-read FileMakerLayout $layout Returns the FileMakerLayout object from the layout named with the property.
1616
* If the layout doesn't exist, no error arises here. Any errors might arise on methods of FileMakerLayout class.
17-
* @version 34
17+
* @version 35
1818
* @author Masayuki Nii <nii@msyk.net>
1919
* @copyright 2017-2024 Masayuki Nii
2020
* (Claris FileMaker is registered trademarks of Claris International Inc. in the U.S. and other countries.)

src/Supporting/CommunicationProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
* @package INTER-Mediator\FileMakerServer\RESTAPI
1212
* @link https://github.com/msyk/FMDataAPI GitHub Repository
13-
* @version 34
13+
* @version 35
1414
* @author Masayuki Nii <nii@msyk.net>
1515
* @copyright 2017-2024 Masayuki Nii (Claris FileMaker is registered trademarks of Claris International Inc. in the U.S. and other countries.)
1616
*/

src/Supporting/FileMakerLayout.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
* @package INTER-Mediator\FileMakerServer\RESTAPI
1313
* @link https://github.com/msyk/FMDataAPI GitHub Repository
14-
* @version 34
14+
* @version 35
1515
* @author Masayuki Nii <nii@msyk.net>
1616
* @copyright 2017-2024 Masayuki Nii (Claris FileMaker is registered trademarks of Claris International Inc. in the U.S. and other countries.)
1717
*/

src/Supporting/FileMakerRelation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @property string $<<field_name>> The field value named as the property name.
1616
* @property FileMakerRelation $<<portal_name>> FileMakerRelation object associated with the property name.
1717
* The table occurrence name of the portal can be the 'portal_name,' and also the object name of the portal.
18-
* @version 34
18+
* @version 35
1919
* @author Masayuki Nii <nii@msyk.net>
2020
* @copyright 2017-2024 Masayuki Nii (Claris FileMaker is registered trademarks of Claris International Inc. in the U.S. and other countries.)
2121
*/

0 commit comments

Comments
 (0)