Skip to content

Commit

Permalink
cleanup changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Jan 3, 2018
1 parent ce98870 commit b7c4eda
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 35 deletions.
15 changes: 7 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,25 @@

All notable changes to this project will be documented in this file. This project make usage of the [Yii Versioning Strategy](https://github.com/yiisoft/yii2/blob/master/docs/internals/versions.md). In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md).

## 1.0.1 (in progress)
## 1.0.1 (3. January 2018)

### Changed

- [#1739](https://github.com/luyadev/luya/issues/1739) Mark getLuyaVersion() as deprecated in luya\console\Command.

### Fixed

- [#1745](https://github.com/luyadev/luya/issues/1745) Provide controller files fallback for LUYA core modules.
- [#1731](https://github.com/luyadev/luya/issues/1731) JsonLd Thing definition must be from type Thing.

### Added

- [#1744](https://github.com/luyadev/luya/issues/1744) New getter and setter method for urlRules, provides backwards compatibility trough none virtual property access.
- [#1735](https://github.com/luyadev/luya/pull/1735) JsonLd: CreativeWork, Article, SocialMediaPosting, BlogPosting, LiveBlogPosting
- [#1737](https://github.com/luyadev/luya/issues/1737) Added luyadev command to clone and update repos. This command is used in the luya-env-dev project in order to develope on the LUYA modules or create your own extensions/modules.
- [#1738](https://github.com/luyadev/luya/issues/1738) Update module create readme with useAppViewPath information.

1.0.0 (12. December 2017)
-------------------
### Fixed

- [#1745](https://github.com/luyadev/luya/issues/1745) Provide controller files fallback for LUYA core modules.
- [#1731](https://github.com/luyadev/luya/issues/1731) JsonLd Thing definition must be from type Thing.

## 1.0.0 (12. December 2017)

### Changed

Expand Down
68 changes: 41 additions & 27 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,49 @@
{
"name" : "luyadev/luya",
"description" : "LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2.",
"type" : "project",
"keywords" : ["php", "yii2", "cms", "luya", "website", "content", "angular", "modules", "framework"],
"name": "luyadev/luya",
"description": "LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2.",
"type": "project",
"keywords": [
"php",
"yii2",
"cms",
"luya",
"website",
"content",
"angular",
"modules",
"framework"
],
"license": "MIT",
"homepage" : "https://luya.io",
"authors" : [
"homepage": "https://luya.io",
"authors": [
{
"name" : "Basil Suter",
"email" : "git@nadar.io",
"homepage" : "https://github.com/nadar"
"name": "Basil Suter",
"email": "git@nadar.io",
"homepage": "https://github.com/nadar"
}
],
"support" : {
"issues" : "https://github.com/luyadev/luya/issues"
"support": {
"issues": "https://github.com/luyadev/luya/issues"
},
"require" : {
"luyadev/luya-composer" : "~1.0.0",
"require": {
"luyadev/luya-composer": "~1.0.0",
"yiisoft/yii2": "~2.0.0",
"curl/curl" : "~1.0",
"curl/curl": "~1.0",
"phpmailer/phpmailer": "^6.0",
"cpliakas/git-wrapper": "~1.0",
"nadar/php-composer-reader" : "^1.0"
"nadar/php-composer-reader": "^1.0"
},
"require-dev" : {
"luyadev/luya-testsuite" : "~1.0.0",
"require-dev": {
"luyadev/luya-testsuite": "~1.0.0",
"php-coveralls/php-coveralls": "^1.0",
"nadar/github-markdown-fixer" : "^1.0"
"nadar/github-markdown-fixer": "^1.0"
},
"autoload" : {
"psr-4" : {
"luya\\" : "core/",
"luya\\dev\\" : "dev",
"luyatests\\" : "tests/"
"autoload": {
"psr-4": {
"luya\\": "core/",
"luya\\dev\\": "dev",
"luyatests\\": "tests/",
"Aspsms\\": "repos/aspsms/src/"
}
},
"extra": {
Expand All @@ -43,16 +54,19 @@
"dev-master": "1.0.x-dev"
}
},
"bin" : [
"core/bin/luya", "dev/luyadev"
"bin": [
"core/bin/luya",
"dev/luyadev"
],
"config": {
"platform": {"php": "7.0"}
"platform": {
"php": "7.0"
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}
}

0 comments on commit b7c4eda

Please sign in to comment.