Changing manifest.php can help to get the module installed in a newer release. Example:
PHP Code:
"regex_matches" => array (
0 => '6\.0\.*',
1 => '6\.1\.*',
2 => '6\.2\.*',
)),
'acceptable_sugar_flavors' => array (
0 => 'CE',
1 => 'PRO',
),
If the language files are ok for a newer release depends on how different the newer release is compared to the version for which they have been created. The problem could be missing texts resulting in messages like 'key ABC not found'. In this case you can add those missing texts manually. You just have to find out where Sugar is searching for the text (each module has its own language file).
Bookmarks