mailtrain/CHANGELOG.txt

101 lines
3.5 KiB
Text
Raw Normal View History

2016-04-25 13:30:05 +00:00
# Changelog
2016-07-09 08:23:07 +00:00
## 1.14.0 2016-07-09
* Fixed ANY match segments with range queries
* Added an option to disable un/subscribe confirmation messages
* Added support for throttling when sending messages
* Added preview links in message lists
2016-06-24 11:31:45 +00:00
## 1.13.0 2016-06-23
* Added API method to delete subscribers
* Added a counter to triggers with a view to list all subscribers that caused this trigger to fire
## 1.12.1 2016-06-23
* Fixed invalid base SQL dump
2016-06-23 14:45:39 +00:00
## 1.12.0 2016-06-22
* Automation support. Create triggers that send a campaign once fired
* Fixed an issue with unresolved URL redirects
* Added support for relative date ranges in segments
2016-05-31 14:32:36 +00:00
## 1.11.0 2016-05-31
* Retry transactional mail if failed with soft error (4xx)
* New feature to preview campaigns using selected test users
2016-05-26 09:53:12 +00:00
## 1.10.1 2016-05-26
* Fix a bug with SMTP transport instance where campaign sending stalled until server was restarted
2016-05-25 20:58:17 +00:00
## 1.10.0 2016-05-25
* Fetch multiple unsent messages at once to speed up delivery
* Fixed a bug of counting unsubscribers correctly
* Use LONGTEXT for template text fields (messages might include inlined images which are larger than 64kB)
2016-05-16 09:59:40 +00:00
## 1.9.0 2016-05-16
* New look
* Added views for bounced/unsubscribed/complained etc.
2016-05-13 18:08:44 +00:00
## 1.8.2 2016-05-13
* Added missing views for subscribers who clicked on any link and subscribers who opened the message
2016-05-13 17:08:42 +00:00
## 1.8.1 2016-05-13
* Fixed an issue in API
2016-05-13 12:59:37 +00:00
## 1.8.0 2016-05-13
* Show details about subscribers who clicked on a specific link
2016-05-12 16:21:56 +00:00
## 1.7.0 2016-05-11
* Updated API, added new option **REQUIRE_CONFIRMATION** for subscriptions to send confirmation email before subscribing
2016-05-07 11:30:37 +00:00
## 1.6.0 2016-05-07
* Added simple API support for adding and removing list subscriptions
2016-05-05 14:02:22 +00:00
## 1.5.0 2016-05-05
* Fixed a bug in unsubscribing through the admin interface
* Added individual link click stats
2016-05-04 16:11:41 +00:00
## 1.4.1 2016-05-04
* Added support for RSS templates
2016-05-04 13:59:08 +00:00
## 1.4.0 2016-05-04
* Added support for RSS campaigns
* Subscribers get timezone attached to their profile
* Outgoing messages are preprocessed using juice
* Added installation script for easier setup
2016-04-28 17:46:26 +00:00
## 1.3.0 2016-04-29
* Added option to use an URL as message source (when message needs to be rendered a POST request with Merge Tags as the POST body is made against that URL)
* Added option to schedule sending. You can set optional delay time when starting campaign sending. Once this time is reached sending starts automatically
* Show meaningful MySQL error when connection fails
2016-04-25 13:30:05 +00:00
## 1.2.0 2016-04-25
* Rewrite merge tags in links (allows using links like `http://example.com/?u=[FIRST_NAME]` in messages)
* Added view for Imports to list failed addresses
* Automatic SQL table creation on initial run (no need for the `mysql` command anymore)
* Automatic SQL table updates on startup
* Send welcome and unsubscribe confirmation emails for subscribers
* Added support for GPG encryption for outgoing messages (requires custom field "GPG Key" set up for the list)
* Added new SMTP option: allow self-signed certs
* Added new setting: Disable WYSIWG editor (allows better handling of complex HTML templates)
* Allow downgrading user when server started as root (user is downgraded once all ports are bound)
* Added Nitrous.io one-click install button for easy try-out
* Added Max Post Size option to allow larger payloads from bounce webhooks
* Added VERP support to catch bounces using built in VERP smtp-server (disabled by default)