You’ll need only the plugin, that can be found here – https://downloads.www.ads-software.com/plugin/download-monitor.4.5.92.zip – but I think we can solve this without downgrading, so you can still have up-to-date software that comes with improvements and fixes.
Could you please tell me if you had any logs before the update or you were only relying on the counts found in the Downloads meta? If you had deleted/not used the logging system ( I believe that is the cause of your Downloads having 0 counts ) you can hook a filter, namely dlm_count_meta_downloads
, and return true so that the counts in the post’s meta will be taken into consideration.
So, if you add in your child theme’s functions.php the following code you’ll most probably get back the download counts: add_filter( 'dlm_count_meta_downloads', '__return_true' );
.
Please let me know how this worked.
Warmly,
Razvan