build: ver_0.339 - refactoring ApiloRepository
This commit is contained in:
BIN
updates/0.30/ver_0.339.zip
Normal file
BIN
updates/0.30/ver_0.339.zip
Normal file
Binary file not shown.
27
updates/0.30/ver_0.339_manifest.json
Normal file
27
updates/0.30/ver_0.339_manifest.json
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"changelog": "Refactoring: wydzielenie ApiloRepository z IntegrationsRepository",
|
||||||
|
"version": "0.339",
|
||||||
|
"files": {
|
||||||
|
"added": [
|
||||||
|
"autoload/Domain/Integrations/ApiloRepository.php"
|
||||||
|
],
|
||||||
|
"deleted": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"modified": [
|
||||||
|
"autoload/Domain/Integrations/IntegrationsRepository.php",
|
||||||
|
"autoload/Domain/Order/OrderAdminService.php",
|
||||||
|
"autoload/admin/App.php",
|
||||||
|
"autoload/admin/Controllers/IntegrationsController.php",
|
||||||
|
"cron.php"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"checksum_zip": "sha256:dd1dc29b6461b4c4abde7121584155f296e0a3398479d19cecb5ffe927340c17",
|
||||||
|
"sql": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"date": "2026-03-12",
|
||||||
|
"directories_deleted": [
|
||||||
|
|
||||||
|
]
|
||||||
|
}
|
||||||
File diff suppressed because one or more lines are too long
@@ -1,5 +1,5 @@
|
|||||||
<?
|
<?
|
||||||
$current_ver = 338;
|
$current_ver = 339;
|
||||||
|
|
||||||
for ($i = 1; $i <= $current_ver; $i++)
|
for ($i = 1; $i <= $current_ver; $i++)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user