From 81f344817fb841879ef2cb0f8af921beb5f3c77d Mon Sep 17 00:00:00 2001 From: sgillot Date: Thu, 28 Nov 2024 10:23:40 +0100 Subject: [PATCH] release/3.12.4 : upgrade the release number and fix typos --- README.md | 12 ++++++++---- bea-content-sync-fusion.php | 6 +++--- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6faf916..510d59d 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,13 @@ If you really like what we do or want to thank us for our quick work, feel free ## Changelog +### 3.12.4 + +* Fixed : Ensure an array key exists to prevent a warning + ### 3.12.3 -* Fixed : ensure manpiulating an array when using `is_array()` (fatal error with PHP 8+) +* Fixed : Ensure manipulating an array when using `is_array()` (fatal error with PHP 8+) ### 3.12.2 @@ -73,11 +77,11 @@ If you really like what we do or want to thank us for our quick work, feel free ### 3.9.11 -* Fixed : warning when merging taxonomies +* Fixed : Warning when merging taxonomies ### 3.9.10 -* Fixed : clean cache when a site is deleted +* Fixed : Clean cache when a site is deleted ### 3.9.9 * Changed: Order terms by ID when doing a resync @@ -91,7 +95,7 @@ If you really like what we do or want to thank us for our quick work, feel free ### 3.9.6 -* Fixed: fix a bug by ensure "post_name" is set with wp_post_update() instead wp_publish_post() +* Fixed: Fix a bug by ensure "post_name" is set with wp_post_update() instead wp_publish_post() * Added: object cache on relations ### 3.9.5 diff --git a/bea-content-sync-fusion.php b/bea-content-sync-fusion.php index d1477b0..ba098fd 100644 --- a/bea-content-sync-fusion.php +++ b/bea-content-sync-fusion.php @@ -3,18 +3,18 @@ Plugin Name: BEA - Content Sync Fusion Plugin URI: https://beapi.fr Description: Manage content synchronization across a WordPress multisite. -Version: 3.12.3 +Version: 3.12.4 Author: Be API Author URI: http://beapi.fr Network: true Required WP : 4.6 -Copyright 2013-2023 - Be API Team (technique@beapi.fr) +Copyright 2013-2024 - Be API Team (technique@beapi.fr) */ // Plugin constants -define( 'BEA_CSF_VERSION', '3.12.3' ); +define( 'BEA_CSF_VERSION', '3.12.4' ); define( 'BEA_CSF_DB_VERSION', '1649671234' ); define( 'BEA_CSF_OPTION', 'bea-content-sync-fusion' ); define( 'BEA_CSF_CRON_QTY', 500 );