build: ver_0.334 - poprawki bezpieczenstwa, usunieto RedBeanPHP

This commit is contained in:
Jacek
2026-03-12 09:19:33 +01:00
parent b1a15b4895
commit 564b4eab40
5 changed files with 146 additions and 115 deletions

BIN
updates/0.30/ver_0.334.zip Normal file

Binary file not shown.

View File

@@ -0,0 +1 @@
F: ../libraries/rb.php

View File

@@ -0,0 +1,27 @@
{
"changelog": "Poprawki bezpieczenstwa: usunieto debug log tpay, naprawa SQL w IntegrationsRepository, usunieto RedBeanPHP",
"version": "0.334",
"files": {
"added": [
],
"deleted": [
"libraries/rb.php"
],
"modified": [
"admin/index.php",
"autoload/Domain/Integrations/IntegrationsRepository.php",
"autoload/front/Controllers/ShopOrderController.php",
"index.php",
"templates/shop-basket/summary-view.php"
]
},
"checksum_zip": "sha256:c009407c5b941d98b2777b6f7335f6587c93900d02df4441801e314b3deb7fb0",
"sql": [
],
"date": "2026-03-12",
"directories_deleted": [
]
}

File diff suppressed because one or more lines are too long

View File

@@ -1,5 +1,5 @@
<?
$current_ver = 333;
$current_ver = 334;
for ($i = 1; $i <= $current_ver; $i++)
{