diff --git a/README.md b/README.md index 89a15c3..6754186 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,11 @@ If you really like what we do or want to thank us for our quick work, feel free ## Changelog +### 3.9.2 + +* Feature : Added synchronisation of Gutenberg ACF blocks +* Fixed: Remove double all on admin widget + ### 3.9.1 * Enhancement: Add new indexes to speedup the queries on receivers and emitters queries. diff --git a/bea-content-sync-fusion.php b/bea-content-sync-fusion.php index a9ab002..3f9cd06 100644 --- a/bea-content-sync-fusion.php +++ b/bea-content-sync-fusion.php @@ -3,7 +3,7 @@ Plugin Name: BEA - Content Sync Fusion Plugin URI: https://beapi.fr Description: Manage content synchronization across a WordPress multisite. -Version: 3.9.1 +Version: 3.9.2 Author: Be API Author URI: http://beapi.fr Network: true @@ -14,7 +14,7 @@ // Plugin constants -define( 'BEA_CSF_VERSION', '3.9.1' ); +define( 'BEA_CSF_VERSION', '3.9.2' ); define( 'BEA_CSF_DB_VERSION', '1649671234' ); define( 'BEA_CSF_OPTION', 'bea-content-sync-fusion' ); define( 'BEA_CSF_CRON_QTY', 500 );