commit
29ab7b9026
|
@ -1,3 +1,6 @@
|
||||||
|
# 1.5.6
|
||||||
|
* Fix: Error on windows installations
|
||||||
|
|
||||||
# 1.5.5
|
# 1.5.5
|
||||||
* SECURITY: Also don't allow read files on directory traversal on minify paths
|
* SECURITY: Also don't allow read files on directory traversal on minify paths
|
||||||
* NEW: padOptions can be set in settings.json now
|
* NEW: padOptions can be set in settings.json now
|
||||||
|
|
|
@ -55,5 +55,5 @@
|
||||||
"repository" : { "type" : "git",
|
"repository" : { "type" : "git",
|
||||||
"url" : "http://github.com/ether/etherpad-lite.git"
|
"url" : "http://github.com/ether/etherpad-lite.git"
|
||||||
},
|
},
|
||||||
"version" : "1.5.5"
|
"version" : "1.5.6"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue