Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1025997
D277.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Jun 13, 5:53 PM
Size
838 B
Mime Type
text/x-diff
Expires
Sat, Jun 14, 5:53 PM (4 h, 18 m)
Engine
blob
Format
Raw Data
Handle
661652
Attached To
D277: INP-1589 - Actualize version/hash used in CKEditor PHP connector
D277.diff
View Options
Index: core/ckeditor/ckeditor_php5.php
===================================================================
--- core/ckeditor/ckeditor_php5.php
+++ core/ckeditor/ckeditor_php5.php
@@ -20,11 +20,11 @@
/**
* The version of %CKEditor.
*/
- const version = '3.6.3';
+ const version = '4.2';
/**
* A constant string unique for each release of %CKEditor.
*/
- const timestamp = 'C3HA5RM';
+ const timestamp = 'D6IE';
/**
* URL to the %CKEditor installation directory (absolute or relative to document root).
@@ -78,7 +78,7 @@
* 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 = "C3HA5RM";
+ public $timestamp = self::timestamp;
/**
* An array that holds event listeners.
*/
Event Timeline
Log In to Comment