Skip to content

Commit 9803665

Browse files
committed
bump plugin version
1 parent 43be981 commit 9803665

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Manage content synchronisation across a WordPress multisite.
99
## Requirements
1010

1111
* WordPress should be installed as [multisite](https://codex.wordpress.org/Create_A_Network).
12-
* Require at least WordPress 4.6.x, in order to use the `WP_Site_Query`.
12+
* Require at least WordPress 4.9.x, in order to use the `WP_Site_Query`.
1313
* Know and understand the implementation of CRON tasks on a Linux server
1414

1515
## Installation
@@ -44,6 +44,10 @@ If you really like what we do or want to thank us for our quick work, feel free
4444

4545
## Changelog
4646

47+
### 3.13.0
48+
* Update quality tools
49+
* Apply PHPCS and compat for PHP 8.0 on all plugin
50+
4751
### 3.12.8
4852

4953
* Fixed: Add $post argument to 'preview_post_link' filter callback.

bea-content-sync-fusion.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@
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.8
6+
Version: 3.13.0
77
Author: Be API
88
Author URI: http://beapi.fr
99
Network: true
10-
Required WP : 4.6
10+
Requires at least: 4.9
11+
Requires PHP: 8.3
1112
1213
Copyright 2013-2024 - Be API Team (technique@beapi.fr)
1314
*/
1415

1516
// Plugin constants
1617

17-
define( 'BEA_CSF_VERSION', '3.12.8' );
18+
define( 'BEA_CSF_VERSION', '3.13.0' );
1819
define( 'BEA_CSF_DB_VERSION', '1649671234' );
1920
define( 'BEA_CSF_OPTION', 'bea-content-sync-fusion' );
2021
define( 'BEA_CSF_CRON_QTY', 500 );

0 commit comments

Comments
 (0)