Hi, it seems like you forgot to add this fix in the plugin, you should probably also add this too in your next update:
$paged = isset($wp_query->query_vars['paged']) ? $wp_query->query_vars['paged'] : $paged;
So when paged is specified in the query, it’s used instead of the global paged.