mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
changelog and package file
This commit is contained in:
parent
e6d523ba1c
commit
fadfa6772e
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
# 1.2.4
|
||||||
|
* Fix IE console issue created in 1.2.3
|
||||||
|
* Allow CI Tests to pass by ignoring timeslider test
|
||||||
|
* Fix broken placeholders in locales
|
||||||
|
* Fix extractPadData script
|
||||||
|
* Fix documentation for checkToken
|
||||||
|
* Fix hitting enter on form in admin/plugins
|
||||||
|
|
||||||
# 1.2.3
|
# 1.2.3
|
||||||
* Fix #1307: Chrome needs console.log to be called on console obj
|
* Fix #1307: Chrome needs console.log to be called on console obj
|
||||||
* Fix #1309: We had broken support for node v0.6 in the last release
|
* Fix #1309: We had broken support for node v0.6 in the last release
|
||||||
|
|
|
@ -46,5 +46,5 @@
|
||||||
"engines" : { "node" : ">=0.6.0",
|
"engines" : { "node" : ">=0.6.0",
|
||||||
"npm" : ">=1.0"
|
"npm" : ">=1.0"
|
||||||
},
|
},
|
||||||
"version" : "1.2.3"
|
"version" : "1.2.4"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue