Skip to content

Commit

Permalink
Update about
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Jun 30, 2018
1 parent bbfa98b commit 9d2415c
Show file tree
Hide file tree
Showing 6 changed files with 306 additions and 288 deletions.
8 changes: 8 additions & 0 deletions backstage/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@
<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">Emerald Update 11 <small>2.0.11</small></span></h2>
<ul class="changes">
<li><div class="stater"><em class="state state-fixed"><?php _e('Fixed', 'luna') ?></em></div><?php _e('Fixes the incorrect language file versions being included', 'luna') ?></li>
</ul>
</div>
</section>
<section class="release-notes">
<div class="container">
<h2 class="clearfix"><span class="version-name">Emerald Update 10 <small>2.0.10</small></span></h2>
Expand Down
4 changes: 2 additions & 2 deletions include/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
*/

class Version {
const LUNA_VERSION = '2.0.10';
const LUNA_VERSION = '2.0.11-beta';
const LUNA_BRANCH = '2.0';
const LUNA_CORE_VERSION = '2.0.5819';
const LUNA_CORE_VERSION = '2.0.5821';
const LUNA_CODE_NAME = 'Emerald';

// The database version number, every change in the database requires this number to go one up
Expand Down
Binary file modified lang/English/luna.mo
Binary file not shown.
Loading

0 comments on commit 9d2415c

Please sign in to comment.