Skip to content

Commit 5a72258

Browse files
committed
chore: update changelog for version 2.0.2 and deprecate HtmlMailer class
1 parent a956041 commit 5a72258

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

debian/changelog

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
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

1117
php-vitexsoftware-ease-html (2.0.0) unstable; urgency=medium
1218

src/Ease/Container.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
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

src/Ease/HtmlMailer.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/Ease/Part.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)