mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 07:35:05 -04:00
release v1.2.9
This commit is contained in:
parent
84d44d5f0e
commit
54433db47f
2 changed files with 13 additions and 1 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,3 +1,15 @@
|
||||||
|
# 1.2.9
|
||||||
|
* Fix: MAJOR Security issue, where a hacker could submit content as another user
|
||||||
|
* Fix: security issue due to unescaped user input
|
||||||
|
* Fix: Admin page at /admin redirects to /admin/ now to prevent breaking relative links
|
||||||
|
* Fix: indentation in chrome on linux
|
||||||
|
* Fix: PadUsers API endpoint
|
||||||
|
* NEW: A script to import data to all dbms
|
||||||
|
* NEW: Add authorId to chat and userlist as a data attribute
|
||||||
|
* NEW Refactor and fix our frontend tests
|
||||||
|
* NEW: Localisation updates
|
||||||
|
|
||||||
|
|
||||||
# 1.2.81
|
# 1.2.81
|
||||||
* Fix: CtrlZ-Y for Undo Redo
|
* Fix: CtrlZ-Y for Undo Redo
|
||||||
* Fix: RTL functionality on contents & fix RTL/LTR tests and RTL in Safari
|
* Fix: RTL functionality on contents & fix RTL/LTR tests and RTL in Safari
|
||||||
|
|
|
@ -46,5 +46,5 @@
|
||||||
"engines" : { "node" : ">=0.6.3",
|
"engines" : { "node" : ">=0.6.3",
|
||||||
"npm" : ">=1.0"
|
"npm" : ">=1.0"
|
||||||
},
|
},
|
||||||
"version" : "1.2.81"
|
"version" : "1.2.9"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue