From 6a9dc1b38e995e7c68aa30c173ac2545ab95123c Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 1 Jul 2019 12:32:00 +0200 Subject: [PATCH] Removed \"experimental\" notices in some components --- components/http_client.rst | 3 +-- components/mailer.rst | 3 +-- components/mime.rst | 3 +-- mailer.rst | 9 ++------- 4 files changed, 5 insertions(+), 13 deletions(-) diff --git a/components/http_client.rst b/components/http_client.rst index 61da8d14649..06c0ad246d1 100644 --- a/components/http_client.rst +++ b/components/http_client.rst @@ -11,8 +11,7 @@ The HttpClient Component .. versionadded:: 4.3 - The HttpClient component was introduced in Symfony 4.3 and it's still - considered an :doc:`experimental feature `. + The HttpClient component was introduced in Symfony 4.3. Installation ------------ diff --git a/components/mailer.rst b/components/mailer.rst index 032675c2b46..f364eee03be 100644 --- a/components/mailer.rst +++ b/components/mailer.rst @@ -9,8 +9,7 @@ The Mailer Component .. versionadded:: 4.3 - The Mailer component was introduced in Symfony 4.3 and it's still - considered an :doc:`experimental feature `. + The Mailer component was introduced in Symfony 4.3. Installation ------------ diff --git a/components/mime.rst b/components/mime.rst index 820333c1728..b54aa1ab174 100644 --- a/components/mime.rst +++ b/components/mime.rst @@ -11,8 +11,7 @@ The Mime Component .. versionadded:: 4.3 - The Mime component was introduced in Symfony 4.3 and it's still - considered an :doc:`experimental feature `. + The Mime component was introduced in Symfony 4.3. Installation ------------ diff --git a/mailer.rst b/mailer.rst index 3b83c5454ec..5c3655221dd 100644 --- a/mailer.rst +++ b/mailer.rst @@ -3,17 +3,12 @@ Sending Emails with Mailer .. versionadded:: 4.3 - The Mailer component was added in Symfony 4.3 and is currently experimental. - The previous solution - Swift Mailer - is still valid: :doc:`Swift Mailer`. + The Mailer component was introduced in Symfony 4.3. The previous solution, + called Swift Mailer, is still valid: :doc:`Swift Mailer`. Installation ------------ -.. caution:: - - The Mailer component is experimental in Symfony 4.3: some backwards compatibility - breaks could occur before 4.4. - Symfony's Mailer & :doc:`Mime ` components form a *powerful* system for creating and sending emails - complete with support for multipart messages, Twig integration, CSS inlining, file attachments and a lot more. Get them installed with: