Skip to content

Commit

Permalink
#1414 Tag Luna 1.3 RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Dec 19, 2015
1 parent 3a8064b commit 4800427
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 16 deletions.
6 changes: 2 additions & 4 deletions backstage/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<div class="panel-body">
<section class="release-notes">
<div class="container">
<p class="meta"><span class="release-version">1.3 Preview 6</span></p><h2>Denim</h2>
<p class="meta"><span class="release-version">1.3 Preview 7</span></p><h2>Denim</h2>
<ul class="changes">
<li><div class="change-label-container"><em class="change-label change-new">New</em></div>Sunrise has received a fully reimagned design</li>
<li><div class="change-label-container"><em class="change-label change-new">New</em></div>You can now mark a thread as important</li>
Expand All @@ -45,9 +45,7 @@
<li><div class="change-label-container"><em class="change-label change-improved">Improved</em></div>Bootstrap and Font Awesome have been updated to their latest versions</li>
<li><div class="change-label-container"><em class="change-label change-note">Changed</em></div>The license has been changed from GPLv3 to GPLv2</li>
<li><div class="change-label-container"><em class="change-label change-removed">Removed</em></div>You can no longer determine the size of embedded videos</li>
<li><div class="change-label-container"><em class="change-label change-fixed">Fixed</em></div>Fixes 9 bugs</li>
<hr />
<li><div class="change-label-container"><em class="change-label change-system">System</em></div>Partial support for Luna 2.0 Fallow Preview 1</li>
<li><div class="change-label-container"><em class="change-label change-fixed">Fixed</em></div>Fixes 11 bugs</li>
</ul>
</div>
</section>
Expand Down
6 changes: 3 additions & 3 deletions include/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

class Version {
// See http://getluna.org/docs/version.php for more info
const LUNA_VERSION = '1.3-beta.1';
const LUNA_CORE_VERSION = '1.3.5225';
const LUNA_CORE_REVISION = '130b1';
const LUNA_VERSION = '1.3-rc.1';
const LUNA_CORE_VERSION = '1.3.5228';
const LUNA_CORE_REVISION = '130rc1';

// The Luna Core code name
const LUNA_CODE_NAME = 'denim';
Expand Down
8 changes: 4 additions & 4 deletions themes/Fifteen/information.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<id>fifteen</id>
<name>Fifteen</name>
<developer>Studio 384</developer>
<date>15 December 2015</date>
<version>1.3 Beta</version>
<minversion>1.3 Beta 1</minversion>
<maxversion>1.3 Beta 1</maxversion>
<date>19 December 2015</date>
<version>1.3 RC</version>
<minversion>1.3 RC 1</minversion>
<maxversion>1.3 RC 1</maxversion>
<description>Fifteen is the default theme of the Luna. This modern, fresh, yet colorfull design makes your board an unique piece!</description>
</style>
XML;
Expand Down
8 changes: 4 additions & 4 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>15 December 2015</date>
<version>2.0 Beta</version>
<minversion>1.3 Beta 1</minversion>
<maxversion>1.3 Beta 1</maxversion>
<date>19 December 2015</date>
<version>2.0 RC</version>
<minversion>1.3 RC 1</minversion>
<maxversion>1.3 RC 1</maxversion>
<description>Sunrise is a more classic take on the look and feel of forum software.</description>
</style>
XML;
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.5225
1.3.5228

0 comments on commit 4800427

Please sign in to comment.