Changes in Virtuemart 1011 » History » Version 1
Roland Dalmulder, 02/14/2010 05:24 AM
Add 1.0.11 changes
| 1 | 1 | Roland Dalmulder | h1. Changes in Virtuemart 1.0.11 |
|---|---|---|---|
| 2 | |||
| 3 | --- VirtueMart 1.0.11 released --- |
||
| 4 | |||
| 5 | 03.05.2007 gregdev |
||
| 6 | # Task #966 - Cleared credit card info when using non-credit card payment method. |
||
| 7 | # Fixed a text size bug in the product scroller. |
||
| 8 | |||
| 9 | 03.05.2007 soeren |
||
| 10 | # authorize.net: Test Mode didn't work. The host test.authorize.net is not used anymore. VM will use a POST var instead to indicate a test request. |
||
| 11 | # authorize.net: Response Codes were not correctly recognized due to a wrong setting of the encapsulation character for the response string. |
||
| 12 | |||
| 13 | 27.04.2007 soeren |
||
| 14 | # Task #1273 - Error in creation of HTML confimation Email if more than a specific amount of products was ordered |
||
| 15 | # Task #1272 - Error in product attributes with attribute depending price modifier |
||
| 16 | |||
| 17 | 30.03.2007 gregdev |
||
| 18 | ^ Changed shop_browse_queries.php to use a LEFT JOIN for #__{vm}_shopper_vendor_xref (fixes empty categories when table entry is missing). |
||
| 19 | |||
| 20 | 21.03.2007 soeren |
||
| 21 | # Task #1226 - VM Search in admin backend has problems with text strings using # symbol |
||
| 22 | # the variable PHP_SELF was not properly cleaned (virtuemart_parser.php) |
||
| 23 | |||
| 24 | 15.03.2007 soeren |
||
| 25 | # JoomFish language setting is overwritten in virtuemart.cfg.php ( Task #1282 - Virtuemart does not apply proper language switching) |
||
| 26 | # CSV Upload not recognising correct Mime Type due to case-sensitive equality check |
||
| 27 | |||
| 28 | 13.03.2007 soeren |
||
| 29 | |||
| 30 | # Task #1187 - Virtuemart does not redirect correctly if only 1 payment option is available. (ps_checkout.php) |
||
| 31 | # Task #1200 - checkout.thankyou shows empty page when order_total is 0 (checkout.thankyou.php) |