Skip to content

Commit

Permalink
feat: add plugin dependencies header (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
justlevine authored Apr 6, 2024
1 parent 1c553ad commit 4915292
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased

- feat: Add WPGraphQL to Plugin Dependencies header.
- chore: Implement strict phpstan rules and lint.
- chore: Update Composer dependencies and lint.
- ci: Test against WP 6.5.
Expand Down
3 changes: 2 additions & 1 deletion wp-graphql-facetwp.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
* Plugin Name: WPGraphQL for FacetWP
* Plugin URI: https://github.com/hsimah-services/wp-graphql-facetwp
* Description: Adds FacetWP support to WPGraphQL
* Author: hsimah
* Author: hsimah, justlevine
* Author URI: http://www.hsimah.com
* Version: 0.4.4
* Text Domain: wpgraphql-facetwp
* Requires at least: 5.4.1
* Requires PHP: 7.4
* Requires Plugins: wp-graphql
* WPGraphQL requires at least: 1.6.0
* FacetWP requires at least: 4.0
* Tested up to: 6.5
Expand Down

0 comments on commit 4915292

Please sign in to comment.