File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ Compatible up to WordPress 4.9.x
18
18
19
19
## Changelog
20
20
21
+ ### 3.0.7 - 20 Oct 2017
22
+ * Fix P2P synchronisation
23
+ * Fix resync all content tools for CPT excluded from search
24
+
21
25
### 3.0.6 - 15 Oct 2017
22
26
* Add Post Type Order addon.
23
27
Original file line number Diff line number Diff line change 3
3
Plugin Name: BEA - Content Synchronization - Fusion
4
4
Plugin URI: https://beapi.fr
5
5
Description: Manage content synchronization across a WordPress multisite.
6
- Version: 3.0.6
6
+ Version: 3.0.7
7
7
Author: Be API
8
8
Author URI: http://beapi.fr
9
9
Network: true
17
17
*/
18
18
19
19
// Plugin constants
20
- define ( 'BEA_CSF_VERSION ' , '3.0.6 ' );
20
+ define ( 'BEA_CSF_VERSION ' , '3.0.7 ' );
21
21
define ( 'BEA_CSF_OPTION ' , 'bea-content-sync-fusion ' );
22
22
define ( 'BEA_CSF_CRON_QTY ' , 500 );
23
23
You can’t perform that action at this time.
0 commit comments