Skip to content

Commit 8250335

Browse files
authored
chore(master): release php 2.6.0 (#704)
1 parent 2c1908a commit 8250335

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

clients/php/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.6.0](https://github.com/phrase/openapi/compare/php-v2.5.0...php-v2.6.0) (2024-11-08)
4+
5+
6+
### Features
7+
8+
* **API:** Add Pagination header to POST search endpoints [[#457](https://github.com/phrase/openapi/issues/457)] ([#706](https://github.com/phrase/openapi/issues/706)) ([9a79fa3](https://github.com/phrase/openapi/commit/9a79fa31bb3b9d58272fa2f4e82d72d0d44a93a0))
9+
10+
11+
### Bug Fixes
12+
13+
* **PHP:** Fix serializing nested form parameters #STRINGS-730 ([#703](https://github.com/phrase/openapi/issues/703)) ([32746b1](https://github.com/phrase/openapi/commit/32746b1a68f217a6130f27b7b52997941f8f6c9d))
14+
315
## [2.5.0](https://github.com/phrase/openapi/compare/php-v2.4.0...php-v2.5.0) (2024-10-02)
416

517

openapi-generator/php_lang.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
generatorName: php
33
outputDir: clients/php
44
invokerPackage: Phrase
5-
artifactVersion: 2.5.0
5+
artifactVersion: 2.6.0
66
gitUserId: phrase
77
gitRepoId: phrase-php
88
packageName: phrase-php

release-please/manifest-php.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.5.0"
2+
".": "2.6.0"
33
}

0 commit comments

Comments
 (0)