Skip to content

Commit

Permalink
Merge pull request #268 from silinternational/release/6.6.1
Browse files Browse the repository at this point in the history
Release 6.6.1 -- security update
  • Loading branch information
briskt authored Dec 5, 2023
2 parents f806c6e + 0852795 commit 65c09f3
Show file tree
Hide file tree
Showing 3 changed files with 902 additions and 666 deletions.
2 changes: 1 addition & 1 deletion application/common/config/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
'clientOptions' => [
'attach_stacktrace' => false, // stack trace identifies the logger call stack, not helpful
'environment' => YII_ENV,
'release' => '[email protected].0',
'release' => '[email protected].1',
'before_send' => function (Event $event) use ($idpName): ?Event {
$event->setExtra(['idp' => $idpName]);
return $event;
Expand Down
Loading

0 comments on commit 65c09f3

Please sign in to comment.