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

New sniff: Verify that an up-to-date version of TGMPA is being used. #132

Merged

Commits on May 31, 2018

  1. New sniff: Verify that an up-to-date version of TGMPA is being used.

    This sniff tries to find the TGM Plugin Activation library and if this is found, will check that:
    * the included class is up-to-date
    * isn't an unstable (alpha/beta) pre-release
    * if the `required_flavour` property is set, that the library was downloaded using the Custom TGMPA generator with the correct settings (warning)
    
    It also checks for a persistent manual search & replace error I have seen way too often which causes white screens of death (fatal error) for end-users.
    
    Includes extensive unit tests.
    jrfnl committed May 31, 2018
    Configuration menu
    Copy the full SHA
    de53e05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20e6a8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e85931 View commit details
    Browse the repository at this point in the history
  4. Travis: prevent the WPCS fixer conflict check from error-ing out on t…

    …he TGMPA test files
    jrfnl committed May 31, 2018
    Configuration menu
    Copy the full SHA
    1a40249 View commit details
    Browse the repository at this point in the history