parent
306c4047ea
commit
ba1a5da76d
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,3 +1,16 @@
|
||||||
|
# 1.2.11
|
||||||
|
* NEW: New Hook for outer_ace dynamic css manager and author style hook
|
||||||
|
* NEW: Bump log4js for improved logging
|
||||||
|
* Fix: Remove URL schemes which don't have RFC standard
|
||||||
|
* Fix: Fix safeRun subsequent restarts issue
|
||||||
|
* Fix: Allow safeRun to pass arguements to run.sh
|
||||||
|
* Fix: Include script for more efficient import
|
||||||
|
* Fix: Fix sysv comptibile script
|
||||||
|
* Fix: Fix client side changeset spamming
|
||||||
|
* Fix: Don't crash on no-auth
|
||||||
|
* Fix: Fix some IE8 errors
|
||||||
|
* Fix: Fix authorship sanitation
|
||||||
|
|
||||||
# 1.2.10
|
# 1.2.10
|
||||||
* NEW: Broadcast slider is exposed in timeslider so plugins can interact with it
|
* NEW: Broadcast slider is exposed in timeslider so plugins can interact with it
|
||||||
* Fix: IE issue where pads wouldn't load due to missing console from i18n
|
* Fix: IE issue where pads wouldn't load due to missing console from i18n
|
||||||
|
|
|
@ -47,5 +47,5 @@
|
||||||
"engines" : { "node" : ">=0.6.3",
|
"engines" : { "node" : ">=0.6.3",
|
||||||
"npm" : ">=1.0"
|
"npm" : ">=1.0"
|
||||||
},
|
},
|
||||||
"version" : "1.2.10"
|
"version" : "1.2.11"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue