ver. 0.291: ShopProducer 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.291.zip
Normal file
BIN
updates/0.20/ver_0.291.zip
Normal file
Binary file not shown.
2
updates/0.20/ver_0.291_files.txt
Normal file
2
updates/0.20/ver_0.291_files.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
F: ../autoload/front/controls/class.ShopProducer.php
|
||||
F: ../autoload/shop/class.Producer.php
|
||||
@@ -1,3 +1,7 @@
|
||||
<b>ver. 0.291 - 17.02.2026</b><br />
|
||||
- UPDATE - migracja front\controls\ShopProducer + shop\Producer do Domain\Producer\ProducerRepository + front\Controllers\ShopProducerController
|
||||
- FIX - bug shop\Producer::__get() referowal nieistniejace $this->data
|
||||
<hr>
|
||||
<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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?
|
||||
$current_ver = 290;
|
||||
$current_ver = 291;
|
||||
|
||||
for ($i = 1; $i <= $current_ver; $i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user