We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e2e1e9 commit e10d090Copy full SHA for e10d090
1 file changed
CHANGELOG.md
@@ -1,5 +1,23 @@
1
# Changelog
2
3
+# 7.0.0 - unreleased
4
+**Notable Changes**
5
+- Upgrade to Symfony 7.4 (from 6.4)
6
+- Upgrade to PHPUnit 10 (from 9.x)
7
+- Upgrade to PHPStan 2.0 (from 1.x)
8
+- Migrate from annotations to attributes (PHP 8 attributes)
9
+
10
+**Important for System Administrators**
11
+Ensure the `database_server_version` parameter contains the correct MariaDB version. e.g. `10.6.23-MariaDB`
12
13
14
+**Improvements**
15
+- Upgrade all Symfony components to 7.4
16
+- Upgrade Stepup-Bundle to 7.0
17
+- Modernize codebase with PHP 8+ features
18
+- Fix various Symfony and Doctrine deprecations
19
+- Improved code quality with updated tooling
20
21
# 6.0.2
22
- Repair deprovisioning API calls
23
- Restore deprovisioned user on new login (returing users)
0 commit comments