Skip to content

Commit 24ef932

Browse files
committed
Merge branch 'hotfix-svg-sanitize-advisory'
2 parents 233496a + c3e4637 commit 24ef932

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change log
22

3+
## [5.6.1] - 2025-11-21
4+
5+
### Fixed
6+
7+
- [issue #510](https://github.com/Bubka/2FAuth/issues/510) Composer 2.7+ blocks installation due to svg-sanitize advisory
8+
39
## [5.6.0] - 2025-06-18
410

511
Unless you are an icon lover, there isn't much to get excited about with 2FAuth v5.6 (see below for details). That's because I'm focused on refactoring the web app's front end and the web extension so that they are built using shared components. The process is time consuming, but it's a necessary step to optimize future developments and avoid repeating code.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"ext-xml": "*",
2929
"chillerlan/php-qrcode": "^5.0.3",
3030
"doctormckay/steam-totp": "^1.0",
31-
"enshrined/svg-sanitize": "^0.20.0",
31+
"enshrined/svg-sanitize": "^0.22.0",
3232
"google/protobuf": "^4.26",
3333
"jackiedo/dotenv-editor": "dev-master",
3434
"jenssegers/agent": "^2.6.4",
@@ -125,4 +125,4 @@
125125
"php artisan ide-helper:models"
126126
]
127127
}
128-
}
128+
}

config/2fauth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
|
5555
*/
5656

57-
'version' => '5.6.0',
57+
'version' => '5.6.1',
5858
'repository' => 'https://github.com/Bubka/2FAuth',
5959
'latestReleaseUrl' => 'https://api.github.com/repos/Bubka/2FAuth/releases/latest',
6060
'installDocUrl' => 'https://docs.2fauth.app/getting-started/installation/self-hosted-server/',

0 commit comments

Comments
 (0)