Skip to content

Commit

Permalink
update changelog for 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
herewithme committed Sep 26, 2018
1 parent 4a3646f commit cc80eea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ Compatible up to WordPress 4.9.x

## Changelog

### 3.4.2 - 26 september 2018

* Bugfix: trash post is now functionnal (item is deleted from synchro)

### 3.4.1 - 24 september 2018

* Feature: add WP-CLI command for get URL of sites with contents synchronized (flush part)
Expand Down
4 changes: 2 additions & 2 deletions bea-content-sync-fusion.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: BEA - Content Synchronization - Fusion
Plugin URI: https://beapi.fr
Description: Manage content synchronization across a WordPress multisite.
Version: 3.4.1
Version: 3.4.2
Author: Be API
Author URI: http://beapi.fr
Network: true
Expand All @@ -13,7 +13,7 @@
*/

// Plugin constants
define( 'BEA_CSF_VERSION', '3.4.1' );
define( 'BEA_CSF_VERSION', '3.4.2' );
define( 'BEA_CSF_DB_VERSION', '1537418075' );
define( 'BEA_CSF_OPTION', 'bea-content-sync-fusion' );
define( 'BEA_CSF_CRON_QTY', 500 );
Expand Down

0 comments on commit cc80eea

Please sign in to comment.