Skip to content

Commit 169cb1a

Browse files
author
Nick Wesselman
committed
Updates for Release 1.2
* Tested on SC 8.2 and AC 3.3.1 * Updated Switch-AcShopContext cmdlet to allow returning values from executed script block * Updated reports to allow filtering by order status * Fixed issue w/ launchpad application with display of report results
1 parent 2242157 commit 169cb1a

52 files changed

Lines changed: 6541 additions & 6496 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
3+
4+
# Do not adjust line endings on Sitecore .item files
5+
*.item -text

src/ActiveCommerce.PowerTools.Sitecore.Core/ActiveCommerce.PowerTools.Sitecore.Core.scproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
23
<PropertyGroup>
34
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
45
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -110,5 +111,5 @@
110111
<ChildItemSynchronization>NoChildSynchronization</ChildItemSynchronization>
111112
</SitecoreItem>
112113
</ItemGroup>
113-
<Import Project="$(MSBuildExtensionsPath)\HedgehogDevelopment\SitecoreProject\v9.0\HedgehogDevelopment.SitecoreProject.targets" />
114+
<Import Project="$(MSBuildExtensionsPath)\HedgehogDevelopment\SitecoreProject\v9.0\HedgehogDevelopment.SitecoreProject.targets" Condition="Exists('$(MSBuildExtensionsPath)\HedgehogDevelopment\SitecoreProject\v9.0\HedgehogDevelopment.SitecoreProject.targets')" />
114115
</Project>

0 commit comments

Comments
 (0)