Skip to content

Commit

Permalink
#1332 Tag Luna 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Oct 17, 2015
1 parent d2d50d1 commit 6415308
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 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.2 RC</span></p><h2>Cornflower Blue RC</h2>
<p class="meta"><span class="release-version">1.2.0</span></p><h2>Cornflower Blue</h2>
<ul class="changes">
<li><div class="change-label-container"><em class="change-label change-new">New</em></div>Mark topics as solved</li>
<li><div class="change-label-container"><em class="change-label change-new">New</em></div>You can now set any color as forum colors</li>
Expand All @@ -42,7 +42,7 @@
<li><div class="change-label-container"><em class="change-label change-improved">Improved</em></div>Improved tabel in user management</li>
<li><div class="change-label-container"><em class="change-label change-improved">Improved</em></div>Updated and incorporated components</li>
<li><div class="change-label-container"><em class="change-label change-note">Changed</em></div>Default avatar settings have been updated for new installations</li>
<li><div class="change-label-container"><em class="change-label change-fixed">Fixed</em></div>Fixes 24 bugs</li>
<li><div class="change-label-container"><em class="change-label change-fixed">Fixed</em></div>Fixes 29 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 FORUM_VERSION = '1.2-rc.';
const FORUM_CORE_VERSION = '1.2.5038';
const LUNA_CORE_REVISION = '120rc1';
const FORUM_VERSION = '1.2.0';
const FORUM_CORE_VERSION = '1.2.5047';
const LUNA_CORE_REVISION = '120';

// The Luna Core code name
const LUNA_CODE_NAME = 'cornflowserblue';
Expand Down
4 changes: 2 additions & 2 deletions themes/Fifteen/information.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<id>fifteen</id>
<name>Fifteen</name>
<developer>Studio 384</developer>
<date>13 October 2015</date>
<date>17 October 2015</date>
<version>1.2.0</version>
<minversion>1.2 Beta 2</minversion>
<minversion>1.2.0</minversion>
<maxversion>1.2.0</maxversion>
<description>Fifteen is the default theme of the Luna software for 2015, this modern, fresh, yet colorfull design makes your board an unique piece!</description>
</style>
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,9 +15,9 @@
<id>sunrise</id>
<name>Sunrise</name>
<developer>Studio 384</developer>
<date>13 October 2015</date>
<date>17 October 2015</date>
<version>1.2.0</version>
<minversion>1.2 Beta 2</minversion>
<minversion>1.2.0</minversion>
<maxversion>1.2.0</maxversion>
<description>Sunset is a variant upon Fifteen, featuring a more classic design.</description>
<parent_theme>Fifteen</parent_theme>
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.5038
1.2.5047

0 comments on commit 6415308

Please sign in to comment.