Downloads
Release notes
Final release candidate after a series of small bug fixes.
Bug fixed
-- Adds documentation to Domain User.
-- Fixes minor API documentation issues.
-- Removes DANGEROUS_SKIP_CHECK from Domain Prefix. Good.
-- Fixes Domain User module.
-- A leftover TRUE check inside domain_url_alter() was removed.
-- Fixes logic error in domain_conf_warning_check().
-- Adds hook_domainconf() to Domain Conf; inspired by #202917 and #202671.
-- #202286 by mrichar1. Improves the documentation for Domain Views.
-- #202714 by derjochenmeyer. The Domain Content form accidentally acted on nid == 0 and created errors in the {node_access} table.
-- #202392 by derjochenmeyer. str_ireplace() is PHP 5 only. We also need to strtolower() the incoming url host. Fix applies to Domain Conf and Domain Prefix as well.
-- Adds hook_domainwarnings() to Domain Conf to print form messages only
for select forms.