Skip to content

Commit 6544745

Browse files
authored
Merge pull request #182 from wp-graphql/changeset-release/main
release: 📦 Release Plugin
2 parents e31cfa3 + c7e25a0 commit 6544745

File tree

5 files changed

+16
-15
lines changed

5 files changed

+16
-15
lines changed

.changeset/breezy-hats-love.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

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

3+
## 2.1.4
4+
5+
### Patch Changes
6+
7+
- 8f6f131: Update license to GPL-3
8+
39
## 2.1.3
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wpgraphql-ide",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"private": true,
55
"repository": {
66
"type": "git",

readme.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: jasonbahl, joefusco
33
Tags: headless, decoupled, graphql, devtools
44
Requires at least: 5.7
55
Tested up to: 6.5
6-
Stable tag: 2.1.3
6+
Stable tag: 2.1.4
77
Requires PHP: 7.4
88
License: GPL-3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -22,6 +22,12 @@ GraphQL IDE for WPGraphQL
2222

2323
== Changelog ==
2424

25+
= 2.1.4 =
26+
27+
### Patch Changes
28+
29+
- 8f6f131: Update license to GPL-3
30+
2531
= 2.1.3 =
2632

2733
### Patch Changes
@@ -36,10 +42,4 @@ GraphQL IDE for WPGraphQL
3642

3743
- f6745e9: - fix missing styles in latest release
3844

39-
= 2.1.1 =
40-
41-
### Patch Changes
42-
43-
- c450e5a: - Reorganized plugin directories/files.
44-
4545
[View the full changelog](https://github.com/wp-graphql/wpgraphql-ide/blob/main/CHANGELOG.md)

wpgraphql-ide.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* License: GPL-3
99
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010
* Text Domain: wpgraphql-ide
11-
* Version: 2.1.3
11+
* Version: 2.1.4
1212
* Requires PHP: 7.4
1313
* Tested up to: 6.5
1414
* Requires Plugins: wp-graphql
@@ -22,7 +22,7 @@
2222
exit;
2323
}
2424

25-
define( 'WPGRAPHQL_IDE_VERSION', '2.1.3' );
25+
define( 'WPGRAPHQL_IDE_VERSION', '2.1.4' );
2626
define( 'WPGRAPHQL_IDE_ROOT_ELEMENT_ID', 'wpgraphql-ide-root' );
2727
define( 'WPGRAPHQL_IDE_PLUGIN_DIR_PATH', plugin_dir_path( __FILE__ ) );
2828
define( 'WPGRAPHQL_IDE_PLUGIN_URL', plugin_dir_url( __FILE__ ) );

0 commit comments

Comments
 (0)