Skip to content

Commit 6e41c75

Browse files
committed
Revert more unintended changes
1 parent be75551 commit 6e41c75

File tree

1 file changed

+2
-2
lines changed
  • content/docs/1_guide/25_updates/1_update-to-v4

1 file changed

+2
-2
lines changed

content/docs/1_guide/25_updates/1_update-to-v4/guide.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Before you change the PHP version in production, please ensure that your site co
3131
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.
3232
</warning>
3333

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.
3535

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).
3737

3838
#### Browser support of the Panel
3939

0 commit comments

Comments
 (0)