Skip to content

Commit 0eb52bb

Browse files
committed
Update changelog and bump up the version.
1 parent cd5942f commit 0eb52bb

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

Changelog.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
1-
### 0.0.7
1+
### 0.8.0
2+
- Global fields now are included into PageInterface.
3+
- Added `me` field that represents the current user.
4+
- The built in `Page` fields are limited to essential ones and available as extra only.
5+
- The built in `PageFile` fields are limited to essential ones and available as extra only.
6+
- Changed the versioning to semantic. [major].[minor].[patch]
7+
8+
### 0.7.0
29
- Added authentication support.
310

4-
### 0.0.6
11+
### 0.6.0
512
- Added support for field permissions.
613
- Added option for full width GraphiQL.
714

8-
### 0.0.5
15+
### 0.5.0
916
- Added support for FieldtypeFile.
1017
- Added more properties for FieldtypeImage.
1118

12-
### 0.0.4
19+
### 0.4.0
1320
- Added support for legal fields.
1421

15-
### 0.0.3
22+
### 0.3.0
1623
- Added option to restrict the api to selected page templates only.
1724
- Added NullPageType for consistency with ProcessWire.
1825
- Fixed some bugs.

ProcessGraphQL.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class ProcessGraphQL extends Process implements Module {
1111
{
1212
return array(
1313
'title' => 'GraphQL',
14-
'version' => 007,
14+
'version' => '0.8.0',
1515
'summary' => 'GraphQL for ProcessWire.',
1616
'href' => 'https://github.com/dadish/ProcessGraphql',
1717
'singular' => true,

0 commit comments

Comments
 (0)