Skip to content

Commit

Permalink
Tag Luna 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Jun 13, 2018
1 parent a085950 commit d79fb9f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 14 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Luna 2.0 "Emerald"

[![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 GPLv2 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 many 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.
Luna is an open source board software web app released under the GPLv2 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 many seem to forget about the first one.

## Requirements
- A webserver
Expand Down Expand Up @@ -32,8 +29,7 @@ Luna supports updating from all versions of FluxBB since 1.4.0, all versions of
- **Luna 2**: all versions supported

## Links
- Homepage: http://getluna.org/
- Forums: http://forum.getluna.org/
- Chat: https://gitter.im/GetLuna/Luna
- Documentation: http://getluna.org/docs/
- Development: https://github.com/getluna/luna/
- Homepage: http://getluna.org
- Forums: http://forum.getluna.org
- Documentation: http://getluna.org/docs
- Development: https://github.com/getluna/luna
4 changes: 2 additions & 2 deletions include/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
*/

class Version {
const LUNA_VERSION = '2.0.9-beta';
const LUNA_VERSION = '2.0.9';
const LUNA_BRANCH = '2.0';
const LUNA_CORE_VERSION = '2.0.5813';
const LUNA_CORE_VERSION = '2.0.5814';
const LUNA_CODE_NAME = 'Emerald';

// The database version number, every change in the database requires this number to go one up
Expand Down
2 changes: 1 addition & 1 deletion themes/Fifteen/information.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<id>fifteen</id>
<name>Fifteen</name>
<developer>Studio 384</developer>
<date>12 June 2018</date>
<date>14 June 2018</date>
<version>2.0.9</version>
<minversion>2.0.0</minversion>
<maxversion>2.0.9</maxversion>
Expand Down
2 changes: 1 addition & 1 deletion themes/Sunrise/information.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<id>sunrise</id>
<name>Sunrise</name>
<developer>Studio 384</developer>
<date>12 June 2018</date>
<date>14 June 2018</date>
<version>3.0.9</version>
<minversion>2.0.0</minversion>
<maxversion>2.0.9</maxversion>
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.5779
2.0.5814

0 comments on commit d79fb9f

Please sign in to comment.