Update to jQuery-3.3.1

pull/6144/head
Aleksander Machniak 6 years ago
parent cf711d1ce2
commit b38bb43630

@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
- Update to jQuery-3.3.1
- vcard_attachments: Add possibility to send contact vCard from Contacts toolbar (#6080)
- Add More actions button in Contacts toolbar with Copy/Move actions (#6081)
- Display an error when clicking disabled link to register protocol handler (#6079)

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

Loading…
Cancel
Save