Author: Jorg Adam Sowa (jorgsowa)
Committer: GitHub (web-flow)
Pusher: saundefined
Date: 2024-11-23T15:11:33+03:00
Commit: Changed announced version to 8.4 from 8.4.0 (#1161) · php/web-php@1eadd1b · GitHub
Raw diff: https://github.com/php/web-php/commit/1eadd1bf7b974bde804e296cd4a740ef4e55fce2.diff
Changed announced version to 8.4 from 8.4.0 (#1161)
The version officially announced was 8.4.1, so it's better to skip the patch version.
Changed paths:
M releases/8.4/common.php
Diff:
diff --git a/releases/8.4/common.php b/releases/8.4/common.php
index ab6e7c3973..5c89a3211e 100644
--- a/releases/8.4/common.php
+++ b/releases/8.4/common.php
@@ -26,7 +26,7 @@ function common_header(string $description): void {
\filter_var($MYSITE . 'images/php8/php_8_4_released.png', \FILTER_VALIDATE_URL));
$meta_description = \htmlspecialchars($description);
- \site_header("PHP 8.4.0 Release Announcement", [
+ \site_header("PHP 8.4 Release Announcement", [
'current' => 'php8',
'css' => ['php8.css'],
'meta_tags' => <<<META