Skip to content

Commit

Permalink
Reorder changelogs (7.0.32, 7.1.22, 7.2.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplanlior committed Oct 21, 2018
1 parent 52e4bb8 commit d91377e
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions ChangeLog-7.php
Expand Up @@ -93,23 +93,14 @@
</ul>
<!-- }}} --></section>

<section class="version" id="7.0.32"><!-- {{{ 7.0.32 -->
<h3>Version 7.0.32</h3>
<b><?php release_date('13-Sep-2018'); ?></b>
<ul><li>Apache2:
<ul>
<li><?php bugfix(76582); ?> (XSS due to the header Transfer-Encoding: chunked). (CVE-2018-17082)</li>
</ul></li>
</ul>
<!-- }}} --></section>

<section class="version" id="7.1.22"><!-- {{{ 7.1.22 -->
<h3>Version 7.1.22</h3>
<section class="version" id="7.2.10"><!-- {{{ 7.2.10 -->
<h3>Version 7.2.10</h3>
<b><?php release_date('13-Sep-2018'); ?></b>
<ul><li>Core:
<ul>
<li><?php bugfix(76754); ?> (parent private constant in extends class memory leak).</li>
<li><?php bugfix(72443); ?> (Generate enabled extension).</li>
<li><?php bugfix(75797); ?> (Memory leak when using class_alias() in non-debug mode).</li>
</ul></li>
<li>Apache2:
<ul>
Expand Down Expand Up @@ -171,14 +162,13 @@
</ul>
<!-- }}} --></section>

<section class="version" id="7.2.10"><!-- {{{ 7.2.10 -->
<h3>Version 7.2.10</h3>
<section class="version" id="7.1.22"><!-- {{{ 7.1.22 -->
<h3>Version 7.1.22</h3>
<b><?php release_date('13-Sep-2018'); ?></b>
<ul><li>Core:
<ul>
<li><?php bugfix(76754); ?> (parent private constant in extends class memory leak).</li>
<li><?php bugfix(72443); ?> (Generate enabled extension).</li>
<li><?php bugfix(75797); ?> (Memory leak when using class_alias() in non-debug mode).</li>
</ul></li>
<li>Apache2:
<ul>
Expand Down Expand Up @@ -240,6 +230,16 @@
</ul>
<!-- }}} --></section>

<section class="version" id="7.0.32"><!-- {{{ 7.0.32 -->
<h3>Version 7.0.32</h3>
<b><?php release_date('13-Sep-2018'); ?></b>
<ul><li>Apache2:
<ul>
<li><?php bugfix(76582); ?> (XSS due to the header Transfer-Encoding: chunked). (CVE-2018-17082)</li>
</ul></li>
</ul>
<!-- }}} --></section>

<section class="version" id="7.2.9"><!-- {{{ 7.2.9 -->
<h3>Version 7.2.9</h3>
<b><?php release_date('16-Aug-2018'); ?></b>
Expand Down

0 comments on commit d91377e

Please sign in to comment.