This commit is contained in:
Andris Reinman 2016-05-04 16:59:08 +03:00
parent 722230f7a0
commit ab988837fe
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
# Changelog
## 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
## 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)

View file

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