File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- php-vitexsoftware-ease-html (2.0.1) UNRELEASED; urgency=medium
1+ php-vitexsoftware-ease-html (2.0.2) UNRELEASED; urgency=medium
2+
3+ * HtmlMailer deprecation
4+
5+ -- vitex <info@vitexsoftware.cz> Sat, 14 Mar 2026 22:31:00 +0100
6+
7+ php-vitexsoftware-ease-html (2.0.1) unstable; urgency=medium
28
39 * Migrace na Debian PHP autoloader systém - Aktualizován
410 debian/README.Debian s instrukcemi pro Debian autoloader - Přechod z
511 vendor/autoload.php na /usr/share/php/*/autoload.php - Využití pkg-
612 php-tools a phpab pro generování autoloaderu - Dokumentace pro
713 migraci existujících aplikací
814
9- -- vitex <info@vitexsoftware.cz> Thu, 05 Mar 2026 18:44:27 +0100
15+ -- vitex <info@vitexsoftware.cz> Sat, 14 Mar 2026 22:30:45 +0100
1016
1117php-vitexsoftware-ease-html (2.0.0) unstable; urgency=medium
1218
Original file line number Diff line number Diff line change 3232 * @method bool finalized(?bool $state = null) Get/Set finalization flag
3333 * @method bool setEmbedName(string $embedName) Notify component about its embed name
3434 */
35- class Container extends Sand implements Embedable
35+ class Container extends Sand implements \Stringable, Embedable
3636{
3737 use Glue;
3838
Original file line number Diff line number Diff line change @@ -93,6 +93,8 @@ class HtmlMailer extends Document
9393 /**
9494 * Ease Mail - compiles and sends.
9595 *
96+ * @deprecated use https://symfony.com/doc/current/mailer.html instead
97+ *
9698 * @param string $emailAddress address
9799 * @param string $mailSubject subject
98100 * @param mixed $emailContents body - any mix of text and EaseObjects
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ public static function jQueryze(): void
9999 {
100100 WebPage::singleton ()->includeJavaScript (
101101 WebPage::singleton ()->jqueryJavaScript ,
102- '0 '
102+ '0 ' ,
103103 );
104104 }
105105
You can’t perform that action at this time.
0 commit comments