ver. 0.288: BasketCalculator + ShopBasketController migration, cms\Layout removal
- Migrate front\factory\ShopBasket → Domain\Basket\BasketCalculator (4 static methods, 18 callers updated) - Migrate front\controls\ShopBasket → front\Controllers\ShopBasketController (camelCase, instance methods) - Add snake_case→camelCase action dispatch for new controllers in Site::route() - Update title()/page_title() to check front\Controllers\ before fallback - Remove cms\Layout class (replaced by $layoutsRepo->find()) - Add 8 tests for BasketCalculator (484 tests, 1528 assertions) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -18,16 +18,16 @@ Aktualizacje znajdują się w folderze `updates/0.XX/` gdzie XX oznacza dziesią
|
||||
|
||||
## Procedura tworzenia nowej aktualizacji
|
||||
|
||||
## Status biezacej aktualizacji (ver. 0.287)
|
||||
## Status biezacej aktualizacji (ver. 0.288)
|
||||
|
||||
- Wersja udostepniona: `0.287` (data: 2026-02-17).
|
||||
- Wersja udostepniona: `0.288` (data: 2026-02-17).
|
||||
- Pliki publikacyjne:
|
||||
- `updates/0.20/ver_0.287.zip`, `ver_0.287_files.txt`
|
||||
- `updates/0.20/ver_0.288.zip`, `ver_0.288_files.txt`
|
||||
- Pliki metadanych aktualizacji:
|
||||
- `updates/changelog.php` (dodany wpis `ver. 0.287`)
|
||||
- `updates/versions.php` (`$current_ver = 287`)
|
||||
- `updates/changelog.php` (dodany wpis `ver. 0.288`)
|
||||
- `updates/versions.php` (`$current_ver = 288`)
|
||||
- Weryfikacja testow przed publikacja:
|
||||
- `OK (476 tests, 1512 assertions)`
|
||||
- `OK (484 tests, 1528 assertions)`
|
||||
|
||||
### 1. Określ numer wersji
|
||||
Sprawdź ostatnią wersję w `updates/` i zwiększ o 1.
|
||||
|
||||
Reference in New Issue
Block a user