Skip to content

Commit

Permalink
#863 Tag Luna 1.0 Preview 4 Update 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Mar 14, 2015
1 parent 868a76a commit 5027b5d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 deletions backstage/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
<b>Font Awesome</b> has been updated from version 4.1.0 to 4.3.0.<br />
<b>jQuery</b> has been updated from version 2.1.1 to 2.1.3.<br />
<b>PrismJS</b> has been added.<br />
<b>Core</b> has been updated from version 0.0.37.2592 to 0.4.39xx.</p>
<b>Core</b> has been updated from version 0.0.37.2592 to 0.4.3935.</p>
</div>
<div class="col-sm-6">
<h4>Bugfixes</h4>
Expand Down Expand Up @@ -564,25 +564,25 @@
</p>
</div>
</div>
<h4><a id="p4"></a>Preview 4 Update 1 &middot; Build 39xx</h4>
<h4><a id="p4"></a>Preview 4 Update 1 &middot; Build 3935</h4>
<div class="row">
<div class="col-sm-6">
<p>
<span class="label label-primary">39xx</span> New options for checking for updates<br />
<span class="label label-primary">39xx</span> Improvements to the Theme Engine<br />
<span class="label label-primary">39xx</span> Major documentation improvements<br />
<span class="label label-primary">39xx</span> Core version is now displayed for Nightly and Preview<br />
<span class="label label-primary">39xx</span> Grey color schemes now work better for Luna and Sunrise<br />
<span class="label label-primary">39xx</span> Improvements to mobile design
<span class="label label-primary">3935</span> New options for checking for updates<br />
<span class="label label-primary">3935</span> Improvements to the Theme Engine<br />
<span class="label label-primary">3935</span> Major documentation improvements<br />
<span class="label label-primary">3935</span> Core version is now displayed for Nightly and Preview<br />
<span class="label label-primary">3935</span> Grey color schemes now work better for Luna and Sunrise<br />
<span class="label label-primary">3935</span> Improvements to mobile design
</p>
</div>
<div class="col-sm-6">
<p>
<span class="label label-primary">39xx</span> New design for topic lists in Luna and Sunrise<br />
<span class="label label-primary">39xx</span> The forum list now alo indicates new topics<br />
<span class="label label-primary">39xx</span> Fixed a bug with long names in the user list<br />
<span class="label label-primary">39xx</span> The Luna theme now has some additional options<br />
<span class="label label-primary">39xx</span> Multiple bugfixes
<span class="label label-primary">3935</span> New design for topic lists in Luna and Sunrise<br />
<span class="label label-primary">3935</span> The forum list now alo indicates new topics<br />
<span class="label label-primary">3935</span> Fixed a bug with long names in the user list<br />
<span class="label label-primary">3935</span> The Luna theme now has some additional options<br />
<span class="label label-primary">3935</span> Multiple bugfixes
</p>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions include/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

class Version {
// See http://getluna.org/docs/version.php for more info
const FORUM_VERSION = '0.4.1-dev';
const FORUM_VERSION = '0.4.1';

// The Luna Core version
const FORUM_CORE_VERSION = '0.4.3931';
const FORUM_CORE_VERSION = '0.4.3935';

// The Luna Core code name
const FORUM_CODE_NAME = 'aero';
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.3900
0.4.3935

0 comments on commit 5027b5d

Please sign in to comment.