Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions notifier.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Creating and Sending Notifications

Check failure on line 1 in notifier.rst

View workflow job for this annotation

GitHub Actions / Lint (DOCtor-RST)

The following link definitions aren't used anymore and should be removed: "Seven.io"
==================================

Installation
Expand Down Expand Up @@ -155,9 +155,6 @@
`Sendinblue`_ **Install**: ``composer require symfony/sendinblue-notifier`` \
**DSN**: ``sendinblue://API_KEY@default?sender=PHONE`` \
**Webhook support**: No
`Sms77`_ **Install**: ``composer require symfony/sms77-notifier`` \
**DSN**: ``sms77://API_KEY@default?from=FROM`` \
**Webhook support**: No
`SimpleTextin`_ **Install**: ``composer require symfony/simple-textin-notifier`` \
**DSN**: ``simpletextin://API_KEY@default?from=FROM`` \
**Webhook support**: No
Expand Down Expand Up @@ -225,11 +222,6 @@
via webhooks. See the :doc:`Webhook documentation </webhook>` for more
details.

.. deprecated:: 7.1

The `Sms77`_ integration is deprecated since
Symfony 7.1, use the `Seven.io`_ integration instead.

To enable a texter, add the correct DSN in your ``.env`` file and
configure the ``texter_transports``:

Expand Down Expand Up @@ -387,7 +379,7 @@
**DSN**: ``zulip://EMAIL:TOKEN@HOST?channel=CHANNEL``
====================================== =====================================================================================

.. deprecated:: 7.2

Check failure on line 382 in notifier.rst

View workflow job for this annotation

GitHub Actions / Lint (DOCtor-RST)

Please only provide ".. deprecated::" if the version is greater/equal "8.0"

Check failure on line 382 in notifier.rst

View workflow job for this annotation

GitHub Actions / Lint (DOCtor-RST)

You are not allowed to use version "7.2". Only major version "8" is allowed.

The ``Gitter`` integration was removed in Symfony 7.2 because that service
no longer provides an API.
Expand Down Expand Up @@ -1290,7 +1282,6 @@
.. _`Sinch`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sinch/README.md
.. _`Sipgate`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sipgate/README.md
.. _`Slack`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Slack/README.md
.. _`Sms77`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sms77/README.md
.. _`SmsBiuras`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/SmsBiuras/README.md
.. _`Smsbox`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Smsbox/README.md
.. _`Smsapi`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Smsapi/README.md
Expand Down
Loading