We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should add the requirements into the plugin's file header to let WordPress know what is expected:
* Requires at least: 5.0 * Requires PHP: 5.6
Note: I'm not sure which version of WordPress we actually do require since we stripped the AMP Stories component...
Do not alter or remove anything below. The following sections will be managed by moderators only.
The text was updated successfully, but these errors were encountered:
@schlessera Isn't this already present? See:
amp-wp/readme.txt
Lines 4 to 9 in 4193dbc
It needs to be in the readme.txt not the plugin bootstrap file, AFAIK. See https://make.wordpress.org/plugins/2017/08/29/minimum-php-version-requirement/
readme.txt
Sorry, something went wrong.
Support for this in the main plugin file was added rather recently. Because in some cases WP only checks that, not the readme.
Of course it does! 🤦♂
schlessera
Successfully merging a pull request may close this issue.
Feature description
We should add the requirements into the plugin's file header to let WordPress know what is expected:
Note: I'm not sure which version of WordPress we actually do require since we stripped the AMP Stories component...
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
Implementation brief
QA testing instructions
Demo
Changelog entry
The text was updated successfully, but these errors were encountered: