Skip to content

Commit

Permalink
v01.00.02 release. Updated Bootstrap to v4.0.0 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
dnnconsulting committed Jan 25, 2018
1 parent 753af1c commit 263a144
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
4 changes: 2 additions & 2 deletions DnnContra.dnn
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="DnnC.Skins.DnnContra" type="Skin" version="01.00.01">
<package name="DnnC.Skins.DnnContra" type="Skin" version="01.00.02">
<friendlyName>DnnContra</friendlyName>
<description>A responsive DNN skin using Bootstrap v4.0.0.aphla.6. Requires installation via the Host/Extensions page.</description>
<description>A responsive DNN skin using Bootstrap v4.0.0. Requires installation via the Host/Extensions page.</description>
<owner>
<name>Geoff Barlow</name>
<organization>DnnConsulting.nl</organization>
Expand Down
6 changes: 6 additions & 0 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
<hr/>
<h3>About the DnnContra Theme</h3>

<h4>Version 01.00.02</h4><br />
<h5>Bug Fixes</h5>
<ul>
<li>Changed the Bootstrap version from 4 alpha to 4.0.0 stable release</li>
</ul>

<h4>Version 01.00.01</h4><br />
<h5>Bug Fixes</h5>
<ul>
Expand Down
11 changes: 2 additions & 9 deletions layouts/default/_includes-bottom.ascx
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@





<dnn:DnnJsInclude ID="DnnJsInclude1" runat="server" FilePath="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" ForceProvider="DnnFormBottomProvider" Name="trehter" Version="1.4.0" />


<dnn:DnnJsInclude ID="DnnJsBootStrap" runat="server" FilePath="assets/js/bootstrap.js" PathNameAlias="SkinPath" ForceProvider="DnnFormBottomProvider" Name="boostrap" Version="4.0.0-alpha.6" />
<dnn:DnnJsInclude ID="DnnJsPopper" runat="server" FilePath="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" ForceProvider="DnnFormBottomProvider" Name="popper" Version="1.12.9" />
<dnn:DnnJsInclude ID="DnnJsBootStrap" runat="server" FilePath="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" ForceProvider="DnnFormBottomProvider" Name="boostrap" Version="4.0.0" />
<dnn:DnnJsInclude ID="DnnJsSmartMenus" runat="server" FilePath="assets/js/jquery.smartmenus.js" PathNameAlias="SkinPath" ForceProvider="DnnFormBottomProvider" Name="smartmenus" Version="1.0.1" />
<dnn:DnnJsInclude ID="DnnJsUtils" runat="server" FilePath="assets/js/utils.js" PathNameAlias="SkinPath" ForceProvider="DnnFormBottomProvider" Name="utils" Version="1.0.0" />
<dnn:DnnJsInclude ID="DnnJsContra" runat="server" FilePath="assets/js/dnncontra.js" PathNameAlias="SkinPath" ForceProvider="DnnFormBottomProvider" Name="dnncontra" Version="1.0.0" />
2 changes: 1 addition & 1 deletion layouts/default/_includes-top.ascx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<dnn:META ID="mobileScale" runat="server" Name="viewport" Content="width=device-width, initial-scale=1.0" />
<dnn:JQUERY ID="dnnjQuery" runat="server" jQueryHoverIntent="true" />
<dnn:DnnCssInclude ID="DnnCssBootStrap" runat="server" FilePath="assets/css/bootstrap.css" PathNameAlias="SkinPath" Name="bootstrap" Version="4.0.0-alpha.6" />
<dnn:DnnCssInclude ID="DnnCssBootStrap" runat="server" FilePath="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" Name="bootstrap" Version="4.0.0" />
<dnn:DnnCssInclude ID="DnnCssSmartMenus" runat="server" FilePath="assets/css/smartmenus.css" PathNameAlias="SkinPath" Name="smartmenus" Version="1.0.1" />
<dnn:DnnCssInclude ID="DnnCssAnimate" runat="server" FilePath="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css" Name="animatecss" Version="3.5.2" />
<dnn:DnnCssInclude ID="DnnCssContra" runat="server" FilePath="assets/css/dnncontra.css" PathNameAlias="SkinPath" Name="dnncontra" Version="1.0.0" />
Expand Down

0 comments on commit 263a144

Please sign in to comment.