From 4b7f5d4d9390a0a84a789381baa00c4c0c2375c1 Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Sat, 9 Jul 2016 11:23:07 +0300 Subject: [PATCH] v1.14.0 --- BACKERS.md | 18 ++++++++++++++++++ CHANGELOG.txt | 7 +++++++ package.json | 2 +- 3 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 BACKERS.md diff --git a/BACKERS.md b/BACKERS.md new file mode 100644 index 00000000..6439658d --- /dev/null +++ b/BACKERS.md @@ -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 diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f023c5bd..8653bab7 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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 diff --git a/package.json b/package.json index 18004a57..17146fd1 100644 --- a/package.json +++ b/package.json @@ -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": {