File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ All notable changes to this project will be documented in this file.
55The 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
8- ## Unreleased
8+ ## v5.9.0 - 2025-01-08
99- [ #393 ] ( https://github.com/Shopify/shopify-api-php/pull/393 ) [ Minor] Add support for 2025-01 API version REST resources
1010- [ #367 ] ( https://github.com/Shopify/shopify-api-php/pull/367 ) [ Patch] Allow uppercase characters in redirect URI
11+ - [ #394 ] ( https://github.com/Shopify/shopify-api-php/pull/394 ) [ Patch] Remove implicit nullability to support PHP 8.4
1112
1213## v5.8.1 - 2024-11-13
1314- [ #387 ] ( https://github.com/Shopify/shopify-api-php/pull/387 ) [ Patch] Fix GraphQL request to properly encode query string
14- - [ #394 ] ( https://github.com/Shopify/shopify-api-php/pull/394 ) [ Patch] Remove implicit nullability to support PHP 8.4
1515
1616## v5.8.0 - 2024-11-12
1717- [ #381 ] ( https://github.com/Shopify/shopify-api-php/pull/381 ) [ Minor] Adding support for 2024-10 API version
Original file line number Diff line number Diff line change 11<?php
22
33// @codeCoverageIgnoreStart
4- return '5.8.1 ' ;
4+ return '5.9.0 ' ;
55// @codeCoverageIgnoreEnd
You can’t perform that action at this time.
0 commit comments