twisted1919
Administrator
Staff memberHi guys,
I am really happy to announce that Mailwizz 1.3.5.9 is now available for download after so much hard work.
You can get it from your Mailwizz Customer Area for now given that CC submission can take several days.
This is a huge release, where a lot of features have been added, some changed and few deprecated, hopefully nothing will break after upgrade, but as always, please, backup your data before upgrading and do this first in a staging environment to see how things work in your case.
IMPORTANT: There are a few sql queries for adding indexes to tables that are possibly very large, say the campaign_delivery_log table for instance which can have few million records.
You really should run the upgrade from the command line (you are prompted to do so from backend once you upload your files).
If you have few million records in database, the upgrade might take a while because adding indexes in mysql is not a fast process, so please wait for it.
As usual, here is the changelog for this release:
Please report any issue you find with this release.
Thank you.
I am really happy to announce that Mailwizz 1.3.5.9 is now available for download after so much hard work.
You can get it from your Mailwizz Customer Area for now given that CC submission can take several days.
This is a huge release, where a lot of features have been added, some changed and few deprecated, hopefully nothing will break after upgrade, but as always, please, backup your data before upgrading and do this first in a staging environment to see how things work in your case.
IMPORTANT: There are a few sql queries for adding indexes to tables that are possibly very large, say the campaign_delivery_log table for instance which can have few million records.
You really should run the upgrade from the command line (you are prompted to do so from backend once you upload your files).
If you have few million records in database, the upgrade might take a while because adding indexes in mysql is not a fast process, so please wait for it.
As usual, here is the changelog for this release:
Code:
--- -------------------------------------------
--- Version 1.3.5.9 - 2015-12-23
--- -------------------------------------------
[ADD] - Added bounce reason/message in the campaign reports for bounces
[ADD] - Added list_import_data_bulk_check_failures filter hook
[ADD] - Added in memory cache for emails blacklist verification and addition
[ADD] - Added update ability for extensions
[ADD] - Added the blocked status for campaigns
[ADD] - Added ability for admins to block campaigns
[ADD] - Added ability to block campaigns if subject/content match various blacklisted words
[ADD] - Added ability to add blacklisted words for campaign subject and content
[ADD] - Added ability to not allow various domain names in the "From email" campaign field
[ADD] - Added ability to whitelist/blacklist access to the API based on the requesting IP address
[ADD] - Ability for customers to add their own custom campaign tags
[ADD] - Added ability to use subscriber custom fields in the list pages
[ADD] - Added ability to import lists from command line
[ADD] - Added ability for command line importer to import the subscribers from any csv/txt file placed in a given folder. Condition is the file name has to be the list uid followed by the .csv or .txt extension
[ADD] - Added ability to export lists from command line
[ADD] - Added controller_action_delete_data action hook in all controllers
[ADD] - Added option to make lists un-removable
[ADD] - Added controller_action_bulk_action action hook
[ADD] - Added ability to export all subscribers at once, from all lists
[ADD] - Added models_lists_after_copy_list filter hook
[ADD] - Added company website to list company fields
[ADD] - Added ability to block a campaign if the bounce rate is over what the admin defines
[ADD] - Added htmlpurifier_adjust_configuration action hook
[ADD] - Added [SUBSCRIBER_IP] tag
[ADD] - Ability to decide if customers can export campaigns stats or not
[ADD] - Ability to view campaigns sent for certain subscriber
[ADD] - Ability to skip tracking domain validation
[ADD] - Ability to optionally track opens
[ADD] - Messaging/Notifications system for customers
[ADD] - Added sending_domain_get_dns_txt_spf_record and sending_domain_get_dns_txt_dkim_record filter hooks
[CHG] - When tracking opens/clicks, the subscriber status is not taken into consideration anymore
[CHG] - Deprecated SendingDomain::DKIM_SELECTOR and SendingDomain::DKIM_FULL_SELECTOR in favor of SendingDomain::getDkimSelector() and SendingDomain::getDkimFullSelector()
[CHG] - Abuse complaints via web forms will automatically unsubscribe the subscriber from the list
[CHG] - Rewrote the entire send-campaigns command for better sendings
[CHG] - Altered the soft-bounce rules to avoid blacklisting for when messages are treated like spam
[CHG] - Email headers are now always in this format: array('name' => 'X', 'value' => 'Y') so that we can allow same header multiple times with diff values.
[CHG] - Deprecated the REDIS QUEUE mechanism. If you were sending via Redis Queue, please go back to regular sending
[CHG] - Deprecated the send-parallel-campaigns command. If you were using it for sending, please go back to regular sending
[CHG] - Removing from blacklist will mark subscribers matching the email addresses as confirmed again
[UPD] - Updated jQcron
Please report any issue you find with this release.
Thank you.