File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66and adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
88## Unreleased
9+
10+ ## v5.10.0 - 2025-04-03
911- [ #292 ] ( https://github.com/Shopify/shopify-api-php/pull/292 ) [ Patch] Fix bug where null can be passed to param 3 of setcookie()
10- - [ #] ( ) [ Minor] Add support for 2025-04 API version
12+ - [ #405 ] ( https://github.com/Shopify/shopify-api-php/pull/405 ) [ Minor] Add support for 2025-04 API version
1113
1214## v5.9.0 - 2025-01-08
1315- [ #393 ] ( https://github.com/Shopify/shopify-api-php/pull/393 ) [ Minor] Add support for 2025-01 API version REST resources
Original file line number Diff line number Diff line change 11<?php
22
33// @codeCoverageIgnoreStart
4- return '5.9 .0 ' ;
4+ return '5.10 .0 ' ;
55// @codeCoverageIgnoreEnd
You can’t perform that action at this time.
0 commit comments