Skip to content

Commit

Permalink
Merge pull request HotcakesCommerce#298 from hismightiness/tasks/rele…
Browse files Browse the repository at this point in the history
…ase-03.04.01

Prep for 03.04.01 release
  • Loading branch information
Will Strohl authored Jun 12, 2020
2 parents d684186 + 6c15f18 commit c08267f
Show file tree
Hide file tree
Showing 6 changed files with 79 additions and 34 deletions.
4 changes: 2 additions & 2 deletions Build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

<!-- Version Number -->
<PropertyGroup Condition=" '$(BUILD_NUMBER)' == '' ">
<Version>03.04.00</Version>
<Version>03.04.01</Version>
<FileVersion>01.00.00</FileVersion>
<InformationalVersion>01.00.00</InformationalVersion>
</PropertyGroup>

<PropertyGroup Condition=" '$(BUILD_NUMBER)' != '' ">
<!-- Build Server Number -->
<Version>03.04.00</Version>
<Version>03.04.01</Version>
<FileVersion>$(BUILD_NUMBER)</FileVersion>
<InformationalVersion>$(BUILD_NUMBER)</InformationalVersion>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[assembly: CLSCompliant(false)]
[assembly: ComVisible(false)]

[assembly: AssemblyVersion("3.04.00")]
[assembly: AssemblyVersion("3.04.01")]
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("")]
[assembly: AssemblyKeyName("")]
Expand Down
4 changes: 2 additions & 2 deletions GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

[assembly: System.Reflection.AssemblyCopyright("Copyright © 2020. All rights reserved.")]
[assembly: System.Reflection.AssemblyConfiguration("Release")]
[assembly: System.Reflection.AssemblyVersion("03.04.00")]
[assembly: System.Reflection.AssemblyVersion("03.04.01")]
[assembly: System.Reflection.AssemblyFileVersion("01.00.00")]
[assembly: System.Reflection.AssemblyInformationalVersion("01.00.00")]

Expand All @@ -22,7 +22,7 @@ internal sealed partial class ThisAssembly {

internal const string AssemblyConfiguration = "Release";

internal const string AssemblyVersion = "03.04.00";
internal const string AssemblyVersion = "03.04.01";

internal const string AssemblyFileVersion = "01.00.00";

Expand Down
54 changes: 27 additions & 27 deletions Website/DesktopModules/Hotcakes/Hotcakes.dnn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="Hotcakes.Core" type="Library" version="03.04.00">
<package name="Hotcakes.Core" type="Library" version="03.04.01">
<friendlyName>Hotcakes Commerce</friendlyName>
<description><![CDATA[Hotcakes Commerce will give your company the control it needs to create and manage your e-commerce site.]]></description>
<iconFile>~/DesktopModules/Hotcakes/Core/Images/hcc-logo.png</iconFile>
Expand Down Expand Up @@ -58,7 +58,7 @@
<attributes>
<businessControllerClass>Hotcakes.Modules.Core.HotcakesController, Hotcakes.Modules</businessControllerClass>
<desktopModuleID>[DESKTOPMODULEID]</desktopModuleID>
<upgradeVersionsList>01.00.00,01.00.07,01.05.00,01.06.00,01.07.00,01.08.00,01.09.00,01.10.00,02.00.00,02.00.01,02.00.02,02.00.03,02.00.04,02.00.05,02.00.06,03.00.00,03.00.01,03.01.00,03.02.00,03.02.01,03.02.02,03.02.03,03.03.00,03.04.00</upgradeVersionsList>
<upgradeVersionsList>01.00.00,01.00.07,01.05.00,01.06.00,01.07.00,01.08.00,01.09.00,01.10.00,02.00.00,02.00.01,02.00.02,02.00.03,02.00.04,02.00.05,02.00.06,03.00.00,03.00.01,03.01.00,03.02.00,03.02.01,03.02.02,03.02.03,03.03.00,03.04.00,03.04.01</upgradeVersionsList>
</attributes>
</eventMessage>
</component>
Expand Down Expand Up @@ -208,7 +208,7 @@
<script type="UnInstall">
<path>Providers\DataProviders\SqlDataProvider</path>
<name>Uninstall.SqlDataProvider</name>
<version>03.04.00</version>
<version>03.04.01</version>
</script>
</scripts>
</component>
Expand Down Expand Up @@ -548,7 +548,7 @@
</components>
</package>

<package name="Hotcakes.ExtensionUrlProvider" type="Library" version="03.04.00">
<package name="Hotcakes.ExtensionUrlProvider" type="Library" version="03.04.01">
<friendlyName>Hotcakes Extension Url Provider</friendlyName>
<description><![CDATA[Hotcakes Extension Url Provider allows you to get rid of 'slug' parameter name in friednly urls]]></description>
<iconFile>~/DesktopModules/Hotcakes/Core/Images/hcc-logo.png</iconFile>
Expand All @@ -574,7 +574,7 @@
</components>
</package>

<package name="Hotcakes.AddressBook" type="Module" version="03.04.00">
<package name="Hotcakes.AddressBook" type="Module" version="03.04.01">
<friendlyName>Hotcakes Address Book</friendlyName>
<description><![CDATA[Hotcakes Commerce address book allows your customers to save addresses used for shipping.]]></description>
<iconFile>Core/Images/hcc-logo.png</iconFile>
Expand Down Expand Up @@ -628,7 +628,7 @@
</components>
</package>

<package name="Hotcakes.Cart" type="Module" version="03.04.00">
<package name="Hotcakes.Cart" type="Module" version="03.04.01">
<friendlyName>Hotcakes Cart</friendlyName>
<description><![CDATA[Hotcakes Commerce cart displays products to customers for purchase.]]></description>
<iconFile>Core/Images/hcc-logo.png</iconFile>
Expand Down Expand Up @@ -700,7 +700,7 @@
</components>
</package>

<package name="Hotcakes.CategoryMenu" type="Module" version="03.04.00">
<package name="Hotcakes.CategoryMenu" type="Module" version="03.04.01">
<friendlyName>Hotcakes Category Menu</friendlyName>
<description><![CDATA[Hotcakes Commerce category menu displays categories to help customers find categorized products.]]></description>
<iconFile>Core/Images/hcc-logo.png</iconFile>
Expand Down Expand Up @@ -772,7 +772,7 @@
</components>
</package>

<package name="Hotcakes.CategoryViewer" type="Module" version="03.04.00">
<package name="Hotcakes.CategoryViewer" type="Module" version="03.04.01">
<friendlyName>Hotcakes Category Viewer</friendlyName>
<description><![CDATA[Hotcakes Commerce category viewer displays a listing of categories in a visual way for customers to easily drill down to products of their choice.]]></description>
<iconFile>Core/Images/hcc-logo.png</iconFile>
Expand Down Expand Up @@ -846,7 +846,7 @@
</components>
</package>

<package name="Hotcakes.Checkout" type="Module" version="03.04.00">
<package name="Hotcakes.Checkout" type="Module" version="03.04.01">
<friendlyName>Hotcakes Checkout</friendlyName>
<description><![CDATA[Hotcakes Commerce checkout allows a customer to finalize their shopping experience by purchasing the items saved in their cart.]]></description>
<iconFile>Core/Images/hcc-logo.png</iconFile>
Expand Down Expand Up @@ -948,7 +948,7 @@
</components>
</package>

<package name="Hotcakes.FeaturedProducts" type="Module" version="03.04.00">
<package name="Hotcakes.FeaturedProducts" type="Module" version="03.04.01">
<friendlyName>Hotcakes Featured Products</friendlyName>
<description><![CDATA[Hotcakes Commerce featured products allows you to display products to customers that have been marked as featuresd in the product catalog.]]></description>
<iconFile>Core/Images/hcc-logo.png</iconFile>
Expand Down Expand Up @@ -1020,7 +1020,7 @@
</components>
</package>

<package name="Hotcakes.LastProductsViewed" type="Module" version="03.04.00">
<package name="Hotcakes.LastProductsViewed" type="Module" version="03.04.01">
<friendlyName>Hotcakes Last Products Viewed</friendlyName>
<description><![CDATA[Hotcakes Commerce Last Products Viewed allows you to display the last products that a customer viewed to make it easy for them to return and purchase them.]]></description>
<iconFile>Core/Images/hcc-logo.png</iconFile>
Expand Down Expand Up @@ -1092,7 +1092,7 @@
</components>
</package>

<package name="Hotcakes.MiniCart" type="Module" version="03.04.00">
<package name="Hotcakes.MiniCart" type="Module" version="03.04.01">
<friendlyName>Hotcakes Mini Cart</friendlyName>
<description><![CDATA[Hotcakes Commerce Mini Cart allows you to provide a minimized cart experience, reducing the amount of things a customer sees.]]></description>
<iconFile>Core/Images/hcc-logo.png</iconFile>
Expand Down Expand Up @@ -1164,7 +1164,7 @@
</components>
</package>

<package name="Hotcakes.SearchInput" type="Module" version="03.04.00">
<package name="Hotcakes.SearchInput" type="Module" version="03.04.01">
<friendlyName>Hotcakes Search Input</friendlyName>
<description><![CDATA[Hotcakes Commerce Search Input displays a search option for customers to use to discover products in your store.]]></description>
<iconFile>Core/Images/hcc-logo.png</iconFile>
Expand Down Expand Up @@ -1236,7 +1236,7 @@
</components>
</package>

<package name="Hotcakes.SkinAffiliate" type="SkinObject" version="03.04.00">
<package name="Hotcakes.SkinAffiliate" type="SkinObject" version="03.04.01">
<friendlyName>HCSKINAFFILIATE SkinObject</friendlyName>
<description><![CDATA[Hotcakes Commerce Affiliate skin object allows designers to add capabilities to handle affiliate requests on each page load without adding code to the page.]]></description>
<iconFile>~/DesktopModules/Hotcakes/Core/Images/hcc-logo.png</iconFile>
Expand Down Expand Up @@ -1269,7 +1269,7 @@
</components>
</package>

<package name="Hotcakes.SkinSearch" type="SkinObject" version="03.04.00">
<package name="Hotcakes.SkinSearch" type="SkinObject" version="03.04.01">
<friendlyName>HCSKINSEARCH SkinObject</friendlyName>
<description><![CDATA[Hotcakes Commerce Search skin object allows designers to insert the store's search feature into the skin.]]></description>
<iconFile>~/DesktopModules/Hotcakes/Core/Images/hcc-logo.png</iconFile>
Expand Down Expand Up @@ -1302,7 +1302,7 @@
</components>
</package>

<package name="Hotcakes.OrderHistory" type="Module" version="03.04.00">
<package name="Hotcakes.OrderHistory" type="Module" version="03.04.01">
<friendlyName>Hotcakes Order History</friendlyName>
<description><![CDATA[Hotcakes Commerce Order History module provides a way for customers to review their past orders.]]></description>
<iconFile>Core/Images/hcc-logo.png</iconFile>
Expand Down Expand Up @@ -1374,7 +1374,7 @@
</components>
</package>

<package name="Hotcakes.ProductGrid" type="Module" version="03.04.00">
<package name="Hotcakes.ProductGrid" type="Module" version="03.04.01">
<friendlyName>Hotcakes Product Grid</friendlyName>
<description><![CDATA[Hotcakes Commerce Product Grid allows you to specify a set of products to list anywhere, in a grid layout.]]></description>
<iconFile>Core/Images/hcc-logo.png</iconFile>
Expand Down Expand Up @@ -1444,7 +1444,7 @@
</components>
</package>

<package name="Hotcakes.ProductViewer" type="Module" version="03.04.00">
<package name="Hotcakes.ProductViewer" type="Module" version="03.04.01">
<friendlyName>Hotcakes Product Viewer</friendlyName>
<description><![CDATA[Hotcakes Commerce Product Viewer module displays a chosen product to your customers.]]></description>
<iconFile>Core/Images/hcc-logo.png</iconFile>
Expand Down Expand Up @@ -1518,7 +1518,7 @@
</components>
</package>

<package name="Hotcakes.ProductReviews" type="Module" version="03.04.00">
<package name="Hotcakes.ProductReviews" type="Module" version="03.04.01">
<friendlyName>Hotcakes Product Reviews</friendlyName>
<description><![CDATA[Hotcakes Commerce Product Reviews will display related reviews for the product currently being displayed on the page.]]></description>
<iconFile>Core/Images/hcc-logo.png</iconFile>
Expand Down Expand Up @@ -1590,7 +1590,7 @@
</components>
</package>

<package name="Hotcakes.ContentBlocks" type="Module" version="03.04.00">
<package name="Hotcakes.ContentBlocks" type="Module" version="03.04.01">
<friendlyName>Hotcakes Content Blocks</friendlyName>
<description><![CDATA[Hotcakes Commerce Content Blocks module allows you to display content blocks you've created in the store admin.]]></description>
<iconFile>Core/Images/hcc-logo.png</iconFile>
Expand Down Expand Up @@ -1662,7 +1662,7 @@
</components>
</package>

<package name="Hotcakes.Search" type="Module" version="03.04.00">
<package name="Hotcakes.Search" type="Module" version="03.04.01">
<friendlyName>Hotcakes Search</friendlyName>
<description><![CDATA[Hotcakes Commerce Search Module allows you to use different settings to create a search results page for your store just the way you need it.]]></description>
<iconFile>Core/Images/hcc-logo.png</iconFile>
Expand Down Expand Up @@ -1734,7 +1734,7 @@
</components>
</package>

<package name="Hotcakes.TopWeeklySellers" type="Module" version="03.04.00">
<package name="Hotcakes.TopWeeklySellers" type="Module" version="03.04.01">
<friendlyName>Hotcakes Top Weekly Sellers</friendlyName>
<description><![CDATA[Hotcakes Commerce Top Weekly Sellers will display a listing of the 10 most popular products sold over the past week.]]></description>
<iconFile>Core/Images/hcc-logo.png</iconFile>
Expand Down Expand Up @@ -1806,7 +1806,7 @@
</components>
</package>

<package name="Hotcakes.Top10Products" type="Module" version="03.04.00">
<package name="Hotcakes.Top10Products" type="Module" version="03.04.01">
<friendlyName>Hotcakes Top 10 Products</friendlyName>
<description><![CDATA[Hotcakes Commerce Top 10 Products module will display a listing of the most popular products sold in the store in the past 10 calendar days.]]></description>
<iconFile>Core/Images/hcc-logo.png</iconFile>
Expand Down Expand Up @@ -1878,7 +1878,7 @@
</components>
</package>

<package name="Hotcakes.WishList" type="Module" version="03.04.00">
<package name="Hotcakes.WishList" type="Module" version="03.04.01">
<friendlyName>Hotcakes Wish List</friendlyName>
<description><![CDATA[Hotcakes Commerce Wish List module shows your customers products that have been added to their wish list for purchase later.]]></description>
<iconFile>Core/Images/hcc-logo.png</iconFile>
Expand Down Expand Up @@ -1932,7 +1932,7 @@
</components>
</package>

<package name="Hotcakes.AffiliateRegistration" type="Module" version="03.04.00">
<package name="Hotcakes.AffiliateRegistration" type="Module" version="03.04.01">
<friendlyName>Hotcakes Affiliate Registration</friendlyName>
<friendlyName>Hotcakes Wish List</friendlyName>
<description><![CDATA[Hotcakes Commerce Affiliate Registration module.]]></description>
Expand Down Expand Up @@ -1987,7 +1987,7 @@
</components>
</package>

<package name="Hotcakes.AffiliateDashboard" type="Module" version="03.04.00">
<package name="Hotcakes.AffiliateDashboard" type="Module" version="03.04.01">
<friendlyName>Hotcakes Affiliate Dashboard</friendlyName>
<description><![CDATA[Hotcakes Commerce Affiliate Dashboard.]]></description>
<iconFile>Core/Images/hcc-logo.png</iconFile>
Expand Down Expand Up @@ -2042,4 +2042,4 @@
</package>

</packages>
</dotnetnuke>
</dotnetnuke>
4 changes: 2 additions & 2 deletions Website/DesktopModules/Hotcakes/Hotcakes_Symbols.dnn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="Hotcakes.Core_Symbols" type="Library" version="03.04.00">
<package name="Hotcakes.Core_Symbols" type="Library" version="03.04.01">
<friendlyName>Hotcakes Commerce Symbols</friendlyName>
<description><![CDATA[Debugging symbols]]></description>
<iconFile>~/DesktopModules/Hotcakes/Core/Images/hcc-logo.png</iconFile>
Expand All @@ -15,7 +15,7 @@
<azureCompatible>true</azureCompatible>
<dependencies>
<dependency type="CoreVersion">09.02.02</dependency>
<dependency type="managedPackage" version="3.4.0">Hotcakes.Core</dependency>
<dependency type="managedPackage" version="3.4.1">Hotcakes.Core</dependency>
</dependencies>
<components>
<component type="ResourceFile">
Expand Down
45 changes: 45 additions & 0 deletions Website/DesktopModules/Hotcakes/ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,51 @@
.muy-importante { color:red;font-weight:bold; }
</style>
<div class="uv-install-wrapper">
<h1>Hotcakes Commerce: Version 03.04.01</h1>

<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 contributing</a> any amount.</p>
<p>THANK YOU to the following rockstars!</p>
<ul>
<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>
<li>Adam Bernstein, <a href="https://practicewise.com/" target="_blank">PracticeWise</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/Hotcakes-Commerce" target="_blank">Upendo Ventures</a></li>
</ul>

<h3>Partners</h3>
<p>THANK YOU to the following partners for participating in this release!</p>
<ul>
<li>
<a href="https://hotcakes.org/Partners/Partner-Detail/id/2106" target="_blank" rel="noopener">Upendo Ventures</a>
</li>
</ul>

<h3><strong>Release Note Prefixes</strong></h3>
<p>The following prefixes are defined as:</p>
<ul>
<li><strong>SI:</strong> Support Inquiry - This issue was reported by a <a href="https://upendoventures.com/Support" target="_blank">support customer</a> and, as such, was prioritized above all other tasks.</li>
<li><strong>CI:</strong> Community Inquiry - This issue was reported by a community member in the <a href="https://mmmcommerce.com/Forums" target="_blanK">Hotcakes Commerce community forums</a>.</li>
</ul>

<h3><strong>Enhancements</strong></h3>
<ul>
<li>Nothing to note in this release.</li>
</ul>

<h3><strong>Maintenance Updates</strong></h3>
<ul>
<li><a href="https://github.com/HotcakesCommerce/hotcakes-commerce-core/issues/294" target="_blank">Issue 294</a> - Store administration menu localization not falling back to English.</li>
</ul>

<h1>Hotcakes Commerce: Version 03.04.00</h1>

<h2><strong>Highlights</strong></h2>
Expand Down

0 comments on commit c08267f

Please sign in to comment.