Skip to content

Commit

Permalink
#1332 Tag Luna 1.2 Release Candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Oct 15, 2015
1 parent 325a10a commit 01f5978
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Luna 1.2 "Cornflower Blue" Preview
# Luna 1.2 "Cornflower Blue"

[![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)

## About
Luna is an open source board software web app released under the GPLv3 license. Our vision is to bring you a small (in size) and light forum solution and to provide an experience that is both desktop-first and mobile-first, as manny seem to forget about the first one. Luna is the successor to ModernBB, one of the first forum software projects to provide a full featured build-in mobile experience without compromises.

## New in Cornflower Blue
- New default theme Sixteen
- Updated Fifteen and Sunrise theme
- Mark topics as solved
- Forum icons
- New personalisation options
- Improved user management experience
- Improved syntax highlighter
Expand Down
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 Beta 1</span></p><h2>Cornflower Blue Beta 1</h2>
<p class="meta"><span class="release-version">1.2 RC</span></p><h2>Cornflower Blue RC</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 19 bugs</li>
<li><div class="change-label-container"><em class="change-label change-fixed">Fixed</em></div>Fixes 24 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-beta.2';
const FORUM_CORE_VERSION = '1.2.5029';
const LUNA_CORE_REVISION = '120b2';
const FORUM_VERSION = '1.2-rc.';
const FORUM_CORE_VERSION = '1.2.5038';
const LUNA_CORE_REVISION = '120rc1';

// The Luna Core code name
const LUNA_CODE_NAME = 'cornflowserblue';
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.5019
1.2.5038

0 comments on commit 01f5978

Please sign in to comment.