You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. Yii Framework 2 composer extension Change Log
  2. =============================================
  3. 2.0.5 December 20, 2016
  4. -----------------------
  5. - Bug #11: `generateCookieValidationKey()` now saves config file only when `cookieValidationKey` was generated (rob006)
  6. - Enh #10: Added `yii\composer\Installer::postInstall()` method (rob006)
  7. - Enh #12: Added `yii\composer\Installer::copyFiles()` method (rob006)
  8. - Enh #14: A note about yii UPGRADE notes file is shown after upgrading Yii to make user aware of it (cebe)
  9. 2.0.4 February 06, 2016
  10. -----------------------
  11. - Bug #7735: Composer failed to install extensions with multiple base paths in "psr-4" autoload section (cebe)
  12. - Enh #2: Better error handling for the case when installer is unable to change permissions (dbavscc)
  13. - Enh #3: `loadExtensions()` and `saveExtensions()` now access `EXTENSION_FILE` constant with late static binding (karneds)
  14. 2.0.3 March 01, 2015
  15. --------------------
  16. - no changes in this release.
  17. 2.0.2 January 11, 2015
  18. ----------------------
  19. - no changes in this release.
  20. 2.0.1 December 07, 2014
  21. -----------------------
  22. - no changes in this release.
  23. 2.0.0 October 12, 2014
  24. ----------------------
  25. - no changes in this release.
  26. 2.0.0-rc September 27, 2014
  27. ---------------------------
  28. - Bug #3438: Fixed support for non-lowercase package names (cebe)
  29. - Chg: Added `yii\composer\Installer::postCreateProject()` and modified the syntax of calling installer methods in composer.json (qiangxue)
  30. 2.0.0-beta April 13, 2014
  31. -------------------------
  32. - Bug #1480: Fixed issue with creating extensions.php when php opcache is enabled (cebe)
  33. - Enh: Added support for installing packages conforming to PSR-4 standard (qiangxue)
  34. 2.0.0-alpha, December 1, 2013
  35. -----------------------------
  36. - Initial release.