Skip to content

Commit ace9cc5

Browse files
committed
update change for release
1 parent c0fd8db commit ace9cc5

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ Compatible up to WordPress 5.x
3333

3434
## Changelog
3535

36+
### 3.8.1
37+
38+
* Fixed: fix a possible bug with nested calls to switch_to_blog()
39+
* Fixed: fix a bug with escapging data & gurenberg (thanks @petitphp)
40+
* Added: Add tools for testing (thanks @Rahe)
41+
3642
### 3.8
3743

3844
* Fixed: fix terms synchronization, a bug introduced on 3.0.1

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 Sync Fusion
44
Plugin URI: https://beapi.fr
55
Description: Manage content synchronization across a WordPress multisite.
6-
Version: 3.8
6+
Version: 3.8.1
77
Author: Be API
88
Author URI: http://beapi.fr
99
Network: true
@@ -13,7 +13,7 @@
1313
*/
1414

1515
// Plugin constants
16-
define( 'BEA_CSF_VERSION', '3.8' );
16+
define( 'BEA_CSF_VERSION', '3.8.1' );
1717
define( 'BEA_CSF_DB_VERSION', '1603827572' );
1818
define( 'BEA_CSF_OPTION', 'bea-content-sync-fusion' );
1919
define( 'BEA_CSF_CRON_QTY', 500 );

0 commit comments

Comments
 (0)