Skip to content

Commit

Permalink
#1414 Tag Luna 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Dec 25, 2015
1 parent ae9116e commit 1fc9808
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Luna 1.3 "Denim" Preview
# Luna 1.3 "Denim"

[![Join the chat at https://gitter.im/GetLuna/Luna](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/GetLuna/Luna?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Expand Down
4 changes: 2 additions & 2 deletions backstage/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<div class="col-sm-12">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">About Luna 1.3 Denim Preview</h3>
<h3 class="panel-title">About Luna 1.3 Denim</h3>
</div>
<div class="panel-body">
<section class="release-notes">
<div class="container">
<p class="meta"><span class="release-version">1.3 Preview 8</span></p><h2>Denim</h2>
<p class="meta"><span class="release-version">1.3</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 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-rc.2';
const LUNA_CORE_VERSION = '1.3.5239';
const LUNA_CORE_REVISION = '130rc2';
const LUNA_VERSION = '1.3.0';
const LUNA_CORE_VERSION = '1.3.5247';
const LUNA_CORE_REVISION = '130';

// 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>23 December 2015</date>
<version>1.3 RC 2</version>
<minversion>1.3 RC 1</minversion>
<maxversion>1.3 RC 2</maxversion>
<date>25 December 2015</date>
<version>1.3.0</version>
<minversion>1.3.0</minversion>
<maxversion>1.3.0</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>23 December 2015</date>
<version>2.0 RC 2</version>
<minversion>1.3 RC 1</minversion>
<maxversion>1.3 RC 2</maxversion>
<date>25 December 2015</date>
<version>2.0.0</version>
<minversion>1.3.0</minversion>
<maxversion>1.3.0</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.5239
1.3.5247

0 comments on commit 1fc9808

Please sign in to comment.