v1.4
This commit is contained in:
parent
722230f7a0
commit
ab988837fe
2 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
||||||
# Changelog
|
# 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
|
## 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 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)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "mailtrain",
|
"name": "mailtrain",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.3.0",
|
"version": "1.4.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