This commit is contained in:
Andris Reinman 2016-04-28 20:46:26 +03:00
parent 06ef8b878f
commit 80f2d13f3e
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# 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
* Rewrite merge tags in links (allows using links like `http://example.com/?u=[FIRST_NAME]` in messages)

View file

@ -1,7 +1,7 @@
{
"name": "mailtrain",
"private": true,
"version": "1.2.0",
"version": "1.3.0",
"description": "Self hosted email newsletter app",
"main": "index.js",
"scripts": {