Skip to content

Commit

Permalink
Version 2.1.0 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nenad-zivkovic committed Jan 6, 2015
1 parent e95bf9b commit 22b096c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ yii2-advanced-template
Yii2-advanced-template is based on yii2-app-advanced created by yii2 core developers.
There are several upgrades made to this template.

1. This template has additional features listed at the end of this guide.
1. This template has additional features listed in the next section of this guide.
2. Application structure has been changed to be 'shared hosting friendly'.

Features
Expand Down Expand Up @@ -146,6 +146,14 @@ themes contains frontend themes
```

Version 2.1.0 changes
-------------------
1) option to CRUD articles ( posts ) has been added
2) translation support has been included and Serbian translation has been added
3) themes has been improved
4) new roles, permissions and rules are added
5) other code refactoring has been done

Version 2.0 changes
-------------------

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"yiisoft/yii2": "*",
"yiisoft/yii2-bootstrap": "*",
"yiisoft/yii2-swiftmailer": "*",
"nenad/yii2-password-strength": "*"
"nenad/yii2-password-strength": "*",
"mihaildev/yii2-ckeditor": "*"
},
"require-dev": {
"yiisoft/yii2-codeception": "*",
Expand Down

0 comments on commit 22b096c

Please sign in to comment.