From 68f2901b4e4cb508e7e74d35d31656e9667e13eb Mon Sep 17 00:00:00 2001 From: julesfell Date: Wed, 5 Nov 2025 15:13:14 +0100 Subject: [PATCH] release 3.12.8 --- 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 83d4783..8e69624 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.12.8 + +* Fixed: Add $post argument to 'preview_post_link' filter callback. + ### 3.12.7 * Fixed: Add missing argument `--alternativeq` in cronjob script. diff --git a/bea-content-sync-fusion.php b/bea-content-sync-fusion.php index 4690ecd..4d08b7a 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.12.7 +Version: 3.12.8 Author: Be API Author URI: http://beapi.fr Network: true @@ -14,7 +14,7 @@ // Plugin constants -define( 'BEA_CSF_VERSION', '3.12.7' ); +define( 'BEA_CSF_VERSION', '3.12.8' ); define( 'BEA_CSF_DB_VERSION', '1649671234' ); define( 'BEA_CSF_OPTION', 'bea-content-sync-fusion' ); define( 'BEA_CSF_CRON_QTY', 500 );