ver. 0.294: Remove all 12 legacy autoload/shop/ classes (~2363 lines)
Complete Domain-Driven Architecture migration: - Phase 1-4: Transport, ProductSet, Coupon, Shop, Search, Basket, ProductCustomField, Category, ProductAttribute, Promotion - Phase 5: Order (~562 lines) + Product (~952 lines) - ~20 Product methods migrated to ProductRepository - Apilo sync migrated to OrderAdminService - Production hotfixes: stale Redis cache (prices 0.00), unqualified Product:: refs in LayoutEngine, object->array template conversion - AttributeRepository::getAttributeValueById() Redis cache added 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.293)
|
||||
## Status biezacej aktualizacji (ver. 0.294)
|
||||
|
||||
- Wersja udostepniona: `0.293` (data: 2026-02-17).
|
||||
- Wersja udostepniona: `0.294` (data: 2026-02-18).
|
||||
- Pliki publikacyjne:
|
||||
- `temp/update_build/ver_0.293.zip`, `ver_0.293_files.txt`
|
||||
- `temp/update_build/ver_0.294.zip`, `ver_0.294_files.txt`
|
||||
- Pliki metadanych aktualizacji:
|
||||
- `updates/changelog.php` (dodany wpis `ver. 0.293`)
|
||||
- `updates/versions.php` (`$current_ver = 293`)
|
||||
- `updates/changelog.php` (dodany wpis `ver. 0.294`)
|
||||
- `updates/versions.php` (`$current_ver = 294`)
|
||||
- Weryfikacja testow przed publikacja:
|
||||
- `OK (610 tests, 1816 assertions)`
|
||||
- `OK (610 tests, 1817 assertions)`
|
||||
|
||||
### 1. Określ numer wersji
|
||||
Sprawdź ostatnią wersję w `updates/` i zwiększ o 1.
|
||||
|
||||
Reference in New Issue
Block a user