Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1770
 
1786
 
1786
 
CHANGELOG
_> 1 -$Id: CHANGELOG 1770 2008-01-08 02:05:40Z hpdl $
   1+$Id: CHANGELOG 1786 2008-01-10 15:50:14Z hpdl $
22 
  33 osCommerce Online Merchant Changelog
  44 Copyright (c) 2008 osCommerce
     
 !
1010 * Payment module changes:
  1111   - Authorize.net module replaced with newer AIM and SIM modules.
  1212   - 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.
1615   - Removed PayQuake module (the gateway now uses Authorize.net).
  1716 
  1817 * Shipping module changes:
  1918   - USPS updated to match new shipping methods. The test/production server
  2019     parameter has been removed as the test server only works with specific
  2120     test-cases.
  2221 
<>  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+
<_ 2330 * Verify the customers primary address when it is being updated.
  2431   Verify the number of address book entries before inserting a new one.
  2532   [r1766]