Skip to content

Commit

Permalink
Update About with info on alpha 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Jun 12, 2018
1 parent 9944f05 commit 8130d86
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions backstage/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@
<h3 class="panel-title"><?php printf(__('About Luna %s %s', 'luna'), Version::LUNA_VERSION, Version::LUNA_CODE_NAME) ?></h3>
</div>
<div class="panel-body">
<section class="release-notes">
<div class="container">
<h2 class="clearfix"><span class="version-name">Fallow Preview 2 <small>2.1-alpha.2</small></span></h2>
<ul class="changes">
<li><div class="stater"><em class="state state-improved"><?php _e('Improved', 'luna') ?></em></div><?php _e('Improved dDatabase management', 'luna') ?></li>
<li><div class="stater"><em class="state state-improved"><?php _e('Improved', 'luna') ?></em></div><?php _e('Improved night mode with better contrast and darker design', 'luna') ?></li>
<li><div class="stater"><em class="state state-fixed"><?php _e('Fixed', 'luna') ?></em></div><?php _e('ALPHA - Backstage accent settings no longer trigger a warning', 'luna') ?></li>
</ul>
</div>
</section>
<section class="release-notes">
<div class="container">
<h2 class="clearfix"><span class="version-name">Fallow Preview 1 <small>2.1-alpha.1</small></span></h2>
Expand Down

0 comments on commit 8130d86

Please sign in to comment.