v1.23.0
This commit is contained in:
parent
ae6affda81
commit
77aded3125
2 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.23.0 2017-03-19
|
||||||
|
|
||||||
|
* Fixed security issue where description tags were able to include script tags. Reported by Andreas Lindh. Fixed with [ae6affda]
|
||||||
|
* Fixed security issue where templates that looked like file paths loaded content from arbitrary files. Reported by Andreas Lindh. Fixed with [0879fa41]
|
||||||
|
* Fixed security issue where users were able to use html tags in subscription values. Reported by Andreas Lindh. Fixed with [9d5fb816]
|
||||||
|
* Support for multiple HTML editors (Mosaico, GrapeJS, Summernote, HTML code)
|
||||||
|
|
||||||
## 1.22.0 2017-03-02
|
## 1.22.0 2017-03-02
|
||||||
|
|
||||||
* Reverted license back to GPL-v3 to support Mosaico
|
* Reverted license back to GPL-v3 to support Mosaico
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "mailtrain",
|
"name": "mailtrain",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.22.0",
|
"version": "1.23.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