=== Multisite Shared Blocks === Contributors: beapi, momo360modena, rahe, asadowski10, petitphp Tags: network, multisite, block, share, gutenberg Requires at least: 5.9 Tested up to: 6.4 Stable tag: 1.2.0 Requires PHP: 7.2 License: GPL v2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Share blocks between network's sites. == Description == Share blocks between network's sites. This plugin allow contributors to share blocks from posts on the network. Other contributors can embed a view of each shared blocks on other sites of the network. == Screenshots == 1. Share any block with other site of a network 2. Use the dedicated block to view all shared blocks and select one to embed in the content 3. Placeholder for the shared block 4. Shared block is rendered within the content 5. Admin page to view all shared block and where they come from 6. Preview the shared block in the admin before using them == Changelog == = 1.2.0 - 2025-09-12 = * Add Basic authentication support for multisite blocks requests = 1.1.1 - 2024-03-29 = * Load translations for editor script = 1.1.0 - 2023-11-21 = * Fix case where wpautop could be applyied more than one time on content * Fix errors with WP 6.4 * Remove lodash usage = 1.0.1 - 2022-10-07 = * Add check for multisite installation * WP.org release = 1.0.0 - 2022-09-02 = * Initial plugin release