Hi there,
You can make this change by going into the plugin files. Before doing anything, make sure to back up your site. Also, be sure you have FTP access in case something goes wrong.
Open includes -> functions.php
On line 151 of this file you will see: $default_order_by = ‘title’; Change title to date
2 lines down you will see $default_order = “asc”; Change asc to desc.
Hope this helps you!