We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d73c4d0 + 20271e5 commit d368eefCopy full SHA for d368eef
CHANGELOG.md
@@ -7,6 +7,10 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
## Unreleased
9
10
+## v5.1.0 - 2023-07-11
11
+
12
+- [#285](https://github.com/Shopify/shopify-api-php/pull/285) [Minor] Adding support for 2023-07 API version
13
14
## v5.0.0 - 2023-05-10
15
16
- [#269](https://github.com/Shopify/shopify-api-php/pull/269) [bugfix] Refactored query string building to account for Shopify-specific array format
src/version.php
@@ -1,5 +1,5 @@
1
<?php
2
3
// @codeCoverageIgnoreStart
4
-return '5.0.0';
+return '5.1.0';
5
// @codeCoverageIgnoreEnd
0 commit comments