From a964554538379a6d656b815ad2db93648a099716 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Sun, 9 May 2021 18:15:12 +0200 Subject: [PATCH] Fix style of changelogs/readmes --- src/Symfony/Bridge/Monolog/CHANGELOG.md | 2 +- src/Symfony/Bridge/Twig/CHANGELOG.md | 8 ++++---- src/Symfony/Bundle/TwigBundle/CHANGELOG.md | 6 +++--- .../Component/Mailer/Bridge/Amazon/CHANGELOG.md | 2 +- .../Component/Mailer/Bridge/Sendinblue/README.md | 12 ++++++------ .../Component/Notifier/Bridge/AllMySms/README.md | 6 +++--- .../Component/Notifier/Bridge/GatewayApi/README.md | 12 ++++++------ .../Component/Notifier/Bridge/Gitter/README.md | 4 ++-- .../Notifier/Bridge/MessageBird/README.md | 12 ++++++------ .../Component/Notifier/Bridge/Nexmo/README.md | 6 +++--- .../Component/Notifier/Bridge/Octopush/README.md | 9 +++++---- .../Component/Notifier/Bridge/OvhCloud/README.md | 10 +++++----- .../Component/Notifier/Bridge/Slack/README.md | 4 ++-- .../Component/Notifier/Bridge/SmsBiuras/README.md | 8 ++++---- .../Component/Notifier/Bridge/Telegram/README.md | 4 ++-- .../Component/Notifier/Bridge/Twilio/README.md | 6 +++--- src/Symfony/Component/Stopwatch/CHANGELOG.md | 2 +- .../Translation/Bridge/Crowdin/CHANGELOG.md | 2 +- .../Component/Translation/Bridge/Crowdin/README.md | 14 +++++++------- 19 files changed, 65 insertions(+), 64 deletions(-) diff --git a/src/Symfony/Bridge/Monolog/CHANGELOG.md b/src/Symfony/Bridge/Monolog/CHANGELOG.md index 0784df8359..072b742a5f 100644 --- a/src/Symfony/Bridge/Monolog/CHANGELOG.md +++ b/src/Symfony/Bridge/Monolog/CHANGELOG.md @@ -4,7 +4,7 @@ CHANGELOG 5.3 --- -* Add `ResetLoggersWorkerSubscriber` to reset buffered logs in messenger workers + * Add `ResetLoggersWorkerSubscriber` to reset buffered logs in messenger workers 5.2.0 ----- diff --git a/src/Symfony/Bridge/Twig/CHANGELOG.md b/src/Symfony/Bridge/Twig/CHANGELOG.md index 00533c18cd..16ce6d86a1 100644 --- a/src/Symfony/Bridge/Twig/CHANGELOG.md +++ b/src/Symfony/Bridge/Twig/CHANGELOG.md @@ -4,10 +4,10 @@ CHANGELOG 5.3 --- -* Add a new `markAsPublic` method on `NotificationEmail` to change the `importance` context option to null after creation -* Add a new `fragment_uri()` helper to generate the URI of a fragment -* Add support of Bootstrap 5 for form theming -* Add a new `serialize` filter to serialize objects using the Serializer component + * Add a new `markAsPublic` method on `NotificationEmail` to change the `importance` context option to null after creation + * Add a new `fragment_uri()` helper to generate the URI of a fragment + * Add support of Bootstrap 5 for form theming + * Add a new `serialize` filter to serialize objects using the Serializer component 5.2.0 ----- diff --git a/src/Symfony/Bundle/TwigBundle/CHANGELOG.md b/src/Symfony/Bundle/TwigBundle/CHANGELOG.md index b1642ea1af..83a6cccf96 100644 --- a/src/Symfony/Bundle/TwigBundle/CHANGELOG.md +++ b/src/Symfony/Bundle/TwigBundle/CHANGELOG.md @@ -1,10 +1,10 @@ CHANGELOG ========= -5.3.0 ------ +5.3 +--- -* Added support for the new `serialize` filter (from Twig Bridge) + * Add support for the new `serialize` filter (from Twig Bridge) 5.2.0 ----- diff --git a/src/Symfony/Component/Mailer/Bridge/Amazon/CHANGELOG.md b/src/Symfony/Component/Mailer/Bridge/Amazon/CHANGELOG.md index 1b01f99f1d..67a52bd946 100644 --- a/src/Symfony/Component/Mailer/Bridge/Amazon/CHANGELOG.md +++ b/src/Symfony/Component/Mailer/Bridge/Amazon/CHANGELOG.md @@ -4,7 +4,7 @@ CHANGELOG 5.3 --- -* Add support for `X-SES-SOURCE-ARN` + * Add support for `X-SES-SOURCE-ARN` 5.1.0 ----- diff --git a/src/Symfony/Component/Mailer/Bridge/Sendinblue/README.md b/src/Symfony/Component/Mailer/Bridge/Sendinblue/README.md index 29f398a4d4..2f19d94a92 100644 --- a/src/Symfony/Component/Mailer/Bridge/Sendinblue/README.md +++ b/src/Symfony/Component/Mailer/Bridge/Sendinblue/README.md @@ -34,12 +34,12 @@ $email This example allow you to set : -* templateId -* params -* tags -* headers - * sender.ip - * X-Mailin-Custom + * templateId + * params + * tags + * headers + * sender.ip + * X-Mailin-Custom For more informations, you can refer to [Sendinblue API documentation](https://developers.sendinblue.com/reference#sendtransacemail). diff --git a/src/Symfony/Component/Notifier/Bridge/AllMySms/README.md b/src/Symfony/Component/Notifier/Bridge/AllMySms/README.md index 0a3beb9313..0bb81cd9f4 100644 --- a/src/Symfony/Component/Notifier/Bridge/AllMySms/README.md +++ b/src/Symfony/Component/Notifier/Bridge/AllMySms/README.md @@ -11,9 +11,9 @@ ALLMYSMS_DSN=allmysms://LOGIN:APIKEY@default?from=FROM ``` where: -- `LOGIN` is your user ID -- `APIKEY` is your AllMySms API key -- `FROM` is your sender (optional, default: 36180) + - `LOGIN` is your user ID + - `APIKEY` is your AllMySms API key + - `FROM` is your sender (optional, default: 36180) Resources --------- diff --git a/src/Symfony/Component/Notifier/Bridge/GatewayApi/README.md b/src/Symfony/Component/Notifier/Bridge/GatewayApi/README.md index d01f2df87f..fb242fe1ef 100644 --- a/src/Symfony/Component/Notifier/Bridge/GatewayApi/README.md +++ b/src/Symfony/Component/Notifier/Bridge/GatewayApi/README.md @@ -11,15 +11,15 @@ GATEWAYAPI_DSN=gatewayapi://TOKEN@default?from=FROM ``` where: -- `TOKEN` is API Token (OAuth) -- `FROM` is sender name + - `TOKEN` is API Token (OAuth) + - `FROM` is sender name See your account info at https://gatewayapi.com Resources --------- -* [Contributing](https://symfony.com/doc/current/contributing/index.html) -* [Report issues](https://github.com/symfony/symfony/issues) and - [send Pull Requests](https://github.com/symfony/symfony/pulls) - in the [main Symfony repository](https://github.com/symfony/symfony) + * [Contributing](https://symfony.com/doc/current/contributing/index.html) + * [Report issues](https://github.com/symfony/symfony/issues) and + [send Pull Requests](https://github.com/symfony/symfony/pulls) + in the [main Symfony repository](https://github.com/symfony/symfony) diff --git a/src/Symfony/Component/Notifier/Bridge/Gitter/README.md b/src/Symfony/Component/Notifier/Bridge/Gitter/README.md index bd318be6ed..a29b9d64f1 100644 --- a/src/Symfony/Component/Notifier/Bridge/Gitter/README.md +++ b/src/Symfony/Component/Notifier/Bridge/Gitter/README.md @@ -11,8 +11,8 @@ GITTER_DSN=gitter://TOKEN@default?room_id=ROOM_ID ``` where: -- `TOKEN` is your Gitter token -- `ROOM_ID` is your Gitter room id + - `TOKEN` is your Gitter token + - `ROOM_ID` is your Gitter room id Resources --------- diff --git a/src/Symfony/Component/Notifier/Bridge/MessageBird/README.md b/src/Symfony/Component/Notifier/Bridge/MessageBird/README.md index ea0ef76cab..3437237501 100644 --- a/src/Symfony/Component/Notifier/Bridge/MessageBird/README.md +++ b/src/Symfony/Component/Notifier/Bridge/MessageBird/README.md @@ -11,13 +11,13 @@ MESSAGEBIRD_DSN=messagebird://TOKEN@default?from=FROM ``` where: -- `TOKEN` is your MessageBird token -- `FROM` is your sender + - `TOKEN` is your MessageBird token + - `FROM` is your sender Resources --------- -* [Contributing](https://symfony.com/doc/current/contributing/index.html) -* [Report issues](https://github.com/symfony/symfony/issues) and - [send Pull Requests](https://github.com/symfony/symfony/pulls) - in the [main Symfony repository](https://github.com/symfony/symfony) + * [Contributing](https://symfony.com/doc/current/contributing/index.html) + * [Report issues](https://github.com/symfony/symfony/issues) and + [send Pull Requests](https://github.com/symfony/symfony/pulls) + in the [main Symfony repository](https://github.com/symfony/symfony) diff --git a/src/Symfony/Component/Notifier/Bridge/Nexmo/README.md b/src/Symfony/Component/Notifier/Bridge/Nexmo/README.md index 126490a622..384b8c5b57 100644 --- a/src/Symfony/Component/Notifier/Bridge/Nexmo/README.md +++ b/src/Symfony/Component/Notifier/Bridge/Nexmo/README.md @@ -11,9 +11,9 @@ NEXMO_DSN=nexmo://KEY:SECRET@default?from=FROM ``` where: -- `KEY` is your Nexmo key -- `SECRET` is your Nexmo secret -- `FROM` is your sender + - `KEY` is your Nexmo key + - `SECRET` is your Nexmo secret + - `FROM` is your sender Resources --------- diff --git a/src/Symfony/Component/Notifier/Bridge/Octopush/README.md b/src/Symfony/Component/Notifier/Bridge/Octopush/README.md index e025aed747..cbee6b5318 100644 --- a/src/Symfony/Component/Notifier/Bridge/Octopush/README.md +++ b/src/Symfony/Component/Notifier/Bridge/Octopush/README.md @@ -11,10 +11,11 @@ OCTOPUSH_DSN=octopush://USERLOGIN:APIKEY@default?from=FROM&type=TYPE ``` where: -- `USERLOGIN` is your Octopush email -- `APIKEY` is your Octopush token -- `FROM` is your sender -- `TYPE` is Octopush sms type (`XXX` = SMS LowCost; `FR` = SMS Premium; `WWW` = SMS World) + - `USERLOGIN` is your Octopush email + - `APIKEY` is your Octopush token + - `FROM` is your sender + - `TYPE` is Octopush sms type (`XXX` = SMS LowCost; `FR` = SMS Premium; `WWW` = SMS World) + Resources --------- diff --git a/src/Symfony/Component/Notifier/Bridge/OvhCloud/README.md b/src/Symfony/Component/Notifier/Bridge/OvhCloud/README.md index 9d9fee802d..6614580f04 100644 --- a/src/Symfony/Component/Notifier/Bridge/OvhCloud/README.md +++ b/src/Symfony/Component/Notifier/Bridge/OvhCloud/README.md @@ -11,11 +11,11 @@ OVHCLOUD_DSN=ovhcloud://APPLICATION_KEY:APPLICATION_SECRET@default?consumer_key= ``` where: -- `APPLICATION_KEY` is your OvhCloud application key -- `APPLICATION_SECRET` is your OvhCloud application secret -- `CONSUMER_KEY` is your OvhCloud consumer key -- `SERVICE_NAME` is your OvhCloud service name -- `SENDER` is your sender (optional) + - `APPLICATION_KEY` is your OvhCloud application key + - `APPLICATION_SECRET` is your OvhCloud application secret + - `CONSUMER_KEY` is your OvhCloud consumer key + - `SERVICE_NAME` is your OvhCloud service name + - `SENDER` is your sender (optional) Resources --------- diff --git a/src/Symfony/Component/Notifier/Bridge/Slack/README.md b/src/Symfony/Component/Notifier/Bridge/Slack/README.md index 518c843ca2..43f81d8635 100644 --- a/src/Symfony/Component/Notifier/Bridge/Slack/README.md +++ b/src/Symfony/Component/Notifier/Bridge/Slack/README.md @@ -11,8 +11,8 @@ SLACK_DSN=slack://TOKEN@default?channel=CHANNEL ``` where: -- `TOKEN` is your Bot User OAuth Access Token (they begin with `xoxb-`) -- `CHANNEL` is a channel, private group, or IM channel to send message to, it can be an encoded ID, or a name. + - `TOKEN` is your Bot User OAuth Access Token (they begin with `xoxb-`) + - `CHANNEL` is a channel, private group, or IM channel to send message to, it can be an encoded ID, or a name. valid DSN's are: ``` diff --git a/src/Symfony/Component/Notifier/Bridge/SmsBiuras/README.md b/src/Symfony/Component/Notifier/Bridge/SmsBiuras/README.md index 722db8fd66..59ba2ca47b 100644 --- a/src/Symfony/Component/Notifier/Bridge/SmsBiuras/README.md +++ b/src/Symfony/Component/Notifier/Bridge/SmsBiuras/README.md @@ -11,10 +11,10 @@ SMSBIURAS_DSN=smsbiuras://UID:API_KEY@default?from=FROM&test_mode=0 ``` where: -- `UID` is your client code -- `API_KEY` is your SmsBiuras api key -- `FROM` is your sender -- `TEST_MODE` the test parameter is used during system connection testing. + - `UID` is your client code + - `API_KEY` is your SmsBiuras api key + - `FROM` is your sender + - `TEST_MODE` the test parameter is used during system connection testing. Possible values: 0 (real SMS sent), 1 (test SMS, will not be delivered to the phone and will not be charged) Resources diff --git a/src/Symfony/Component/Notifier/Bridge/Telegram/README.md b/src/Symfony/Component/Notifier/Bridge/Telegram/README.md index 9bd101f6ca..e79e73450c 100644 --- a/src/Symfony/Component/Notifier/Bridge/Telegram/README.md +++ b/src/Symfony/Component/Notifier/Bridge/Telegram/README.md @@ -11,8 +11,8 @@ TELEGRAM_DSN=telegram://TOKEN@default?channel=CHAT_ID ``` where: -- `TOKEN` is your Telegram token -- `CHAT_ID` is your Telegram chat id + - `TOKEN` is your Telegram token + - `CHAT_ID` is your Telegram chat id Resources --------- diff --git a/src/Symfony/Component/Notifier/Bridge/Twilio/README.md b/src/Symfony/Component/Notifier/Bridge/Twilio/README.md index 39f2afc5e5..cd1c67f3cb 100644 --- a/src/Symfony/Component/Notifier/Bridge/Twilio/README.md +++ b/src/Symfony/Component/Notifier/Bridge/Twilio/README.md @@ -11,9 +11,9 @@ TWILIO_DSN=twilio://SID:TOKEN@default?from=FROM ``` where: -- `SID` is your Twillio ID -- `TOKEN` is your Twilio token -- `FROM` is your sender + - `SID` is your Twillio ID + - `TOKEN` is your Twilio token + - `FROM` is your sender Resources --------- diff --git a/src/Symfony/Component/Stopwatch/CHANGELOG.md b/src/Symfony/Component/Stopwatch/CHANGELOG.md index e047001f0e..f2fd7d0f03 100644 --- a/src/Symfony/Component/Stopwatch/CHANGELOG.md +++ b/src/Symfony/Component/Stopwatch/CHANGELOG.md @@ -4,7 +4,7 @@ CHANGELOG 5.2 --- -* Add `name` argument to the `StopWatchEvent` constructor, accessible via a new `StopwatchEvent::getName()` + * Add `name` argument to the `StopWatchEvent` constructor, accessible via a new `StopwatchEvent::getName()` 5.0.0 ----- diff --git a/src/Symfony/Component/Translation/Bridge/Crowdin/CHANGELOG.md b/src/Symfony/Component/Translation/Bridge/Crowdin/CHANGELOG.md index bf27ce9c5e..bbb9efcaeb 100644 --- a/src/Symfony/Component/Translation/Bridge/Crowdin/CHANGELOG.md +++ b/src/Symfony/Component/Translation/Bridge/Crowdin/CHANGELOG.md @@ -4,4 +4,4 @@ CHANGELOG 5.3 --- -* Create the bridge + * Create the bridge diff --git a/src/Symfony/Component/Translation/Bridge/Crowdin/README.md b/src/Symfony/Component/Translation/Bridge/Crowdin/README.md index b55477506d..e287b89d44 100644 --- a/src/Symfony/Component/Translation/Bridge/Crowdin/README.md +++ b/src/Symfony/Component/Translation/Bridge/Crowdin/README.md @@ -12,9 +12,9 @@ CROWDIN_DSN=crowdin://PROJECT_ID:API_TOKEN@default?domain=ORGANIZATION_DOMAIN ``` where: -- `PROJECT_ID` is your Crowdin Project ID -- `API_KEY` is your Personal Access API Token -- `ORGANIZATION_DOMAIN` is your Crowdin Enterprise Organization domain (required only for Crowdin Enterprise usage) + - `PROJECT_ID` is your Crowdin Project ID + - `API_KEY` is your Personal Access API Token + - `ORGANIZATION_DOMAIN` is your Crowdin Enterprise Organization domain (required only for Crowdin Enterprise usage) [Generate Personal Access Token on Crowdin](https://support.crowdin.com/account-settings/#api) @@ -23,7 +23,7 @@ where: Resources --------- -* [Contributing](https://symfony.com/doc/current/contributing/index.html) -* [Report issues](https://github.com/symfony/symfony/issues) and - [send Pull Requests](https://github.com/symfony/symfony/pulls) - in the [main Symfony repository](https://github.com/symfony/symfony) + * [Contributing](https://symfony.com/doc/current/contributing/index.html) + * [Report issues](https://github.com/symfony/symfony/issues) and + [send Pull Requests](https://github.com/symfony/symfony/pulls) + in the [main Symfony repository](https://github.com/symfony/symfony)