Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
Bug fixes
-- Issue #1189916: Login rejected on cached pages. Login failures when not setting $cookie_domain manually.
-- Patch #1186580: domain_content_node_operations() incorrectly specified as configurable by heyrocker. hook_node_operations() does not allow configurable flag.
-- Patch #1240518: Notice : Undefined variable: extra dans domain_field_extra_fields() by David Stoski. Fixes small php notice.
-- Patch #1240262: Use hook_field_extra_fields to manage Domain display on user profile by Simon Georges. Use field_extra_fields() on users.
-- Issue #1240472: Domain Access doesn't bootstrap when Memcache API installed by ben soo. Removes cache check.
-- Patch #1247452: Undefined index in domain_conf_default() by Simon Georges. Fixes bad form call.
-- Fixes &$form_state pass by reference failures.
API updates
-- Adds domain_default_id() helper function.