Automattic / newspack-custom-content-migrator

Custom migration tasks for launching and migrating Newspack sites on Atomic
5 stars 5 forks source link

CDiff migrates all WP_Users #542

Closed iuravic closed 1 month ago

iuravic commented 1 month ago

Description

Before this PR only those WP_Users which are authors to posts were migrated. This change migrates all the WP_Users so that WooComm subscribers have their user objects automatically migrated as well.

Branch

This PR was branched off of #516 feat/import-custom-taxonomies-with-cdiff. Therefore when merging, make sure to merge #516 first, then if there were any new changes on feat/import-custom-taxonomies-with-cdiff merge them into this branch, and only then merge this branch.

How to test