X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=ckeditor_php5.php;h=6b9d6dfa8f80827d737d3bc83685042dc7eda69c;hp=fda85d0fa540e8bb7c3a6176c2584ed1eaaa488a;hb=8f6c203fdaa543c3bca40baea6ae4ddcdf1a77f5;hpb=48b1db88210b4160dce439c6e3e32e14af8c106b diff --git a/ckeditor_php5.php b/ckeditor_php5.php index fda85d0..6b9d6df 100644 --- a/ckeditor_php5.php +++ b/ckeditor_php5.php @@ -20,11 +20,11 @@ class CKEditor /** * The version of %CKEditor. */ - const version = '3.5.1'; + const version = '3.5.2'; /** * A constant string unique for each release of %CKEditor. */ - const timestamp = 'B1CB4XQ'; + const timestamp = 'B1GG4Z6'; /** * URL to the %CKEditor installation directory (absolute or relative to document root). @@ -78,7 +78,7 @@ class CKEditor * A string indicating the creation date of %CKEditor. * Do not change it unless you want to force browsers to not use previously cached version of %CKEditor. */ - public $timestamp = "B1CB4XQ"; + public $timestamp = "B1GG4Z6"; /** * An array that holds event listeners. */