mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Refactor GUS info
This commit is contained in:
parent
640ef9729c
commit
545a22ea62
1 changed files with 2 additions and 15 deletions
|
|
@ -31,22 +31,9 @@ final class InformAboutGUSCommand extends Command
|
||||||
{
|
{
|
||||||
$style = new SymfonyStyle($input, $output);
|
$style = new SymfonyStyle($input, $output);
|
||||||
|
|
||||||
$style->note(
|
$style->info('To inform you about important updates and security patches, Sylius might send non-sensitive data(hostname, user-agent, locale, environment [prod/dev/test]), Sylius version, date of last contact) to our servers. An instruction on how to withdraw consent to this data collection is available in the Sylius documentation.');
|
||||||
[
|
|
||||||
'For purely statistical purposes and in order to inform you about important updates and security patches, Sylius might send non-sensitive data to our servers. We send:',
|
|
||||||
'* Hostname',
|
|
||||||
'* User-agent',
|
|
||||||
'* Locale',
|
|
||||||
'* Environment (test, dev or prod)',
|
|
||||||
'* Currently used Sylius version',
|
|
||||||
'* Date of the last contact',
|
|
||||||
'If you do not consent please follow this cookbook article:',
|
|
||||||
'https://docs.sylius.com/en/latest/cookbook/configuration/disabling-admin-notifications.html',
|
|
||||||
'That being said, every time we get a notification about a new site deployed with Sylius, it brings a huge smile to our faces and motivates us to continue our Open Source work.',
|
|
||||||
],
|
|
||||||
);
|
|
||||||
|
|
||||||
return 0;
|
return Command::SUCCESS;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue