@mikehaynes Glad you like it Mike :) The shortcode currently returns entries in ascending order based on post ID ('order' => 'ASC’,) so any change in order would need to be a change to the query. What sort of order are you looking to put them in?
@mikehaynes You could try adding
'orderby' => 'title',
to the $args array in the shortcode.
@mikehaynes Strange. I just added that to the query on mine and it worked.