Skip to content

Commit

Permalink
Merge pull request #7 from yiimaker/1.0
Browse files Browse the repository at this point in the history
Release 1.0.2
  • Loading branch information
greeflas authored Aug 11, 2019
2 parents 3c40cd3 + 9124914 commit 57dabab
Show file tree
Hide file tree
Showing 3 changed files with 1,230 additions and 378 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
Translatable Behavior Change Log
--------------------------------

1.0.2 August 11, 2019
---------------------
* Chg: Change `codeception/codeception` version from `~2.0` to `~3.0` (greeflas)
* Chg: Update dependencies in composer.lock (greeflas)

1.0.1 May 23, 2018
------------------

Fix #2: Infinite recursion if attribute doesn't exist in both models (greeflas, atakajlo)
* Fix #2: Infinite recursion if attribute doesn't exist in both models (greeflas, atakajlo)

1.0.0 April 22, 2018
--------------------

* Initial release (greeflas)

Development started March 18, 2018
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"yiisoft/yii2": "^2.0.0"
},
"require-dev": {
"codeception/codeception": "~2.3"
"codeception/codeception": "~3.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 57dabab

Please sign in to comment.