Skip to content

Commit ed1c9cd

Browse files
authored
Merge pull request #420 from Shopify/v5.11.0
Release 5.11.0
2 parents 61ec483 + d5826e2 commit ed1c9cd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## Unreleased
99

10+
## v5.11.0 - 2025-07-10
11+
- [#418](https://github.com/Shopify/shopify-api-php/pull/416) [Minor] Add support for 2025-07 API version
12+
1013
## v5.10.0 - 2025-04-03
1114
- [#292](https://github.com/Shopify/shopify-api-php/pull/292) [Patch] Fix bug where null can be passed to param 3 of setcookie()
1215
- [#405](https://github.com/Shopify/shopify-api-php/pull/405) [Minor] Add support for 2025-04 API version

src/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22

33
// @codeCoverageIgnoreStart
4-
return '5.10.0';
4+
return '5.11.0';
55
// @codeCoverageIgnoreEnd

0 commit comments

Comments
 (0)