  |
1 | | - | $Id: CHANGELOG 1753 2007-12-21 07:04:36Z hpdl $ |
| |
| 1 | + | $Id: CHANGELOG 1770 2008-01-08 02:05:40Z hpdl $ |
|
2 | 2 | | |
| |
3 | 3 | | osCommerce Online Merchant Changelog |
  |
4 | | - | Copyright (c) 2007 osCommerce |
| |
| 4 | + | Copyright (c) 2008 osCommerce |
|
5 | 5 | | |
| |
6 | 6 | | ------------------------------------------------------------------------------ |
| |
7 | 7 | | xx/xx/xxxx osCommerce Online Merchant 2.2 RC2 |
| |
|
|
 |
… |
|
15 | 15 | | Website Payments Standard module. |
| |
16 | 16 | | - Removed PayQuake module (the gateway now uses Authorize.net). |
| |
17 | 17 | | |
  |
| 18 | + | * Shipping module changes: |
| |
| 19 | + | - USPS updated to match new shipping methods. The test/production server |
| |
| 20 | + | parameter has been removed as the test server only works with specific |
| |
| 21 | + | test-cases. |
| |
| 22 | + | |
| |
| 23 | + | * Verify the customers primary address when it is being updated. |
| |
| 24 | + | Verify the number of address book entries before inserting a new one. |
| |
| 25 | + | [r1766] |
| |
| 26 | + | |
| |
| 27 | + | * Avoid removal of products when deleting a category in a search result |
| |
| 28 | + | listing. |
| |
| 29 | + | [r1754] |
| |
| 30 | + | |
|
18 | 31 | | * Make the database session storage handler return an empty string for |
| |
19 | 32 | | variables that don't exist in the session instead of returning a boolean |
| |
20 | 33 | | false value. |
| |
|
|
 |
… |
|
35 | 48 | | [r1747] |
| |
36 | 49 | | |
| |
37 | 50 | | * MySQL 5.0 Strict Mode compatibility fixes. |
  |
38 | | - | [r1746] |
| |
| 51 | + | [r1746, 1755] |
  |
39 | 52 | | |
| |
40 | 53 | | * Fix logic with nested tables in the Administration Tool tableBlock class. |
| |
41 | 54 | | [r1745] |