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
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.
Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments