File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,12 @@ Compatible up to WordPress 5.x
33
33
34
34
## Changelog
35
35
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
+
36
42
### 3.8
37
43
38
44
* Fixed: fix terms synchronization, a bug introduced on 3.0.1
Original file line number Diff line number Diff line change 3
3
Plugin Name: BEA - Content Sync Fusion
4
4
Plugin URI: https://beapi.fr
5
5
Description: Manage content synchronization across a WordPress multisite.
6
- Version: 3.8
6
+ Version: 3.8.1
7
7
Author: Be API
8
8
Author URI: http://beapi.fr
9
9
Network: true
13
13
*/
14
14
15
15
// Plugin constants
16
- define ( 'BEA_CSF_VERSION ' , '3.8 ' );
16
+ define ( 'BEA_CSF_VERSION ' , '3.8.1 ' );
17
17
define ( 'BEA_CSF_DB_VERSION ' , '1603827572 ' );
18
18
define ( 'BEA_CSF_OPTION ' , 'bea-content-sync-fusion ' );
19
19
define ( 'BEA_CSF_CRON_QTY ' , 500 );
You can’t perform that action at this time.
0 commit comments