-
-
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 #186 from hismightiness/development
Syncing dev w/ main
- Loading branch information
Showing
11 changed files
with
106 additions
and
52 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
DesktopModules/WillStrohl.Injection/Images/injection.png |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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,22 +1,22 @@ | ||
<dotnetnuke type="Package" version="6.0"> | ||
<packages> | ||
<package name="WillStrohl.Injection" type="Module" version="02.00.02"> | ||
<package name="WillStrohl.Injection" type="Module" version="03.00.00"> | ||
<friendlyName>Content Injection</friendlyName> | ||
<description> | ||
<![CDATA[<p>This is a content injection module, written by Will Strohl. Its purpose is to allow you to inject markup into the header or footer of the page.</p>]]> | ||
<![CDATA[<p>This is a content injection module, written by Upendo Ventures. Its purpose is to allow you to inject markup into the header, body, and footer of the page.</p>]]> | ||
</description> | ||
<iconFile>DesktopModules/WillStrohl.Injection/Images/injection.png</iconFile> | ||
<iconFile>DesktopModules/WillStrohl.Injection/Images/logo.png</iconFile> | ||
<owner> | ||
<name>Will Strohl</name> | ||
<organization>Will Strohl</organization> | ||
<url><![CDATA[<a href="http://hismightiness.github.io/dnnextensions/" target="_blank">http://hismightiness.github.io/dnnextensions/</a>]]></url> | ||
<email><![CDATA[<a href="mailto:will.strohl@gmail.com" target="_blank">[email protected]</a>]]></email> | ||
<organization>Upendo Ventures, LLC</organization> | ||
<url>https://upendoventures.com</url> | ||
<email>solutions@upendoventures.com</email> | ||
</owner> | ||
<license src="license.txt" /> | ||
<releaseNotes src="releasenotes.txt" /> | ||
<azureCompatible>true</azureCompatible> | ||
<dependencies> | ||
<dependency type="coreversion">07.04.02</dependency> | ||
<dependency type="coreversion">09.04.00</dependency> | ||
</dependencies> | ||
<components> | ||
<component type="Script"> | ||
|
@@ -80,7 +80,7 @@ | |
<script type="UnInstall"> | ||
<path>Providers\DataProviders\SqlDataProvider</path> | ||
<name>Uninstall.SqlDataProvider</name> | ||
<version>02.00.02</version> | ||
<version>03.00.00</version> | ||
</script> | ||
</scripts> | ||
</component> | ||
|
@@ -126,19 +126,21 @@ | |
<attributes> | ||
<businessControllerClass>WillStrohl.Modules.Injection.Components.InjectionController, WillStrohl.Modules.Injection</businessControllerClass> | ||
<desktopModuleID>[DESKTOPMODULEID]</desktopModuleID> | ||
<upgradeVersionsList /> | ||
<upgradeVersionsList>03.00.00</upgradeVersionsList> | ||
</attributes> | ||
</eventMessage> | ||
</component> | ||
|
||
<component type="Assembly"> | ||
<assemblies> | ||
<assembly> | ||
<name>WillStrohl.Modules.Injection.dll</name> | ||
<version>02.00.02</version> | ||
<version>03.00.00</version> | ||
<path>bin</path> | ||
</assembly> | ||
</assemblies> | ||
</component> | ||
|
||
<component type="ResourceFile"> | ||
<resourceFiles> | ||
<basePath>DesktopModules\WillStrohl.Injection</basePath> | ||
|
@@ -147,6 +149,9 @@ | |
</resourceFile> | ||
</resourceFiles> | ||
</component> | ||
|
||
<component type="Cleanup" version="03.00.00" fileName="03.00.00.txt" /> | ||
|
||
</components> | ||
</package> | ||
</packages> | ||
|
31 changes: 31 additions & 0 deletions
31
Modules/WillStrohl.Injection/WillStrohl.Injection_Symbols.dnn
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<dotnetnuke type="Package" version="6.0"> | ||
<packages> | ||
<package name="WillStrohl.Injection_Symbols" type="Library" version="03.00.00"> | ||
<friendlyName>Content Injection Symbols</friendlyName> | ||
<![CDATA[<p>This is a content injection module, written by Upendo Ventures. Its purpose is to allow you to inject markup into the header, body, and footer of the page.</p>]]> | ||
<owner> | ||
<name>Will Strohl</name> | ||
<organization>Upendo Ventures, LLC</organization> | ||
<url>https://upendoventures.com</url> | ||
<email>[email protected]</email> | ||
</owner> | ||
<license src="License.txt" /> | ||
<releaseNotes src="ReleaseNotes.txt" /> | ||
<azureCompatible>True</azureCompatible> | ||
<dependencies> | ||
<dependency type="managedPackage" version="3.0.0">WillStrohl.Injection</dependency> | ||
</dependencies> | ||
<components> | ||
<component type="ResourceFile"> | ||
<resourceFiles> | ||
<basePath></basePath> | ||
<resourceFile> | ||
<name>Resources.zip</name> | ||
</resourceFile> | ||
</resourceFiles> | ||
</component> | ||
</components> | ||
</package> | ||
</packages> | ||
</dotnetnuke> |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="DotNetNuke.Core" version="9.4.0" targetFramework="net451" /> | ||
<package id="DotNetNuke.Web" version="9.4.0" targetFramework="net451" /> | ||
</packages> |
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,23 +1,34 @@ | ||
<h3>Version 02.00.02</h3> | ||
<p><strong>Date Released:</strong> 06/30/2016</p> | ||
<ul> | ||
<li>Feature: Increased minimum supported version to DNN 7.4.2</li> | ||
<li>Bug: Fixed Azure installation issue</li> | ||
</ul> | ||
<style> | ||
div.uv-install-wrapper h3, div.uv-install-wrapper h4, div.uv-install-wrapper p, div.uv-install-wrapper hr, div.uv-install-wrapper ul { margin-bottom: 0.5em; } | ||
div.uv-install-wrapper ul { padding-left: 2em; } | ||
.muy-importante { color:red;font-weight:bold; } | ||
</style> | ||
<div class="uv-install-wrapper"> | ||
<h3>Version 03.00.00</h3> | ||
|
||
<p class="muy-importante">The release notes continue after the Sponsors and Code Contributors below.</p> | ||
|
||
<h3>Sponsors</h3> | ||
<p>Open-source is not free. We're so GRATEFUL for the following people/organizations for <a href="https://github.com/sponsors/hismightiness" target="_blank">sponsoring developers</a> to work on this release!</p> | ||
<p>Sponsorship is <em>Powered by GitHub Sponsors</em> and ensures that this project lives and thrives. <a href="https://github.com/sponsors/hismightiness" target="_blank">Please consider sponsoring</a> any amount.</p> | ||
<p>THANK YOU to the following rockstars!</p> | ||
<ul> | ||
<li>Adam Bernstein, <a href="https://practicewise.com/" target="_blank">PracticeWise</a></li> | ||
<li>Dan Rice, <a href="https://www.puresystems.co.uk/" target="_blank">Pure Systems</a></li> | ||
<li>David Poindexter, <a href="https://nvisionative.com/" target="_blank">nvisionative</a></li> | ||
<li>Matt Rutledge, <a href="https://beleivekids.com/" target="_blank">Believe Kids</a></li> | ||
</ul> | ||
|
||
<h3>Code Contributors</h3> | ||
<p>THANK YOU to the following community members for participating in this release!</p> | ||
<ul> | ||
<li>Will Strohl, <a href="https://upendoventures.com/What/CMS/DNN" target="_blank">Upendo Ventures</a></li> | ||
</ul> | ||
|
||
<h3>Version 02.00.01</h3> | ||
<p><strong>Date Released:</strong> 09/18/2015</p> | ||
<ul> | ||
<li>Bug: Updated a typo in the manifest file that caused exceptions in the event log</li> | ||
<li>Bug: Added missing reference to get rid of old SqlDataProvider DLL</li> | ||
</ul> | ||
|
||
<h3>Version 02.00.00</h3> | ||
<p><strong>Date Released:</strong> 09/06/2015</p> | ||
<ul> | ||
<li>Feature: Specify and use CRM features for JavaScript/CSS files</li> | ||
<li>Feature: Display auditing history for injections</li> | ||
<li>Feature: Display injection type in grid listing</li> | ||
<li>Feature: Converted project to C#</li> | ||
<li>Bug: Unable to install in Windows Azure</li> | ||
</ul> | ||
<p><strong>Date Released:</strong> 11/24/2020</p> | ||
<ul> | ||
<li>Increased minimum supported version to DNN 9.4.0, Thanks <a href="https://github.com/hismightiness" target="_blank">@hismightiness</a>!</li> | ||
<li>Now generating and releasing a Symbols package, Thanks <a href="https://github.com/hismightiness" target="_blank">@hismightiness</a>!</li> | ||
<li>Fixed install/upgrade issue with SQL provider in version 2.0, Thanks <a href="https://github.com/hismightiness" target="_blank">@hismightiness</a>, <a href="https://github.com/MaiklT" target="_blank">@MaiklT</a>, and <a href="https://github.com/moorecreative" target="_blank">@moorecreative</a>!</li> | ||
</ul> | ||
</div> |