Skip to content

Commit

Permalink
update version and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Bayfield committed Aug 25, 2016
1 parent 2c40e14 commit b6d3301
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion admin/template/about.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</div>
<div id="configContent" style="margin: 0 auto; max-width: 420px">
<h3>{'Bootstrap Default'|@translate}</h3>
<h4>{'Version'|@translate}: 1.0.3</h4>
<h4>{'Version'|@translate}: 1.0.4</h4>
<h5>{'By'|@translate}: <a href="https://philio.me">Phil Bayfield</a></h5>

<p>{'A modern and responsive theme for Piwigo built with standard Bootstrap components and using the default Bootstrap theme. Intended for easy customisation using Bootstrap styles or as a parent theme for creating responsive themes for Piwigo.'|@translate}</p>
Expand Down
8 changes: 8 additions & 0 deletions admin/template/changelog.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
<h2>{'Bootstrap Default'|@translate} {$TABSHEET_TITLE}</h2>
</div>
<div id="configContent">
<fieldset class="mainConf">
<legend>1.0.4</legend>
<ul>
<li>{'Merged '|@translate} <a href="https://github.com/Philio/bootstrapdefault/pull/27" target="_blank">#27</a> - {"Fixes issues with rating disaply"|@translate}</li>
<li>{'Merged '|@translate} <a href="https://github.com/Philio/bootstrapdefault/pull/30" target="_blank">#30</a> - {"Fixes issues with contextual nav on mobile devices"|@translate}</li>
<li>{'Merged '|@translate} <a href="https://github.com/Philio/bootstrapdefault/pull/29" target="_blank">#29</a> - {"Adds support for the Additional Pages plugin"|@translate}</li>
</ul>
</fieldset>
<fieldset class="mainConf">
<legend>1.0.3</legend>
<ul>
Expand Down
10 changes: 5 additions & 5 deletions template/menubar_additional_pages.tpl
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">{$block->get_title()} <span class="caret"></span></a>
<ul class="dropdown-menu dropdown-menu-scrollable" role="menu">
{foreach from=$block->data item=data}
<li>
<a href="{$data.URL}">{$data.LABEL}</a>
</li>
{/foreach}
{foreach from=$block->data item=data}
<li>
<a href="{$data.URL}">{$data.LABEL}</a>
</li>
{/foreach}
</ul>
</li>

0 comments on commit b6d3301

Please sign in to comment.