Skip to content

Commit 36e6c20

Browse files
Merge pull request #272 from Shopify/remove_202201_fix_other_versions
Removed 2022-01, update remaining resources
2 parents ba1fed8 + 2748635 commit 36e6c20

503 files changed

Lines changed: 3517 additions & 34232 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
1111
- [#236](https://github.com/Shopify/shopify-api-php/pull/236) [bugfix] Correct requirements in `composer.json`
1212
- [#262](https://github.com/Shopify/shopify-api-php/pull/262) ⚠️ [Breaking] Added support for PHP 8.2, and removed support for PHP 7.4
1313
- [#264](https://github.com/Shopify/shopify-api-php/pull/264) [Patch] Remove support for currently-non-existent versions of PHP (8.3+)
14+
- [#272](https://github.com/Shopify/shopify-api-php/pull/272) ⚠️ [Breaking] Removed REST resources for 2022-01, update resources for remaining versions
1415

1516
## v4.3.0 - 2023-04-12
1617

src/ApiVersion.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ class ApiVersion
99
/** @var string */
1010
public const UNSTABLE = "unstable";
1111
/** @var string */
12-
public const JANUARY_2022 = "2022-01";
13-
/** @var string */
1412
public const APRIL_2022 = "2022-04";
1513
/** @var string */
1614
public const JULY_2022 = "2022-07";
@@ -25,7 +23,6 @@ class ApiVersion
2523

2624
private static $ALL_VERSIONS = [
2725
self::UNSTABLE,
28-
self::JANUARY_2022,
2926
self::APRIL_2022,
3027
self::JULY_2022,
3128
self::OCTOBER_2022,

src/Rest/Admin2022_01/AbandonedCheckout.php

Lines changed: 0 additions & 101 deletions
This file was deleted.

src/Rest/Admin2022_01/AccessScope.php

Lines changed: 0 additions & 47 deletions
This file was deleted.

src/Rest/Admin2022_01/AndroidPayKey.php

Lines changed: 0 additions & 76 deletions
This file was deleted.

src/Rest/Admin2022_01/ApplePayCertificate.php

Lines changed: 0 additions & 105 deletions
This file was deleted.

0 commit comments

Comments
 (0)