Fix style of changelogs/readmes

This commit is contained in:
Nicolas Grekas 2021-05-09 18:15:12 +02:00
parent f6ab4b5b26
commit a964554538
19 changed files with 65 additions and 64 deletions

View File

@ -4,7 +4,7 @@ CHANGELOG
5.3 5.3
--- ---
* Add `ResetLoggersWorkerSubscriber` to reset buffered logs in messenger workers * Add `ResetLoggersWorkerSubscriber` to reset buffered logs in messenger workers
5.2.0 5.2.0
----- -----

View File

@ -4,10 +4,10 @@ CHANGELOG
5.3 5.3
--- ---
* Add a new `markAsPublic` method on `NotificationEmail` to change the `importance` context option to null after creation * 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 a new `fragment_uri()` helper to generate the URI of a fragment
* Add support of Bootstrap 5 for form theming * Add support of Bootstrap 5 for form theming
* Add a new `serialize` filter to serialize objects using the Serializer component * Add a new `serialize` filter to serialize objects using the Serializer component
5.2.0 5.2.0
----- -----

View File

@ -1,10 +1,10 @@
CHANGELOG 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 5.2.0
----- -----

View File

@ -4,7 +4,7 @@ CHANGELOG
5.3 5.3
--- ---
* Add support for `X-SES-SOURCE-ARN` * Add support for `X-SES-SOURCE-ARN`
5.1.0 5.1.0
----- -----

View File

@ -34,12 +34,12 @@ $email
This example allow you to set : This example allow you to set :
* templateId * templateId
* params * params
* tags * tags
* headers * headers
* sender.ip * sender.ip
* X-Mailin-Custom * X-Mailin-Custom
For more informations, you can refer to [Sendinblue API documentation](https://developers.sendinblue.com/reference#sendtransacemail). For more informations, you can refer to [Sendinblue API documentation](https://developers.sendinblue.com/reference#sendtransacemail).

View File

@ -11,9 +11,9 @@ ALLMYSMS_DSN=allmysms://LOGIN:APIKEY@default?from=FROM
``` ```
where: where:
- `LOGIN` is your user ID - `LOGIN` is your user ID
- `APIKEY` is your AllMySms API key - `APIKEY` is your AllMySms API key
- `FROM` is your sender (optional, default: 36180) - `FROM` is your sender (optional, default: 36180)
Resources Resources
--------- ---------

View File

@ -11,15 +11,15 @@ GATEWAYAPI_DSN=gatewayapi://TOKEN@default?from=FROM
``` ```
where: where:
- `TOKEN` is API Token (OAuth) - `TOKEN` is API Token (OAuth)
- `FROM` is sender name - `FROM` is sender name
See your account info at https://gatewayapi.com See your account info at https://gatewayapi.com
Resources Resources
--------- ---------
* [Contributing](https://symfony.com/doc/current/contributing/index.html) * [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and * [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls) [send Pull Requests](https://github.com/symfony/symfony/pulls)
in the [main Symfony repository](https://github.com/symfony/symfony) in the [main Symfony repository](https://github.com/symfony/symfony)

View File

@ -11,8 +11,8 @@ GITTER_DSN=gitter://TOKEN@default?room_id=ROOM_ID
``` ```
where: where:
- `TOKEN` is your Gitter token - `TOKEN` is your Gitter token
- `ROOM_ID` is your Gitter room id - `ROOM_ID` is your Gitter room id
Resources Resources
--------- ---------

View File

@ -11,13 +11,13 @@ MESSAGEBIRD_DSN=messagebird://TOKEN@default?from=FROM
``` ```
where: where:
- `TOKEN` is your MessageBird token - `TOKEN` is your MessageBird token
- `FROM` is your sender - `FROM` is your sender
Resources Resources
--------- ---------
* [Contributing](https://symfony.com/doc/current/contributing/index.html) * [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and * [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls) [send Pull Requests](https://github.com/symfony/symfony/pulls)
in the [main Symfony repository](https://github.com/symfony/symfony) in the [main Symfony repository](https://github.com/symfony/symfony)

View File

@ -11,9 +11,9 @@ NEXMO_DSN=nexmo://KEY:SECRET@default?from=FROM
``` ```
where: where:
- `KEY` is your Nexmo key - `KEY` is your Nexmo key
- `SECRET` is your Nexmo secret - `SECRET` is your Nexmo secret
- `FROM` is your sender - `FROM` is your sender
Resources Resources
--------- ---------

View File

@ -11,10 +11,11 @@ OCTOPUSH_DSN=octopush://USERLOGIN:APIKEY@default?from=FROM&type=TYPE
``` ```
where: where:
- `USERLOGIN` is your Octopush email - `USERLOGIN` is your Octopush email
- `APIKEY` is your Octopush token - `APIKEY` is your Octopush token
- `FROM` is your sender - `FROM` is your sender
- `TYPE` is Octopush sms type (`XXX` = SMS LowCost; `FR` = SMS Premium; `WWW` = SMS World) - `TYPE` is Octopush sms type (`XXX` = SMS LowCost; `FR` = SMS Premium; `WWW` = SMS World)
Resources Resources
--------- ---------

View File

@ -11,11 +11,11 @@ OVHCLOUD_DSN=ovhcloud://APPLICATION_KEY:APPLICATION_SECRET@default?consumer_key=
``` ```
where: where:
- `APPLICATION_KEY` is your OvhCloud application key - `APPLICATION_KEY` is your OvhCloud application key
- `APPLICATION_SECRET` is your OvhCloud application secret - `APPLICATION_SECRET` is your OvhCloud application secret
- `CONSUMER_KEY` is your OvhCloud consumer key - `CONSUMER_KEY` is your OvhCloud consumer key
- `SERVICE_NAME` is your OvhCloud service name - `SERVICE_NAME` is your OvhCloud service name
- `SENDER` is your sender (optional) - `SENDER` is your sender (optional)
Resources Resources
--------- ---------

View File

@ -11,8 +11,8 @@ SLACK_DSN=slack://TOKEN@default?channel=CHANNEL
``` ```
where: where:
- `TOKEN` is your Bot User OAuth Access Token (they begin with `xoxb-`) - `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. - `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: valid DSN's are:
``` ```

View File

@ -11,10 +11,10 @@ SMSBIURAS_DSN=smsbiuras://UID:API_KEY@default?from=FROM&test_mode=0
``` ```
where: where:
- `UID` is your client code - `UID` is your client code
- `API_KEY` is your SmsBiuras api key - `API_KEY` is your SmsBiuras api key
- `FROM` is your sender - `FROM` is your sender
- `TEST_MODE` the test parameter is used during system connection testing. - `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) Possible values: 0 (real SMS sent), 1 (test SMS, will not be delivered to the phone and will not be charged)
Resources Resources

View File

@ -11,8 +11,8 @@ TELEGRAM_DSN=telegram://TOKEN@default?channel=CHAT_ID
``` ```
where: where:
- `TOKEN` is your Telegram token - `TOKEN` is your Telegram token
- `CHAT_ID` is your Telegram chat id - `CHAT_ID` is your Telegram chat id
Resources Resources
--------- ---------

View File

@ -11,9 +11,9 @@ TWILIO_DSN=twilio://SID:TOKEN@default?from=FROM
``` ```
where: where:
- `SID` is your Twillio ID - `SID` is your Twillio ID
- `TOKEN` is your Twilio token - `TOKEN` is your Twilio token
- `FROM` is your sender - `FROM` is your sender
Resources Resources
--------- ---------

View File

@ -4,7 +4,7 @@ CHANGELOG
5.2 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 5.0.0
----- -----

View File

@ -4,4 +4,4 @@ CHANGELOG
5.3 5.3
--- ---
* Create the bridge * Create the bridge

View File

@ -12,9 +12,9 @@ CROWDIN_DSN=crowdin://PROJECT_ID:API_TOKEN@default?domain=ORGANIZATION_DOMAIN
``` ```
where: where:
- `PROJECT_ID` is your Crowdin Project ID - `PROJECT_ID` is your Crowdin Project ID
- `API_KEY` is your Personal Access API Token - `API_KEY` is your Personal Access API Token
- `ORGANIZATION_DOMAIN` is your Crowdin Enterprise Organization domain (required only for Crowdin Enterprise usage) - `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) [Generate Personal Access Token on Crowdin](https://support.crowdin.com/account-settings/#api)
@ -23,7 +23,7 @@ where:
Resources Resources
--------- ---------
* [Contributing](https://symfony.com/doc/current/contributing/index.html) * [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and * [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls) [send Pull Requests](https://github.com/symfony/symfony/pulls)
in the [main Symfony repository](https://github.com/symfony/symfony) in the [main Symfony repository](https://github.com/symfony/symfony)