Skip to content

Commit

Permalink
Changed announced version to 8.4 from 8.4.0 (#1161)
Browse files Browse the repository at this point in the history
The version officially announced was 8.4.1, so it's better to skip the patch version.
  • Loading branch information
jorgsowa authored Nov 23, 2024
1 parent 4eec6ff commit 1eadd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releases/8.4/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1eadd1b

Please sign in to comment.