Skip to content

Commit 68ce9d6

Browse files
committed
changelog
1 parent c7e4ecb commit 68ce9d6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Compatible up to WordPress 4.9.x
1818

1919
## Changelog
2020

21+
### 3.0.7 - 20 Oct 2017
22+
* Fix P2P synchronisation
23+
* Fix resync all content tools for CPT excluded from search
24+
2125
### 3.0.6 - 15 Oct 2017
2226
* Add Post Type Order addon.
2327

bea-content-sync-fusion.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: BEA - Content Synchronization - Fusion
44
Plugin URI: https://beapi.fr
55
Description: Manage content synchronization across a WordPress multisite.
6-
Version: 3.0.6
6+
Version: 3.0.7
77
Author: Be API
88
Author URI: http://beapi.fr
99
Network: true
@@ -17,7 +17,7 @@
1717
*/
1818

1919
// Plugin constants
20-
define( 'BEA_CSF_VERSION', '3.0.6' );
20+
define( 'BEA_CSF_VERSION', '3.0.7' );
2121
define( 'BEA_CSF_OPTION', 'bea-content-sync-fusion' );
2222
define( 'BEA_CSF_CRON_QTY', 500 );
2323

0 commit comments

Comments
 (0)