Skip to content

Commit b342d2d

Browse files
committed
beta7 release
1 parent 35b660d commit b342d2d

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
LUYA CHANGELOG
22
==============
33

4-
1.0.0-beta7 (in progress)
4+
1.0.0-beta7 (20.06.2016)
55
-------------------------
66

7+
**BC BREAKS** See [UPGRADE.md](UPGRADE.md) as we have made some backward compatibility breaks in this release.
8+
79
- `#860` **[BC BREAK]** Using Yii2 imagine extension instead of native imagine extension in order to fix memory leaks and optimize thumbnail/crop calculations.
810
- `#877` **[BC BREAK]** Changing the `ngRestApiEndpoint` method to static. Use `public static function ngRestApiEndpoint()`.
911
- `#875` **[BC BREAK]** cms\helpers\Parser::encode() renmaed to cms\helpers\TagParser::conver()
@@ -44,7 +46,7 @@ LUYA CHANGELOG
4446
1.0.0-beta6 (21.04.2016)
4547
-------------------------
4648

47-
**BC BREAKS** See [UPGRADE.md](UPGRADE.md) as we have made some major changes.
49+
**BC BREAKS** See [UPGRADE.md](UPGRADE.md) as we have made some backward compatibility breaks in this release.
4850

4951
- `#805` Added CMS Keywords to CMS module in order to analyze the input content for its keywords.
5052
- `#784` Add Blocks folder depency via `getGroup` of each block.

core/base/Boot.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ abstract class Boot
2626
*
2727
* @var string
2828
*/
29-
const VERSION = '1.0.0-beta7-dev';
29+
const VERSION = '1.0.0-beta7';
3030

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

envs/kickstarter/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
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",
10-
"luyadev/luya-module-cmsadmin" : "^1.0@dev"
7+
"luyadev/luya-core" : "1.0.0-beta7",
8+
"luyadev/luya-module-admin" : "1.0.0-beta7",
9+
"luyadev/luya-module-cms" : "1.0.0-beta7",
10+
"luyadev/luya-module-cmsadmin" : "1.0.0-beta7"
1111
},
1212
"require-dev": {
1313
"yiisoft/yii2-gii" : "^2.0",

0 commit comments

Comments
 (0)