Skip to content

1.0.3

Compare
Choose a tag to compare
@naxoc naxoc released this 06 Jun 14:00
· 8 commits to master since this release

This release contains:

  • #132 Allows setting an option for minium and maximum post ID to process. There is no GUI for it (yet), so the option needs to be set with wp option update ncc_min_post_id_to_process xx and/or wp option update ncc_max_post_id_to_process xx
  • #135 Allows an option to be set with the content type(s) the NCC should include in processing. To set the option from CLI, use wp option update ncc_conversion_post_types '["post","your_content_type"]' --format=json
  • #136 Fixes a slow query that would crash the page
  • #134 Ignores .cache files when creating a release.