Skip to content

Commit 8a532e6

Browse files
committed
Bump version, depend on DNN 9.4.0
1 parent 620906a commit 8a532e6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

DnnContra.LegalShield.dnn

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dotnetnuke type="Package" version="5.0">
22
<packages>
3-
<package name="DnnContra.LegalShield" type="Skin" version="00.01.07">
3+
<package name="DnnContra.LegalShield" type="Skin" version="1.0.0">
44
<friendlyName>DnnContra.LegalShield</friendlyName>
55
<description>A responsive DNN skin using Bootstrap 4 for "Legal Shield" website based on DnnContra theme. Requires installation via the Host/Extensions page.</description>
66
<owner>
@@ -13,7 +13,7 @@
1313
<license src="License.txt"></license>
1414
<releaseNotes src="ReleaseNotes.txt"></releaseNotes>
1515
<dependencies>
16-
<dependency type="CoreVersion">08.00.00</dependency>
16+
<dependency type="CoreVersion">09.04.00</dependency>
1717
</dependencies>
1818
<components>
1919
<component type="ResourceFile">
@@ -32,7 +32,7 @@
3232
</component>
3333
</components>
3434
</package>
35-
<package name="DnnContra.LegalShield.Containers" type="Container" version="00.01.07">
35+
<package name="DnnContra.LegalShield.Containers" type="Container" version="1.0.0">
3636
<friendlyName>DnnContra.LegalShield</friendlyName>
3737
<description>Containers for the DnnContra.LegalShield theme package.</description>
3838
<owner>

Install.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$PackageName="DnnContra.LegalShield"
2-
$Version="0.1.7"
2+
$Version="1.0.0"
33

44
Push-Location
55

layouts/default/footer-legal.ascx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="copyright-section">
22
<div class="row flex-items-xs-bottom">
33
<div class="col-sm text-xs-center text-sm-left">
4-
<a href="https://github.com/volgau/DnnContra.LegalShield" target="_blank">Тема DnnContra &quot;Legal Shield&quot; v0.1.7</a>
4+
<a href="https://github.com/volgau/DnnContra.LegalShield" target="_blank">Тема DnnContra &quot;Legal Shield&quot; v1.0.0</a>
55
</div>
66
<div class="col-sm text-xs-center text-sm-right"><dnn:COPYRIGHT ID="dnnCopyright" runat="server" /></div>
77
</div><!-- ./row -->

0 commit comments

Comments
 (0)