forked from Wavyzz/dolibarr
New: update CKEditor to 3.6.2
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user