release v1.2.3
This commit is contained in:
parent
b6c9b4ec30
commit
53459fe160
|
@ -1,3 +1,7 @@
|
||||||
|
# 1.2.3
|
||||||
|
* 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
|
||||||
|
|
||||||
# 1.2.2
|
# 1.2.2
|
||||||
* More translations and better language support. See https://translatewiki.net/wiki/Translating:Etherpad_lite for more details
|
* More translations and better language support. See https://translatewiki.net/wiki/Translating:Etherpad_lite for more details
|
||||||
* Add a checkToken Method to the API
|
* Add a checkToken Method to the API
|
||||||
|
|
|
@ -46,5 +46,5 @@
|
||||||
"engines" : { "node" : ">=0.6.0",
|
"engines" : { "node" : ">=0.6.0",
|
||||||
"npm" : ">=1.0"
|
"npm" : ">=1.0"
|
||||||
},
|
},
|
||||||
"version" : "1.2.2"
|
"version" : "1.2.3"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue