Skip to content

Commit 57da2fb

Browse files
authored
Merge pull request #4 from cherry-framework/develop
Develop
2 parents 74aada5 + 60fc8ad commit 57da2fb

File tree

3 files changed

+21
-17
lines changed

3 files changed

+21
-17
lines changed

CHANGELOG.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
11
# Cherry-core Changelog
22

3+
## [v1.6.1](https://github.com/cherry-framework/core/releases/tag/v1.6.1 "v1.6.1") (2019-05-11)
4+
5+
- Update Cherry [Templater](https://github.com/cherry-framework/teplater) to 1.1.* version.
6+
37
## [v1.6.0](https://github.com/cherry-framework/core/releases/tag/v1.6.0 "v1.6.0") (2019-05-04)
48

5-
- Update to new Cherry [Router](https://github.com/cherry-framework/router) version.
9+
- Update to new Cherry [Router](https://github.com/cherry-framework/router) version.
610

711
## [v1.5.0](https://github.com/cherry-framework/core/releases/tag/v1.5.0 "v1.5.0") (2019-04-21)
812

913
- Cherry [Router](https://github.com/cherry-framework/router) and [Logger](https://github.com/cherry-framework/logger)
10-
was removed from Kernel class.
14+
was removed from Kernel class.
1115

1216
## [v1.0.0](https://github.com/cherry-framework/core/releases/tag/v1.0.0 "v1.0.0") (2019-03-29)
1317
#### The first stable version
1418

15-
- Package available on: `composer require cherry-project/core`
19+
- Package available on: `composer require cherry-project/core`
1620

17-
- Core contains all cherry-project sub-packages
18-
- [Request](https://github.com/cherry-framework/request)
19-
- [Response](https://github.com/cherry-framework/response)
20-
- [Router](https://github.com/cherry-framework/router)
21-
- [Templater](https://github.com/cherry-framework/templater)
22-
- [Logger](https://github.com/cherry-framework/logger)
21+
- Core contains all cherry-project sub-packages
22+
- [Request](https://github.com/cherry-framework/request)
23+
- [Response](https://github.com/cherry-framework/response)
24+
- [Router](https://github.com/cherry-framework/router)
25+
- [Templater](https://github.com/cherry-framework/templater)
26+
- [Logger](https://github.com/cherry-framework/logger)

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Core for Cherry-project",
44
"type": "library",
55
"keywords": ["cherry","core"],
6-
"homepage": "https://github.com/ABGEO07/cherry-core",
6+
"homepage": "https://github.com/cherry-framework/core",
77
"license": "MIT",
88
"authors": [
99
{
@@ -17,7 +17,7 @@
1717
"require": {
1818
"php": ">=5.6.0",
1919
"cherry-project/router": "1.1.*",
20-
"cherry-project/templater": "^1.0",
20+
"cherry-project/templater": "1.1.*",
2121
"ext-json": "*"
2222
},
2323
"autoload": {

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)