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: content/docs/1_guide/25_updates/1_update-to-v4/guide.txt
+2-2
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,9 @@ Before you change the PHP version in production, please ensure that your site co
31
31
In any case, we recommend to change the PHP version on a testing or staging server first and verify that everything still works as expected. Performing the PHP update before the Kirby update to 4.0 will make the migration easier.
32
32
</warning>
33
33
34
-
Kirby has supported PHP 8.2 since Kirby 3.9.0. So updating your PHP version won't break the Kirby core if you are using a Kirby version that is newer than that.
34
+
Kirby has supported PHP 8.1 since Kirby 3.6.1 and PHP 8.2 since Kirby 3.9.0. So updating your PHP version won't break the Kirby core if you are using a Kirby version that is newer than that.
35
35
36
-
However your installed plugins and your site code may be affected by breaking changes in PHP itself. You can find out more about this in the official migration guides for (link: https://www.php.net/manual/en/migration82.php text: PHP 8.1 to 8.2) and (link: https://www.php.net/manual/en/migration83.php text: PHP 8.2 to 8.3).
36
+
However your installed plugins and your site code may be affected by breaking changes in PHP itself. You can find out more about this in the official migration guides for (link: https://www.php.net/manual/en/migration81.php text: PHP 8.0 to 8.1), (link: https://www.php.net/manual/en/migration82.php text: PHP 8.1 to 8.2) and (link: https://www.php.net/manual/en/migration83.php text: PHP 8.2 to 8.3).
0 commit comments