Skip to content
This repository was archived by the owner on May 6, 2023. It is now read-only.

Commit 67714c3

Browse files
committed
Release version 0.6.3
1 parent 07f4259 commit 67714c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

graphql-api.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: GraphQL API for WordPress
44
Plugin URI: https://github.com/GraphQLAPI/graphql-api-for-wp
55
Description: Transform your WordPress site into a GraphQL server.
6-
Version: 0.6.2
6+
Version: 0.6.3
77
Requires at least: 5.4
88
Requires PHP: 7.4
99
Author: Leonardo Losoviz
@@ -36,13 +36,13 @@
3636
sprintf(
3737
__('Plugin <strong>GraphQL API for WordPress</strong> is already installed with version <code>%s</code>, so version <code>%s</code> has not been loaded. Please deactivate all versions, remove the older version, and activate again the latest version of the plugin.', 'graphql-api'),
3838
\GRAPHQL_API_VERSION,
39-
'0.6.2'
39+
'0.6.3'
4040
)
4141
));
4242
});
4343
return;
4444
}
45-
define('GRAPHQL_API_VERSION', '0.6.2');
45+
define('GRAPHQL_API_VERSION', '0.6.3');
4646
define('GRAPHQL_API_PLUGIN_FILE', __FILE__);
4747
define('GRAPHQL_API_DIR', dirname(__FILE__));
4848
define('GRAPHQL_API_URL', plugin_dir_url(__FILE__));

0 commit comments

Comments
 (0)