Skip to content

Commit d5ae7e9

Browse files
committed
Add CHANGELOG for v0.7.0.
1 parent 490a49c commit d5ae7e9

1 file changed

Lines changed: 39 additions & 23 deletions

File tree

CHANGELOG.md

Lines changed: 39 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [v0.7.0](https://github.com/pdsinterop/php-solid-auth/tree/v0.7.0) (2022-08-24)
4+
5+
[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/v0.6.4...v0.7.0)
6+
7+
### Merged pull requests
8+
9+
- Feature/nextcloud24 [\#20](https://github.com/pdsinterop/php-solid-auth/pull/20) (@Potherca)
10+
11+
## [v0.6.4](https://github.com/pdsinterop/php-solid-auth/tree/v0.6.4) (2022-01-16)
12+
13+
[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/v0.6.3...v0.6.4)
14+
315
## [v0.6.3](https://github.com/pdsinterop/php-solid-auth/tree/v0.6.3) (2021-12-08)
416

517
[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/v0.6.2...v0.6.3)
@@ -8,34 +20,38 @@
820

921
[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/v0.6.1...v0.6.2)
1022

11-
**Merged pull requests:**
23+
### Merged pull requests
1224

13-
- Require write on parent for DELETE [\#18](https://github.com/pdsinterop/php-solid-auth/pull/18) ([michielbdejong](https://github.com/michielbdejong))
14-
- Fix for origin grants, allow registered clients [\#16](https://github.com/pdsinterop/php-solid-auth/pull/16) ([ylebre](https://github.com/ylebre))
15-
- replacing codercats jwk converter with web-token to support EC tokens [\#15](https://github.com/pdsinterop/php-solid-auth/pull/15) ([ylebre](https://github.com/ylebre))
16-
- remove debugging [\#14](https://github.com/pdsinterop/php-solid-auth/pull/14) ([ylebre](https://github.com/ylebre))
17-
- Set the base url to the url where the acl file was found [\#13](https://github.com/pdsinterop/php-solid-auth/pull/13) ([ylebre](https://github.com/ylebre))
18-
- add option to check Origin in acl [\#12](https://github.com/pdsinterop/php-solid-auth/pull/12) ([ylebre](https://github.com/ylebre))
19-
- Adding WAC / Dpop [\#11](https://github.com/pdsinterop/php-solid-auth/pull/11) ([ylebre](https://github.com/ylebre))
20-
- WIP: dpop handling [\#10](https://github.com/pdsinterop/php-solid-auth/pull/10) ([ylebre](https://github.com/ylebre))
25+
- Require write on parent for DELETE [\#18](https://github.com/pdsinterop/php-solid-auth/pull/18) (@michielbdejong)
26+
- Fix for origin grants, allow registered clients [\#16](https://github.com/pdsinterop/php-solid-auth/pull/16) (@ylebre)
27+
- replacing codercats jwk converter with web-token to support EC tokens [\#15](https://github.com/pdsinterop/php-solid-auth/pull/15) (@ylebre)
28+
- remove debugging [\#14](https://github.com/pdsinterop/php-solid-auth/pull/14) (@ylebre)
29+
- Set the base url to the url where the acl file was found [\#13](https://github.com/pdsinterop/php-solid-auth/pull/13) (@ylebre)
30+
- add option to check Origin in acl [\#12](https://github.com/pdsinterop/php-solid-auth/pull/12) (@ylebre)
31+
- Adding WAC / Dpop [\#11](https://github.com/pdsinterop/php-solid-auth/pull/11) (@ylebre)
32+
- WIP: dpop handling [\#10](https://github.com/pdsinterop/php-solid-auth/pull/10) (@ylebre)
2133

2234
## [v0.6.1](https://github.com/pdsinterop/php-solid-auth/tree/v0.6.1) (2020-10-19)
2335

2436
[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/0.6...v0.6.1)
2537

26-
**Merged pull requests:**
38+
### Merged pull requests
2739

28-
- Add function to decrypt 'code' for ID token generation [\#9](https://github.com/pdsinterop/php-solid-auth/pull/9) ([ylebre](https://github.com/ylebre))
40+
- Add function to decrypt 'code' for ID token generation [\#9](https://github.com/pdsinterop/php-solid-auth/pull/9) (@ylebre)
2941

3042
## [0.6](https://github.com/pdsinterop/php-solid-auth/tree/0.6) (2020-10-03)
3143

32-
[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/0.5.1...0.6)
44+
[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/v0.6.0...0.6)
45+
46+
## [v0.6.0](https://github.com/pdsinterop/php-solid-auth/tree/v0.6.0) (2020-10-03)
47+
48+
[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/0.5.1...v0.6.0)
3349

34-
**Merged pull requests:**
50+
### Merged pull requests
3551

36-
- added id\_token option for token endpoint response [\#8](https://github.com/pdsinterop/php-solid-auth/pull/8) ([ylebre](https://github.com/ylebre))
37-
- typofix [\#7](https://github.com/pdsinterop/php-solid-auth/pull/7) ([ylebre](https://github.com/ylebre))
38-
- Added token generation code to support id\_token [\#6](https://github.com/pdsinterop/php-solid-auth/pull/6) ([ylebre](https://github.com/ylebre))
52+
- added id\_token option for token endpoint response [\#8](https://github.com/pdsinterop/php-solid-auth/pull/8) (@ylebre)
53+
- typofix [\#7](https://github.com/pdsinterop/php-solid-auth/pull/7) (@ylebre)
54+
- Added token generation code to support id\_token [\#6](https://github.com/pdsinterop/php-solid-auth/pull/6) (@ylebre)
3955

4056
## [0.5.1](https://github.com/pdsinterop/php-solid-auth/tree/0.5.1) (2020-09-21)
4157

@@ -45,29 +61,29 @@
4561

4662
[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/v0.4.0...v0.5.0)
4763

48-
**Merged pull requests:**
64+
### Merged pull requests
4965

50-
- Change Client config to support Redirect URIs and Name [\#4](https://github.com/pdsinterop/php-solid-auth/pull/4) ([Potherca](https://github.com/Potherca))
66+
- Change Client config to support Redirect URIs and Name [\#4](https://github.com/pdsinterop/php-solid-auth/pull/4) (@Potherca)
5167

5268
## [v0.4.0](https://github.com/pdsinterop/php-solid-auth/tree/v0.4.0) (2020-09-21)
5369

5470
[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/v0.3.0...v0.4.0)
5571

56-
**Merged pull requests:**
72+
### Merged pull requests
5773

58-
- Rename response methods [\#3](https://github.com/pdsinterop/php-solid-auth/pull/3) ([Potherca](https://github.com/Potherca))
74+
- Rename response methods [\#3](https://github.com/pdsinterop/php-solid-auth/pull/3) (@Potherca)
5975

6076
## [v0.3.0](https://github.com/pdsinterop/php-solid-auth/tree/v0.3.0) (2020-09-15)
6177

6278
[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/v0.2.1...v0.3.0)
6379

64-
**Closed issues:**
80+
### Closes
6581

6682
- Log in to Slack [\#1](https://github.com/pdsinterop/php-solid-auth/issues/1)
6783

68-
**Merged pull requests:**
84+
### Merged pull requests
6985

70-
- Add JWKs request response. [\#2](https://github.com/pdsinterop/php-solid-auth/pull/2) ([Potherca](https://github.com/Potherca))
86+
- Add JWKs request response. [\#2](https://github.com/pdsinterop/php-solid-auth/pull/2) (@Potherca)
7187

7288
## [v0.2.1](https://github.com/pdsinterop/php-solid-auth/tree/v0.2.1) (2020-09-12)
7389

0 commit comments

Comments
 (0)