Index: openacs-4/packages/richtext-ckeditor4/richtext-ckeditor4.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/richtext-ckeditor4/richtext-ckeditor4.info,v diff -u -r1.4 -r1.5 --- openacs-4/packages/richtext-ckeditor4/richtext-ckeditor4.info 19 Aug 2017 13:22:34 -0000 1.4 +++ openacs-4/packages/richtext-ckeditor4/richtext-ckeditor4.info 9 Oct 2017 10:26:37 -0000 1.5 @@ -9,14 +9,14 @@ <implements-subsite-p>f</implements-subsite-p> <inherit-templates-p>f</inherit-templates-p> - <version name="0.13" - url="http://openacs.org/repository/download/apm/richtext-ckeditor4-0.13.apm"> + <version name="0.14" + url="http://openacs.org/repository/download/apm/richtext-ckeditor4-0.14.apm"> <owner url="mailto:neumann@wu-wien.ac.at">Gustaf Neumann</owner> <summary>Richtext editor plugin for integrating CKeditor 4 with acs-templating</summary> <release-date>2017-08-06</release-date> <maturity>2</maturity> - <provides url="richtext-ckeditor4" version="0.13"/> + <provides url="richtext-ckeditor4" version="0.14"/> <requires url="acs-templating" version="5.9.1"/> <requires url="acs-tcl" version="5.9.1"/> <requires url="xotcl-core" version="5.9.1"/> Index: openacs-4/packages/richtext-ckeditor4/tcl/richtext-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/richtext-ckeditor4/tcl/richtext-procs.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/richtext-ckeditor4/tcl/richtext-procs.tcl 19 Aug 2017 13:46:31 -0000 1.5 +++ openacs-4/packages/richtext-ckeditor4/tcl/richtext-procs.tcl 9 Oct 2017 10:26:37 -0000 1.6 @@ -25,7 +25,7 @@ set version [parameter::get \ -package_id $package_id \ -parameter CKEditorVersion \ - -default 4.7.1] + -default 4.7.3] set ckfinder_url [parameter::get \ -package_id $package_id \ -parameter CKFinderURL \