Skip to content

Commit

Permalink
minor changes to some user facing text, changelog [sc-180121]
Browse files Browse the repository at this point in the history
  • Loading branch information
liamlynch-data committed Apr 19, 2024
1 parent f9aedb1 commit 2615b87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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')"
Expand Down

0 comments on commit 2615b87

Please sign in to comment.