Skip to content

Commit f032b8e

Browse files
committed
3.2 release
1 parent 33f6a32 commit f032b8e

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

Cognifide.PowerShell/Data/serialization/master/sitecore/system/Modules/PowerShell/Script Library/Platform/Development/PowerShell Extensions Maintenance/Prepare Console Distribution.item

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ templatekey: PowerShell Script
1313
field: {B1A94FF0-6897-47C0-9C51-AA6ACB80B1F0}
1414
name: Script
1515
key: script
16-
content-length: 8943
16+
content-length: 9120
1717

1818
# Clear test items:
1919
# Get-ChildItem 'master:\system\Modules\PowerShell\Script Library' -recurse | Where-Object { ($_.Name -match '\(test\)') } | Remove-Item
@@ -153,8 +153,10 @@ $source = Get-Item 'core:/content/Applications/Content Editor/Context Menues/Def
153153
$package.Sources.Add($source);
154154

155155
# LaunchPad
156+
if([Cognifide.PowerShell.Core.VersionDecoupling.VersionResolver]::IsVersionHigherOrEqual([Cognifide.PowerShell.Core.VersionDecoupling.VersionResolver]::SitecoreVersion80)){
156157
$source = Get-Item 'core:/sitecore/client/Applications/Launchpad/PageSettings/Buttons/ContentEditing/PowerShell ISE' | New-ItemSource -Name "LaunchPad integration" -InstallMode Overwrite
157158
$package.Sources.Add($source);
159+
}
158160

159161
# Task Integration
160162
$source = Get-Item master:\system\Tasks\Commands\PowerShellScriptCommand | New-ItemSource -Name "Task Integration - Command" -InstallMode Overwrite
@@ -188,7 +190,7 @@ Compress-Archive -Path "$($AppPath)sitecore modules" -DestinationPath $minimalPa
188190
----version----
189191
language: en
190192
version: 1
191-
revision: c75adbab-fda4-4e16-8dca-10f11ac535a0
193+
revision: 84213642-b010-4892-b1e2-a2c1f57490f8
192194

193195
----field----
194196
field: {25BED78C-4957-4165-998A-CA1B52F67497}
@@ -203,14 +205,14 @@ name: __Revision
203205
key: __revision
204206
content-length: 36
205207

206-
c75adbab-fda4-4e16-8dca-10f11ac535a0
208+
84213642-b010-4892-b1e2-a2c1f57490f8
207209
----field----
208210
field: {D9CF14B1-FA16-4BA6-9288-E8A174D4D522}
209211
name: __Updated
210212
key: __updated
211-
content-length: 34
213+
content-length: 15
212214

213-
20150801T181400:635740496405240757
215+
20150803T122137
214216
----field----
215217
field: {BADD9CF9-53E0-4D0C-BCC0-2D784C282F6A}
216218
name: __Updated by
191 KB
Binary file not shown.
191 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)