Hi, thanks for your plugin! Only 1 issue: in the widget if I select a custom post type and format is 'option', then the links of posts (not the cpt) will be showed.
As far as I can see, just a
'post_type' => $post_type,
is missing in the function call at line 683.
Can you please fix that? Thank you!