build: rebuild update packages v0.304, v0.305 with fixed .updateignore

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-22 17:16:26 +01:00
parent 4e6962a569
commit c082c72dc1
5 changed files with 150 additions and 161 deletions

View File

@@ -1,23 +1,26 @@
{
"version": "0.304",
"date": "2026-02-22",
"checksum_zip": "sha256:98199d033813aadab54cbd6cb495218df5df8f7bc5467ddfb132e7e139aff893",
"files": {
"added": [
"updates/0.30/ver_0.303.zip",
"updates/0.30/ver_0.303_manifest.json"
],
"modified": [
"autoload/Domain/PaymentMethod/PaymentMethodRepository.php",
"autoload/admin/Controllers/ShopPaymentMethodController.php",
"templates/shop-basket/basket-payments-methods.php"
],
"deleted": []
},
"directories_deleted": [],
"sql": [
"ALTER TABLE pp_shop_payment_methods ADD COLUMN min_order_amount DECIMAL(10,2) DEFAULT NULL;",
"ALTER TABLE pp_shop_payment_methods ADD COLUMN max_order_amount DECIMAL(10,2) DEFAULT NULL;"
],
"changelog": "NEW - konfigurowalne limity kwotowe metod platnosci (min/max kwota zamowienia)"
"changelog": "NEW - konfigurowalne limity kwotowe metod platnosci (min/max kwota zamowienia)",
"version": "0.304",
"files": {
"added": [
],
"deleted": [
],
"modified": [
"autoload/Domain/PaymentMethod/PaymentMethodRepository.php",
"autoload/admin/Controllers/ShopPaymentMethodController.php",
"templates/shop-basket/basket-payments-methods.php"
]
},
"checksum_zip": "sha256:86ce0ba4f6e46c380b1cfcefe2d5b206aa9bf26f25e62661d1fac3144fa35f07",
"sql": [
"ALTER TABLE pp_shop_payment_methods ADD COLUMN min_order_amount DECIMAL(10,2) DEFAULT NULL;",
"ALTER TABLE pp_shop_payment_methods ADD COLUMN max_order_amount DECIMAL(10,2) DEFAULT NULL;"
],
"date": "2026-02-22",
"directories_deleted": [
]
}