Releases: HedgehogDevelopment/SitecorePackageDeployer
Version 1.11
Version 1.10
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
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
Fixed issues with a shutdown occurring while checking for new packages and locking up the package polling process.
Version 1.7
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
Fixed issues with the new Sitecore Update API in Sitecore 8.2 Update 1
Version 1.5
Fixed an issue where a package might be installed multiple times
Version 1.4
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
Added Security Disabler around installer and post steps
Fixed minor issue with the order of lines in the log file
Version 1.2
This release adds additional logging and minor bug fixes