Skip to content

Commit

Permalink
#1280 Tag Luna 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed May 17, 2015
1 parent 558e263 commit d2767b7
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 9 deletions.
13 changes: 13 additions & 0 deletions backstage/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,19 @@
</p>
</div>
</div>
<h4>Luna 1.0.5 &middot Build 4332</h4>
<div class="row">
<div class="col-sm-6">
<p>
<span class="label label-primary">Update 5</span> Fixes issues when posting a new post
</p>
</div>
<div class="col-sm-6">
<p>
<span class="label label-primary">Update 5</span> Adds icons to (soft) delete interfaces
</p>
</div>
</div>
</div>
<div class="panel-footer">
<p>Luna is developed by the <a href="http://getluna.org/">Luna Group</a>. Copyright 2013-2015. Released under the GPLv3 license.</p>
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 = '1.0.4';
const FORUM_VERSION = '1.0.5';

// The Luna Core version
const FORUM_CORE_VERSION = '1.0.4329';
const FORUM_CORE_VERSION = '1.0.4332';

// The Luna Core code name
const FORUM_CODE_NAME = 'aero';
Expand Down
6 changes: 3 additions & 3 deletions themes/Luna/information.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<id>luna</id>
<name>Luna</name>
<developer>Studio 384</developer>
<date>15 May 2015</date>
<version>1.0.4</version>
<date>17 May 2015</date>
<version>1.0.5</version>
<minversion>1.0.0</minversion>
<maxversion>1.0.4</maxversion>
<maxversion>1.0.5</maxversion>
<description>Luna 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
6 changes: 3 additions & 3 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 May 2015</date>
<version>1.0.4</version>
<date>17 May 2015</date>
<version>1.0.5</version>
<minversion>1.0.0</minversion>
<maxversion>1.0.4</maxversion>
<maxversion>1.0.5</maxversion>
<description>Sunset is a variant upon Luna, featuring a more classic design.</description>
<parent_theme>Luna</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 @@
1.0.4329
1.0.4332

0 comments on commit d2767b7

Please sign in to comment.