Skip to content

Commit b1d2d77

Browse files
chore(release): 1.4.0 [skip ci]
# [1.4.0](v1.3.2...v1.4.0) (2022-07-29) ### Bug Fixes * **ci:** add php ctype extension ([6051409](6051409)) * **composer:** update the composer.lock file. ([b006710](b006710)) * **deps:** perform tests on a site-blank profile instead of site-default ([8eb1f84](8eb1f84)) * **deps:** update ci run for php 8 ([b49f7e0](b49f7e0)) * **deps:** update php dependencies to work with php 8.1 ([96465c3](96465c3)) * **deps:** upgrade processwire/processwire to version 3.0.184 ([f44209c](f44209c)) * **deps:** upgrade processwire/processwire to version 3.0.200 ([6ca94ad](6ca94ad)) * **deps:** use processwire/processwire as a "vcs" repository. ([caf27b3](caf27b3)) * **deps:** use site-default for testing instead of site-blank ([a00703e](a00703e)) * **third-party-fieldtype:** allow multiple types to be created by third-party fieldtypes ([2146054](2146054)) ### Features * **deps:** upgrade php dependencies ([530a72e](530a72e)) * **graphiql:** add support for request headers ([c0fb4be](c0fb4be)) * **type:** add support for $page->references() api ([5049715](5049715))
1 parent 53d287b commit b1d2d77

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

Changelog.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# [1.4.0](https://github.com/dadish/ProcessGraphQL/compare/v1.3.2...v1.4.0) (2022-07-29)
2+
3+
4+
### Bug Fixes
5+
6+
* **ci:** add php ctype extension ([6051409](https://github.com/dadish/ProcessGraphQL/commit/6051409903c81096313cde3b64531d10cc2910d1))
7+
* **composer:** update the composer.lock file. ([b006710](https://github.com/dadish/ProcessGraphQL/commit/b006710ddd25ca22af97c4239b51529baa38727c))
8+
* **deps:** perform tests on a site-blank profile instead of site-default ([8eb1f84](https://github.com/dadish/ProcessGraphQL/commit/8eb1f84ee3a60aa6f8c8bac011ea4cab791c81de))
9+
* **deps:** update ci run for php 8 ([b49f7e0](https://github.com/dadish/ProcessGraphQL/commit/b49f7e0b6d5551b07217cd9e3cfece9ab9199b6b))
10+
* **deps:** update php dependencies to work with php 8.1 ([96465c3](https://github.com/dadish/ProcessGraphQL/commit/96465c36ad7e58e6dd6f4980b391fc12a3963ecc))
11+
* **deps:** upgrade processwire/processwire to version 3.0.184 ([f44209c](https://github.com/dadish/ProcessGraphQL/commit/f44209cdd0afb8c4f783ad527b15a060e2cc691c))
12+
* **deps:** upgrade processwire/processwire to version 3.0.200 ([6ca94ad](https://github.com/dadish/ProcessGraphQL/commit/6ca94ad9febc46303fd28ee24b0af5d7e2bf7cdc))
13+
* **deps:** use processwire/processwire as a "vcs" repository. ([caf27b3](https://github.com/dadish/ProcessGraphQL/commit/caf27b3061b8c9010e112b8202aa46bdcf424c6e))
14+
* **deps:** use site-default for testing instead of site-blank ([a00703e](https://github.com/dadish/ProcessGraphQL/commit/a00703eb45ef490af74be8a391a2de8965cf2eae))
15+
* **third-party-fieldtype:** allow multiple types to be created by third-party fieldtypes ([2146054](https://github.com/dadish/ProcessGraphQL/commit/2146054f942a784b07d843959d01109e6dd96862))
16+
17+
18+
### Features
19+
20+
* **deps:** upgrade php dependencies ([530a72e](https://github.com/dadish/ProcessGraphQL/commit/530a72e349d7a262d26af9452f5681fa36ee5d33))
21+
* **graphiql:** add support for request headers ([c0fb4be](https://github.com/dadish/ProcessGraphQL/commit/c0fb4beece26453d46f782fc95df1fa29b476051))
22+
* **type:** add support for $page->references() api ([5049715](https://github.com/dadish/ProcessGraphQL/commit/50497158a305e9b14d780a1051f8d91cf3caaa91))
23+
124
# [1.4.0-rc.3](https://github.com/dadish/ProcessGraphQL/compare/v1.4.0-rc.2...v1.4.0-rc.3) (2022-07-29)
225

326

ProcessGraphQL.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class ProcessGraphQL extends Process implements Module {
1515
{
1616
return array(
1717
'title' => 'GraphQL',
18-
'version' => '1.4.0-rc.3',
18+
'version' => '1.4.0',
1919
'summary' => 'GraphQL for ProcessWire.',
2020
'href' => 'https://github.com/dadish/ProcessGraphql',
2121
'singular' => true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "processgraphql",
3-
"version": "1.4.0-rc.3",
3+
"version": "1.4.0",
44
"description": "GraphQL for ProcessWire",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)