diff --git a/VERSION b/VERSION
index 89bdc09..df1fe2f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.3.21
+1.3.22
diff --git a/database/migrations/2026_07_29_230000_move_instances_to_their_own_zone.php b/database/migrations/2026_07_29_230000_move_instances_to_their_own_zone.php
deleted file mode 100644
index d8fc362..0000000
--- a/database/migrations/2026_07_29_230000_move_instances_to_their_own_zone.php
+++ /dev/null
@@ -1,59 +0,0 @@
-whereIn('status', ['active', 'provisioning', 'cancellation_scheduled'])
- ->count();
-
- if ($inService > 0) {
- Log::warning('Instance zone left on '.self::OLD.': '.$inService.' instance(s) in service carry it in DNS, certificates and trusted_domains. Run clupilot:check-zone and plan a window.');
-
- return;
- }
-
- Settings::set('provisioning.dns_zone', self::NEW);
- }
-
- public function down(): void
- {
- if (ProvisioningSettings::dnsZone() === self::NEW) {
- Settings::set('provisioning.dns_zone', self::OLD);
- }
- }
-};
diff --git a/resources/views/components/layouts/site.blade.php b/resources/views/components/layouts/site.blade.php
index 3c69352..ec34e6c 100644
--- a/resources/views/components/layouts/site.blade.php
+++ b/resources/views/components/layouts/site.blade.php
@@ -42,14 +42,14 @@
Produkt
Fixer Preis pro Firma · keine Abrechnung pro Kopf
Was enthalten ist
Sicherheit & Nachweis
Preise
Die Paketübersicht steht gerade nicht zur Verfügung. Wir nennen Ihnen die aktuellen Konditionen gerne direkt.
-Häufige Fragen
@@ -709,7 +709,7 @@ {{-- ════ Close ══════════════════════════════════════════════════════════ The one large accent area. Orange appears in few places on this page, and this is allowed to be all of it. --}} -