Fix TinyMCE download location (#6694)

pull/6841/head
Aleksander Machniak 5 years ago
parent 27b9448d6c
commit 0bf17668b6

@ -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)

@ -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",

Loading…
Cancel
Save