Author: Sergey Panteleev (saundefined)
Committer: GitHub (web-flow)
Pusher: saundefined
Date: 2023-11-23T19:39:41+03:00

Commit: 
https://github.com/php/web-php/commit/34b4f3123778515e7964bec815ba5142e131ae36
Raw diff: 
https://github.com/php/web-php/commit/34b4f3123778515e7964bec815ba5142e131ae36.diff

PHP 8.3 released! (#825)

Changed paths:
  M  include/header.inc
  M  index.php


Diff:

diff --git a/include/header.inc b/include/header.inc
index 2aff9d8a78..0ad3050053 100644
--- a/include/header.inc
+++ b/include/header.inc
@@ -105,8 +105,8 @@ if (!isset($config["languages"])) {
       <li class="<?php echo $curr == "community" ? "active" : ""?>"><a 
href="/get-involved" >Get Involved</a></li>
       <li class="<?php echo $curr == "help" ? "active" : ""?>"><a 
href="/support">Help</a></li>
       <li class="<?php echo $curr === "php8" ? "active" : "" ?>">
-        <a href="/releases/8.2/index.php">
-          <img src="/images/php8/logo_php8_2.svg" alt="php8.2" height="22" 
width="60">
+        <a href="/releases/8.3/index.php">
+          <img src="/images/php8/logo_php8_3.svg" alt="php8.3" height="22" 
width="60">
         </a>
       </li>
     </ul>
diff --git a/index.php b/index.php
index c6b6e6b4f7..f3efb4a36c 100644
--- a/index.php
+++ b/index.php
@@ -95,7 +95,7 @@
     <img class="hero-logo" src="/images/logos/php-logo-white.svg" alt="php" 
width="240" height="120">
     <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>
     <div class="hero-actions">
-      <a href="/releases/8.2/index.php" class="hero-btn 
hero-btn-primary">What's new in 8.2</a>
+      <a href="/releases/8.3/index.php" class="hero-btn 
hero-btn-primary">What's new in 8.3</a>
       <a href="/downloads.php" class="hero-btn hero-btn-secondary">Download</a>
     </div>
 EOF;

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to