Skip to content

Commit

Permalink
Bump to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roelvanhintum committed Jun 27, 2024
1 parent 8ddc475 commit 47fb183
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
==================

## 3.4.0 - 2024-06-27
### Fixed
- fix: Allow csrf retrieval for asyncCsrfInputs. Thanks to @Tim-Wils

## 3.3.7 - 2024-03-07
### Fixed
- fix: removed reference to old code
Expand Down
1 change: 1 addition & 0 deletions src/services/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ private function shouldRedirectCp()

$pathInfo = $request->getPathInfo();

// Allow csrf retrieval for asyncCsrfInputs
$backEndPathAllow = array_merge(['actions/users/session-info'], $settings->backEndPathAllow);

$isAllowed = false;
Expand Down

0 comments on commit 47fb183

Please sign in to comment.