  |
1 | | - | $Id: CHANGELOG 1770 2008-01-08 02:05:40Z hpdl $ |
| |
| 1 | + | $Id: CHANGELOG 1786 2008-01-10 15:50:14Z hpdl $ |
|
2 | 2 | | |
| |
3 | 3 | | osCommerce Online Merchant Changelog |
| |
4 | 4 | | Copyright (c) 2008 osCommerce |
| |
|
|
 |
… |
|
10 | 10 | | * Payment module changes: |
| |
11 | 11 | | - Authorize.net module replaced with newer AIM and SIM modules. |
| |
12 | 12 | | - New PayPal Express Checkout, PayPal Express Checkout (UK), PayPal Direct, |
  |
13 | | - | and PayPal Direct (UK) modules. |
| |
14 | | - | - Removed paypal.php module. The paypal_ipn.php module is the new PayPal |
| |
15 | | - | Website Payments Standard module. |
| |
| 13 | + | PayPal Direct (UK), and PayPal Website Payments Standard modules. |
| |
| 14 | + | - Removed paypal.php and paypal_ipn.php modules. |
|
16 | 15 | | - Removed PayQuake module (the gateway now uses Authorize.net). |
| |
17 | 16 | | |
| |
18 | 17 | | * Shipping module changes: |
| |
19 | 18 | | - USPS updated to match new shipping methods. The test/production server |
| |
20 | 19 | | parameter has been removed as the test server only works with specific |
| |
21 | 20 | | test-cases. |
| |
22 | 21 | | |
  |
| 22 | + | * Add a .htaccess file to the admin/includes/ directory to prevent direct HTTP |
| |
| 23 | + | requests to PHP files. |
| |
| 24 | + | [r1775] |
| |
| 25 | + | |
| |
| 26 | + | * Fix the pagination links on the Administration Tool -> Products Attributes |
| |
| 27 | + | page. |
| |
| 28 | + | [r1774, r1776] |
| |
| 29 | + | |
  |
23 | 30 | | * Verify the customers primary address when it is being updated. |
| |
24 | 31 | | Verify the number of address book entries before inserting a new one. |
| |
25 | 32 | | [r1766] |