v1.14.0
This commit is contained in:
parent
8da244e38a
commit
4b7f5d4d93
3 changed files with 26 additions and 1 deletions
18
BACKERS.md
Normal file
18
BACKERS.md
Normal 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
|
|
@ -1,5 +1,12 @@
|
||||||
# Changelog
|
# 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
|
## 1.13.0 2016-06-23
|
||||||
|
|
||||||
* Added API method to delete subscribers
|
* Added API method to delete subscribers
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "mailtrain",
|
"name": "mailtrain",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.13.0",
|
"version": "1.14.0",
|
||||||
"description": "Self hosted email newsletter app",
|
"description": "Self hosted email newsletter app",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue