Skip to content

Commit 27ab9c3

Browse files
authored
release: v0.0.5 (#13)
* chore: update composer deps * chore: version bump
1 parent 3bf1849 commit 27ab9c3

File tree

7 files changed

+24
-21
lines changed

7 files changed

+24
-21
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

33
## Unreleased
4+
5+
## v0.0.5 - Sitemap Support
6+
- feat: Add support for `Sitemap` module.
47
- chore: Update Composer deps.
58

69
## v0.0.4 - OpenGraph Support

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.4) ![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.5) ![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.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpstan/constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
define( 'WPGRAPHQL_SEO_AUTOLOAD', true );
99
define( 'WPGRAPHQL_SEO_PLUGIN_FILE', 'wp-graphql-rank-math.php' );
10-
define( 'WPGRAPHQL_SEO_VERSION', '0.0.4' );
10+
define( 'WPGRAPHQL_SEO_VERSION', '0.0.5' );

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
Contributors: axepress, justlevine
33
Tags: GraphQL, Gatsby, Headless, WPGraphQL, React, Rest, RankMath, Seo, Schema
44
Requires at least: 5.4.1
5-
Tested up to: 6.0.1
5+
Tested up to: 6.0.2
66
Requires PHP: 7.4
77
Requires WPGraphQL: 1.8.0
8-
Stable tag: 0.0.4
8+
Stable tag: 0.0.5
99
License: GPL-3
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

vendor/composer/installed.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'type' => 'wordpress-plugin',
66
'install_path' => __DIR__ . '/../../',
77
'aliases' => array(),
8-
'reference' => '59b7ce5561fb5a38b71c49a92d62bef6888a3831',
8+
'reference' => '3bf18493f37761dc195429aef1ed41137e0d79c1',
99
'name' => 'axepress/wp-graphql-rank-math',
1010
'dev' => false,
1111
),
@@ -25,7 +25,7 @@
2525
'type' => 'wordpress-plugin',
2626
'install_path' => __DIR__ . '/../../',
2727
'aliases' => array(),
28-
'reference' => '59b7ce5561fb5a38b71c49a92d62bef6888a3831',
28+
'reference' => '3bf18493f37761dc195429aef1ed41137e0d79c1',
2929
'dev_requirement' => false,
3030
),
3131
),

wp-graphql-rank-math.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Author: AxePress
88
* Author URI: https://github.com/AxeWP
99
* Update URI: https://github.com/AxeWP/wp-graphql-rank-math
10-
* Version: 0.0.4
10+
* Version: 0.0.5
1111
* Text Domain: wp-graphql-rank-math
1212
* Domain Path: /languages
1313
* Requires at least: 5.4.1
@@ -20,7 +20,7 @@
2020
* @package WPGraphQL\RankMath
2121
* @author axepress
2222
* @license GPL-3
23-
* @version 0.0.4
23+
* @version 0.0.5
2424
*/
2525

2626
// Exit if accessed directly.
@@ -53,7 +53,7 @@
5353
function graphql_seo_constants() : void {
5454
// Plugin version.
5555
if ( ! defined( 'WPGRAPHQL_SEO_VERSION' ) ) {
56-
define( 'WPGRAPHQL_SEO_VERSION', '0.0.4' );
56+
define( 'WPGRAPHQL_SEO_VERSION', '0.0.5' );
5757
}
5858

5959
// Plugin Folder Path.

0 commit comments

Comments
 (0)