Skip to content

Commit

Permalink
Updates for Release 1.2
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Nick Wesselman committed Dec 22, 2016
1 parent 2242157 commit 169cb1a
Show file tree
Hide file tree
Showing 52 changed files with 6,541 additions and 6,496 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
@@ -0,0 +1,5 @@



# Do not adjust line endings on Sitecore .item files
*.item -text
@@ -1,4 +1,5 @@
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Expand Down Expand Up @@ -110,5 +111,5 @@
<ChildItemSynchronization>NoChildSynchronization</ChildItemSynchronization>
</SitecoreItem>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\HedgehogDevelopment\SitecoreProject\v9.0\HedgehogDevelopment.SitecoreProject.targets" />
<Import Project="$(MSBuildExtensionsPath)\HedgehogDevelopment\SitecoreProject\v9.0\HedgehogDevelopment.SitecoreProject.targets" Condition="Exists('$(MSBuildExtensionsPath)\HedgehogDevelopment\SitecoreProject\v9.0\HedgehogDevelopment.SitecoreProject.targets')" />
</Project>

0 comments on commit 169cb1a

Please sign in to comment.