New Hybrid Mode and other features

This month I’ve released two new updates for WP Freighter, v1.2 and v1.3, which are packed full of new features and bug fixes. You can read through all of the updates on the changelog and see an overview of the new WP-CLI commands and developer API from the readme on Github. There is now a hybrid mode which allows for shared themes and plugins with unique uploads directories per each site. Site cloning is now possible from any site. New magic login buttons have been added. All of these new feature are also controllable from WP-CLI. Hope you enjoy!

The architecture for handing the multi-tenant is still the same. WP Freighter injects custom logic into wp-config.php. I have a few ideas how I might be able to clean that up using wp-content/db.php and maybe wp-config.php as a fallback. That will be something to explore in future development. If you have any thoughts or suggestions for WP Freighter, feel free to share them on Github issues: https://github.com/WPFreighter/wp-freighter/issues.