Use jQuery 3.2.0

pull/5702/head
Aleksander Machniak 8 years ago
parent 8a0d504682
commit 3a3fdde196

@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
- Update to jQuery 3.2.0
- Plugin API: Call message_part_structure hook for sub-parts of multipart/alternative message (#5678)
- Enigma: Always use detached signatures (#5624)
- Enigma: Fix handling of messages with nested PGP encrypted parts (#5634)

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

Loading…
Cancel
Save