Commit:    474a3c2767c41eb6b967446b398db66227f12286
Author:    Remi Collet <[email protected]>         Thu, 3 Sep 2020 12:20:47 +0200
Parents:   de604a29d8249dfc98aee114301554bbb674e6fe
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=474a3c2767c41eb6b967446b398db66227f12286

Log:
add missing title on annoucement page

Changed paths:
  M  bin/createReleaseEntry
  M  releases/7_3_21.php
  M  releases/7_3_22.php
  M  releases/7_4_10.php
  M  releases/7_4_9.php


Diff:
diff --git a/bin/createReleaseEntry b/bin/createReleaseEntry
index 89fa68e46..ede5d97cd 100755
--- a/bin/createReleaseEntry
+++ b/bin/createReleaseEntry
@@ -30,6 +30,8 @@ $security = isset($opts['security']) ? 'security' : 'bug fix';
 
 // Create content.
 $template = <<<EOD
+<h1>PHP $version Release Announcement</h1>
+
 <p>The PHP development team announces the immediate availability of PHP 
$version. This is a $security release.</p>
 
 <p>All PHP $branch users are encouraged to upgrade to this version.</p>
diff --git a/releases/7_3_21.php b/releases/7_3_21.php
index 42601cb79..45d4e24bd 100644
--- a/releases/7_3_21.php
+++ b/releases/7_3_21.php
@@ -3,6 +3,8 @@ $_SERVER['BASE_PAGE'] = 'releases/7.3.21.php';
 include_once __DIR__ . '/../include/prepend.inc';
 site_header('PHP 7.3.21 Release Announcement');
 ?>
+<h1>PHP 7.3.21 Release Announcement</h1>
+
 <p>The PHP development team announces the immediate availability of PHP 
7.3.21. This is a security release.</p>
 
 <p>All PHP 7.3 users are encouraged to upgrade to this version.</p>
@@ -11,4 +13,4 @@ site_header('PHP 7.3.21 Release Announcement');
 Windows source and binaries can be found on <a 
href="https://windows.php.net/download/";>windows.php.net/download/</a>.
 The list of changes is recorded in the <a 
href="https://www.php.net/ChangeLog-7.php#7.3.21";>ChangeLog</a>.
 </p>
-<?php site_footer();
\ No newline at end of file
+<?php site_footer();
diff --git a/releases/7_3_22.php b/releases/7_3_22.php
index b575b65b7..05e64c183 100644
--- a/releases/7_3_22.php
+++ b/releases/7_3_22.php
@@ -3,6 +3,8 @@ $_SERVER['BASE_PAGE'] = 'releases/7.3.22.php';
 include_once __DIR__ . '/../include/prepend.inc';
 site_header('PHP 7.3.22 Release Announcement');
 ?>
+<h1>PHP 7.3.22 Release Announcement</h1>
+
 <p>The PHP development team announces the immediate availability of PHP 
7.3.22. This is a bug fix release.</p>
 
 <p>All PHP 7.3 users are encouraged to upgrade to this version.</p>
diff --git a/releases/7_4_10.php b/releases/7_4_10.php
index 173d76feb..df75c15e7 100644
--- a/releases/7_4_10.php
+++ b/releases/7_4_10.php
@@ -3,6 +3,8 @@ $_SERVER['BASE_PAGE'] = 'releases/7.4.10.php';
 include_once __DIR__ . '/../include/prepend.inc';
 site_header('PHP 7.4.10 Release Announcement');
 ?>
+<h1>PHP 7.4.10 Release Announcement</h1>
+
 <p>The PHP development team announces the immediate availability of PHP 
7.4.10. This is a bug fix release.</p>
 
 <p>All PHP 7.4 users are encouraged to upgrade to this version.</p>
diff --git a/releases/7_4_9.php b/releases/7_4_9.php
index d98e60ac0..dfb22e68a 100644
--- a/releases/7_4_9.php
+++ b/releases/7_4_9.php
@@ -3,6 +3,8 @@ $_SERVER['BASE_PAGE'] = 'releases/7.4.9.php';
 include_once __DIR__ . '/../include/prepend.inc';
 site_header('PHP 7.4.9 Release Announcement');
 ?>
+<h1>PHP 7.4.8 Release Announcement</h1>
+
 <p>The PHP development team announces the immediate availability of PHP 7.4.9. 
This is a security release.</p>
 
 <p>All PHP 7.4 users are encouraged to upgrade to this version.</p>


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

Reply via email to