-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(amp-deprecation): Remove AMP from supported list #2647
Conversation
The AMP plugin is no longer allowed on Newspack.
# [2.7.0-alpha.1](v2.6.1...v2.7.0-alpha.1) (2023-09-15) ### Bug Fixes * partial text domain update for the newspack plugin ([#2646](#2646)) ([7d92092](7d92092)) ### Features * add ads.txt manager to plugin manager ([#2639](#2639)) ([06eccaa](06eccaa)) * **amp-deprecation:** remove AMP from supported list ([#2647](#2647)) ([ef98476](ef98476)) * disable deactivate and delete for Akismet ([#2593](#2593)) ([136752a](136752a)) * replace recommended cookie plugin ([#2223](#2223)) ([4a309be](4a309be))
🎉 This PR is included in version 2.7.0-alpha.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
# [2.7.0](v2.6.4...v2.7.0) (2023-09-25) ### Bug Fixes * partial text domain update for the newspack plugin ([#2646](#2646)) ([7d92092](7d92092)) ### Features * add ads.txt manager to plugin manager ([#2639](#2639)) ([06eccaa](06eccaa)) * **amp-deprecation:** remove AMP from supported list ([#2647](#2647)) ([ef98476](ef98476)) * disable deactivate and delete for Akismet ([#2593](#2593)) ([136752a](136752a)) * replace recommended cookie plugin ([#2223](#2223)) ([4a309be](4a309be))
🎉 This PR is included in version 2.7.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 2.9.0-alpha.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 2.10.0-alpha.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 2.10.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
All Submissions:
Changes proposed in this Pull Request:
Newspack Plugin maintains a list of plugins that will not be added to the WP Admin plugins screen, but installing them will not raise any issues in Newspack > Health Check.
Historically, this list has included AMP, which has been retired from our platform (and will likely soon be blocked entirely). This PR removes AMP from that list.
Adds
super-cool-ad-inserter-plugin
to the allowed list, while we're at it!How to test the changes in this Pull Request:
/wp-admin/plugin-install.php
/wp-admin/admin.php?page=newspack-health-check-wizard#/
and confirm that AMP is listed as an unsupported plugin.Other information: