Skip to content

Releases: BeAPI/bea-content-sync-fusion

3.2.1

04 Jun 14:02
Compare
Choose a tag to compare
add constante for deactive media synchro feature

3.2 - MAJOR - WP-CLI + ACF+ MEDIAS + ETC :)

16 May 03:29
9aba8c3
Compare
Choose a tag to compare

Feature: BREAKING, remove old bootstrap script for CRON, now use WP-CLI commands
Feature: SEO, add a canonical for synchronized contents to original content
Feature: Allow media library shared without files duplication or symlinks
Feature: add support for ACF plugin and support complex fields
Feature: add support for Revisionize plugin
Feature: add support for Multisite Clone Duplicator plugin
Feature: add support for The Events Calendar plugins (event/tickets/locations)
Feature: add a selector on admin for filter local or remote contents
Feature: add a "internal admin notes" into metabox
Feature: add a WP-CLI command for allow migration from old plugin version
Feature: add an "all" option for emitters and receivers
Feature: allow to exclude some ACF fields or ACF group fields or ACF repeater/flexible fields from future updates
Bugfix : fix index length for utf8mb4
Bugfix : delete relation from custom table when a post is deleted
Bugfix : deenqueue non-existent css on admin
Bugfix : Fix compat with old WP version <4.6
Bugfix : Fix code register synchros

Hotfix for 3.0.7 version

20 Apr 13:19
Compare
Choose a tag to compare

Fix bug with metadata serialized

3.0.7 - 20 Oct 2017

20 Oct 15:36
Compare
Choose a tag to compare
  • Fix P2P synchronisation
  • Fix resync all content tools for CPT excluded from search

Add third plugin compatibility for Post Types Order

16 Oct 20:42
Compare
Choose a tag to compare

3.0.5

15 Oct 21:39
Compare
Choose a tag to compare
  • Allow content resync during blog/site creation
  • Refactoring code for all CLI tools
  • Add blog widget for counter info, and add button for force sync
  • Fix media sync, use a shared folder between blogs
  • Add link action for "resync content" into sites list
  • Add button on queue network page for exec CRON (for debug usage)
  • Fix restriction for attachment
  • Update PO/MO
  • Use string for i18n instead PHP constant
  • Fix display admin emitters / receivers column
  • Fix infinite loop insertion for taxonomies

Handle multiple networks for admin option

25 Sep 10:29
Compare
Choose a tag to compare

Apply sync on multiple networks like this :

add_filter( 'bea_csf.admin.admin_synchronization_network.query_args', function( $query_args ) {
	$query_args['network__in'] = '';
	return $query_args;
} );