Skip to content

Releases: HedgehogDevelopment/SitecorePackageDeployer

Version 1.11

20 Dec 14:38
Compare
Choose a tag to compare

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

Version 1.10

16 Nov 14:49
Compare
Choose a tag to compare

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

09 Aug 12:25
Compare
Choose a tag to compare

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

15 Mar 12:02
Compare
Choose a tag to compare

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

Version 1.7

09 Jan 12:59
Compare
Choose a tag to compare

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

06 Jan 20:13
Compare
Choose a tag to compare

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

Version 1.5

07 Apr 18:52
Compare
Choose a tag to compare

Fixed an issue where a package might be installed multiple times

Version 1.4

01 Apr 17:39
Compare
Choose a tag to compare

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

01 Dec 00:58
Compare
Choose a tag to compare

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

Version 1.2

22 Oct 15:04
Compare
Choose a tag to compare

This release adds additional logging and minor bug fixes