X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=ckeditor_php5.php;h=25563536db1163acc04b68bdbc61b3af71f328fb;hb=f0610347140239143439a511ee2bd48cb784f470;hp=f5840a4db755970a7a4ddf39c2d5d7829fe1a96a;hpb=4e90e78dc97789709ee7404359a5517540c27553;p=ckeditor.git diff --git a/ckeditor_php5.php b/ckeditor_php5.php index f5840a4..2556353 100644 --- a/ckeditor_php5.php +++ b/ckeditor_php5.php @@ -20,11 +20,11 @@ class CKEditor /** * The version of %CKEditor. */ - const version = '3.5.3'; + const version = '3.6.1'; /** * A constant string unique for each release of %CKEditor. */ - const timestamp = 'B37D54V'; + const timestamp = 'B5GJ5GG'; /** * 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 = "B37D54V"; + public $timestamp = "B5GJ5GG"; /** * An array that holds event listeners. */