This commit is contained in:
Andris Reinman 2016-07-09 11:23:07 +03:00
parent 8da244e38a
commit 4b7f5d4d93
3 changed files with 26 additions and 1 deletions

18
BACKERS.md Normal file
View file

@ -0,0 +1,18 @@
# Crowdfunding Backers
Mailtrain received funding from a [crowdfunding campaign](https://www.indiegogo.com/at/mailtrain/8720095). This was to enable me to spend the time required to get automation support into Mailtrain. These are the people who contributed to this fund raiser.
* iRedMail - free, open source mail server solution <[www.iredmail.org](http://www.iredmail.org/)>
* Richard Adleta
* Wes Bos
* Christophe Lombart
* Anselm Hannemann
* Jens Carroll
* Anonymous
* Brett Nelson
* Jason Pelker
* Leif Singer
* Eve Land
* Diana Espino
* Moussa Clarke
* Carl Hauschke

View file

@ -1,5 +1,12 @@
# Changelog
## 1.14.0 2016-07-09
* Fixed ANY match segments with range queries
* Added an option to disable un/subscribe confirmation messages
* Added support for throttling when sending messages
* Added preview links in message lists
## 1.13.0 2016-06-23
* Added API method to delete subscribers

View file

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