ckeditor/plugins/pbckcode/CHANGELOG.md
changeset 0 44d330dccc59
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ckeditor/plugins/pbckcode/CHANGELOG.md	Thu Dec 15 18:10:20 2016 +0300
     1.3 @@ -0,0 +1,23 @@
     1.4 +# Changelog
     1.5 +
     1.6 +## v1.2.2 (4.0.x, 4.1.x, 4.2.x, 4.3.x, 4.4.x)
     1.7 +
     1.8 +  * [FIX] : Fixes ckeditor style overriden by pbckcode plugin
     1.9 +
    1.10 +## v1.2.1 (4.0.x, 4.1.x, 4.2.x, 4.3.x)
    1.11 +
    1.12 +  * [FIX] : problem with minification for CKEditor Builder
    1.13 +  * [FIX] : multiples script loads when you instanciate several CKEditor on the same page
    1.14 +
    1.15 +From the v1.2.1, ACE Editor is now loaded from the [jsDelivr CDN](http://www.jsdelivr.com/). The loading will be faster and the plugin size will be smaller.
    1.16 +
    1.17 +## v1.2.0 (4.0.x, 4.1.x, 4.2.x, 4.3.x)
    1.18 +
    1.19 +  * [FIX] : fix problem of external files loading
    1.20 +  * [IMPROVEMENT] : load external files only once
    1.21 +  * [FEATURE] : tab size settings
    1.22 +  * [FIX] : added CKEditor ACF to parse already saved code
    1.23 +
    1.24 +## v1.1.0 (4.0.x, 4.1.x)
    1.25 +
    1.26 +  * [FEATURE] : added several syntax highlighters (Prism.js, Highlight.js, SyntaxHighlighter.js)