From 0bf17668b62293cd89dd5aabcd1ef934e917c9d8 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Mon, 25 Mar 2019 09:20:42 +0100 Subject: [PATCH] Fix TinyMCE download location (#6694) --- CHANGELOG | 1 + jsdeps.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index dc0681285..0a81e748b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ CHANGELOG Roundcube Webmail =========================== +- Fix TinyMCE download location (#6694) - Fix bug where a message/rfc822 part without a filename wasn't listed on the attachments list (#6494) - Fix handling of empty entries in vCard import (#6564) - Fix bug in parsing some IMAP command responses that include unsolicited replies (#6577) diff --git a/jsdeps.json b/jsdeps.json index 7b511d714..c744bbedc 100644 --- a/jsdeps.json +++ b/jsdeps.json @@ -36,7 +36,7 @@ { "lib": "tinymce", "version": "4.5.8", - "url": "http://download.ephox.com/tinymce/community/tinymce_4.5.8.zip", + "url": "https://download.tiny.cloud/tinymce/community/tinymce_4.5.8.zip", "dest": "program/js", "sha1": "08b0757264adb86066940bbafb7aa9ec0c7c6685", "license": "LGPL",