Skip to content

Commit

Permalink
Tag Luna 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Oct 17, 2015
1 parent 2c3f5b2 commit 187101a
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 10 deletions.
11 changes: 11 additions & 0 deletions backstage/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@
</div>
<div class="panel-body">
<section class="release-notes">
<div class="container">
<p class="meta"><span class="release-version">1.1.5</span></p><h2>Bittersweet Shimmer Update 5</h2>
<ul class="changes">
<li><div class="change-label-container"><em class="change-label change-fixed">Fixed</em></div>Fixes a with a fatal error mysqli_free_result</li>
<li><div class="change-label-container"><em class="change-label change-fixed">Fixed</em></div>Fixes and issue with excluding new lines when parsing usernames in quotes</li>
<li><div class="change-label-container"><em class="change-label change-fixed">Fixed</em></div>Fixes an issue that caused the wrong error to show up when adding users</li>
<li><div class="change-label-container"><em class="change-label change-fixed">Fixed</em></div>Fixes issue that caused Administrators to not be able to set a title</li>
<li><div class="change-label-container"><em class="change-label change-fixed">Fixed</em></div>Fixes wrong link to IP information</li>
<li><div class="change-label-container"><em class="change-label change-fixed">Fixed</em></div>Fixes data size in System info not showing up</li>
</ul>
</div>
<div class="container">
<p class="meta"><span class="release-version">1.1.4</span></p><h2>Bittersweet Shimmer Update 4</h2>
<ul class="changes">
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.1.4';
const FORUM_CORE_VERSION = '1.1.4807';
const LUNA_CORE_REVISION = 114;
const FORUM_VERSION = '1.1.5';
const FORUM_CORE_VERSION = '1.1.4815';
const LUNA_CORE_REVISION = 115;

// The Luna Core code name
const FORUM_CODE_NAME = 'bittersweetshimmer';
Expand Down
6 changes: 3 additions & 3 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>9 October 2015</date>
<version>1.1.4</version>
<date>17 October 2015</date>
<version>1.1.5</version>
<minversion>1.1.0</minversion>
<maxversion>1.1.4</maxversion>
<maxversion>1.1.5</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>
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>9 October 2015</date>
<version>1.1.4</version>
<date>17 October 2015</date>
<version>1.1.5</version>
<minversion>1.1.0</minversion>
<maxversion>1.1.4</maxversion>
<maxversion>1.1.5</maxversion>
<description>Sunset is a variant upon Fifteen, featuring a more classic design.</description>
<parent_theme>Fifteen</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.1.4807
1.1.4815

0 comments on commit 187101a

Please sign in to comment.