Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (15 loc) · 799 Bytes

CHANGELOG.md

File metadata and controls

26 lines (15 loc) · 799 Bytes

Yii 2 Balance Accounting System extension Change Log

1.0.3, September 19, 2018

  • Enh: Usage of deprecated yii\base\InvalidParamException changed to yii\base\InvalidArgumentException one (klimov-paul)

1.0.2, November 3, 2017

  • Bug #11: Fixed ManagerDb considers autoincrement primary key being allowed for direct transaction data saving (klimov-paul)
  • Bug: Usage of deprecated yii\base\Object changed to yii\base\BaseObject allowing compatibility with PHP 7.2 (klimov-paul)

1.0.1, July 27, 2016

  • Bug #4: Fixed ManagerDbTransaction::transfer() does not commit internal transaction (klimov-paul)

1.0.0, May 2, 2016

  • Initial release.