Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download hook_update_deploy_tools-7.x-1.11.tar.gztar.gz 36.53 KB
MD5: aba4a83c8a283e5552c1194c1a2217dd
SHA-1: 79ab9b53510a53d89c2711aa538ff562ca4a780f
SHA-256: 7f4e0314ddb5739abbf6b1be757c1c1ae235698caa0dc2234dc63c3b578a7348
Download hook_update_deploy_tools-7.x-1.11.zipzip 52.13 KB
MD5: 3832aa3df04dce4bcab0eae031e4fd5d
SHA-1: dcaf218e6b29c2ad832ef151043d02db9719cc1a
SHA-256: 07e2468bea1c09eab7ddc105e33ec81e292e0ed06ed70c170cf870a435d49fd5

Release notes

* Fixed bug that did not allow hook_update_deploy_tools to be uninstalled.
https://www.drupal.org/node/2687161
* Removed Exception throwing from Message::make().
* Add HudtException class that optionally handles logging on catch by calling
$e->logMessage;
* Added ExportInterface
* Added ImportInterface
* Abstracted Drush command to export anything that implements ExportInterface.
* Wrapped most big actions in try catch to better handle errors.
* Added CHANGELOG.md and populated it.
* Added drush commands to get the last hook_update_n and to set the last N.
drush site-deploy-n-lookup MODULE_NAME
drush site-deploy-n-set MODULE_NAME (reduces the number of the last update)
drush site-deploy-n-set MODULE_NAME 7034 (sets the last run N to 7034)

Created by: swirt
Created on: 14 Mar 2016 at 19:12 UTC
Last updated: 31 Mar 2016 at 17:18 UTC
Bug fixes
New features

Other releases