Skip to content

Commit

Permalink
v2.3.3 Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldpdl committed Aug 11, 2012
1 parent e3cc209 commit bd71f97
Showing 1 changed file with 84 additions and 0 deletions.
84 changes: 84 additions & 0 deletions CHANGELOG
Expand Up @@ -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
------------------------------------------------------------------------------
Expand Down

0 comments on commit bd71f97

Please sign in to comment.