Skip to content

Commit

Permalink
Bump BlueimpGallery
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-yagodin committed Sep 22, 2020
1 parent 54d8941 commit 506774e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions R7.Dnn.JavaScriptLibraries/BlueimpGallery/Manifest.dnn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="BlueimpGallery" type="JavaScript_Library" version="02.36.00">
<package name="BlueimpGallery" type="JavaScript_Library" version="03.03.00">
<friendlyName>blueimp Gallery JavaScript Library</friendlyName>
<description>A touch-enabled, responsive and customizable image &amp; video gallery, carousel and lightbox, optimized for both mobile and desktop web browsers.</description>
<owner>
Expand All @@ -11,28 +11,28 @@
<email>mail@blueimp.net</email>
</owner>
<license>https://github.com/blueimp/Gallery/blob/master/LICENSE.txt</license>
<releaseNotes>https://github.com/blueimp/Gallery/releases/tag/v2.36.0</releaseNotes>
<releaseNotes>https://github.com/blueimp/Gallery/releases/tag/v3.3.0</releaseNotes>
<components>
<component type="JavaScript_Library">
<javaScriptLibrary>
<libraryName>BlueimpGallery</libraryName>
<fileName>js/blueimp-gallery.min.js</fileName>
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
<CDNPath>https://cdnjs.cloudflare.com/ajax/libs/blueimp-gallery/2.36.0/js/blueimp-gallery.min.js</CDNPath>
<CDNPath>https://cdnjs.cloudflare.com/ajax/libs/blueimp-gallery/3.3.0/js/blueimp-gallery.min.js</CDNPath>
<objectName>blueimp</objectName>
</javaScriptLibrary>
</component>
<component type="ResourceFile">
<resourceFiles>
<basePath>Resources\Libraries\BlueimpGallery\02_36_00</basePath>
<basePath>Resources\Libraries\BlueimpGallery\03_03_00</basePath>
<resourceFile>
<name>Resources.zip</name>
</resourceFile>
</resourceFiles>
</component>
</components>
</package>
<package name="jQuery-BlueimpGallery" type="JavaScript_Library" version="02.36.00">
<package name="jQuery-BlueimpGallery" type="JavaScript_Library" version="03.03.00">
<friendlyName>blueimp Gallery JavaScript Library (jQuery plugin)</friendlyName>
<description>A touch-enabled, responsive and customizable image &amp; video gallery, carousel and lightbox, optimized for both mobile and desktop web browsers.</description>
<owner>
Expand All @@ -42,20 +42,20 @@
<email>mail@blueimp.net</email>
</owner>
<license>https://github.com/blueimp/Gallery/blob/master/LICENSE.txt</license>
<releaseNotes>https://github.com/blueimp/Gallery/releases/tag/v2.36.0</releaseNotes>
<releaseNotes>https://github.com/blueimp/Gallery/releases/tag/v3.3.0</releaseNotes>
<components>
<component type="JavaScript_Library">
<javaScriptLibrary>
<libraryName>jQuery-BlueimpGallery</libraryName>
<fileName>js/jquery.blueimp-gallery.min.js</fileName>
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
<CDNPath>https://cdnjs.cloudflare.com/ajax/libs/blueimp-gallery/2.36.0/js/jquery.blueimp-gallery.min.js</CDNPath>
<CDNPath>https://cdnjs.cloudflare.com/ajax/libs/blueimp-gallery/3.3.0/js/jquery.blueimp-gallery.min.js</CDNPath>
<objectName />
</javaScriptLibrary>
</component>
<component type="ResourceFile">
<resourceFiles>
<basePath>Resources\Libraries\jQuery-BlueimpGallery\02_36_00</basePath>
<basePath>Resources\Libraries\jQuery-BlueimpGallery\03_03_00</basePath>
<resourceFile>
<name>Resources.zip</name>
</resourceFile>
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "r7.dnn.javascriptlibraries",
"devDependencies": {
"@fortawesome/fontawesome-free": "5.12.0",
"blueimp-gallery": "2.36.0",
"blueimp-gallery": "3.3.0",
"jquery-colorbox": "1.6.4",
"lazy-ads": "1.1.12",
"lightbox2": "2.9.0",
Expand Down

0 comments on commit 506774e

Please sign in to comment.