Version 3.4.9 Fixed the bug which caused SSU to work incorrectly when '.' (dot) is used as name delimiter.
Version 3.5.0
Several other modules are known to use the wrong product_type to generate product links. Previous versions of SSU can prevent this in most cases, but not all. This version has the new product_type recalculation added to completely prevent such situations.
Version 3.5.1
Fixed the bug which caused SSU to cache parameters incorrectly
Version 3.5.2
Version 3.5.3
Made changes to curPageUrl() function, now use the settings defined in includes/configure.php
Version 3.5.4
Added a check to make sure ssu_link() is not called when the required class is not defined.
Version 3.5.5
Bug fixed: SSU incorrectly translates urls when there are one or more variable with empty value in the query string.
Version 3.5.6
Bug fixed: SSU incorrectly redirect certain ssl links.
Added: support for espanol.
Version 3.5.7
Added a check for rare cases when original url missing main_page in the query
Version 3.5.8
Fixed a bug which occurs when ssl path is different from the normal path.
Version 3.6.0 RC1
Version 3.6.0 RC2
Revamp the link alias manager to add more features: pagination, sorting,…
Version 3.6.0 RC3
Version 3.6.0 RC5
Version 3.6.0
Bug fixed: Now SSU will not try to redirect when it is off OR the current script is not index.php
Version 3.6.1
Bug fixed: redirection bug
Version 3.6.3
Version 3.6.4
Bug fixed: site.com/index.php was redirected to site.com instead of site.com/, this causes a double redirection since site.com will be redirected to site.com/
Version 3.6.5
New feature: allow store owners of multi-languages sites to set SSU not to add in the language identifier if the language is default.
Here is what it means: for example if you have multi lang enabled in SSU, and your default lang is en, your links look like this
site.com/en/something
site.com/fr/something
site.com/cn/something
Now, with this new feature, you can use a switch in the admin to tell SSU to use:
site.com/something
site.com/fr/something
site.com/cn/something
Version 3.6.6
Bug fixed: fix caching folder permission.