X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=ckeditor_php5.php;h=c4300d2010e4421420bf07e847a2d4b8ebbb1e86;hp=d82125ba8e1450bab70e44534b0a86e643edb165;hb=9afde8772159bd3436f1f5b7862960307710ae5a;hpb=614511639979907ceb0da3614122a4d8eb963ad4 diff --git a/ckeditor_php5.php b/ckeditor_php5.php index d82125b..c4300d2 100644 --- a/ckeditor_php5.php +++ b/ckeditor_php5.php @@ -20,11 +20,11 @@ class CKEditor /** * The version of %CKEditor. */ - const version = '3.4.3'; + const version = '3.5'; /** * A constant string unique for each release of %CKEditor. */ - const timestamp = 'ABH04T8'; + const timestamp = 'ABLC4TW'; /** * 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 = "ABH04T8"; + public $timestamp = "ABLC4TW"; /** * An array that holds event listeners. */