Skip to content

Commit 2767a9d

Browse files
committed
rc2 release
1 parent 768e8ad commit 2767a9d

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LUYA CHANGELOG
33

44
The changelog contains informations about bug fixes, new features or bc breaking code related to a GitHub issue. In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md).
55

6-
1.0.0-RC2 (in progress)
6+
1.0.0-RC2 (29. Nov 2016)
77
-----------------------
88

99
### Changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img src="https://luya.io/img/luya_logo_flat_icon.png" alt="LUYA Logo"/>
33
</p>
44

5-
> 4, October 2016: We have released the first release candidate of LUYA: [1.0.0-RC1](https://luya.io/news/first-release-candidate-1-0-0-rc1).
5+
> 29, November 2016: We have released the first release candidate of LUYA: [1.0.0-RC2](https://luya.io/news/second-release-candidate-1-0-0-rc2).
66
77
The [Yii 2 PHP Framework](https://github.com/yiisoft/yii2) wrapper which provides out of the box functions like an **administration interface**, a beautiful looking **content management system**, **payment** modules, **agency workflows** and other tools to develop your website pretty fast!
88

@@ -46,7 +46,7 @@ We are always looking for people who share their thoughts, code and problems wit
4646
+ ✓ beta7 release (June 2016)
4747
+ ✓ beta8 release (August 2016) - Last NEW features will be implemented (cms permissions).
4848
+ ✓ rc1 release (October 2016) - Merge admin and frontend modules into each other. Add luya vendor namespace prefix to all modules.
49-
+ rc2 release (end of November 2016) - Bug fixes, PHP Doc and Guide improvements, basic features implementation.
49+
+ rc2 release (November 2016) - Bug fixes, PHP Doc and Guide improvements, basic features implementation.
5050
+ version 1.0.0 (Januar 2017) - First stable release of LUYA.
5151

5252
#### Unit Test

UPGRADE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LUYA UPGRADE
33

44
This document will help you upgrading from a LUYA Version into another.
55

6-
1.0.0-RC2 (in progress)
6+
1.0.0-RC2 (29. Nov 2016)
77
-----------------------
88

99
The issues below can lead into problems when upgrading to 1.0.0-RC2.

core/base/Boot.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ abstract class Boot
2323
/**
2424
* @var string The current LUYA version (see: https://github.com/luyadev/luya/blob/master/CHANGELOG.md)
2525
*/
26-
const VERSION = '1.0.0-RC2-dev';
26+
const VERSION = '1.0.0-RC2';
2727

2828
/**
2929
* @var string The path to the config file, which returns an array containing you configuration.

envs/kickstarter/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"type": "project",
55
"license":"MIT",
66
"require": {
7-
"luyadev/luya-core" : "^1.0@dev",
8-
"luyadev/luya-module-admin" : "^1.0@dev",
9-
"luyadev/luya-module-cms" : "^1.0@dev"
7+
"luyadev/luya-core" : "1.0.0-RC2",
8+
"luyadev/luya-module-admin" : "1.0.0-RC2",
9+
"luyadev/luya-module-cms" : "1.0.0-RC2"
1010
},
1111
"require-dev": {
1212
"yiisoft/yii2-gii" : "~2.0.0",

0 commit comments

Comments
 (0)