- no changes in this release.
- Bug #11:
generateCookieValidationKey()
now saves config file only whencookieValidationKey
was generated (rob006) - Enh #10: Added
yii\composer\Installer::postInstall()
method (rob006) - Enh #12: Added
yii\composer\Installer::copyFiles()
method (rob006) - Enh #14: A note about yii UPGRADE notes file is shown after upgrading Yii to make user aware of it (cebe)
- Bug #7735: Composer failed to install extensions with multiple base paths in "psr-4" autoload section (cebe)
- Enh #2: Better error handling for the case when installer is unable to change permissions (dbavscc)
- Enh #3:
loadExtensions()
andsaveExtensions()
now accessEXTENSION_FILE
constant with late static binding (karneds)
- no changes in this release.
- no changes in this release.
- no changes in this release.
- no changes in this release.
- Bug #3438: Fixed support for non-lowercase package names (cebe)
- Chg: Added
yii\composer\Installer::postCreateProject()
and modified the syntax of calling installer methods in composer.json (qiangxue)
- Bug #1480: Fixed issue with creating extensions.php when php opcache is enabled (cebe)
- Enh: Added support for installing packages conforming to PSR-4 standard (qiangxue)
- Initial release.