Confirmed – thank you for your speedy response.
Change:
The default arguments did not get committed to the repository properly. Edit GetPostsQuery.php line 183. Change this:
‘data’ => ‘author,parent,thumbnail’,
to this:
‘join’ => ‘author,parent,thumbnail’,
wp-content/plugins/custom-content-type-manager/includes/GetPostsQuery.php