Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 2.08 KB

File metadata and controls

46 lines (34 loc) · 2.08 KB

Yii3 Web Application Template Change Log

1.4.1 under development

  • Enh #461: Enhance make up and add make open (@samdark)

1.4.0 April 12, 2026

  • New #459: Add explicit Caddyfiles for dev and prod (@samdark)

1.3.0 April 06, 2026

  • Chg #430: Replace deprecated PHP CS Fixer rule set @PER-CS2.0 with @PER-CS (@dbuhonov)
  • Chg #443: Do not write logs to file since that's not needed for both Docker and ./yii serve (@samdark)
  • Chg #447, #450: Allow symfony/console 8 (@samdark)
  • Chg #449: Remove yiisoft/data-response dependency (@vjik)
  • Enh #417: Add .env for development without Docker (@samdark)
  • Enh #448: Add grouping to make help output (@Xakki, @samdark)
  • Enh #449, #457: Update composer dependencies and refactor to replace use of deprecated classes (@vjik)
  • Enh #456: Add "service update paused" case for swarm deployment log parsing (@samdark)

1.2.0 February 20, 2026

  • New #421: Improve prod-deploy error handling so exact error is printed in case of rollback (@samdark)
  • Chg #437: Remove mutation testing (@samdark)
  • Chg #442: Remove roave/security-advisories since Composer handles security advisories natively (@samdark)
  • Enh #424: Refactor Makefile default command help logic (@samdark)
  • Enh #435: Set locale C.UTF-8 in Dockerfile (@vjik)

1.1.0 December 20, 2025

  • New #413, #414: Add Makefile stop goal for stopping Docker containers (@samdark, @vjik)
  • Chg #412: Update structure in src/ directory (@vjik)
  • Enh #399: Improve message for missing or invalid APP_ENV (@samdark)
  • Enh #404: Remove <meta http-equiv="X-UA-Compatible" content="IE=edge"> from layout (@proweb)
  • Enh #412, #420: Update composer dependencies (@vjik)
  • Enh #412: Use relative path for Psalm cache directory (@vjik)
  • Enh #415: Prune unused container and do not detach on make prod-deploy (@samdark)
  • Enh #420: Add PHP 8.5 support (@vjik)
  • Bug #402, #411: Always use only one goal in Makefile (@vjik)
  • Bug #403: Add DI container delegates configuration (@vjik)
  • Bug #409, #410: Fix fake goals in Makefile (@vjik)

1.0.0 August 25, 2025

  • Initial release.