Skip to content

Commit ca7735e

Browse files
authored
chore(main): release php 3.6.0 (#861)
1 parent 7108c64 commit ca7735e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

clients/php/CHANGELOG.md

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

3+
## [3.6.0](https://github.com/phrase/openapi/compare/php-v3.5.0...php-v3.6.0) (2025-07-18)
4+
5+
6+
### Features
7+
8+
* **API:** add updated_since param for downloads ([#858](https://github.com/phrase/openapi/issues/858)) ([db4196b](https://github.com/phrase/openapi/commit/db4196bfb1a45f628577bebb99aad7da1179c241))
9+
* **API:** Add use_ordinal_rules attribute to request body for create/update Keys endpoints ([#868](https://github.com/phrase/openapi/issues/868)) ([29410b5](https://github.com/phrase/openapi/commit/29410b5d4edee9645f449d2d7de53fb953c1f0c2))
10+
* **API:** Add use_ordinal_rules boolean [STRINGS-2273] ([#846](https://github.com/phrase/openapi/issues/846)) ([450ce0c](https://github.com/phrase/openapi/commit/450ce0cce6bb2064758c44b130b39dd5539c2681))
11+
312
## [3.5.0](https://github.com/phrase/openapi/compare/php-v3.4.0...php-v3.5.0) (2025-05-23)
413

514

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: 3.5.0
5+
artifactVersion: 3.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-
".": "3.5.0"
2+
".": "3.6.0"
33
}

0 commit comments

Comments
 (0)