Skip to content

Commit

Permalink
#863 Tag Luna 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Apr 13, 2015
1 parent 734127b commit aa84d7c
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Luna 1.0 "Aero" RC
# Luna 1.0 "Aero"

## About
Luna is an open source board software app released under the GPLv3 license. The goal of this project is to be light and small, yet fully functional for a good board. Everything else is up to plugins. Luna is the successor to ModernBB, and allows users to upgrade from ModernBB 3.7 just as easy ModernBB-updates where.
Expand All @@ -19,4 +19,4 @@ Luna is an open source board software app released under the GPLv3 license. The
- Homepage: http://getluna.org/
- Forums: http://forum.getluna.org/
- Documentation: http://getluna.org/docs/
- Development: https://github.com/modernbb/luna/
- Development: https://github.com/getluna/luna/
2 changes: 1 addition & 1 deletion backstage/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
<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 0.9.4238.</p>
<b>Core</b> has been updated from version 0.0.37.2592 to 1.0.4275.</p>
</div>
<div class="col-sm-6">
<h4>Bugfixes</h4>
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-RC';
const FORUM_VERSION = '1.0.0';

// The Luna Core version
const FORUM_CORE_VERSION = '1.0.4266';
const FORUM_CORE_VERSION = '1.0.4275';

// The Luna Core code name
const FORUM_CODE_NAME = 'aero';
Expand Down
8 changes: 4 additions & 4 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>8 April 2015</date>
<version>0.9.0</version>
<minversion>1.0 Beta 2</minversion>
<maxversion>1.0 RC2</maxversion>
<date>13 April 2015</date>
<version>1.0.0</version>
<minversion>1.0.0</minversion>
<maxversion>1.0.0</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
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>8 April 2015</date>
<version>0.9.0</version>
<minversion>1.0 Beta 2</minversion>
<maxversion>1.0 RC2</maxversion>
<date>13 April 2015</date>
<version>1.0.0</version>
<minversion>1.0.0</minversion>
<maxversion>1.0.0</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 @@
0.9.4238
1.0.4275

0 comments on commit aa84d7c

Please sign in to comment.