Releases: BeAPI/bea-content-sync-fusion
3.2.1
add constante for deactive media synchro feature
3.2 - MAJOR - WP-CLI + ACF+ MEDIAS + ETC :)
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
Fix bug with metadata serialized
3.0.7 - 20 Oct 2017
- Fix P2P synchronisation
- Fix resync all content tools for CPT excluded from search
Add third plugin compatibility for Post Types Order
- Add Post Type Order addon.
3.0.5
- 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
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; } );