Skip to content

Commit

Permalink
#1263 Tag Luna 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Apr 25, 2015
1 parent 45183a3 commit c9427b1
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 12 deletions.
25 changes: 22 additions & 3 deletions backstage/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,18 +202,18 @@
<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 1.0.4275.</p>
<b>Core</b> has been updated from version 0.0.37.2592 to 1.0.4318.</p>
</div>
<div class="col-sm-6">
<h4>Bugfixes</h4>
<p>276 bugs have been fixed.</p>
<p>278 bugs have been fixed.</p>
<h4>Security fixes</h4>
<p>5 security issue has been fixed.</p>
</div>
</div>
<hr />
<a id="updates"></a><h3>Updates</h3>
<h4>Luna 1.0.1 &middot Build 4284</h4>
<h4>Luna 1.0.1 &middot Build 4297</h4>
<div class="row">
<div class="col-sm-6">
<p>
Expand All @@ -235,6 +235,25 @@
</p>
</div>
</div>
<h4>Luna 1.0.2 &middot Build 4318</h4>
<div class="row">
<div class="col-sm-6">
<p>
<span class="label label-primary">Update 2</span> Results when searching on topics are now unique<br />
<span class="label label-primary">Update 2</span> "Send to" now has focus when writing a message<br />
<span class="label label-primary">Update 2</span> Users now get a mail to notify for new messages<br />
<span class="label label-primary">Update 2</span> The installer has been updated
</p>
</div>
<div class="col-sm-6">
<p>
<span class="label label-primary">Update 2</span> Visual improvements to secondary navbars<br />
<span class="label label-primary">Update 2</span> Visual improvements to dropdowns in mobile view<br />
<span class="label label-primary">Update 2</span> Fixes issue with undefined index in Inbox<br />
<span class="label label-primary">Update 2</span> Fixes issue that causes themes to reset when updating
</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.1';
const FORUM_VERSION = '1.0.2';

// The Luna Core version
const FORUM_CORE_VERSION = '1.0.4315';
const FORUM_CORE_VERSION = '1.0.4318';

// 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>13 April 2015</date>
<version>1.0.0</version>
<date>24 April 2015</date>
<version>1.0.2</version>
<minversion>1.0.0</minversion>
<maxversion>1.0.0</maxversion>
<maxversion>1.0.2</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>13 April 2015</date>
<version>1.0.0</version>
<date>24 April 2015</date>
<version>1.0.2</version>
<minversion>1.0.0</minversion>
<maxversion>1.0.0</maxversion>
<maxversion>1.0.2</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.4297
1.0.4318

0 comments on commit c9427b1

Please sign in to comment.