ver. 0.290: ShopCoupon + ShopOrder frontend migration to Domain + Controllers
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
BIN
updates/0.20/ver_0.290.zip
Normal file
BIN
updates/0.20/ver_0.290.zip
Normal file
Binary file not shown.
5
updates/0.20/ver_0.290_files.txt
Normal file
5
updates/0.20/ver_0.290_files.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
F: ../autoload/front/controls/class.ShopCoupon.php
|
||||
F: ../autoload/front/factory/class.ShopCoupon.php
|
||||
F: ../autoload/front/controls/class.ShopOrder.php
|
||||
F: ../autoload/front/factory/class.ShopOrder.php
|
||||
F: ../autoload/front/view/class.ShopOrder.php
|
||||
@@ -1,3 +1,9 @@
|
||||
<b>ver. 0.290 - 17.02.2026</b><br />
|
||||
- UPDATE - migracja front\factory\ShopCoupon + front\controls\ShopCoupon do Domain\Coupon\CouponRepository + front\Controllers\ShopCouponController
|
||||
- UPDATE - migracja front\factory\ShopOrder + front\controls\ShopOrder + front\view\ShopOrder do Domain\Order\OrderRepository + front\Controllers\ShopOrderController
|
||||
- FIX - kupony jednorazowe nigdy nie byly oznaczane jako uzyte (is_one_time/set_as_used w shop\Coupon)
|
||||
- FIX - webhooks przelewy24/hotpay ujednolicone z tpay (poprawna obsluga Apilo sync)
|
||||
<hr>
|
||||
<b>ver. 0.289 - 17.02.2026</b><br />
|
||||
- UPDATE - migracja front\factory\ShopCategory + front\view\ShopCategory do Domain\Category\CategoryRepository + front\Views\ShopCategory
|
||||
- UPDATE - migracja front\factory\ShopClient + front\view\ShopClient + front\controls\ShopClient do Domain\Client\ClientRepository + front\Views\ShopClient + front\Controllers\ShopClientController
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?
|
||||
$current_ver = 289;
|
||||
$current_ver = 290;
|
||||
|
||||
for ($i = 1; $i <= $current_ver; $i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user