Skip to content

1.4.0

Compare
Choose a tag to compare
@romaninsh romaninsh released this 04 Feb 19:46
· 894 commits to develop since this release

Fixed bugs:

  • Model: $this->set($this->id_field, $this->id) after insert #365
  • Issue with afterSave, AfterInsert and AfterUpdate Hooks together with hasOne()->addField() #383
  • our_field is honored in Reference impl, but on save a validation error is thrown #370
  • hasMany on Join in not implemented yet #369
  • Copy with reference traversal #360
  • Model::ref() does not apply condition on hasMany Reference if Model is not loaded #355
  • Escaped quote issue #349
  • $model->each() should return array of returned values. #348
  • Documentation mistake #347
  • Looks like type=>'text' is possible but not documented #338
  • Persistence_CSV and Persistence_Array does not support export() #312

Merged pull requests: