Skip to content

Commit 2615b87

Browse files
minor changes to some user facing text, changelog [sc-180121]
1 parent f9aedb1 commit 2615b87

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
## [Version 1.0.1](https://github.com/dataiku/dss-plugin-sendmail/releases/tag/v1.0.1) - Feature release - 2024-04
44

55
- Please read if upgrading from version 1.0.0 of the plugin
6-
- 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".
7-
- Recipe configurations saved in version 1.0.0 with "Attachments format" set to "Nothing selected" will no longer send CSV attachments.
8-
If you send CSV attachments in your integrations, please check existing recipes before upgrading to ensure they explicitly use the CSV option.
6+
- 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".
7+
- 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.
98

109
- Features added
1110
- Generate HTML tables where colors from conditional formatting are applied for inline datasets

custom-recipes/send-mails-from-contacts-dataset/recipe.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
{
219219
"name": "apply_coloring_excel",
220220
"label" : "Apply conditional formatting",
221-
"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.",
221+
"description" : "Color cells by rules, when applicable in the HTML body and Excel attachments. Full support in DSS 12.6.2 and above.",
222222
"defaultValue" : true,
223223
"type": "BOOLEAN",
224224
"visibilityCondition" : "(model.body_format == 'html') || (model.attachment_type == 'excel')"

0 commit comments

Comments
 (0)