Skip to content

6.0

Compare
Choose a tag to compare
@michaellwest michaellwest released this 30 Sep 15:01
· 357 commits to master since this release
ea88e19

Version 6.0

This release is kind of a big deal.

Note: In this you will find that Sitecore PowerShell Extensions assemblies and configurations were renamed to contain "Spe"; the former name has been retired and removed from everywhere in code.

This release (also for v5.1) has a single package for Sitecore 8.x - 9.x and the VersionSpecific dll is an embedded resource. Only install this version if using Sitecore 8 or 9. The installation works best on clean instances, but you can still upgrade with minimal effort. There is a poststep which attempts to remove the old files no longer needed.

Summary of important changes

Breaking Changes

  • All configuration files and libraries (including namespaces) have been renamed. #1109

Major new Features

  • Find-Item now supports the use of custom types similar to SearchResultItem and selecting custom properties. Thank you @peplau for your help with this. #1120 and #1123
  • Integration Points can now use the root level library (i.e. Reports, Context Menu) to apply rules for Show/Enable rather than having to apply to each script.

All improvements

  • There is now a tool for transferring security from a user/role to a role in the toolbox. #1139
  • Find-Item can now check for GreaterThan and LessThan conditions. #1128
  • Added the command Remove-Layout to remove layouts from an item. #1111
  • Added the command Switch-Rendering to switch a rendering from one to another. Some features are still missing or need further review. #1110
  • Organized security related scripts into a separate module. Now they are hidden from Content Authors. #1139

All Fixes

  • The Quick download package tool did not use the proper name. #1116
  • You could not assign $null to an item field. #1117
  • Fixed an old issue where Set-ItemTemplate would fail on broken items. #1138
  • Fixed #1137 where the ISE gallery buttons would not open properly.
  • Found issue where an icon for the ISE tooltip was missing.
  • Found an issue where the field editor was referencing an API no longer available (9.2+).

Known Issues

Integration Points

  • The PageEditor script button integration is disabled by default. This is due to an API change. See #1136 .

Packaging

  • #1143: Fixed. The "Script Library" node is set to overwrite which will wipe out all of your scripts!.
  • #1143: Fixed. The security role "sitecore\PowerShell Extensions Remoting" is missing from the package.
  • The scwdp package has an issue where a script called text.js is missing. If you install with the regular module package the file exists. I suspect something is wrong with the Azure Toolkit library used to generate the package. This can be discovered by opening the ISE and you'll see the 404 in the browser console.

File Hashes

SHA256 for Sitecore.PowerShell.Extensions-6.0.zip - Updated 2019-10-03
796A31CFF9B41385262E85EB508B37D77381002AFE4B54A818E72C091D5C60E6
01520A83ACDCDAD96116F65845B961D23AD91079B3FF3EA4B334C99E1153AC79

SHA256 for Sitecore.PowerShell.Extensions-6.0.scwdp.zip - Updated 2019-10-03
982FFAFCE17EB62D626FFB9ABE0FBE8E85A1EC4BA034C9DE18C5FCBA945BBBAC
765E633C08A16BCB7CF33C4727513E23207B4E49E836D195E23CD06460D19D63

You can check the hash value by running the following command:

Get-FileHash -Path ".\Sitecore.PowerShell.Extensions-6.0.zip" -Algorithm SHA256
Get-FileHash -Path ".\Sitecore.PowerShell.Extensions-6.0.scwdp.zip" -Algorithm SHA256