-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #234 from WillStrohl/tasks/lightbox-01.15.00
Tasks/lightbox 01.15.00
- Loading branch information
Showing
5 changed files
with
104 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<dotnetnuke type="Package" version="6.0"> | ||
<packages> | ||
<package name="WillStrohl.Lightbox" type="Module" version="01.14.00"> | ||
<package name="WillStrohl.Lightbox" type="Module" version="01.15.00"> | ||
<friendlyName>Lightbox Gallery</friendlyName> | ||
<description> | ||
<![CDATA[<p>This is a lightbox gallery module, written by Will Strohl. Its original purpose was to highlight a few ways that jQuery can be integrated into DNN. It has since become one of the most popular ways to include image galleries into your DNN website.</p>]]> | ||
|
@@ -9,14 +9,14 @@ | |
<owner> | ||
<name>Will Strohl</name> | ||
<organization>Upendo Ventures, LLC</organization> | ||
<url><![CDATA[<a href="http://hismightiness.github.io/dnnextensions/" target="_blank">http://hismightiness.github.io/dnnextensions/</a>]]></url> | ||
<email><![CDATA[<a href="me@willstrohl.com" target="_blank">[email protected]</a>]]></email> | ||
<url><![CDATA[<a href="https://upendoventures.com/What/CMS/DNN/Extensions" target="_blank">UpendoVentures.com</a>]]></url> | ||
<email><![CDATA[<a href="mailto:solutions@upendoventures.com" target="_blank">solutions@upendoventures</a>]]></email> | ||
</owner> | ||
<license src="license.txt" /> | ||
<releaseNotes src="releasenotes.txt" /> | ||
<azureCompatible>true</azureCompatible> | ||
<dependencies> | ||
<dependency type="coreversion">09.06.01</dependency> | ||
<dependency type="coreversion">09.10.00</dependency> | ||
</dependencies> | ||
<components> | ||
<component type="Script"> | ||
|
@@ -130,7 +130,7 @@ | |
<script type="UnInstall"> | ||
<path>Providers\DataProviders\SqlDataProvider</path> | ||
<name>Uninstall.SqlDataProvider</name> | ||
<version>01.14.00</version> | ||
<version>01.15.00</version> | ||
</script> | ||
</scripts> | ||
</component> | ||
|
@@ -217,15 +217,15 @@ | |
<attributes> | ||
<businessControllerClass>WillStrohl.Modules.Lightbox.LightboxController, WillStrohl.Modules.Lightbox</businessControllerClass> | ||
<desktopModuleID>[DESKTOPMODULEID]</desktopModuleID> | ||
<upgradeVersionsList>01.13.00,01.14.00</upgradeVersionsList> | ||
<upgradeVersionsList>01.13.00,01.14.00,01.15.00</upgradeVersionsList> | ||
</attributes> | ||
</eventMessage> | ||
</component> | ||
<component type="Assembly"> | ||
<assemblies> | ||
<assembly> | ||
<name>WillStrohl.Modules.Lightbox.dll</name> | ||
<version>01.14.00</version> | ||
<version>01.15.00</version> | ||
<path>bin</path> | ||
</assembly> | ||
<assembly> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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="6.0"> | ||
<packages> | ||
<package name="WillStrohl.Lightbox_Symbols" type="Library" version="01.14.00"> | ||
<package name="WillStrohl.Lightbox_Symbols" type="Library" version="01.15.00"> | ||
<friendlyName>Lightbox Gallery Symbols</friendlyName> | ||
<description> | ||
<![CDATA[<p>This is a lightbox gallery module, written by Will Strohl. Its original purpose was to highlight a few ways that jQuery can be integrated into DNN. It has since become one of the most popular ways to include image galleries into your DNN website.</p>]]> | ||
|
@@ -10,14 +10,14 @@ | |
<owner> | ||
<name>Will Strohl</name> | ||
<organization>Upendo Ventures, LLC</organization> | ||
<url><![CDATA[<a href="http://hismightiness.github.io/dnnextensions/" target="_blank">http://hismightiness.github.io/dnnextensions/</a>]]></url> | ||
<email><![CDATA[<a href="me@willstrohl.com" target="_blank">[email protected]</a>]]></email> | ||
<url><![CDATA[<a href="https://upendoventures.com/What/CMS/DNN/Extensions" target="_blank">UpendoVentures.com</a>]]></url> | ||
<email><![CDATA[<a href="mailto:solutions@upendoventures.com" target="_blank">solutions@upendoventures</a>]]></email> | ||
</owner> | ||
<license src="License.txt" /> | ||
<releaseNotes src="ReleaseNotes.txt" /> | ||
<azureCompatible>True</azureCompatible> | ||
<dependencies> | ||
<dependency type="managedPackage" version="1.14.0">WillStrohl.Lightbox</dependency> | ||
<dependency type="managedPackage" version="1.15.0">WillStrohl.Lightbox</dependency> | ||
</dependencies> | ||
<components> | ||
<component type="ResourceFile"> | ||
|
2 changes: 1 addition & 1 deletion
2
Modules/WillStrohl.LightboxGallery/WillStrohl.Modules.Lightbox.vbproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters