v1.3.0
This commit is contained in:
parent
06ef8b878f
commit
80f2d13f3e
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 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
|
||||||
|
|
||||||
## 1.2.0 2016-04-25
|
## 1.2.0 2016-04-25
|
||||||
|
|
||||||
* Rewrite merge tags in links (allows using links like `http://example.com/?u=[FIRST_NAME]` in messages)
|
* Rewrite merge tags in links (allows using links like `http://example.com/?u=[FIRST_NAME]` in messages)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "mailtrain",
|
"name": "mailtrain",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.2.0",
|
"version": "1.3.0",
|
||||||
"description": "Self hosted email newsletter app",
|
"description": "Self hosted email newsletter app",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue