Important Changes
-- Separates an assign domain editors permission from the set domain access permission. DZone reports that these are two distinct actions, and need to be separated.
-- Updates the patches to Drupal 5.6.
New Features
-- #211374 by v1nce. Allows the Domain Theme module weight to be reset from the settings page. Necessary for integration with some modules.
-- Adds hook_domainform() to allow submodules to add elements to the default Domain settings page. Use this hook sparingly.
-- Adds stubs for simpletests. Note that there are no working simpletests included.
Bug Fixes
-- DZone reported that the domain editor option were being shown on category pages of the user/#/edit screen.
-- #210213 patch by nicholasThompson. Documentation warning links did not use base_url() and do not work when Drupal is installed in a subfolder.
-- Corrected logic error when adding or removing domain_editor grants to the {node_access} table.
-- #208160 by DZone. Restricts the content viewing options of Domain Content to only show content that a non-privileged user can edit.
-- Type check === 0 in domain_lookup() caused errors. Function refactored.