Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
First stable release for Drupal 7.x!
Besides all the API and structure changes, the code has been rewritten to use D7's new Database API. Most notably, the . (dot operator) concatenation of the database name and table prefix has been removed in favor of switching databases Database::addConnectionInfo and db_set_active().
Note that this means that the username and password used for each site must be able to access the other sites' databases.
The Multisite search block has been removed. Drupal 7's core search block can be set to search Multisite search by default by setting the "Default search module" setting at admin/config/search/settings.
Read README.txt, INSTALL.txt, and UPGRADE.txt for more information.