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