com web/doc: PhD 1.1.8 news: templates/all/phd/home.tpl.php
[email protected] (Peter Cowburn)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
Commit: 8430a7aa9e4be0b2f1346d9ba1c09fec5d8c2de1 Author: Peter Cowburn <[email protected]> Tue, 21 Jan 2014 20:51:04 +0000 Parents: 69949b85abfaba6aa3de1bee34575861356bea9d Branches: master Link: http://git.php.net/?p=web/doc.git;a=commitdiff;h=8430a7aa9e4be0b2f1346d9ba1c09fec5d8c2de1 Log: PhD 1.1.8 news Changed paths: M templates/all/phd/home.tpl.php Diff: diff --git a/templates/all/phd/home.tpl.php b/templates/all/phd/home.tpl.php index 3bc421d..5f0dc86 100644 --- a/templates/all/phd/home.tpl.php +++ b/templates/all/phd/home.tpl.php @@ -11,6 +11,21 @@ function bugl($number) { echo "<a href=\"http://bugs.php.net/$number\">#$numbe <ul id="releases"> <li> + <a href="/get/PhD-1.1.8.tgz">PhD 1.1.8</a> <span class="date">21. January 2014</span><!-- {{{ --> + <ul class="fixes"> + <li><?php bugfix(66400) ?> - Class synopsis missing space between type and method name (Peter)</li> + <li> + <a href="/get/PhD_Generic-1.1.8.tgz">PhD_Generic 1.1.8</a> <span class="date">21. January 2014</span> + </li> + <li> + <a href="/get/PhD_PHP-1.1.8.tgz">PhD_PHP 1.1.8</a> <span class="date">21. January 2014</span> + </li> + <li> + <a href="/get/PhD_PEAR-1.1.8.tgz">PhD_PEAR 1.1.8</a> <span class="date">21. January 2014</span> + </li> + </ul><!-- }}} --> + </li> + <li> <a href="/get/PhD-1.1.7.tgz">PhD 1.1.7</a> <span class="date">1. January 2014</span><!-- {{{ --> <ul class="fixes"> <li><?php bugfix(64850) ?> - move placement of space between <type> and <methodname>. (Peter)</li>