changelog and package file
This commit is contained in:
parent
e6d523ba1c
commit
fadfa6772e
|
@ -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
|
||||
|
|
|
@ -46,5 +46,5 @@
|
|||
"engines" : { "node" : ">=0.6.0",
|
||||
"npm" : ">=1.0"
|
||||
},
|
||||
"version" : "1.2.3"
|
||||
"version" : "1.2.4"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue