Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
Note: This release requires running the Drupal update process.
Bug fixes
-- Issue #1074168: Undefined index notice in 'affiliated content' list by yrro. Fixes bad index call in Domain Content.
-- Issue #1065470: Domain Access: Warning: Invalid argument supplied for foreach() in domain_node_load() line 1466 of domain.module by LTW Dhaniel. Fixes potentially empty array in node_load.
-- Issue #1072772: if domain module is in modules directory, D7 update.php fails by clashar. Fixes Drupal 6 => 7 upgrade path.
-- Patch #1056152: Domains loses configurations from settings.php by R.Muilwijk. Fixes conf loading.
-- Issue #1053334: Undefined variable: lookup in domain_get_node_domains() by alarfaj. Fix E_ALL notice.
-- Removes old Domain Conf INSTALL.txt.
-- Issue #1074144: incorrectly named permissions by yrro. Fixes bad permission name change.
-- Issue #1059108: Navigation Block HTML validation by skizzo. Fixes HTML validation in Domain Nav.
-- Issue #1052522: Domain Batch Update information not displayed. by Ayesh. Improve usability of batch update screens.
-- Fixed a stray debug command in Domain Content.
Documentation
-- Adds documentation for core upgrade. (See http://drupal.org/node/1074092).
-- Documentation by Doug Vann. Fix admin path.
-- Documentation #1039918: Add proper way to handle invalid subdomains on wildcards to main docs by Michelle. Adds alias / wildcard information.
-- Improves README.txt.
-- Cleans files after the Git migration.