Skip to content

Commit 80f96f6

Browse files
committed
Version 3.9.4
1 parent 8b15dc2 commit 80f96f6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ If you really like what we do or want to thank us for our quick work, feel free
4444

4545
## Changelog
4646

47+
### 3.9.4
48+
49+
* Fixed : Change the return type of `attachment_fields_to_edit` to array to match the filter type attended
50+
* Added : Add the minimum WordPress version to plugin header
51+
4752
### 3.9.3
4853

4954
* Fixed : Correction of the syntax for the creation of the relations table. (Missing commas)

bea-content-sync-fusion.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@
33
Plugin Name: BEA - Content Sync Fusion
44
Plugin URI: https://beapi.fr
55
Description: Manage content synchronization across a WordPress multisite.
6-
Version: 3.9.3
6+
Version: 3.9.4
77
Author: Be API
88
Author URI: http://beapi.fr
99
Network: true
1010
Required WP : 4.6
11+
Requires PHP: 7.1
1112
1213
Copyright 2013-2020 - Be API Team ([email protected])
1314
*/
1415

1516
// Plugin constants
1617

17-
define( 'BEA_CSF_VERSION', '3.9.3' );
18+
define( 'BEA_CSF_VERSION', '3.9.4' );
1819
define( 'BEA_CSF_DB_VERSION', '1649671234' );
1920
define( 'BEA_CSF_OPTION', 'bea-content-sync-fusion' );
2021
define( 'BEA_CSF_CRON_QTY', 500 );

0 commit comments

Comments
 (0)