release v1.2.3

This commit is contained in:
Marcel Klehr 2012-12-31 15:57:16 +01:00
parent b6c9b4ec30
commit 53459fe160
2 changed files with 5 additions and 1 deletions

View File

@ -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
* More translations and better language support. See https://translatewiki.net/wiki/Translating:Etherpad_lite for more details
* Add a checkToken Method to the API

View File

@ -46,5 +46,5 @@
"engines" : { "node" : ">=0.6.0",
"npm" : ">=1.0"
},
"version" : "1.2.2"
"version" : "1.2.3"
}