Skip to main content

Release Note vtenext 25.02.1

New BPMN Action to Set the "Receive Newsletter" Field

Among the SDK functions for BPMN actions, a new function called Set receiving newsletter has been added. This allows enabling or disabling newsletter reception for a specific record.

image.png


Option to Enable Logging of All Sent Emails

By activating the modules.emails.send_mail_log property, all sent emails will be tracked in the vte_send_mail_log table.
This can be useful for analyzing outgoing email traffic.
Newsletters are excluded from this log.
The information stored in the table includes: sender, recipients, subject, send date, status, and error.
There is no built-in retention logic, so it's up to those who enable this configuration to clear the table after completing their analysis.


Text Preview Limit in List View

If a text field in a module list filter exceeds 40 characters, the text is truncated and an icon appears that shows the full text on hover.
To improve list performance, we’ve decided to also truncate the text inside the “tooltip” based on the value of the performance.listview_moreinfodiv_lengthlimit property, which by default is set to 100,000 characters.


Business Unit in Newsletter Creation Wizard

For those who have activated the Business Unit module and have the bu_mc field in the Campaigns module, it is now possible to set this field directly within the Newsletter creation wizard.

image.png


System Preparation for Future Migration to PHP 8

Several preparatory changes have been made in anticipation of a future release that will allow VTENEXT installation in a PHP 8 environment.