X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=ckeditor_php5.php;fp=ckeditor_php5.php;h=e6c2fdf9e904d2b531d2c8556fce5f0fc8076b00;hb=4e70ea24db840898be8cc21c950363a52a2a6aba;hp=b5a98c92b843603f1dd228b6ea19d4aeeb912dac;hpb=1056598c95187351dc58f4991d331e2258d038b5;p=ckeditor.git diff --git a/ckeditor_php5.php b/ckeditor_php5.php index b5a98c9..e6c2fdf 100644 --- a/ckeditor_php5.php +++ b/ckeditor_php5.php @@ -20,11 +20,11 @@ class CKEditor /** * The version of %CKEditor. */ - const version = '3.5.4'; + const version = '3.6'; /** * A constant string unique for each release of %CKEditor. */ - const timestamp = 'B49D5BN'; + const timestamp = 'B49E5BQ'; /** * 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 = "B49D5BN"; + public $timestamp = "B49E5BQ"; /** * An array that holds event listeners. */