You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- fix: php-jwt version fixed. [\#172](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/172) ([kidunot89](https://github.com/kidunot89))
10
+
- Remove codecept\_debug which causes internal server error [\#159](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/159) ([paolospag](https://github.com/paolospag))
11
+
- Build with composer --no-dev [\#155](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/155) ([markkelnar](https://github.com/markkelnar))
12
+
- Allow multiple iss domains [\#141](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/141) ([fjobeir](https://github.com/fjobeir))
13
+
- Set a 400+ status when throwing WP\_Errors [\#137](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/137) ([pcraciunoiu](https://github.com/pcraciunoiu))
14
+
- Added the action graphql\_jwt\_auth\_before\_authenticate and the filter … [\#135](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/135) ([spiralni](https://github.com/spiralni))
15
+
- Fix incorrect error message on invalid secret [\#126](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/126) ([markspolakovs](https://github.com/markspolakovs))
16
+
- fix\(response headers\): replace single header instead of overwriting them all [\#118](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/118) ([tsmith-rv](https://github.com/tsmith-rv))
17
+
-\#87 - Force Auth Secret to be set, else throw Exception [\#88](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/88) ([jasonbahl](https://github.com/jasonbahl))
18
+
- Adds Option to define if a cookie should be set on login. [\#85](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/85) ([henrikwirth](https://github.com/henrikwirth))
19
+
- Update php-jwt to latest version [\#84](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/84) ([efoken](https://github.com/efoken))
20
+
- Fix Auth Expiration time filter and add it to documentation [\#83](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/83) ([henrikwirth](https://github.com/henrikwirth))
-\#69 - Backward Compatibility fixes for playing nice with WPGraphQL for WooCommerce [\#75](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/75) ([jasonbahl](https://github.com/jasonbahl))
49
+
-\#69 - JWT Tokens could not be returned after regiserUser mutation [\#72](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/72) ([jasonbahl](https://github.com/jasonbahl))
- Docs/add all mutations [\#78](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/78) ([henrikwirth](https://github.com/henrikwirth))
55
+
- Bug/\#69 jwt could not be returned after user registered [\#74](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/74) ([jasonbahl](https://github.com/jasonbahl))
56
+
-\#45 - auth and refresh token are same for non-admins [\#64](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/64) ([jasonbahl](https://github.com/jasonbahl))
- Adds WPGraphQL v0.6.0 support [\#55](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/55) ([kidunot89](https://github.com/kidunot89))
80
+
- Correct a couple broken links in readme [\#54](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/54) ([kellenmace](https://github.com/kellenmace))
-\#49 - use register\_graphql\_mutation [\#50](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/50) ([jasonbahl](https://github.com/jasonbahl))
90
+
91
+
**Fixed:**
92
+
93
+
-\#41 - JWT fields cannot be retrieved via viewer query [\#42](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/42) ([jasonbahl](https://github.com/jasonbahl))
94
+
- Conflicts with "The Events Calendar" also active [\#40](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/40) ([jasonbahl](https://github.com/jasonbahl))
95
+
96
+
**Other Changes:**
97
+
98
+
- Fixes Type hinting [\#47](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/47) ([kidunot89](https://github.com/kidunot89))
99
+
- Removed vendor from .distignore [\#46](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/46) ([igoojoe](https://github.com/igoojoe))
\**This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
Copy file name to clipboardExpand all lines: vendor/autoload.php
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
3
3
// autoload.php @generated by Composer
4
4
5
+
if (PHP_VERSION_ID < 50600) {
6
+
echo'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL;
@@ -255,7 +257,7 @@ public static function getRootPackage()
255
257
*
256
258
* @deprecated Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. getRawData only returns the first dataset loaded, which may not be what you expect.
0 commit comments