Hi,
Maybe you used custom code update in the file. After the plugin update, the file changed. So the link is disabled. For custom code update, You need to copy the file from \plugins\download-manager\tpls\wpdm-all-downloads.php
and put this file into the active theme/download-manager/ wpdm-all-downloads.php
, then the update will not affect the template file. More details here.
Now, After the update you can use cols="page_link,file_count,download_count|categories|update_date|download_link"
with the shortcode so the page link will be desplayed with the title. So you can use page_link instead of title in the cols
.
Thanks