Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

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