Changelog for Worflow-post-install module for drupal 6.

6.x-1.0
=======
Initial drupal 6 release.

6.x-1.1
=======
Make sure that only content that is of a type that participates in workflows is
affected [#425174] (thanks: sportsmaniac)

6.x-1.2
=======
Make more programmer-friendly [#849734] (thanks: Ye)

6.x-1.3
=======
Added URL redirect after processing (supports destination parameter in URL if given)
Split URL processing and API function into two separate functions
Moved URL references to constants
Better handling of URL errors/input problems
Altered error and status messaging for clarity
Added separate published/unpublished node handling

6.x-1.4
=======
Added optional specification of workflow name
Added logging of actions performed
Added clean utility to remove invalid links
Lots of bug fixes and testing

6.x-1.5
=======
Feature: [#1346280] - Drush commands have been cleaned up and now work without warnings or errors.
Bug: [#2078147] - Fixed
Bug: [#2077449] - Fixed
Renamed Drush cleanup command shortcut (for clarity and future extensibility)

6.x-1.6
=======
Feature:  [#2078227]  Added workflow history entry when updating the workflow state for a node.
Remove all references to "workflow" parameters.
Cleanup: Removed (now) useless functions
Cleanup: Fixed quotes around some queries to be double quotes (thus allowing single quotes within the query string)
Cleanup: Updated changelog and readme to match reality

6.x-1.7
=======
Revised _create_workflow_state_for_node to mirror behavior of Workflow module workflow_execute_transition function.  This includes calling all module hooks, transition events, and cleanup of any scheduled transitions for the node.
Greatly expanded the cleanup function to address issues that are not cleanable within the stock Workflow module.  Now performs a purge of all orphaned entries across all workflow tables.
