diff --git a/CHANGELOG.md b/CHANGELOG.md index 479b7c9e..8b1d4647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ 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 +- [Deprecated] This package is deprecated in favor of [`shopify/shopify-app-php`](https://packagist.org/packages/shopify/shopify-app-php), which supports the latest Shopify platform features. It is now marked abandoned via the Composer `abandoned` flag. It will keep working for existing users, but no new features or security fixes are planned. See the [shopify-app-php README](https://github.com/Shopify/shopify-app-php#readme) to upgrade. ## v6.1.1 - 2026-03-02 - [#456](https://github.com/Shopify/shopify-api-php/pull/456) [Patch] Update firebase/php-jwt to ^7.0 to address security vulnerability (GHSA-2x45-7fc3-mxwq) diff --git a/README.md b/README.md index a4fe23bb..61600084 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -**Note:** We've released a new experimental package for PHP. Please read [rethinking our support for PHP & Python packages](https://community.shopify.dev/t/rethinking-support-for-php-python-packages/28325). The new PHP package supports the latest Shopify platform features and we'd love your feedback. Please see [shopify-app-php](https://packagist.org/packages/shopify/shopify-app-php) to get started. +> [!WARNING] +> **This package is deprecated and no longer maintained.** Use [`shopify/shopify-app-php`](https://packagist.org/packages/shopify/shopify-app-php) instead, which supports the latest Shopify platform features. It will keep working for existing users, but no new features or security fixes are planned. See the [`shopify-app-php` README](https://github.com/Shopify/shopify-app-php#readme) to upgrade. For background, see [rethinking our support for PHP & Python packages](https://community.shopify.dev/t/rethinking-support-for-php-python-packages/28325). # Shopify API Library for PHP diff --git a/composer.json b/composer.json index 6308149e..b2c61430 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,7 @@ "description": "Shopify API Library for PHP", "license": "MIT", "type": "library", + "abandoned": "shopify/shopify-app-php", "keywords": [ "shopify", "node",