Skip to content

Commit c8c45d6

Browse files
authored
Merge pull request #146 from BeAPI/release/3.9.9
Release 3.9.9
2 parents 867b2dd + a66eae0 commit c8c45d6

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ 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.9
48+
* Changed: Order terms by ID when doing a resync
49+
4750
### 3.9.8
4851
* Fixed: Replace comma with the AND keyword in SQL queries
4952

bea-content-sync-fusion.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
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.8
6+
Version: 3.9.9
77
Author: Be API
88
Author URI: http://beapi.fr
99
Network: true
1010
Required WP : 4.6
1111
12-
Copyright 2013-2020 - Be API Team ([email protected])
12+
Copyright 2013-2023 - Be API Team ([email protected])
1313
*/
1414

1515
// Plugin constants
1616

17-
define( 'BEA_CSF_VERSION', '3.9.8' );
17+
define( 'BEA_CSF_VERSION', '3.9.9' );
1818
define( 'BEA_CSF_DB_VERSION', '1649671234' );
1919
define( 'BEA_CSF_OPTION', 'bea-content-sync-fusion' );
2020
define( 'BEA_CSF_CRON_QTY', 500 );

0 commit comments

Comments
 (0)