2
0
forked from Wavyzz/dolibarr

New: update CKEditor to 3.6.2

This commit is contained in:
Regis Houssin
2012-03-16 16:56:18 +01:00
parent 09e6867029
commit b862b37731
89 changed files with 356 additions and 279 deletions

View File

@@ -20,11 +20,11 @@ class CKEditor
/**
* The version of %CKEditor.
*/
const version = '3.6.1';
const version = '3.6.2';
/**
* A constant string unique for each release of %CKEditor.
*/
const timestamp = 'B5GJ5GG';
const timestamp = 'B8DJ5M3';
/**
* 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 = "B5GJ5GG";
public $timestamp = "B8DJ5M3";
/**
* An array that holds event listeners.
*/