Skip to content

Commit d9d432a

Browse files
authored
release: 0.0.7 (#18)
* chore: update composer deps * fix: ensure type prefixes dont clash * chore: stan * chore: version bump
1 parent 9be7cba commit d9d432a

35 files changed

+675
-633
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
## Unreleased
44

5-
## v0.0.6 - Better support for Head meta.
5+
## v0.0.7
6+
- fix: prevent type prefixes clashing with other AxeWP plugins.
7+
- chore: Update composer dependencies.
8+
9+
## v0.0.6 - Better support for Head meta
610
- feat: setup WP globals in GraphQL models
711
- chore: update Composer deps.
812
- ci: use `STEP_DEBUG` flag on integration tests.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Adds WPGraphQL support for [Rank Math SEO](https://rankmath.com/). Built with [W
1111

1212
-----
1313

14-
![Packagist License](https://img.shields.io/packagist/l/axepress/wp-graphql-rank-math?color=green) ![Packagist Version](https://img.shields.io/packagist/v/axepress/wp-graphql-rank-math?label=stable) ![GitHub commits since latest release (by SemVer)](https://img.shields.io/github/commits-since/AxeWP/wp-graphql-rank-math/0.0.6) ![GitHub forks](https://img.shields.io/github/forks/AxeWP/wp-graphql-rank-math?style=social) ![GitHub Repo stars](https://img.shields.io/github/stars/AxeWP/wp-graphql-rank-math?style=social)<br />
14+
![Packagist License](https://img.shields.io/packagist/l/axepress/wp-graphql-rank-math?color=green) ![Packagist Version](https://img.shields.io/packagist/v/axepress/wp-graphql-rank-math?label=stable) ![GitHub commits since latest release (by SemVer)](https://img.shields.io/github/commits-since/AxeWP/wp-graphql-rank-math/0.0.7) ![GitHub forks](https://img.shields.io/github/forks/AxeWP/wp-graphql-rank-math?style=social) ![GitHub Repo stars](https://img.shields.io/github/stars/AxeWP/wp-graphql-rank-math?style=social)<br />
1515
![CodeQuality](https://img.shields.io/github/workflow/status/axewp/wp-graphql-rank-math/Code%20Quality?label=Code%20Quality)
1616
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/axewp/wp-graphql-rank-math/Integration%20Testing?label=Integration%20Testing)
1717
![Coding Standards](https://img.shields.io/github/workflow/status/axewp/wp-graphql-rank-math/WordPress%20Coding%20Standards?label=WordPress%20Coding%20Standards)

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"require": {
3030
"php": ">=7.4 || ^8.0",
31-
"axepress/wp-graphql-plugin-boilerplate": "0.0.5"
31+
"axepress/wp-graphql-plugin-boilerplate": "^0.0.6"
3232
},
3333
"require-dev": {
3434
"lucatume/wp-browser": "^3.0",
@@ -49,7 +49,7 @@
4949
"phpstan/phpstan": "^1.2",
5050
"phpstan/extension-installer": "^1.1",
5151
"szepeviktor/phpstan-wordpress": "^1.0",
52-
"axepress/wp-graphql-stubs": "^1.11.0",
52+
"axepress/wp-graphql-stubs": "^1.12",
5353
"wp-cli/wp-cli-bundle": "^2.6",
5454
"php-coveralls/php-coveralls": "^2.5"
5555
},

0 commit comments

Comments
 (0)