Skip to content

Commit a2de4c2

Browse files
authored
version bump
1 parent 01b9a3f commit a2de4c2

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
"name": "wp-graphql-yoast-seo",
3-
"version": "4.23.0",
4-
"description": "A WPGraphQL Extension that adds support for Yoast SEO",
5-
"scripts": {
6-
"test": "echo \"Error: no test specified\" && exit 1",
7-
"prettier": "prettier wp-graphql-yoast-seo.php --write",
8-
"prepare": "husky install"
9-
},
10-
"repository": {
11-
"type": "git",
12-
"url": "git+https://github.com/ashhitch/wp-graphql-yoast-seo.git"
13-
},
14-
"author": "Ash Hitchcock",
15-
"bugs": {
16-
"url": "https://github.com/ashhitch/wp-graphql-yoast-seo/issues"
17-
},
18-
"homepage": "https://github.com/ashhitch/wp-graphql-yoast-seo#readme",
19-
"devDependencies": {
20-
"@prettier/plugin-php": "^0.18.7",
21-
"husky": ">=8.0.1",
22-
"lint-staged": ">=13.0.1",
23-
"prettier": "^2.6.2"
24-
}
2+
"name": "wp-graphql-yoast-seo",
3+
"version": "v4.23.1",
4+
"description": "A WPGraphQL Extension that adds support for Yoast SEO",
5+
"scripts": {
6+
"test": "echo \"Error: no test specified\" && exit 1",
7+
"prettier": "prettier wp-graphql-yoast-seo.php --write",
8+
"prepare": "husky install"
9+
},
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/ashhitch/wp-graphql-yoast-seo.git"
13+
},
14+
"author": "Ash Hitchcock",
15+
"bugs": {
16+
"url": "https://github.com/ashhitch/wp-graphql-yoast-seo/issues"
17+
},
18+
"homepage": "https://github.com/ashhitch/wp-graphql-yoast-seo#readme",
19+
"devDependencies": {
20+
"@prettier/plugin-php": "^0.18.7",
21+
"husky": ">=8.0.1",
22+
"lint-staged": ">=13.0.1",
23+
"prettier": "^2.6.2"
24+
}
2525
}

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: ash_hitch
33
Tags: SEO, Yoast, WPGraphQL, GraphQL, Headless WordPress, Decoupled WordPress, JAMStack
44
Requires at least: 5.0
5-
Tested up to: 6.1.1
5+
Tested up to: 6.7.1
66
Requires PHP: 7.1
7-
Stable tag: 4.23.0
7+
Stable tag: v4.23.1
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

wp-graphql-yoast-seo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Author URI: https://www.ashleyhitchcock.com
99
* Text Domain: wp-graphql-yoast-seo
1010
* Domain Path: /languages
11-
* Version: 4.23.0
11+
* Version: v4.23.1
1212
* Requires Plugins: wp-graphql, wordpress-seo
1313
*
1414
* @package WP_Graphql_YOAST_SEO

0 commit comments

Comments
 (0)