# Changelog ====== 1.1.15 ====== - NEW: Post types are not fetched from ALL sites - NEW: Added Filter do_action('wordpress_multisite_sync_post_processed', $sourceSite, $destinationSite, $sourcePost, $newPostId); - FIX: replaced wp_trash_post with trashed_post ====== 1.1.14 ====== - NEW: Added woocommerce_after_product_object_save hook for woo products - FIX: Performance increase when objects to sync exceeds large amount of posts ====== 1.1.13 ====== - NEW: Ignore check of changed posts by adding $_GET: multisite-sync-ignore-changed - NEW: Sync only specific posts https://imgur.com/a/S5tyhTY - NEW: Sync only specific posts to specific sites https://imgur.com/a/leZoMgU - NEW: Added remove_all_filters("content_save_pre"); - NEW: Created an option to only sync specific taxonomies !!! Previous it showed all, enable this after installing this plugin when you used it before !!! https://imgur.com/a/MjGJ0fF - FIX: Performance improvements - FIX: Load more then 100 sites not possible ====== 1.1.12 ====== - NEW: Added option to enable image debug mode - FIX: Fatal error when product not available ====== 1.1.11 ====== - NEW: Include ONLY some meta keys https://imageupload.io/i/dwlbTrxwyP - NEW: Added product save functionality - FIX: Run on Trash not working - FIX: Yoast meta data not saved - FIX: Removing all terms before syncing new ones ====== 1.1.10 ====== - NEW: Dropped Redux Framework support and added our own framework Read more here: https://www.welaunch.io/en/2021/01/switching-from-redux-to-our-own-framework This ensure auto updates & removes all gutenberg stuff You can delete Redux (if not used somewhere else) afterwards https://www.welaunch.io/updates/welaunch-framework.zip https://imgur.com/a/BIBz6kz ====== 1.1.9 ====== - FIX: Not all registered Post types showing ====== 1.1.8 ====== - FIX: Post type was not selecatble (Redux incompatiblity) - FIX: Removed redux extension and optimized speed ====== 1.1.7 ====== - FIX: check if get_sites function exists (multisite only) ====== 1.1.6 ====== - FIX: New performance respects running cron now - FIX: PHP Notice ====== 1.1.5 ====== - NEW: Performance improvements: - meta added to check if the post has changed - if post not changed / updated it skips syncing - FIX: Post taxonomies removed when general not set ====== 1.1.4 ====== - FIX: Taxonomy sync not working due to differnt blog terms ====== 1.1.3 ====== - NEW: Only sync certain taxonomy terms Demo: https://imgur.com/a/V8qzKuM ====== 1.1.2 ====== - FIX: Remove the default "general" post category before settings new ones ====== 1.1.1 ====== - NEW: When update key was slug, the taxonomies were not synced ====== 1.1.0 ====== - NEW: Delete posts when deleted on source site - NEW: Post type "trash" sync now also works (post title update key should be used, because post name / slug returns a trashed) - NEW: Error gets triggered when update or deletion key is missing - FIX: Post types 'any' return all to be syced post types - FIX: Default values in plugin options fixed - FIX: PHP warnings ====== 1.0.15 ====== - FIX: wp_get_sites() deprecated since 4.6 ====== 1.0.14 ====== - NEW: New recurrence times: Every Minute, Every 10 Minutes, Half an Hour, Weekly, Monthly - NEW: Run cronjob when a post / page is updated or created - FIX: Various warnings - FIX: Child update log ====== 1.0.13 ====== - NEW: Set the destination post status to "keep the original one" - FIX: Variations / Children Sync - FIX: For current WordPress Version! Important update! - FIX: Fix for update for multiple destination sites ====== 1.0.12 ====== - NEW: Update key SKU (only for products) ====== 1.0.11 ====== - FIX: Product Attributes duplication ====== 1.0.10 ====== - NEW: Exclude custom Post Meta fields - NEW: Specify on what key you want to update posts - NEW: Disable to update posts - FIX: New custom post status now works again - FIX: Taxonomies will now be synced again ====== 1.0.9 ====== - NEW: Set a custom recurrence for each cronjob - NEW: Shows active cronjobs in the settings page - NEW: Manual cronjob trigger improved - NEW: Code refracturing ====== 1.0.8 ====== - FIX: tue -> true ====== 1.0.7 ====== - FIX: Added a check to avoid revsision - FIX: Only check for posts of the same post type AND title ====== 1.0.6 ====== - FIX: sync fixed - FIX: image bug ====== 1.0.5 ====== - FIX: revisions are now left out when updating a Post - FIX: log adjusted ====== 1.0.4 ====== - FIX: better Multisite Image process - FIX: image overwritten by update ====== 1.0.3 ====== - NEW: Better plugin activation - FIX: array key exists ====== 1.0.2 ====== - FIX: Redux Framework error ====== 1.0.1 ====== - NEW: Removed the embedded Redux Framework for update consistency //* PLEASE MAKE SURE YOU INSTALL THE REDUX FRAMEWORK PLUGIN *// ====== 1.0 ====== - Inital release