Skip to content

Commit

Permalink
Merge pull request #30 from yiimaker/4.1
Browse files Browse the repository at this point in the history
Release 4.1.0
  • Loading branch information
greeflas authored Jun 24, 2018
2 parents 03c8f02 + 71d0af0 commit ef3b8d1
Show file tree
Hide file tree
Showing 16 changed files with 395 additions and 347 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Email Templates Module Change Log
---------------------------------

4.1.0 June 24, 2018
-----------------------
* Enh #24: Gii generator: adds default value to the hint field (Geoffry304, greeflas)
* Enh #25: Gii generator: adds insert command for each language in migration file (Geoffry304, greelfas)
* Fix: Code style fixes and updates (greeflas)

4.0.1 May 23, 2018
------------------
* Chg: Changed minimum `yiimaker/yii2-translatable` from `~1.0` to `~1.0.1` (greeflas)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $ composer require yiimaker/yii2-email-templates
or add

```
"yiimaker/yii2-email-templates": "~4.0"
"yiimaker/yii2-email-templates": "~4.1"
```

to the `require` section of your `composer.json`.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "4.0.x-dev"
"dev-master": "4.1.x-dev"
}
},
"scripts": {
Expand Down
Loading

0 comments on commit ef3b8d1

Please sign in to comment.