mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-19 05:33:52 -06:00
Merge pull request #1417 from acelaya-forks/feature/kutt-import
Updated importer with support for Kutt.it
This commit is contained in:
commit
fe28d6fba0
@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
|
|||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Added
|
### Added
|
||||||
* [#1294](https://github.com/shlinkio/shlink/issues/1294) Allowed to specify a specific domain when importing URLs from YOURLS.
|
* [#1294](https://github.com/shlinkio/shlink/issues/1294) Allowed to specify a specific domain when importing URLs from YOURLS.
|
||||||
|
* [#1416](https://github.com/shlinkio/shlink/issues/1416) Added support to import URLs from Kutt.it.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
* [#1359](https://github.com/shlinkio/shlink/issues/1359) Hidden database commands.
|
* [#1359](https://github.com/shlinkio/shlink/issues/1359) Hidden database commands.
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
"shlinkio/shlink-common": "^4.4",
|
"shlinkio/shlink-common": "^4.4",
|
||||||
"shlinkio/shlink-config": "^1.6",
|
"shlinkio/shlink-config": "^1.6",
|
||||||
"shlinkio/shlink-event-dispatcher": "^2.3",
|
"shlinkio/shlink-event-dispatcher": "^2.3",
|
||||||
"shlinkio/shlink-importer": "dev-main#75d50f9 as 3.0",
|
"shlinkio/shlink-importer": "dev-main#af0e05e as 3.0",
|
||||||
"shlinkio/shlink-installer": "dev-develop#d02f256 as 7.1",
|
"shlinkio/shlink-installer": "dev-develop#d02f256 as 7.1",
|
||||||
"shlinkio/shlink-ip-geolocation": "^2.2",
|
"shlinkio/shlink-ip-geolocation": "^2.2",
|
||||||
"symfony/console": "^6.0",
|
"symfony/console": "^6.0",
|
||||||
|
11
config/autoload/app_options.local.php.dist
Normal file
11
config/autoload/app_options.local.php.dist
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return [
|
||||||
|
|
||||||
|
'app_options' => [
|
||||||
|
'version' => 'latest',
|
||||||
|
],
|
||||||
|
|
||||||
|
];
|
Loading…
Reference in New Issue
Block a user