osCommerce 2.3.3.1
27 August 2013
osCommerce version 2.3.3.1 is now available (security release).
Upgrading to osCommerce 2.3.3.1
osCommerce 2.3.3.1 can be upgraded to (or installed) using any of Installatron's products. Use Installatron's optional Automatic Update feature to automatically apply osCommerce updates as new versions are released, or use Installatron's Clone feature to duplicate an existing osCommerce install to test the 2.3.3.1 upgrade prior to applying it live. Get started managing your osCommerce installations with Installatron
What's New in osCommerce 2.3.3.1
- Who's Online: Parse REQUEST_URI with tep_db_prepare_input() before storing the value in the database. Replace REMOTE_ADDR with tep_get_ip_address().
- Administration Tool -> Catalog -> Categories/Products: Fix product price gross tax calculations when adding or editing products.
- Session: Register a shutdown function to close and write the session data. Also check for and allow , (comma) and - (minus) characters in the session ID.
- tep_redirect(): When redirecting from HTTPS -> HTTP and replacing the url with a HTTPS version, also take DIR_WS_HTTPS_CATALOG into consideration which may differ from DIR_WS_HTTP_CATALOG.