Content Parts 1.8
Added wrapper divs around automatically output content parts.
Content Parts 1.7
Remove automatic output of <div> blocks - broke styling on some some sites. Instead provide settings page and content_parts_auto_format_post_types filter.
Content Parts 1.6
Automatically output <div> blocks around content parts in the main content on single posts and pages. Disable via the content_parts_auto_content filter.
Content Parts 1.5
Add post classes ( has-content-parts, content-parts-{n}, no-content-parts).
Content Parts 1.4
Added content_part_args filter and %%part%% placeholder to before/after strings to replace with content part index.
Content Parts 1.3
All functions can now be passed an array of parameters. Deprecate the_content_part() multiple args - now expects an array.
Content Parts 1.2
Validate 'start' and 'limit' args are numeric.
Content Parts 1.1
Added count_content_parts() function. props Rory.