Added
- Added Enabled On Other Sites By Default menu setting and per-node Enabled on other sites control in the builder when nodes propagate across sites (#400).
Changed
- Entry-linked nodes are disabled when their source section is deleted, matching single-entry soft-delete behaviour (#385).
- Category-linked nodes are disabled when their source category group is deleted, matching single-category soft-delete behaviour (#385).
Fixed
- Fixed an install error around
ProjectConfig::onDelete. (thanks @bramnijssen)