File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 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
2
9
- Added authentication support.
3
10
4
- ### 0.0.6
11
+ ### 0.6.0
5
12
- Added support for field permissions.
6
13
- Added option for full width GraphiQL.
7
14
8
- ### 0.0.5
15
+ ### 0.5.0
9
16
- Added support for FieldtypeFile.
10
17
- Added more properties for FieldtypeImage.
11
18
12
- ### 0.0.4
19
+ ### 0.4.0
13
20
- Added support for legal fields.
14
21
15
- ### 0.0.3
22
+ ### 0.3.0
16
23
- Added option to restrict the api to selected page templates only.
17
24
- Added NullPageType for consistency with ProcessWire.
18
25
- Fixed some bugs.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class ProcessGraphQL extends Process implements Module {
11
11
{
12
12
return array(
13
13
'title' => 'GraphQL',
14
- 'version' => 007 ,
14
+ 'version' => '0.8.0' ,
15
15
'summary' => 'GraphQL for ProcessWire.',
16
16
'href' => 'https://github.com/dadish/ProcessGraphql',
17
17
'singular' => true,
You can’t perform that action at this time.
0 commit comments