Fix custom slugs not being properly imported from bitly

This commit is contained in:
Alejandro Celaya 2024-04-12 22:28:13 +02:00
parent 5e83f301ff
commit 850dde1a06
2 changed files with 2 additions and 1 deletions

View file

@ -40,6 +40,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
* *Nothing*
### Fixed
* [#2095](https://github.com/shlinkio/shlink/issues/2095) Fix custom slugs not being properly imported from bitly
* Fix error when importing short URLs and visits from a Shlink 4.x instance

View file

@ -46,7 +46,7 @@
"shlinkio/shlink-common": "dev-main#3cb0845 as 6.1",
"shlinkio/shlink-config": "^3.0",
"shlinkio/shlink-event-dispatcher": "dev-main#a2a5d6f as 4.1",
"shlinkio/shlink-importer": "^5.3.1",
"shlinkio/shlink-importer": "^5.3.2",
"shlinkio/shlink-installer": "dev-develop#164e23d as 9.1",
"shlinkio/shlink-ip-geolocation": "^4.0",
"shlinkio/shlink-json": "^1.1",