From fd10ad3fb22de3c6522e284c14e0134f493711ed Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Thu, 23 Oct 2025 10:28:58 +0400 Subject: [PATCH 1/3] Init changelog & version 0.7.1p82 --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 5257cbc..a053048 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,5 @@ +## Release 0.7.1p82 du 23/10/2025-10:28 + ## Release 0.7.1p74 du 23/10/2025-10:27 * `4fef3da` corriger le code de retour des fonctions e* From bc0f76e6dc09080a21fbe37da861bdc9a903f397 Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Mon, 27 Oct 2025 18:15:05 +0400 Subject: [PATCH 2/3] bug --- php/src/mail/mailer.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/php/src/mail/mailer.php b/php/src/mail/mailer.php index ac2e9ad..cfdc84d 100644 --- a/php/src/mail/mailer.php +++ b/php/src/mail/mailer.php @@ -173,7 +173,8 @@ class mailer { $tos = str::join(",", $tos); msg::debug("Sending to $tos"); if (!$mailer->send()) { - throw new MailerException("erreur d'envoi du mail", $mailer->ErrorInfo); + throw (new MailerException("erreur d'envoi du mail")) + ->setTechMessage($mailer->ErrorInfo); } } From d2f9563173c75e02a0a474e1b4379c7510ed5a90 Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Tue, 28 Oct 2025 05:34:56 +0400 Subject: [PATCH 3/3] Init changelog & version 0.7.2p74 --- CHANGES.md | 2 ++ VERSION.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index a053048..ef255e5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,5 @@ +## Release 0.7.2p74 du 28/10/2025-05:34 + ## Release 0.7.1p82 du 23/10/2025-10:28 ## Release 0.7.1p74 du 23/10/2025-10:27 diff --git a/VERSION.txt b/VERSION.txt index 39e898a..7486fdb 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.7.1 +0.7.2