It was hoped that this version would fix the vBSEO issue where they don't rewrite profile URLs properly, but this turned out not to be the case.
What is fixed, however, is the fact that it was impossible to clear notifications due to the vBSEO error previously
However, you can try the following:
Open your .htaccess file, and find
Code:
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|api\.php)
Add above
Code:
RewriteCond %{QUERY_STRING} !tab=
Fillip