mirror of
https://github.com/php/web-doc.git
synced 2025-08-13 14:40:31 +00:00
PhD 1.1.3 release notes
This commit is contained in:
@ -10,6 +10,38 @@ function bugl($number) { echo "<a href=\"http://bugs.php.net/$number\">#$numbe
|
||||
|
||||
<ul id="releases">
|
||||
|
||||
<li>
|
||||
<a href="/get/PhD-1.1.3.tgz">PhD 1.1.3</a> <span class="date">1. March 2012</span><!-- {{{ -->
|
||||
<ul class="fixes">
|
||||
<li>Removed redundant align and valign attributes on table-related tags (Alexey Borzov)</li>
|
||||
<li>
|
||||
<a href="/get/PhD_Generic-1.1.3.tgz">PhD_Generic 1.1.3</a> <span class="date">1. March 2012</span>
|
||||
<ul class="fixes">
|
||||
<li>Allow link to methodsynopsis (Jakub Vrana)</li>
|
||||
<li>Got rid of presentational tags: <b>, <i>, <tt> changed to <strong>, <em>, <code> (Alexey Borzov)</li>
|
||||
<li>Make presentational attributes on table related-tags (align, valign, width) output as inline styles (Alexey Borzov)</li>
|
||||
<li>Fixed ID generation for refsections (Alexey Borzov)</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/get/PhD_PHP-1.1.3.tgz">PhD_PHP 1.1.3</a> <span class="date">1. March 2012</span>
|
||||
<ul class="fixes">
|
||||
<li>Changed <b> tag to <strong> (Alexey Borzov)</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/get/PhD_PEAR-1.1.3.tgz">PhD_PEAR 1.1.3</a> <span class="date">1. March 2012</span>
|
||||
<ul class="fixes">
|
||||
<li>Fixed #54208 - no attributes for table-related tags (Alexey Borzov)</li>
|
||||
<li>Allow linking to refsections (Alexey Borzov)</li>
|
||||
<li>Package now generates (almost) valid HTML5:<ul>
|
||||
<li>Got rid of presentational tags: <b>, <i>, <tt> changed to <strong>, <em>, <code> (Alexey Borzov)</li>
|
||||
<li><p> tags are now properly closed before block level tags and reopened after them if needed (Alexey Borzov)</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul><!-- }}} -->
|
||||
</li>
|
||||
<li>
|
||||
<a href="/get/PhD-1.1.2.tgz">PhD 1.1.2</a> <span class="date">18. December 2011</span><!-- {{{ -->
|
||||
<ul class="fixes">
|
||||
|
Reference in New Issue
Block a user