Skip to content

Releases: HedgehogDevelopment/SitecorePackageDeployer

Version 1.11

Choose a tag to compare

@cturano cturano released this 20 Dec 14:38

Sitecore 9.3 changes the Database.Properties API. This update resolves the issue while maintaining compatibility with older versions of Sitecore.

Version 1.10

Choose a tag to compare

@cturano cturano released this 16 Nov 14:49

Some minor fixes to work with the initial release of Sitecore 9.

  • Work correctly with updated API
  • Work correctly with data folders that are not physical paths.

Version 1.9

Choose a tag to compare

@cturano cturano released this 09 Aug 12:25

This release fixes a problem where multiple packages are being installed and a restart is required. In some instances, it was possible for two packages to be installed at the same time, which caused failures

Version 1.8

Choose a tag to compare

@cturano cturano released this 15 Mar 12:02

Fixed issues with a shutdown occurring while checking for new packages and locking up the package polling process.

Version 1.7

Choose a tag to compare

@cturano cturano released this 09 Jan 12:59

Fixed a problem with the .json file not being created in older Sitecore versions.
fixed a race condition that may cause the package deployer to be locked out in very rare circumstances.

Version 1.6

Choose a tag to compare

@cturano cturano released this 06 Jan 20:13

Fixed issues with the new Sitecore Update API in Sitecore 8.2 Update 1

Version 1.5

Choose a tag to compare

@cturano cturano released this 07 Apr 18:52

Fixed an issue where a package might be installed multiple times

Version 1.4

Choose a tag to compare

@cturano cturano released this 01 Apr 17:39

This release adds the ability to trigger a deployment using an http request to a url. The deployed file(s) are still picked up in the same location.

After the release completes, a .json file with the same name as the update package is created in the drop folder. This file contains the success/failure status of the deployment.

Version 1.3

Choose a tag to compare

@cturano cturano released this 01 Dec 00:58

Added Security Disabler around installer and post steps
Fixed minor issue with the order of lines in the log file

Version 1.2

Choose a tag to compare

@cturano cturano released this 22 Oct 15:04

This release adds additional logging and minor bug fixes