From 2615b873b9a8e71b848b25a05542ee4cbb18ea04 Mon Sep 17 00:00:00 2001 From: Liam Lynch Date: Fri, 19 Apr 2024 17:05:18 +0200 Subject: [PATCH] minor changes to some user facing text, changelog [sc-180121] --- CHANGELOG.md | 5 ++--- custom-recipes/send-mails-from-contacts-dataset/recipe.json | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75f7a5e..72c381b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,8 @@ ## [Version 1.0.1](https://github.com/dataiku/dss-plugin-sendmail/releases/tag/v1.0.1) - Feature release - 2024-04 - Please read if upgrading from version 1.0.0 of the plugin - - For recipe configurations saved in plugin version 1.0.0 against DSS 12.6 or above, if "Attachments format" was set to "Excel", this will instead be set to "do not send attachments" when they are reopened in subsequent versions. To ensure such recipes do not cause problems, it is best to open these recipes after upgrade and resave them, ensuring the "Attachments format" is once again set to "Excel". - - Recipe configurations saved in version 1.0.0 with "Attachments format" set to "Nothing selected" will no longer send CSV attachments. - If you send CSV attachments in your integrations, please check existing recipes before upgrading to ensure they explicitly use the CSV option. + - For recipe configurations saved in plugin version 1.0.0 if "Attachments format" was set to "Excel", this may instead be set to "do not send attachments" when they are reopened in subsequent versions of the plugin. To ensure such recipes do not cause problems, it is best to open these recipes after plugin upgrade and if needed resave them, ensuring the "Attachments format" is once again set to "Excel". + - Recipe configurations saved in version 1.0.0 with "Attachments format" set to "Nothing selected" will no longer send CSV attachments. If you send CSV attachments in your integrations, please check existing recipes before upgrading to ensure they explicitly use the CSV option. - Features added - Generate HTML tables where colors from conditional formatting are applied for inline datasets diff --git a/custom-recipes/send-mails-from-contacts-dataset/recipe.json b/custom-recipes/send-mails-from-contacts-dataset/recipe.json index 7eb2cb8..e656acd 100644 --- a/custom-recipes/send-mails-from-contacts-dataset/recipe.json +++ b/custom-recipes/send-mails-from-contacts-dataset/recipe.json @@ -218,7 +218,7 @@ { "name": "apply_coloring_excel", "label" : "Apply conditional formatting", - "description" : "Color cells by rules, when applicable in the HTML body or attachment format is Excel. Full support in DSS 12.6.2 and above.", + "description" : "Color cells by rules, when applicable in the HTML body and Excel attachments. Full support in DSS 12.6.2 and above.", "defaultValue" : true, "type": "BOOLEAN", "visibilityCondition" : "(model.body_format == 'html') || (model.attachment_type == 'excel')"