We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16397e8 commit c51474bCopy full SHA for c51474b
projects/packages/calypsoify/README.md
@@ -2,6 +2,9 @@
2
3
Calypsoify is designed to make sure specific wp-admin pages include navigation that prioritizes the Calypso navigation experience.
4
5
+> [!CAUTION]
6
+> This package is abandoned. Its features are now part of the block editor for everyone.
7
+
8

9
10
## How to install Calypsoify
projects/packages/calypsoify/changelog/update-abandon-calypsoify-45356
@@ -0,0 +1,4 @@
1
+Significance: minor
+Type: changed
+Mark package as abandoned.
projects/packages/calypsoify/composer.json
@@ -62,5 +62,6 @@
62
},
63
"suggest": {
64
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
65
- }
+ },
66
+ "abandoned": true
67
}
0 commit comments