Skip to content

Commit 6c604f1

Browse files
authored
PHP 8.4 announcement page (#1124)
1 parent 631c8ca commit 6c604f1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

include/layout.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -508,10 +508,10 @@ function get_nav_items(): array {
508508
id: 'help',
509509
),
510510
new NavItem(
511-
name: 'PHP 8.3',
512-
href: '/releases/8.3/index.php',
511+
name: 'PHP 8.4',
512+
href: '/releases/8.4/index.php',
513513
id: 'php8',
514-
image: '/images/php8/logo_php8_3.svg',
514+
image: '/images/php8/logo_php8_4.svg',
515515
)
516516
];
517517
}

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<img class="hero__logo" src="/images/logos/php-logo-white.svg" alt="php" width="240" height="120">
9797
<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>
9898
<div class="hero__actions">
99-
<a href="/releases/8.3/index.php" class="hero__btn hero__btn--primary">What's new in 8.3</a>
99+
<a href="/releases/8.4/index.php" class="hero__btn hero__btn--primary">What's new in 8.4</a>
100100
<a href="/downloads.php" class="hero__btn hero__btn--secondary">Download</a>
101101
</div>
102102
EOF;

0 commit comments

Comments
 (0)