From b023a31febdefc90d2cecb5bfc108ea60ff3c6aa Mon Sep 17 00:00:00 2001 From: Ian Ramos <5714212+IanRamosC@users.noreply.github.com> Date: Wed, 26 Jun 2024 18:19:30 -0300 Subject: [PATCH] Update jetpack-abtest library to abandoned status (#37994) * Update abtest package to mention that is no longer maintained * changelog * Update composer.lock * changelog * Fix project version --- projects/packages/abtest/README.md | 8 +++++++- .../changelog/update-abtest-library-to-abandoned-status | 4 ++++ projects/packages/abtest/composer.json | 3 ++- .../changelog/update-abtest-library-to-abandoned-status | 4 ++++ .../changelog/update-abtest-library-to-abandoned-status#2 | 5 +++++ projects/plugins/jetpack/composer.lock | 5 +++-- 6 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 projects/packages/abtest/changelog/update-abtest-library-to-abandoned-status create mode 100644 projects/plugins/jetpack/changelog/update-abtest-library-to-abandoned-status create mode 100644 projects/plugins/jetpack/changelog/update-abtest-library-to-abandoned-status#2 diff --git a/projects/packages/abtest/README.md b/projects/packages/abtest/README.md index ad12ed75527cb..d5dece9bb0992 100644 --- a/projects/packages/abtest/README.md +++ b/projects/packages/abtest/README.md @@ -1,4 +1,10 @@ -# Jetpack A/B Test +# [Deprecated] Jetpack A/B Test + +**IMPORTANT NOTICE:** + +**This package is no longer maintained and currently broken. We do not recommend using it in any new projects.** + +--- Provides an interface to the WP.com A/B tests. diff --git a/projects/packages/abtest/changelog/update-abtest-library-to-abandoned-status b/projects/packages/abtest/changelog/update-abtest-library-to-abandoned-status new file mode 100644 index 0000000000000..cbbc1d6d5ae75 --- /dev/null +++ b/projects/packages/abtest/changelog/update-abtest-library-to-abandoned-status @@ -0,0 +1,4 @@ +Significance: minor +Type: deprecated + +This package is no longer maintained and currently broken. diff --git a/projects/packages/abtest/composer.json b/projects/packages/abtest/composer.json index 353af4f1f26a9..cb0e42d53f81a 100644 --- a/projects/packages/abtest/composer.json +++ b/projects/packages/abtest/composer.json @@ -1,6 +1,7 @@ { "name": "automattic/jetpack-abtest", "description": "Provides an interface to the WP.com A/B tests.", + "abandoned": "automattic/jetpack-explat", "type": "jetpack-library", "license": "GPL-2.0-or-later", "require": { @@ -49,7 +50,7 @@ "link-template": "https://github.com/Automattic/jetpack-abtest/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "2.0.x-dev" + "dev-trunk": "2.1.x-dev" } }, "config": { diff --git a/projects/plugins/jetpack/changelog/update-abtest-library-to-abandoned-status b/projects/plugins/jetpack/changelog/update-abtest-library-to-abandoned-status new file mode 100644 index 0000000000000..b3d63fdef0e8e --- /dev/null +++ b/projects/plugins/jetpack/changelog/update-abtest-library-to-abandoned-status @@ -0,0 +1,4 @@ +Significance: minor +Type: other + +Deprecate jetpack-abtest diff --git a/projects/plugins/jetpack/changelog/update-abtest-library-to-abandoned-status#2 b/projects/plugins/jetpack/changelog/update-abtest-library-to-abandoned-status#2 new file mode 100644 index 0000000000000..a1c1831fa1ef7 --- /dev/null +++ b/projects/plugins/jetpack/changelog/update-abtest-library-to-abandoned-status#2 @@ -0,0 +1,5 @@ +Significance: patch +Type: other +Comment: Updated composer.lock. + + diff --git a/projects/plugins/jetpack/composer.lock b/projects/plugins/jetpack/composer.lock index d27d519b33f9d..01b2362d21fad 100644 --- a/projects/plugins/jetpack/composer.lock +++ b/projects/plugins/jetpack/composer.lock @@ -62,7 +62,7 @@ "dist": { "type": "path", "url": "../../packages/abtest", - "reference": "8d7ca6c2a61f73ba22831ca8eaab113ab7db09e0" + "reference": "0bc2d4b9632a3f769675d66c6c4db976252670fd" }, "require": { "automattic/jetpack-connection": "@dev", @@ -85,7 +85,7 @@ "link-template": "https://github.com/Automattic/jetpack-abtest/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "2.0.x-dev" + "dev-trunk": "2.1.x-dev" } }, "autoload": { @@ -111,6 +111,7 @@ "GPL-2.0-or-later" ], "description": "Provides an interface to the WP.com A/B tests.", + "abandoned": "automattic/jetpack-explat", "transport-options": { "relative": true }