Skip to content

Upgrading to 2.x from 1.x

Yorda edited this page Sep 7, 2022 · 1 revision

Breaking Changes

Short URL Tracing

You will need to run migrations to pull in the new table short_url_tracings which relates over to short_urls.

This change was done to add support for hidden UTM tracking on Short Urls.

See Related Changes:

ShortUrlTracing Model

ShortUrlTracing Migration

Low Impact Changes

UrlService

Added some eager loading when retrieving Short Urls using the following methods.

Clone this wiki locally