Skip to content

Commit

Permalink
rc2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Nov 29, 2016
1 parent 768e8ad commit 2767a9d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LUYA CHANGELOG

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).

1.0.0-RC2 (in progress)
1.0.0-RC2 (29. Nov 2016)
-----------------------

### Changed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="https://luya.io/img/luya_logo_flat_icon.png" alt="LUYA Logo"/>
</p>

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

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

#### Unit Test
Expand Down
2 changes: 1 addition & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LUYA UPGRADE

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

1.0.0-RC2 (in progress)
1.0.0-RC2 (29. Nov 2016)
-----------------------

The issues below can lead into problems when upgrading to 1.0.0-RC2.
Expand Down
2 changes: 1 addition & 1 deletion core/base/Boot.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ abstract class Boot
/**
* @var string The current LUYA version (see: https://github.com/luyadev/luya/blob/master/CHANGELOG.md)
*/
const VERSION = '1.0.0-RC2-dev';
const VERSION = '1.0.0-RC2';

/**
* @var string The path to the config file, which returns an array containing you configuration.
Expand Down
6 changes: 3 additions & 3 deletions envs/kickstarter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"type": "project",
"license":"MIT",
"require": {
"luyadev/luya-core" : "^1.0@dev",
"luyadev/luya-module-admin" : "^1.0@dev",
"luyadev/luya-module-cms" : "^1.0@dev"
"luyadev/luya-core" : "1.0.0-RC2",
"luyadev/luya-module-admin" : "1.0.0-RC2",
"luyadev/luya-module-cms" : "1.0.0-RC2"
},
"require-dev": {
"yiisoft/yii2-gii" : "~2.0.0",
Expand Down

0 comments on commit 2767a9d

Please sign in to comment.