Join the Facebook Fan Page.
Ahh I see where the error is. It's in the xml file that is created when the .mod file is converted to xml. I don't know why authors still use the .mod format...but that's why I have my package parser, to parse those .mod modifications. Once I have time, I will get to work on it and fix it. Thanks for reporting
'SMF 2.0 Branch' => array( '2.0',
'SMF 2.0 Branch' => array( '2.0.2', '2.0.1', '2.0',
“Somewhere, something incredible is waiting to be known.” - Carl Sagan
@Tony_R, open parser.php and:Code: (Find) [Select] 'SMF 2.0 Branch' => array( '2.0',Code: (Replace with) [Select] 'SMF 2.0 Branch' => array( '2.0.2', '2.0.1', '2.0',