Glad it worked. The version download count has decreased because we are synchronizing the download counts that were previously set ( by Download Monitor version < 4.6.0 ) in the post meta table of the Versions and Downloads with the download logs. So, before the sync you had as download counts the following number:
total downloads = downloads from meta + downloads from logs
So this up here is not the correct download count, as it increases the download count.
Now, after the sync, the download count from meta is equal to the old download count from meta minus the download counts from the logs, like this:
new download count from meta = old download count from meta - download count from logs
This is done so that in the end you’ll have the download count for each Version ( file version ) and Download ( file ) that you had in Download Monitor prior 4.6.0.
Also, we’ve re-added the functionality to modify the download counts by hand, now called Manual download count
, which can be found in the Downloadable Files/Versions
metabox in each Version, when you edit a Download ( https://imgur.com/a/YQIBh41 an example ).
Does this make sens?
Warmly,
Razvan