AxeWP / wp-graphql-headless-login

A WordPress plugin that provides Headless login and authentication for WPGraphQL, supporting traditional passwords, OAuth2/OpenID Connect, JWT, and more.
GNU General Public License v3.0
72 stars 11 forks source link

feat: better plugin requirement checking #3

Closed justlevine closed 1 year ago

justlevine commented 1 year ago

What

Improves checks for plugin requirements, by reporting incompatible versions (WPGraphQL < v1.12.0 ) and incompatible plugins (WP GraphQL JWT Authentication), while allowing core functions to be overloaded.

Why

How

Testing Instructions

Additional Info

Checklist:

coveralls commented 1 year ago

Coverage Status

Coverage remained the same at 66.527% when pulling fbd901deff51cc82f22fb9b85217ba65092d68bd on justlevine:feat/better-plugin-requirement-checking into f05d04a1f815714cf20822cd7f9d8a9f29eac4c0 on AxeWP:develop.