Skip to content

Commit 12a3303

Browse files
authored
Merge pull request #189 from kidunot89/chore/release-v0.7.1
chore: CHANGELOG updated
2 parents 5cc1d74 + 961e9ff commit 12a3303

1 file changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [v0.7.1](https://github.com/wp-graphql/wp-graphql-jwt-authentication/tree/v0.7.1) (2026-03-13)
4+
5+
[Full Changelog](https://github.com/wp-graphql/wp-graphql-jwt-authentication/compare/v0.7.0...v0.7.1)
6+
7+
**Other Changes:**
8+
9+
- Upgrade firebase/php-jwt to v7, modernize CI [\#188](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/188) ([kidunot89](https://github.com/kidunot89))
10+
- Allowing the token from validation function to be filtered [\#184](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/184) ([davidvexel](https://github.com/davidvexel))
11+
- \[FIX\] \#173 - PHP 8.1 deprecation warning [\#180](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/180) ([gregrickaby](https://github.com/gregrickaby))
12+
- chore: Auth class functions return type fix. [\#176](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/176) ([kidunot89](https://github.com/kidunot89))
13+
- Fixes inconsistent error messages [\#174](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/174) ([creative-andrew](https://github.com/creative-andrew))
14+
- Expose auth token in response headers [\#97](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/97) ([kellenmace](https://github.com/kellenmace))
15+
316
## [v0.7.0](https://github.com/wp-graphql/wp-graphql-jwt-authentication/tree/v0.7.0) (2023-03-31)
417

518
[Full Changelog](https://github.com/wp-graphql/wp-graphql-jwt-authentication/compare/v0.6.0...v0.7.0)
@@ -14,10 +27,7 @@
1427
- 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))
1528
- Fix incorrect error message on invalid secret [\#126](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/126) ([markspolakovs](https://github.com/markspolakovs))
1629
- 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))
1830
- 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))
2131

2232
## [v0.6.0](https://github.com/wp-graphql/wp-graphql-jwt-authentication/tree/v0.6.0) (2022-10-25)
2333

@@ -39,6 +49,13 @@
3949

4050
[Full Changelog](https://github.com/wp-graphql/wp-graphql-jwt-authentication/compare/v0.4.0...v0.4.1)
4151

52+
**Other Changes:**
53+
54+
- Release/v0.4.1 [\#93](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/93) ([jasonbahl](https://github.com/jasonbahl))
55+
- \#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))
56+
- Update php-jwt to latest version [\#84](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/84) ([efoken](https://github.com/efoken))
57+
- 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))
58+
4259
## [v0.4.0](https://github.com/wp-graphql/wp-graphql-jwt-authentication/tree/v0.4.0) (2020-02-20)
4360

4461
[Full Changelog](https://github.com/wp-graphql/wp-graphql-jwt-authentication/compare/v0.3.5...v0.4.0)

0 commit comments

Comments
 (0)