Skip to content

Commit

Permalink
Show commit hashes for 4.3
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Delisle <marc@infomarc.info>
  • Loading branch information
lem9 committed May 13, 2015
1 parent cacd23f commit 26b050c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions templates/security/_page.tpl
Expand Up @@ -74,6 +74,15 @@
</ul>
</py:if>

<py:if test="defined('announcement_commits_4_3')">
<p>The following commits have been made on the 4.3 branch to fix this issue:</p>
<ul>
<py:for each="hash in announcement_commits_4_3().next()[1].strip().split('\n')">
<li><a href="https://github.com/phpmyadmin/phpmyadmin/commit/${hash}">${hash}</a></li>
</py:for>
</ul>
</py:if>

<py:if test="defined('announcement_commits_4_2')">
<p>The following commits have been made on the 4.2 branch to fix this issue:</p>
<ul>
Expand Down

0 comments on commit 26b050c

Please sign in to comment.