diff --git a/updates/0.30/ver_0.316.zip b/updates/0.30/ver_0.316.zip
new file mode 100644
index 0000000..87c88db
Binary files /dev/null and b/updates/0.30/ver_0.316.zip differ
diff --git a/updates/0.30/ver_0.316_manifest.json b/updates/0.30/ver_0.316_manifest.json
new file mode 100644
index 0000000..5f19a8f
--- /dev/null
+++ b/updates/0.30/ver_0.316_manifest.json
@@ -0,0 +1,23 @@
+{
+ "changelog": "FIX - migracja brakujacej kolumny type w pp_shop_products_custom_fields",
+ "version": "0.316",
+ "files": {
+ "added": [
+
+ ],
+ "deleted": [
+
+ ],
+ "modified": [
+
+ ]
+ },
+ "checksum_zip": "sha256:654a3683c0add19d0cb2f87db6f6a45cd4ce08799dd3692c6adacc07666f13b1",
+ "sql": [
+ "ALTER TABLE `pp_shop_products_custom_fields` ADD COLUMN `type` VARCHAR(30) NOT NULL DEFAULT \u0027\u0027 AFTER `name`;"
+ ],
+ "date": "2026-02-23",
+ "directories_deleted": [
+
+ ]
+}
\ No newline at end of file
diff --git a/updates/changelog.php b/updates/changelog.php
index 3f24618..cca2a08 100644
--- a/updates/changelog.php
+++ b/updates/changelog.php
@@ -1,17 +1,20 @@
+ver. 0.316 - 23.02.2026
+FIX - migracja brakujacej kolumny type w pp_shop_products_custom_fields
+
ver. 0.315 - 23.02.2026
FIX - PDOException w listowaniu atrybutow admin (SQLSTATE HY093)
ver. 0.314 - 23.02.2026
-FIX - naprawa globalnej wyszukiwarki admin (Content-Type, Cache-Control, POST, try/catch), NEW - title strony z numerem zamĂłwienia
+FIX - naprawa globalnej wyszukiwarki admin (Content-Type, Cache-Control, POST, try/catch), NEW - title strony z numerem zamĂłwienia
ver. 0.313 - 23.02.2026
-FIX - sync płatności Apilo (int cast na apilo_order_id PPxxxxxx dawał 0) + logowanie decyzji sync do pp_log
+FIX - sync płatności Apilo (int cast na apilo_order_id PPxxxxxx dawał 0) + logowanie decyzji sync do pp_log
ver. 0.312 - 23.02.2026
-FIX - krytyczne bugi integracji Apilo: curl_getinfo po curl_close, nieskoĹ„czona pĂ„â„Ëtla wysyĹ‚ki, ceny 0.00 PLN, walidacja cen
+FIX - krytyczne bugi integracji Apilo: curl_getinfo po curl_close, nieskoÄąĂË€žczona pĂ„ĂË„ËÂtla wysyÄąĂË€ški, ceny 0.00 PLN, walidacja cen
ver. 0.311 - 23.02.2026
-FIX - race condition callback pÄąĂË€šatnoÄąĂË€şci Apilo, persistence filtrĂłw tabel admin, poprawki cen zamĂłwieÄąĂË€ž
+FIX - race condition callback pÄąĂËÂĂ˂¬ĹˇatnoÄąĂËÂĂ˂¬Ĺźci Apilo, persistence filtrĂ„ĂË€šÄąĂË€šw tabel admin, poprawki cen zamĂ„ĂË€šÄąĂË€šwieÄąĂËÂĂ˂¬Ĺľ
ver. 0.310 - 23.02.2026
NEW - Zakladka Logi w sekcji Integracje (podglad pp_log z paginacja, sortowaniem, filtrami)