changelog and package file

This commit is contained in:
John McLear 2013-01-07 19:31:29 +00:00
parent e6d523ba1c
commit fadfa6772e
2 changed files with 9 additions and 1 deletions

View File

@ -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
* 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

View File

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