Skip to content

Commit

Permalink
Fix TinyMCE download location (#6694)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Mar 25, 2019
1 parent 27b9448 commit 0bf1766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion jsdeps.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0bf1766

Please sign in to comment.