2020.2

Table Of Contents
Secure Email Output plugin not timing out when failing to connect
to Email Server
It has been discovered that when the Secure Mail Output is connected to the Email Server and
then stops receiving data, it is not behaving as expected. Instead of timing out and returning an
error, the plugin instead sits there inactive. This blocks the current process from finishing, and
holds up further processing. This will be fixed in upcoming release by adding a timeout
configuration option in the plugin.
Changed Omit Master Page Back behaviour
In versions of Connect prior to 2020.2, if a page had no content except for a linked DataMapper
background, then Connect would consider it an "empty" page when determining whether or not
to "Omit Master Page Back in case of an empty back page" (available as an option in the sheet
configuration of a section). This has now been fixed in Connect 2020.2, and such pages are no
longer considered empty.
This could impact on the output from existing templates.
Script keyword 'let' not syntax highlighted
Changes introduced in 2020.2 have impacted on the 'let' keyword in user scripts (entries in the
Scripts panel). While still totally functional, the 'let' keyword is no longer colored purple like
other standard keywords (such as 'if', 'for', and 'var'). This will be fixed in upcoming release.
Script references to BackgroundResource.RESOURCE_PDF
producing errors
An issue was introduced in Connect 2020.2 whereby scripts referencing
BackgroundResource.RESOURCE_PDF would produce an error. This issue has been fixed in
Connect 2020.2.1.
Error while uninstalling Connect 2020.2
When uninstalling Connect 2020.2 you may get a "Failed to uninstall" error message even
though the software uninstalled successfully. This is due to a read-only .css file being present
in the Temp folder (added by the Table wizard), which could not be deleted.
This issue has been fixed in Connect 2020.2.1.
Page 90