Downloads
Release notes
-- Note that update 6200 needs to be run for all sites upgrading from 6.x.1.
New Features
-- Adds the 'delete domain nodes' permission.
-- Tightens restrictions on operations run by Domain Content, based on the new permissions.
-- #320064: Move the default domain into the database. Places the default domain record into {domain} as record 0 for better Views integration.
-- Changes the installer to add domains 0 and 1 on install.
-- Begins to fix Domain Views for ViewsAPI 2.0. UNSTABLE.
Performance Improvements
-- Makes most include_once and require_once calls simple include statements.
-- Deprecates the domain_editor grant.
-- #320257: Move $domain->user data to own table. Moves domain user data into the new {domain_editor} table.
Bugfixes
-- Fixes new behavior of domain 0 storage with domain batch update functions.
-- Fixes Domain Strict to only affect the view operation.
-- #319542: update documentation for INSTALL.txt by batigolix. Updates install instructions.
-- Standardizes documentation use of the term domain instead of subdomain.