  |
1 | | - | $Id: CHANGELOG 1819 2008-01-15 09:12:33Z hpdl $ |
| |
| 1 | + | $Id: CHANGELOG 1832 2008-01-30 13:23:47Z hpdl $ |
|
2 | 2 | | |
| |
3 | 3 | | osCommerce Online Merchant Changelog |
| |
4 | 4 | | Copyright (c) 2008 osCommerce |
| |
5 | 5 | | |
| |
6 | 6 | | ------------------------------------------------------------------------------ |
  |
7 | | - | xx/xx/xxxx osCommerce Online Merchant 2.2 RC2 |
| |
| 7 | + | 01/30/2008 osCommerce Online Merchant 2.2 RC2a |
|
8 | 8 | | ------------------------------------------------------------------------------ |
| |
9 | 9 | | |
  |
| 10 | + | Due to two bugs that were introduced with 2.2 RC2, it has been repackaged as |
| |
| 11 | + | 2.2 RC2a with the following changes: |
| |
| 12 | + | |
| |
| 13 | + | * The Administration Tool -> Backup Manager -> Restoration routine failed on |
| |
| 14 | + | PHP <5 servers due to the use of stripos(). A compatibility function has |
| |
| 15 | + | been added to fix this. |
| |
| 16 | + | [r1829] |
| |
| 17 | + | |
| |
| 18 | + | * The reference of $_SESSION in the tep_session_is_registered() function |
| |
| 19 | + | produces a PHP warning when the session has not been started (ie, for search |
| |
| 20 | + | engine spiders). This has been fixed by checking if $_SESSION is set. |
| |
| 21 | + | [r1830] |
| |
| 22 | + | |
| |
| 23 | + | ------------------------------------------------------------------------------ |
| |
| 24 | + | 01/16/2008 osCommerce Online Merchant 2.2 RC2 |
| |
| 25 | + | ------------------------------------------------------------------------------ |
| |
| 26 | + | |
  |
10 | 27 | | * Payment module changes: |
| |
11 | 28 | | - Authorize.net module replaced with newer AIM and SIM modules. |
| |
12 | 29 | | - New PayPal Express Checkout, PayPal Express Checkout (UK), PayPal Direct, |