Hi.
Ah, by default the shortcode only queries ‘pages’ unless you pass the post type to the shortcode:
[child-pages post_type="my_post_type"]
It makes sense that the main [list-pages]
shortcode should probably always query pages by default (and it would break backward compatibility if that was changed), however it would make sense if you use the sibling/children shortcakes for this to work in context of the current post type.
I have posted an updated version of the plugin which should fix this. If you would like to test it that would be most appreciated, and I will release the changes as an update if all looks good.
Many thanks
Ben