Skip to content

Commit

Permalink
Fixed issue where array input causes email generation error. closes #12
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Nov 1, 2017
1 parent 4f07805 commit fb13aff
Show file tree
Hide file tree
Showing 7 changed files with 243 additions and 314 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/.buildpath
/.project
/vendor/
/luya
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ LUYA MODULE CONTACTFORM CHANGELOG

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).

1.0.4 (in progress)
1.0.4 (1. Nov 2017)
------------------

- [#12](https://github.com/luyadev/luya-module-contactform/issues/12) Fixed issue where array input causes email generation error.

1.0.3 (25. May 2017)
-------------------

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 @@
}
],
"require-dev" : {
"luyadev/luya-testsuite" : "~1.0.0"
"luyadev/luya-testsuite" : "~1.0.0",
"luyadev/luya-core" : "^1.0@dev"
},
"support" : {
"issues" : "https://github.com/luyadev/luya-module-contactform/issues"
Expand Down
Loading

0 comments on commit fb13aff

Please sign in to comment.