Automattic / newspack-custom-content-migrator

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

HCN migration 2 #368

Closed naxoc closed 11 months ago

naxoc commented 1 year ago

This became a rather big PR. My apologies. It does a fresh migration.

The PR adds 2 libraries both related to html juggling:

There are also a new class that is reusable called BatchLogic. It doesn't do very much, but the idea is that it can make batching easier and that other classes can use it. The JsonIterator class uses it in this PR.

I've also added some more Gutenberg block functions.