From febca6d4412bc79b562f09092c50f668df63dbc0 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 3 Mar 2024 19:16:46 +0100 Subject: [PATCH] Small reword in UPGRADE guide --- UPGRADE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/UPGRADE.md b/UPGRADE.md index 07862ab74..bbb7c3a46 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -16,8 +16,7 @@ If you want to keep previous behavior, pass `QR_CODE_FOR_DISABLED_SHORT_URLS=false` or the equivalent configuration option. * Long URL title resolution is now enabled by default. You can still disable it by passing `AUTO_RESOLVE_TITLES=false` or the equivalent configuration option. * Shlink no longer allows to opt-in for long URL verification. Long URLs are unconditionally considered correct during short URL creation/edition. -* Device long URLs have been migrated to the new Dynamic rule-based redirects system. - All existing short URLs which were using device long URLs will be automatically migrated and continue working as expected, but the API surface has changed. +* Device long URLs have been migrated to the new Dynamic rule-based redirects system and will continue to work as expected, but the API surface has changed. If you use shlink-web-client and rely on this feature when creating/updating short URLs, **DO NOT UPDATE YET**. Support for dynamic rule-based redirects will be added to shlink-web-client soon, in v4.1.0 ### Changes in REST API