Downloads
Download tar.gz
157.8 KB
MD5: 98e961109c68572f6d44b3e51d180a4b
SHA-1: 4e590915bca8379f1944b58c385e68591e2bbffa
SHA-256: ba6106e74ba50a0a8348f2f2fb2bbaab4b40b2d820b1c1ade24aad8038ce372b
Download zip
199.06 KB
MD5: eac00bcb689d539724733da49d56aa1e
SHA-1: 7523f0623d50e45bf11b27429220a00dae74d876
SHA-256: 1a7b7eab17b0521401b426dae2b17658a64ad7af2f31ca6f6513cf4b10d45e30
Release notes
This release cleans up two bugs in the core API.
Bug Fixes
-- Patch #745028: domain_conf_variable_set bug by Docc. Corrects the save function in domain_conf_variable_set(), which prevented proper saving of some domain-specific variables.
-- Patch #744522: Allow killing of domain_all without patch by hefox. Pass domain_all to the alter hook. This should have no effect on most sites. But if you use hook_domaingrants(), you may need to re-evaluate your use of the hook, since the 'domain_all' grant is now passed to that alter as well. See section 6 of README.txt for information about the domain_all grant.