|
1 | 1 | # Yii3 Web Application Template Change Log |
2 | 2 |
|
3 | | -## 1.0.1 under development |
| 3 | +## 1.1.0 December 20, 2025 |
4 | 4 |
|
5 | | -- Enh #415: Prune unused container and do not detach on `make prod-deploy` (@samdark) |
6 | | -- Bug #402, #411: Always use only one goal in Makefile (@vjik) |
7 | | -- Bug #409, #410: Fix fake goals in Makefile (@vjik) |
8 | | -- Bug #403: Add DI container delegates configuration (@vjik) |
| 5 | +- New #413, #414: Add Makefile `stop` goal for stopping Docker containers (@samdark, @vjik) |
| 6 | +- Chg #412: Update structure in `src/` directory (@vjik) |
9 | 7 | - Enh #399: Improve message for missing or invalid APP_ENV (@samdark) |
10 | 8 | - Enh #404: Remove `<meta http-equiv="X-UA-Compatible" content="IE=edge">` from layout (@proweb) |
11 | 9 | - Enh #412, #420: Update composer dependencies (@vjik) |
12 | 10 | - Enh #412: Use relative path for Psalm cache directory (@vjik) |
13 | | -- Chg #412: Update structure in `src/` directory (@vjik) |
14 | | -- New #413, #414: Add Makefile `stop` goal for stopping Docker containers (@samdark, @vjik) |
| 11 | +- Enh #415: Prune unused container and do not detach on `make prod-deploy` (@samdark) |
15 | 12 | - Enh #420: Add PHP 8.5 support (@vjik) |
| 13 | +- Bug #402, #411: Always use only one goal in Makefile (@vjik) |
| 14 | +- Bug #403: Add DI container delegates configuration (@vjik) |
| 15 | +- Bug #409, #410: Fix fake goals in Makefile (@vjik) |
16 | 16 |
|
17 | 17 | ## 1.0.0 August 25, 2025 |
18 | 18 |
|
|
0 commit comments