From bd71f976bce454c777389b51048f627119b8a03b Mon Sep 17 00:00:00 2001 From: Harald Ponce de Leon Date: Thu, 9 Aug 2012 10:48:16 +0200 Subject: [PATCH] v2.3.3 Changelog --- CHANGELOG | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 55060aafb..abd43596b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,90 @@ $Id$ osCommerce Online Merchant Changelog Copyright (c) 2012 osCommerce +------------------------------------------------------------------------------ +08/xx/2012 osCommerce Online Merchant v2.3.3 +------------------------------------------------------------------------------ + + * BUGFIX: Administration Tool -> Tools -> Send E-Mail + Convert HTML e-mail to plain-text if HTML E-Mails is disabled. + + * BUGFIX: tep_redirect() + Fix URL encoding by replacing '&' with '&'. + + * BUGFIX: Administration Tool -> Tools -> Define Languages + Keep the selected language in the language selection pull down menu. + + * BUGFIX: checkout_process.php + Improve checking of shopping cart product attributes. + + * shopping_cart.php + Added TEXT_OR and TEXT_REMOVE language definitions. + + * product_info.php + Redirect to default.php if no product ID exists in the request URL. + + * BUGFIX: includes/modules/new_products.php + Fix checking of new products. + + * BUGFIX: Administration Tool -> Tools -> Action Recorder + Fix paging of action recorder listing. + + * BUGFIX: checkout_confirmation.php + Improve checking of order comment. + + * checkout_confirmation.php + Removed TABLE_HEADING_REMOVE, TABLE_HEADING_QUANTITY, TABLE_HEADING_MODEL, + and TABLE_HEADING_TOTAL language definitions. + + * BUGFIX: index.php + Improve filtering of Manufacturers. + + * BUGFIX: product_info.php + Change the total of product reviews to count only the reviews in the + selected language. + + * BUGFIX: Sessions + Also reference and keep track of null variables in the session. + (This general bugfix also fixed a compatibility issue with PHP 5.4.) + + * tep_session_recreate() + Replace internal logic to use session_regenerate_id() for PHP 5.1+ servers. + + BUGFIX: Also update $SID with the new session ID if $SID is defined. + + * BUGFIX: product_info.php + Prevent the session ID being added to product images. + + * includes/classes/payment.php + Remove legacy PHP 3 code. + + * GZIP Compression + Automatically disable if PHP 5.4.0 to PHP 5.4.5 is used, due to PHP bug + #55544. + + BUGFIX: Check if ini_set() is available before using it. + + * Time Zone + Add new CFG_TIME_ZONE configuration constant to set the default time zone + to. + + * NEW: Robot NoIndex Header Tag Module + Adds a noindex meta tag to specified pages. + + * BUGFIX: Improve Shopping Cart ID logic. + + * Typecast remaining variables used in SQL queries. + + * REMOVED: Google Buzz Social Bookmark Module + + * NEW: Google+ +1 Button and Google+ Share Social Bookmark Modules + + * NEW: Canonical Header Tag Module + Adds canonical meta links to the product information and category listing + pages. + + * NEW: Pinterest Social Bookmark Module + ------------------------------------------------------------------------------ 07/17/2012 osCommerce Online Merchant v2.3.2 ------------------------------------------------------------------------------