File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 3
3
"description" : " GraphQL API for WordPress" ,
4
4
"type" : " wordpress-plugin" ,
5
5
"license" : " GPLv3" ,
6
+ "version" : " 0.0.19" ,
6
7
"authors" : [
7
8
{
8
9
"name" : " Jason Bahl" ,
13
14
},
14
15
{
15
16
"name" : " Ryan Kanner"
17
+ },
18
+ {
19
+ "name" : " Hughie Devore"
16
20
}
17
21
],
18
22
"require" : {
Original file line number Diff line number Diff line change 5
5
* Description: GraphQL API for WordPress
6
6
* Author: WPGraphQL
7
7
* Author URI: http://www.wpgraphql.com
8
- * Version: 0.0.17
8
+ * Version: 0.0.19
9
9
* Text Domain: wp-graphql
10
10
* Domain Path: /languages/
11
11
* Requires at least: 4.7.0
17
17
* @package WPGraphQL
18
18
* @category Core
19
19
* @author WPGraphQL
20
- * @version 0.0.17
20
+ * @version 0.0.19
21
21
*/
22
22
// Exit if accessed directly.
23
23
if ( ! defined ( 'ABSPATH ' ) ) {
@@ -156,7 +156,7 @@ private function setup_constants() {
156
156
157
157
// Plugin version.
158
158
if ( ! defined ( 'WPGRAPHQL_VERSION ' ) ) {
159
- define ( 'WPGRAPHQL_VERSION ' , '0.0.17 ' );
159
+ define ( 'WPGRAPHQL_VERSION ' , '0.0.19 ' );
160
160
}
161
161
162
162
// Plugin Folder Path.
You can’t perform that action at this time.
0 commit comments