Use jQuery 3.2.1

pull/5702/head
Aleksander Machniak 8 years ago
parent 9b554cd3d5
commit 0b41da158d

@ -1,7 +1,7 @@
CHANGELOG Roundcube Webmail CHANGELOG Roundcube Webmail
=========================== ===========================
- Update to jQuery 3.2.0 - Update to jQuery 3.2.1
- Update to TinyMCE 4.5.5 - Update to TinyMCE 4.5.5
- Plugin API: Call message_part_structure hook for sub-parts of multipart/alternative message (#5678) - Plugin API: Call message_part_structure hook for sub-parts of multipart/alternative message (#5678)
- Enigma: Always use detached signatures (#5624) - Enigma: Always use detached signatures (#5624)

@ -3,13 +3,13 @@
{ {
"lib": "jquery", "lib": "jquery",
"name": "jQuery", "name": "jQuery",
"version": "3.2.0", "version": "3.2.1",
"url": "https://code.jquery.com/jquery-3.2.0.min.js", "url": "https://code.jquery.com/jquery-3.2.1.min.js",
"dest": "program/js/jquery.min.js", "dest": "program/js/jquery.min.js",
"sha1": "0baf29230047c9cd896f14c59618c9948ea79451", "sha1": "1055018c28ab41087ef9ccefe411606893dabea2",
"license": "MIT", "license": "MIT",
"copyright": "Copyright 2005, 2015 jQuery Foundation, Inc.", "copyright": "Copyright 2005, 2015 jQuery Foundation, Inc.",
"source": "https://github.com/jquery/jquery/tree/3.2.0" "source": "https://github.com/jquery/jquery/tree/3.2.1"
}, },
{ {
"lib": "jstz", "lib": "jstz",

Loading…
Cancel
Save