Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Fix to have LastMod time show up (Category DateLastComment --> DateUpdated)
I had to change
'LastMod' => $Category['DateLastComment'], // line 107 in class.sitemaps.plugin.php
to
'LastMod' => $Category['DateUpdated'], // updated this to correct bug with above column incorrect name.
Since the category table did not have the 1st column name.
0