- Bug: Usage of deprecated
yii\base\Object
changed toyii\base\BaseObject
allowing compatibility with PHP 7.2 (klimov-paul) - Enh: Usage of deprecated exit code constants of
yii\console\Controller
changed toyii\console\ExitCode
ones (klimov-paul)
- Enh #5: Added
SelfUpdateController::$composerOptions
allowing setup of additional options forcomposer install
command (klimov-paul)
- Enh #4: Added
SelfUpdateController::$reportFrom
allowing setup of the report sender email address (klimov-paul)
- Initial release.