mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-22 15:13:59 -06:00
Updated to latest installer with support for all tracking options
This commit is contained in:
parent
9cff570c45
commit
3535688c3b
@ -50,7 +50,7 @@
|
|||||||
"shlinkio/shlink-config": "^1.0",
|
"shlinkio/shlink-config": "^1.0",
|
||||||
"shlinkio/shlink-event-dispatcher": "^2.1",
|
"shlinkio/shlink-event-dispatcher": "^2.1",
|
||||||
"shlinkio/shlink-importer": "dev-main#39928b6 as 2.3",
|
"shlinkio/shlink-importer": "dev-main#39928b6 as 2.3",
|
||||||
"shlinkio/shlink-installer": "dev-develop#aa50ea9 as 5.5",
|
"shlinkio/shlink-installer": "dev-develop#15cf3b3 as 6.0",
|
||||||
"shlinkio/shlink-ip-geolocation": "^1.5",
|
"shlinkio/shlink-ip-geolocation": "^1.5",
|
||||||
"symfony/console": "^5.1",
|
"symfony/console": "^5.1",
|
||||||
"symfony/filesystem": "^5.1",
|
"symfony/filesystem": "^5.1",
|
||||||
|
@ -27,7 +27,6 @@ return [
|
|||||||
Option\Redirect\BaseUrlRedirectConfigOption::class,
|
Option\Redirect\BaseUrlRedirectConfigOption::class,
|
||||||
Option\Redirect\InvalidShortUrlRedirectConfigOption::class,
|
Option\Redirect\InvalidShortUrlRedirectConfigOption::class,
|
||||||
Option\Redirect\Regular404RedirectConfigOption::class,
|
Option\Redirect\Regular404RedirectConfigOption::class,
|
||||||
Option\DisableTrackParamConfigOption::class,
|
|
||||||
Option\Visit\CheckVisitsThresholdConfigOption::class,
|
Option\Visit\CheckVisitsThresholdConfigOption::class,
|
||||||
Option\Visit\VisitsThresholdConfigOption::class,
|
Option\Visit\VisitsThresholdConfigOption::class,
|
||||||
Option\BasePathConfigOption::class,
|
Option\BasePathConfigOption::class,
|
||||||
@ -40,11 +39,16 @@ return [
|
|||||||
Option\Mercure\MercureInternalUrlConfigOption::class,
|
Option\Mercure\MercureInternalUrlConfigOption::class,
|
||||||
Option\Mercure\MercureJwtSecretConfigOption::class,
|
Option\Mercure\MercureJwtSecretConfigOption::class,
|
||||||
Option\UrlShortener\GeoLiteLicenseKeyConfigOption::class,
|
Option\UrlShortener\GeoLiteLicenseKeyConfigOption::class,
|
||||||
Option\UrlShortener\IpAnonymizationConfigOption::class,
|
|
||||||
Option\UrlShortener\RedirectStatusCodeConfigOption::class,
|
Option\UrlShortener\RedirectStatusCodeConfigOption::class,
|
||||||
Option\UrlShortener\RedirectCacheLifeTimeConfigOption::class,
|
Option\UrlShortener\RedirectCacheLifeTimeConfigOption::class,
|
||||||
Option\UrlShortener\AutoResolveTitlesConfigOption::class,
|
Option\UrlShortener\AutoResolveTitlesConfigOption::class,
|
||||||
Option\UrlShortener\OrphanVisitsTrackingConfigOption::class,
|
Option\Tracking\IpAnonymizationConfigOption::class,
|
||||||
|
Option\Tracking\OrphanVisitsTrackingConfigOption::class,
|
||||||
|
Option\Tracking\DisableTrackParamConfigOption::class,
|
||||||
|
Option\Tracking\DisableTrackingConfigOption::class,
|
||||||
|
Option\Tracking\DisableIpTrackingConfigOption::class,
|
||||||
|
Option\Tracking\DisableReferrerTrackingConfigOption::class,
|
||||||
|
Option\Tracking\DisableUaTrackingConfigOption::class,
|
||||||
],
|
],
|
||||||
|
|
||||||
'installation_commands' => [
|
'installation_commands' => [
|
||||||
|
Loading…
Reference in New Issue
Block a user