Skip to content
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

Updated Plugin Headers #29

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 21, 2020

  1. Updated Plugin Headers

    Added 'Requires at least' to be 4.9.6 as the privacy tools are a requirement.
    Removed the Text Domain as we're requiring > 4.6 we don't require that header.
    Reference - https://developer.wordpress.org/plugins/internationalization/how-to-internationalize-your-plugin/#text-domains
    
    Note: We can also add the 'Requires PHP' header to indicate minimum PHP but I feel we have no specific requirements beyond what WP has so no need for that header.
    garretthyder committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    7e454a0 View commit details
    Browse the repository at this point in the history
  2. Added Requires PHP

    I noticed that the readme.txt does define a minimum PHP so have added here as well.
    garretthyder committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    f26398a View commit details
    Browse the repository at this point in the history