Releases: jlorente/yii2-activerecord-inheritance
Releases · jlorente/yii2-activerecord-inheritance
1.0.8
Fixed bug when instantiating parent.
1.0.7
Fixed infinite recursion when trying to access a parent value without having instantiated a parent yet
1.0.6
Fixed bug in isset magic method.
1.0.4
Delete functionality added
1.0.2
Added support for retrieving errors from parent models.
1.0.1
Fixed bugs due to different PHP versions