diff --git a/include/header.inc b/include/header.inc index 3a099d7ba4..2aff9d8a78 100644 --- a/include/header.inc +++ b/include/header.inc @@ -105,8 +105,8 @@ if (!isset($config["languages"])) {
  • ">Get Involved
  • ">Help
  • "> - - php8.1 + + php8.2
  • diff --git a/index.php b/index.php index 437bd15949..c935b22344 100644 --- a/index.php +++ b/index.php @@ -95,7 +95,7 @@

    A popular general-purpose scripting language that is especially suited to web development.
    Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world.

    - What's new in 8.1 + What's new in 8.2 Download
    EOF; diff --git a/releases/8.2/languages/en.php b/releases/8.2/languages/en.php index 39add58800..dc3c4bd1fb 100644 --- a/releases/8.2/languages/en.php +++ b/releases/8.2/languages/en.php @@ -3,7 +3,7 @@ return [ 'common_header' => 'PHP 8.2 is a major update of the PHP language. Readonly classes, null, false, and true as stand-alone types, deprecated dynamic properties, performance improvements and more', 'documentation' => 'Doc', - 'main_title' => 'To be released tomorrow!', + 'main_title' => 'Released!', 'main_subtitle' => 'PHP 8.2 is a major update of the PHP language.
    It contains many new features, including readonly classes, null, false, and true as stand-alone types, deprecated dynamic properties, performance improvements and more.', 'upgrade_now' => 'Upgrade to PHP 8.2 now!', 'readonly_classes_title' => 'Readonly classes', diff --git a/releases/8.2/languages/ru.php b/releases/8.2/languages/ru.php index 6cbb51d636..64b8100262 100644 --- a/releases/8.2/languages/ru.php +++ b/releases/8.2/languages/ru.php @@ -3,7 +3,7 @@ return [ 'common_header' => 'PHP 8.2 — большое обновление языка PHP. Readonly-классы, самостоятельные типы null, false и true, устаревшие динамические свойства, улучшение производительности и многое другое.', 'documentation' => 'Документация', - 'main_title' => 'будет выпущен завтра!', + 'main_title' => 'выпущен!', 'main_subtitle' => 'PHP 8.2 — большое обновление языка PHP.
    Оно содержит множество новых возможностей, включая readonly-классы, самостоятельные типы null, false и true, устаревшие динамические свойства, улучшение производительности и многое другое.', 'upgrade_now' => 'Переходите на PHP 8.2!', 'readonly_classes_title' => 'Readonly-классы',