Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

CHANGELOG.md 979B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. Yii Framework 2 composer extension Change Log
  2. =============================================
  3. 2.0.3 March 01, 2015
  4. --------------------
  5. - no changes in this release.
  6. 2.0.2 January 11, 2015
  7. ----------------------
  8. - no changes in this release.
  9. 2.0.1 December 07, 2014
  10. -----------------------
  11. - no changes in this release.
  12. 2.0.0 October 12, 2014
  13. ----------------------
  14. - no changes in this release.
  15. 2.0.0-rc September 27, 2014
  16. ---------------------------
  17. - Bug #3438: Fixed support for non-lowercase package names (cebe)
  18. - Chg: Added `yii\composer\Installer::postCreateProject()` and modified the syntax of calling installer methods in composer.json (qiangxue)
  19. 2.0.0-beta April 13, 2014
  20. -------------------------
  21. - Bug #1480: Fixed issue with creating extensions.php when php opcache is enabled (cebe)
  22. - Enh: Added support for installing packages conforming to PSR-4 standard (qiangxue)
  23. 2.0.0-alpha, December 1, 2013
  24. -----------------------------
  25. - Initial release.