Commit:    7ce6944ae15b44948d4bcc21b3f137362ddb89b4
Author:    Alain Schlesser <[email protected]>         Tue, 18 Oct 2016 
19:31:14 +0200
Parents:   2634dc39e5bbbfd0ff78eb6eeb9e9e8d1b8f554d
Branches:  master

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

Log:
Add missing links to PHP 7 ChangeLogs.

Add missing links to PHP 7 change log to two sidebars that reference the 4 & 5 
change logs:

- http://php.net/releases/
- http://php.net/sitemap.php

Changed paths:
  M  releases/index.php
  M  sitemap.php


Diff:
diff --git a/releases/index.php b/releases/index.php
index 015131e..907beac 100644
--- a/releases/index.php
+++ b/releases/index.php
@@ -96,6 +96,9 @@ $SIDEBAR_DATA = '
 </div>
 
 <p class="panel">
+ <a href="/ChangeLog-7.php">PHP 7 ChangeLog</a>
+</p>
+<p class="panel">
  <a href="/ChangeLog-5.php">PHP 5 ChangeLog</a>
 </p>
 <p class="panel">
diff --git a/sitemap.php b/sitemap.php
index 0554fc4..6ffebcf 100644
--- a/sitemap.php
+++ b/sitemap.php
@@ -16,6 +16,7 @@ site_header("Sitemap", array("current" => "help"));
  <li><a href="/conferences/">Conferences</a></li>
  <li><a href="/ChangeLog-4.php">PHP 4 ChangeLog</a></li>
  <li><a href="/ChangeLog-5.php">PHP 5 ChangeLog</a></li>
+ <li><a href="/ChangeLog-7.php">PHP 7 ChangeLog</a></li>
 </ul>
 
 <h2>Getting PHP</h2>


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

Reply via email to