com web/doc: PhD 1.1.5: templates/all/phd/home.tpl.php
[email protected] (Hannes Magnusson)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
Commit: b0e2f899701c43c3be2292e8da1c0eec804ffb45 Author: Hannes Magnusson <[email protected]> Sat, 16 Jun 2012 19:37:33 +0100 Parents: 320f2c953089d1e4c6e696de645c2edaa11823a8 Branches: master Link: http://git.php.net/?p=web/doc.git;a=commitdiff;h=b0e2f899701c43c3be2292e8da1c0eec804ffb45 Log: PhD 1.1.5 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 a2f0983..fa106e7 100644 --- a/templates/all/phd/home.tpl.php +++ b/templates/all/phd/home.tpl.php @@ -11,9 +11,27 @@ function bugl($number) { echo "<a href=\"http://bugs.php.net/$number\">#$numbe <ul id="releases"> <li> - <a href="/get/PhD-1.1.5.tgz">PhD 1.1.5</a> <span class="date">7. June 2012</span><!-- {{{ --> + <a href="/get/PhD-1.1.6.tgz">PhD 1.1.6</a> <span class="date">16. June 2012</span><!-- {{{ --> <ul class="fixes"> + <li>Fixed indexing of content with markup. (Hannes)</li> + <li>Added support for generate-changelog-for, extension-membership and related phpdoc PI. (Hannes)</li> + <li> + <a href="/get/PhD_Generic-1.1.6.tgz">PhD_Generic 1.1.6</a> <span class="date">16. June 2012</span> + </li> + <li> + <a href="/get/PhD_PHP-1.1.6.tgz">PhD_PHP 1.1.6</a> <span class="date">16. June 2012</span> + <ul class="fixes"> + <li>Added phd:args support for <function;> and <methodname>. (Hannes)</li> + </ul> + </li> <li> + <a href="/get/PhD_PEAR-1.1.6.tgz">PhD_PEAR 1.1.6</a> <span class="date">16. June 2012</span> + </li> + </ul><!-- }}} --> + </li> + <li> + <a href="/get/PhD-1.1.5.tgz">PhD 1.1.5</a> <span class="date">7. June 2012</span><!-- {{{ --> + <ul class="fixes"> <li>Show individual package version in --version. (Hannes)</li> <li><?php bugfix(54217) ?> - Warn about nonexisting parameters. (Moacir)</li> <li><?php bugfix(50725) ?> - Generate nav links at top of function index (Peter Cowburn)</li>