Skip to content

Commit

Permalink
Merge pull request #378 from Shopify/v5_7_0
Browse files Browse the repository at this point in the history
Preparing for release v5.7.0
  • Loading branch information
lizkenyon authored Oct 22, 2024
2 parents dc06610 + ce6b2d7 commit 5e390f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
- [#371](https://github.com/Shopify/shopify-api-php/pull/371) Remove API version validation to allow more flexibility of API version.

## v5.7.0 - 2024-10-22
- [#371](https://github.com/Shopify/shopify-api-php/pull/371) [Minor] Remove API version validation to allow more flexibility of API version. And add support for 2024-10 API version
- [#370](https://github.com/Shopify/shopify-api-php/pull/370) [Patch] Fix params set to zero being removed from request payload
- [#366](https://github.com/Shopify/shopify-api-php/pull/366) [Patch] Updated webhook subscription topic constants
- [#366](https://github.com/Shopify/shopify-api-php/pull/366) [Minor] Updated webhook subscription topic constants

## v5.6.0 - 2024-07-02

Expand Down
2 changes: 1 addition & 1 deletion src/version.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

// @codeCoverageIgnoreStart
return '5.6.0';
return '5.7.0';
// @codeCoverageIgnoreEnd

0 comments on commit 5e390f1

Please sign in to comment.