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

fix: prevent conflicts with old plugin #67

Merged
merged 13 commits into from
Jul 27, 2023

Commits on Jul 21, 2023

  1. - add slevomat/coding-standard as a dependency

    - update phpcs.xml.dist rules to better align with WPGraphQL core
    jasonbahl committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    e306485 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86bedd3 View commit details
    Browse the repository at this point in the history
  3. - add test to ensure old classes do not exist. This should prevent us…

    … from accidentally adding classes that match the old version of the plugin. We don't want old functions to be available in the new plugin, intentionally.
    jasonbahl committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    2a0b096 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. - update "tested up to" flag to 6.2

    - update testing-integration workflow to test against WP 6.2
    jasonbahl committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    b9d3d14 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. - update testing matrix

    jasonbahl committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    dad6ff9 View commit details
    Browse the repository at this point in the history
  2. - fix typo

    jasonbahl committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    4bb5ccb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    583b769 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. - update action names

    jasonbahl committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    74e06ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03cec9b View commit details
    Browse the repository at this point in the history
  3. - update action

    jasonbahl committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    2773593 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfd4463 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d26b3ce View commit details
    Browse the repository at this point in the history
  6. - update phpcs.xml.dist to allow for action/filter names to include f…

    …orward slashes without causing a linting error
    jasonbahl committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    c59319c View commit details
    Browse the repository at this point in the history