MOON
Server: Apache
System: Linux res.emeff.ca 3.10.0-962.3.2.lve1.5.24.10.el7.x86_64 #1 SMP Wed Mar 20 07:36:02 EDT 2019 x86_64
User: accemeff (1004)
PHP: 7.0.33
Disabled: NONE
Upload Files
File: /home/accemeff/medweight_craft/vendor/yii2tech/ar-softdelete/CHANGELOG.md
Yii 2 ActiveRecord Soft Delete extension Change Log
===================================================

1.0.2, May 30, 2018
-------------------

- Bug: Fixed `safeDelete()` method does not catch `\Throwable` (klimov-paul)
- Enh #13: Methods `softDelete()` and `restore()` now supports optimistic locking (klimov-paul)
- Enh #15: Methods `softDelete()` and `restore()` now supports transactional operations (tunecino, klimov-paul)


1.0.1, December 8, 2016
-----------------------

- Bug #4: Fixed model attributes changes at 'beforeSoftDelete' and 'beforeRestore' events are not applied (klimov-paul)


1.0.0, December 26, 2015
------------------------

- Initial release.