File tree 3 files changed +1230
-378
lines changed
3 files changed +1230
-378
lines changed Original file line number Diff line number Diff line change 1
1
Translatable Behavior Change Log
2
2
--------------------------------
3
3
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
+
4
9
1.0.1 May 23, 2018
5
10
------------------
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)
8
12
9
13
1.0.0 April 22, 2018
10
14
--------------------
11
-
12
15
* Initial release (greeflas)
13
16
14
17
Development started March 18, 2018
Original file line number Diff line number Diff line change 25
25
"yiisoft/yii2" : " ^2.0.0"
26
26
},
27
27
"require-dev" : {
28
- "codeception/codeception" : " ~2.3 "
28
+ "codeception/codeception" : " ~3.0 "
29
29
},
30
30
"autoload" : {
31
31
"psr-4" : {
You can’t perform that action at this time.
0 commit comments