Skip to content

Commit

Permalink
#863 Tag Luna 1.0 Preview 3 Update 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Feb 26, 2015
1 parent 8be3157 commit 8dab054
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
28 changes: 14 additions & 14 deletions backstage/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,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.3.38xx.</p>
<b>Core</b> has been updated from version 0.0.37.2592 to 0.3.3827.</p>
</div>
<div class="col-sm-6">
<h4>Bugfixes</h4>
Expand Down Expand Up @@ -509,26 +509,26 @@
</p>
</div>
</div>
<h4><a id="p3u2"></a>Preview 3 Update 2 &middot; Build 38xx</h4>
<h4><a id="p3u2"></a>Preview 3 Update 2 &middot; Build 3827</h4>
<div class="row">
<div class="col-sm-6">
<p>
<span class="label label-primary">38xx</span> Continued improvements to Inbox<br />
<span class="label label-primary">38xx</span> You can now prune notifications from the Backstage<br />
<span class="label label-primary">38xx</span> More improvements to coding conventions<br />
<span class="label label-primary">38xx</span> The registration form has been updated<br />
<span class="label label-primary">38xx</span> Emotioncs are now the default smilies<br />
<span class="label label-primary">38xx</span> Some Backstage pages have an improved design
<span class="label label-primary">3827</span> Continued improvements to Inbox<br />
<span class="label label-primary">3827</span> You can now prune notifications from the Backstage<br />
<span class="label label-primary">3827</span> More improvements to coding conventions<br />
<span class="label label-primary">3827</span> The registration form has been updated<br />
<span class="label label-primary">3827</span> Emotioncs are now the default smilies<br />
<span class="label label-primary">3827</span> Some Backstage pages have an improved design
</p>
</div>
<div class="col-sm-6">
<p>
<span class="label label-primary">38xx</span> Luna can now check for updates again<br />
<span class="label label-primary">38xx</span> The Moderation tools in the Backstage have been finished<br />
<span class="label label-primary">38xx</span> You can now choose to use emoticons or emojis<br />
<span class="label label-primary">38xx</span> Icons are now used all over the Backstage<br />
<span class="label label-primary">38xx</span> Small code optimalizations throughout the software<br />
<span class="label label-primary">38xx</span> Multiple bugfixes
<span class="label label-primary">3827</span> Luna can now check for updates again<br />
<span class="label label-primary">3827</span> The Moderation tools in the Backstage have been finished<br />
<span class="label label-primary">3827</span> You can now choose to use emoticons or emojis<br />
<span class="label label-primary">3827</span> Icons are now used all over the Backstage<br />
<span class="label label-primary">3827</span> Small code optimalizations throughout the software<br />
<span class="label label-primary">3827</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.3.2-dev';
const FORUM_VERSION = '0.3.2';

// The Luna Core version
const FORUM_CORE_VERSION = '0.3.3824';
const FORUM_CORE_VERSION = '0.3.3827';

// The database version number, every change in the database requires this number to go one up
const FORUM_DB_VERSION = '87.52';
Expand Down
4 changes: 2 additions & 2 deletions themes/Sunrise/information.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<id>sunrise</id>
<name>Sunrise</name>
<developer>Studio 384</developer>
<date>19 February 2015</date>
<date>26 February 2015</date>
<version>1.0-dev</version>
<minversion>1.0 Preview 3</minversion>
<maxversion>1.0 Preview 3 Update 1</maxversion>
<maxversion>1.0 Preview 3 Update 2</maxversion>
<description>Sunrise is the default theme of the Luna software, this modern, fresh, yet colorfull design makes your board an unique piece!</description>
</style>
XML;
Expand Down
4 changes: 2 additions & 2 deletions themes/Sunset/information.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<id>sunset</id>
<name>Sunset</name>
<developer>Studio 384</developer>
<date>19 February 2015</date>
<date>26 February 2015</date>
<version>1.0-dev</version>
<minversion>1.0 Preview 3</minversion>
<maxversion>1.0 Preview 3 Update 1</maxversion>
<maxversion>1.0 Preview 3 Update 2</maxversion>
<description>Sunset is a variant upon Sunrise, featuring a more classic design.</description>
<parent_theme>Sunrise</parent_theme>
</style>
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.3802
0.3.3827

0 comments on commit 8dab054

Please sign in to comment.