-
Notifications
You must be signed in to change notification settings - Fork 15
Upgrading to 2.x from 1.x
Yorda edited this page Sep 7, 2022
·
1 revision
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:
Added some eager loading when retrieving Short Urls using the following methods.
-
findByIdentifier(string $identifier)
See changes here -
findByHash(string $hash)
See changes here -
findByPlainText(string $plain_text)
See changes here