diff --git a/README.md b/README.md index ad55cbf9e..3c593789c 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 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) @@ -6,9 +6,9 @@ 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 diff --git a/backstage/about.php b/backstage/about.php index f6bc3cd9d..8469005fa 100755 --- a/backstage/about.php +++ b/backstage/about.php @@ -28,7 +28,7 @@
-

1.2 Beta 1

Cornflower Blue Beta 1

+

1.2 RC

Cornflower Blue RC

  • New
    Mark topics as solved
  • New
    You can now set any color as forum colors
  • @@ -42,7 +42,7 @@
  • Improved
    Improved tabel in user management
  • Improved
    Updated and incorporated components
  • Changed
    Default avatar settings have been updated for new installations
  • -
  • Fixed
    Fixes 19 bugs
  • +
  • Fixed
    Fixes 24 bugs
diff --git a/include/version.php b/include/version.php index 47701a2b3..74063883c 100755 --- a/include/version.php +++ b/include/version.php @@ -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'; diff --git a/version.txt b/version.txt index 716cbc017..59e3c36e5 100755 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.2.5019 \ No newline at end of file +1.2.5038 \ No newline at end of file