You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: UPGRADE-3.0.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# User facing changes
2
2
3
3
* {leadfield=...} tokens were removed. Use {contactfield=...} tokens instead.
4
-
* Supported PHP versions are 7.2and 7.3
4
+
* Supported PHP versions are 7.2, 7.3 and 7.4
5
5
* Console was moved to another directory. Update all your cron job and replace app/console with bin/console
6
6
* There is a new file manager. You can see it when you go to a WYSIWYG editor and try to add an image for example.
7
7
* The Rackspace and OpenStack plugins for remote assets were removed due to outdated library from Rackspace.
@@ -13,7 +13,7 @@
13
13
14
14
# Backwards compatibility breaking changes
15
15
16
-
* Minimal PHP version was increased from v5.6.19 to v7.2.0.
16
+
* Minimal PHP version was increased from v5.6.19 to v7.2.21.
17
17
* Minimal MySQL version was increased from v5.5.3 to v5.7.14
18
18
* Symfony deprecations were removed or refactored [https://github.com/symfony/symfony/blob/3.0/UPGRADE-3.0.md](https://github.com/symfony/symfony/blob/3.0/UPGRADE-3.0.md)
19
19
* Migrating the database should be done by upgrading to the latest 2.x series then to M3 as all 2.x migrations have been removed from the 3.x code
0 commit comments