v1.13.0
This commit is contained in:
parent
c72f03ff5e
commit
c3ec92d14f
2 changed files with 11 additions and 2 deletions
|
@ -1,5 +1,14 @@
|
|||
# Changelog
|
||||
|
||||
## 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
|
||||
|
||||
## 1.12.0 2016-06-22
|
||||
|
||||
* Automation support. Create triggers that send a campaign once fired
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "mailtrain",
|
||||
"private": true,
|
||||
"version": "1.12.1",
|
||||
"version": "1.13.0",
|
||||
"description": "Self hosted email newsletter app",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
@ -44,7 +44,7 @@
|
|||
"express-session": "^1.13.0",
|
||||
"faker": "^3.1.0",
|
||||
"feedparser": "^1.1.4",
|
||||
"geoip-ultralight": "^0.1.3",
|
||||
"geoip-ultralight": "^0.1.4",
|
||||
"handlebars": "^4.0.5",
|
||||
"hbs": "^4.0.0",
|
||||
"he": "^1.1.0",
|
||||
|
|
Loading…
Reference in a new issue