1.0.3
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/orwp 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.