We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbfcf0e commit 986fb18Copy full SHA for 986fb18
2 files changed
Changelog.md
@@ -1,3 +1,10 @@
1
+# Version 4.0.2 (2025-05-12)
2
+
3
+- [TASK] check, if site configuration exists. Thanks to [Georg Ringer](https://github.com/georgringer)!
4
5
+All changes
6
+https://github.com/cdaecke/md_saml/compare/4.0.1...4.0.2
7
8
# Version 4.0.1 (2025-05-05)
9
10
- [FEATURE] allow `baseVariants` in configuration. Thanks to [Bruno86](https://github.com/Bruno86)!
ext_emconf.php
@@ -17,7 +17,7 @@
17
'author' => 'Christoph Daecke',
18
'author_email' => 'typo3@mediadreams.org',
19
'state' => 'stable',
20
- 'version' => '4.0.1',
+ 'version' => '4.0.2',
21
'constraints' => [
22
'depends' => [
23
'typo3' => '13.4.0-13.4.99',
0 commit comments