Skip to content

Commit 34b4f31

Browse files
authored
PHP 8.3 released! (#825)
1 parent afff2c0 commit 34b4f31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.2/index.php">
109-
<img src="/images/php8/logo_php8_2.svg" alt="php8.2" height="22" width="60">
108+
<a href="/releases/8.3/index.php">
109+
<img src="/images/php8/logo_php8_3.svg" alt="php8.3" 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.2/index.php" class="hero-btn hero-btn-primary">What's new in 8.2</a>
98+
<a href="/releases/8.3/index.php" class="hero-btn hero-btn-primary">What's new in 8.3</a>
9999
<a href="/downloads.php" class="hero-btn hero-btn-secondary">Download</a>
100100
</div>
101101
EOF;

0 commit comments

Comments
 (0)