Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.12.3 #160

Merged
merged 1 commit into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3

* Fixed : ensure manpiulating an array when using `is_array()` (fatal error with PHP 8+)

### 3.12.2

* Added: Add compatibility with Members metaboxes
Expand Down
4 changes: 2 additions & 2 deletions bea-content-sync-fusion.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
Version: 3.12.3
Author: Be API
Author URI: http://beapi.fr
Network: true
Expand All @@ -14,7 +14,7 @@

// Plugin constants

define( 'BEA_CSF_VERSION', '3.12.2' );
define( 'BEA_CSF_VERSION', '3.12.3' );
define( 'BEA_CSF_DB_VERSION', '1649671234' );
define( 'BEA_CSF_OPTION', 'bea-content-sync-fusion' );
define( 'BEA_CSF_CRON_QTY', 500 );
Expand Down
Loading