From bf841ae7b5bd63ba23813843618b5e0900e1d308 Mon Sep 17 00:00:00 2001 From: Alexandre Sadowski Date: Fri, 30 Jun 2023 12:01:10 +0200 Subject: [PATCH] Release 3.11.0 notes --- README.md | 4 ++++ bea-content-sync-fusion.php | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0af12a0..b61f3a2 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,10 @@ If you really like what we do or want to thank us for our quick work, feel free ## Changelog +### 3.11.0 + +* Fixed : Delete content one uncheck manual admin metabox + ### 3.10.0 * Performance : Do not flush object cache after each pull of content, this needs to be manually done. The query cache layer is cleared/added on right actions. diff --git a/bea-content-sync-fusion.php b/bea-content-sync-fusion.php index 9ca4168..521ca00 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.10.0 +Version: 3.11.0 Author: Be API Author URI: http://beapi.fr Network: true @@ -14,7 +14,7 @@ // Plugin constants -define( 'BEA_CSF_VERSION', '3.10.0' ); +define( 'BEA_CSF_VERSION', '3.11.0' ); define( 'BEA_CSF_DB_VERSION', '1649671234' ); define( 'BEA_CSF_OPTION', 'bea-content-sync-fusion' ); define( 'BEA_CSF_CRON_QTY', 500 );