  |
4 | 4 | | Copyright (c) 2007 osCommerce |
| |
5 | 5 | | |
| |
6 | 6 | | ------------------------------------------------------------------------------ |
  |
| 7 | + | xx/xx/xxxx osCommerce Online Merchant 2.2 RC2 |
| |
| 8 | + | ------------------------------------------------------------------------------ |
| |
| 9 | + | |
| |
| 10 | + | * Payment module changes: |
| |
| 11 | + | - Authorize.net module replaced with newer AIM and SIM modules. |
| |
| 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. |
| |
| 16 | + | - Removed PayQuake module (the gateway now uses Authorize.net). |
| |
| 17 | + | |
| |
| 18 | + | * Add indexes to database tables. |
| |
| 19 | + | [r1729] |
| |
| 20 | + | |
| |
| 21 | + | * Introduce an active download flag and a public status flag to the order |
| |
| 22 | + | status levels. |
| |
| 23 | + | [r1724, r1725, r1728] (r1724 was reverted in r1725) |
| |
| 24 | + | |
| |
| 25 | + | * Fix the shipping address when a virtual product was added to the cart and |
| |
| 26 | + | replaced with a physical product. |
| |
| 27 | + | [r1716] |
| |
| 28 | + | |
| |
| 29 | + | * Improve register_globals compatibility layer when registering session |
| |
| 30 | + | variables. |
| |
| 31 | + | [r1704, r1705, r1723] |
| |
| 32 | + | |
| |
| 33 | + | * Correctly parse the products to remove from the product notifications list. |
| |
| 34 | + | [r1703] |
| |
| 35 | + | |
| |
| 36 | + | * Introduce the ability to show additional checkout buttons on the shopping |
| |
| 37 | + | cart page for certain payment methods (eg, PayPal Express Checkout). |
| |
| 38 | + | Introduce the ability to define foreign shipping and billing addresses |
| |
| 39 | + | during the checkout procedure (eg, the shipping address provided by PayPal |
| |
| 40 | + | Express Checkout). |
| |
| 41 | + | [r1699] |
| |
| 42 | + | |
| |
| 43 | + | * Calling $order_total_modules->process() multiple times would duplicate the |
| |
| 44 | + | output data due to the order total modules already being instantiated. |
| |
| 45 | + | [r1698] |
| |
| 46 | + | |
| |
| 47 | + | * Make sure $parameters is an array in the navigation history class. |
| |
| 48 | + | [r1696] |
| |
| 49 | + | |
| |
| 50 | + | * Remove secondary pre-euro currencies from display. |
| |
| 51 | + | Introduce new format_raw() class method to format prices without the |
| |
| 52 | + | currency formatting. |
| |
| 53 | + | [r1695] |
| |
| 54 | + | |
| |
| 55 | + | * Fix downloads when "Download by redirect" and "SEFU" are both enabled. |
| |
| 56 | + | Fallback to readfile() download delivery mechanism if direct download files. |
| |
| 57 | + | [r1681, r1720] |
| |
| 58 | + | |
| |
| 59 | + | * Add toggleDivBlock() Javascript function to admin/includes/general.js. |
| |
| 60 | + | [r1663] |
| |
| 61 | + | |
| |
| 62 | + | ------------------------------------------------------------------------------ |
  |
7 | 63 | | 07/03/2007 osCommerce Online Merchant 2.2 RC1 |
| |
8 | 64 | | ------------------------------------------------------------------------------ |
| |
9 | 65 | | |