Skip to content

Commit

Permalink
Update jetpack-abtest library to abandoned status (#37994)
Browse files Browse the repository at this point in the history
* Update abtest package to mention that is no longer maintained

* changelog

* Update composer.lock

* changelog

* Fix project version
  • Loading branch information
IanRamosC authored Jun 26, 2024
1 parent f387426 commit b023a31
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 4 deletions.
8 changes: 7 additions & 1 deletion projects/packages/abtest/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: deprecated

This package is no longer maintained and currently broken.
3 changes: 2 additions & 1 deletion projects/packages/abtest/composer.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: other

Deprecate jetpack-abtest
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: other
Comment: Updated composer.lock.


5 changes: 3 additions & 2 deletions projects/plugins/jetpack/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b023a31

Please sign in to comment.