Update jQuery to version 3.4.1

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-09-23 15:49:58 -04:00
parent dea3bbdf09
commit 907e2213e9
3 changed files with 3 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
* Tweaked the jstree component's appearance to cope with
long labels.
* Update Django to version 1.11.24
* Update jQuery to version 3.4.1
3.2.7 (2019-08-28)
==================

View File

@@ -20,6 +20,7 @@ Other changes
- Add cabinet add and remove workflow actions.
- Update Django to version 1.11.24.
- Update jQuery to version 3.4.1
Removals

View File

@@ -37,7 +37,7 @@ JavaScriptDependency(
name='@fortawesome/fontawesome-free', version_string='=5.6.3'
)
JavaScriptDependency(
label=_('jQuery'), module=__name__, name='jquery', version_string='=3.3.1'
label=_('jQuery'), module=__name__, name='jquery', version_string='=3.4.1'
)
JavaScriptDependency(
label=_('JQuery Form'), module=__name__, name='jquery-form',