diff --git a/.updateignore b/.updateignore
index e9b7236..bbbc8c7 100644
--- a/.updateignore
+++ b/.updateignore
@@ -44,3 +44,7 @@ cron/temp/
# IDE
.vscode/
+.serena/
+
+# Cache testów
+.phpunit.result.cache
diff --git a/updates/0.30/ver_0.308.zip b/updates/0.30/ver_0.308.zip
new file mode 100644
index 0000000..016b7d2
Binary files /dev/null and b/updates/0.30/ver_0.308.zip differ
diff --git a/updates/0.30/ver_0.308_manifest.json b/updates/0.30/ver_0.308_manifest.json
new file mode 100644
index 0000000..fd6790f
--- /dev/null
+++ b/updates/0.30/ver_0.308_manifest.json
@@ -0,0 +1,26 @@
+{
+ "changelog": "NEW - kolorowe badge statusow zamowien, walidacja hex, sanityzacja HTML transport, optymalizacja SQL",
+ "version": "0.308",
+ "files": {
+ "added": [
+
+ ],
+ "deleted": [
+
+ ],
+ "modified": [
+ "admin/templates/components/table-list.php",
+ "autoload/Domain/Order/OrderAdminService.php",
+ "autoload/Domain/Order/OrderRepository.php",
+ "autoload/admin/Controllers/ShopOrderController.php"
+ ]
+ },
+ "checksum_zip": "sha256:01bd6e18f737db848913f334a7af78aef729d37b741803f3cbacb7e379969d0e",
+ "sql": [
+
+ ],
+ "date": "2026-02-22",
+ "directories_deleted": [
+
+ ]
+}
\ No newline at end of file
diff --git a/updates/changelog.php b/updates/changelog.php
index 441f005..ce12abb 100644
--- a/updates/changelog.php
+++ b/updates/changelog.php
@@ -1,3 +1,9 @@
+ver. 0.308 - 22.02.2026
+NEW - kolorowe badge statusow zamowien, walidacja hex, sanityzacja HTML transport, optymalizacja SQL
+