Skip to content

Commit

Permalink
Release 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed May 20, 2024
1 parent 8f0e68d commit a5e1dd7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ Web frontends change log

## ?.?.? / ????-??-??

## 6.3.0 / 2024-05-20

* Merged PR #48: Implement `View::dispatch()`, which redirects internally
and dispatches the request to another route, bumping the dependency on
the `web` library to https://github.com/xp-forge/web/releases/tag/v4.2.0
(@thekid)

## 6.2.0 / 2024-03-24

* Added dependency on `xp-forge/compression`, see xp-framework/rfc#342
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"xp-framework/core": "^12.0 | ^11.0 | ^10.0",
"xp-framework/http": "^10.0 | ^9.0",
"xp-framework/reflection": "^3.0 | ^2.0",
"xp-forge/web": "^4.0 | ^3.0 | ^2.9",
"xp-forge/web": "^4.2",
"xp-forge/compression": "^1.0",
"xp-forge/json": "^5.0 | ^4.0",
"xp-forge/marshalling": "^2.0",
Expand Down

0 comments on commit a5e1dd7

Please sign in to comment.