changes since pageroute 5.x 0.9:
* show a proper error message if a pageroute with no pages is displayed
* fixed destination parameter handling: now pageroute redirects correctly from the last page to the destination parameter
* removed the experimental pageroute_workflow module (read UPGRADE.txt)
* added pageroute_nodefamily module, which is still in development but already has some useful features.
You can already associate a pageroute with a content type, so that the route will be used for node edit.
* refactored pageroute_subform.inc to a new module: subform element - as an affect this module is required by pageroute.
So for upgrading from pageroute 5.x 0.9
1. deactivate pageroute
2. install the subform element module
3. update pageroute and reactivate it
changes only visible for developers:
* introduced a new pageroute redirect target PAGEROUTE_NONE and updated developer documentation
* introduced a new pagerouteapi operation target that allows other modules to force a redirect target and updated the documentation
* added the active page object to $form['page']
* improved the subform element, so that it handles redirect targets and is capable of nested subforms