Skip to content

Commit 507933e

Browse files
Merge pull request #164 from BeAPI/release/3.12.4
release/3.12.4 : upgrade the release number and fix typos
2 parents 342c79b + 81f3448 commit 507933e

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,13 @@ If you really like what we do or want to thank us for our quick work, feel free
4444

4545
## Changelog
4646

47+
### 3.12.4
48+
49+
* Fixed : Ensure an array key exists to prevent a warning
50+
4751
### 3.12.3
4852

49-
* Fixed : ensure manpiulating an array when using `is_array()` (fatal error with PHP 8+)
53+
* Fixed : Ensure manipulating an array when using `is_array()` (fatal error with PHP 8+)
5054

5155
### 3.12.2
5256

@@ -73,11 +77,11 @@ If you really like what we do or want to thank us for our quick work, feel free
7377

7478
### 3.9.11
7579

76-
* Fixed : warning when merging taxonomies
80+
* Fixed : Warning when merging taxonomies
7781

7882
### 3.9.10
7983

80-
* Fixed : clean cache when a site is deleted
84+
* Fixed : Clean cache when a site is deleted
8185

8286
### 3.9.9
8387
* Changed: Order terms by ID when doing a resync
@@ -91,7 +95,7 @@ If you really like what we do or want to thank us for our quick work, feel free
9195

9296
### 3.9.6
9397

94-
* Fixed: fix a bug by ensure "post_name" is set with wp_post_update() instead wp_publish_post()
98+
* Fixed: Fix a bug by ensure "post_name" is set with wp_post_update() instead wp_publish_post()
9599
* Added: object cache on relations
96100

97101
### 3.9.5

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.12.3
6+
Version: 3.12.4
77
Author: Be API
88
Author URI: http://beapi.fr
99
Network: true
1010
Required WP : 4.6
1111
12-
Copyright 2013-2023 - Be API Team (technique@beapi.fr)
12+
Copyright 2013-2024 - Be API Team (technique@beapi.fr)
1313
*/
1414

1515
// Plugin constants
1616

17-
define( 'BEA_CSF_VERSION', '3.12.3' );
17+
define( 'BEA_CSF_VERSION', '3.12.4' );
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)