Skip to content

Commit

Permalink
jQuery 3.5.0 (#3685)
Browse files Browse the repository at this point in the history
* Update jQuery to 3.5.0

* Update jQuery-Migrate to 3.2.0

* Fix CDN URL for jQuery
  • Loading branch information
bdukes committed Apr 15, 2020
1 parent 028199e commit 8071019
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions DNN Platform/JavaScript Libraries/jQuery/jQuery.dnn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="jQuery" type="JavaScript_Library" version="03.04.01" isSystem="true">
<package name="jQuery" type="JavaScript_Library" version="03.05.00" isSystem="true">
<friendlyName>jQuery JavaScript Library</friendlyName>
<description>jQuery is a JavaScript library that is used to manipulate the Document Object Model (DOM).</description>
<iconFile>Icons\Sigma\Extensions_32x32_Standard.png</iconFile>
Expand All @@ -19,7 +19,7 @@
<libraryName>jQuery</libraryName>
<fileName>jquery.js</fileName>
<objectName>jQuery</objectName>
<CDNPath>//ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js</CDNPath>
<CDNPath>https://code.jquery.com/jquery-3.5.0.min.js</CDNPath>
</javaScriptLibrary>
</component>
<component type="JavaScriptFile">
Expand All @@ -37,4 +37,4 @@
</components>
</package>
</packages>
</dotnetnuke>
</dotnetnuke>
4 changes: 2 additions & 2 deletions DNN Platform/JavaScript Libraries/jQuery/jquery.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion DNN Platform/JavaScript Libraries/jQuery/jquery.min.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="jQuery-Migrate" type="JavaScript_Library" version="03.01.00" isSystem="true">
<package name="jQuery-Migrate" type="JavaScript_Library" version="03.02.00" isSystem="true">
<friendlyName>jQuery Migrate JavaScript Library</friendlyName>
<description>jQuery Migrate is a JavaScript library that is used to mintain jQuery backwards compatability.</description>
<description>A development tool to help migrate away from APIs and features that have been or will be removed from jQuery core</description>
<iconFile>Icons\Sigma\Extensions_32x32_Standard.png</iconFile>
<owner>
<name>DNN</name>
Expand All @@ -21,7 +21,7 @@
<javaScriptLibrary>
<libraryName>jQuery-Migrate</libraryName>
<fileName>jquery-migrate.js</fileName>
<CDNPath>//code.jquery.com/jquery-migrate-3.1.0.min.js</CDNPath>
<CDNPath>https://code.jquery.com/jquery-migrate-3.2.0.min.js</CDNPath>
</javaScriptLibrary>
</component>
<component type="JavaScriptFile">
Expand Down
Loading

0 comments on commit 8071019

Please sign in to comment.