Skip to content

Commit ed9aed2

Browse files
authored
PHP 8.2 Release page (#728)
1 parent c966868 commit ed9aed2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

include/header.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ if (!isset($config["languages"])) {
105105
<li class="<?php echo $curr == "community" ? "active" : ""?>"><a href="/get-involved" >Get Involved</a></li>
106106
<li class="<?php echo $curr == "help" ? "active" : ""?>"><a href="/support">Help</a></li>
107107
<li class="<?php echo $curr === "php8" ? "active" : "" ?>">
108-
<a href="/releases/8.1/index.php">
109-
<img src="/images/php8/logo_php8_1.svg" alt="php8.1" height="22" width="60">
108+
<a href="/releases/8.2/index.php">
109+
<img src="/images/php8/logo_php8_2.svg" alt="php8.2" height="22" width="60">
110110
</a>
111111
</li>
112112
</ul>

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<img class="hero-logo" src="/images/logos/php-logo-white.svg" alt="php" width="240" height="120">
9696
<p class="hero-text">A <strong>popular general-purpose scripting language</strong> that is especially suited to web development.<br />Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world.</p>
9797
<div class="hero-actions">
98-
<a href="/releases/8.1/index.php" class="hero-btn hero-btn-primary">What's new in 8.1</a>
98+
<a href="/releases/8.2/index.php" class="hero-btn hero-btn-primary">What's new in 8.2</a>
9999
<a href="/downloads.php" class="hero-btn hero-btn-secondary">Download</a>
100100
</div>
101101
EOF;

releases/8.2/languages/en.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
return [
44
'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',
55
'documentation' => 'Doc',
6-
'main_title' => 'To be released tomorrow!',
6+
'main_title' => 'Released!',
77
'main_subtitle' => 'PHP 8.2 is a major update of the PHP language.<br class="display-none-md">It contains many new features, including readonly classes, null, false, and true as stand-alone types, deprecated dynamic properties, performance improvements and more.',
88
'upgrade_now' => 'Upgrade to PHP 8.2 now!',
99
'readonly_classes_title' => 'Readonly classes',

releases/8.2/languages/ru.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
return [
44
'common_header' => 'PHP 8.2 — большое обновление языка PHP. Readonly-классы, самостоятельные типы null, false и true, устаревшие динамические свойства, улучшение производительности и многое другое.',
55
'documentation' => 'Документация',
6-
'main_title' => 'будет выпущен завтра!',
6+
'main_title' => 'выпущен!',
77
'main_subtitle' => 'PHP 8.2 — большое обновление языка PHP.<br class="display-none-md">Оно содержит множество новых возможностей, включая readonly-классы, самостоятельные типы null, false и true, устаревшие динамические свойства, улучшение производительности и многое другое.',
88
'upgrade_now' => 'Переходите на PHP 8.2!',
99
'readonly_classes_title' => 'Readonly-классы',

0 commit comments

Comments
 (0)