Skip to content

Commit 57dabab

Browse files
authored
Merge pull request #7 from yiimaker/1.0
Release 1.0.2
2 parents 3c40cd3 + 9124914 commit 57dabab

File tree

3 files changed

+1230
-378
lines changed

3 files changed

+1230
-378
lines changed

CHANGELOG.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
Translatable Behavior Change Log
22
--------------------------------
33

4+
1.0.2 August 11, 2019
5+
---------------------
6+
* Chg: Change `codeception/codeception` version from `~2.0` to `~3.0` (greeflas)
7+
* Chg: Update dependencies in composer.lock (greeflas)
8+
49
1.0.1 May 23, 2018
510
------------------
6-
7-
Fix #2: Infinite recursion if attribute doesn't exist in both models (greeflas, atakajlo)
11+
* Fix #2: Infinite recursion if attribute doesn't exist in both models (greeflas, atakajlo)
812

913
1.0.0 April 22, 2018
1014
--------------------
11-
1215
* Initial release (greeflas)
1316

1417
Development started March 18, 2018

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"yiisoft/yii2": "^2.0.0"
2626
},
2727
"require-dev": {
28-
"codeception/codeception": "~2.3"
28+
"codeception/codeception": "~3.0"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)