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

Commit 49296fd

Browse files
committed
Tagged version 0.3
1 parent 81f2dc2 commit 49296fd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to `graphql-api` will be documented in this file.
44

55
Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
66

7-
## 0.3.0 - DATE
7+
## 0.3.0 - 2020-08-24
88

99
### Added
1010

graphql-api.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22
/*
3-
Plugin Name: GraphQL API
3+
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.2.1
6+
Version: 0.3
77
Requires at least: 5.4
88
Requires PHP: 7.2.5
99
Author: Leonardo Losoviz
@@ -22,7 +22,7 @@
2222
define('GRAPHQL_API_PLUGIN_FILE', __FILE__);
2323
define('GRAPHQL_API_DIR', dirname(__FILE__));
2424
define('GRAPHQL_API_URL', plugin_dir_url(__FILE__));
25-
define('GRAPHQL_API_VERSION', '0.2.1');
25+
define('GRAPHQL_API_VERSION', '0.3');
2626

2727
// Load Composer’s autoloader
2828
require_once(__DIR__ . '/vendor/autoload.php');

0 commit comments

Comments
 (0)