This is a complete package.

+ Added easy method to define custom fields to the "products" & "products_description" tables.
+ Added multi-language category support.
************************************************** ***************************
** Exports from previous versions of EP will not work correctly since the **
** category header names have changed in this version !! **
************************************************** ***************************
+ Added import selector to specify to only add new products from the import file, or
to only update products from the import file, or normal operation which does both.
Thanks to Paul H. for contributing this!
+ Fixed issues with RC1 & RC2 bouncing to login screen.
+ Fixed manufacturer not inserting when it contained quotes.
+ Fixed category not inserting when it contained quotes.
+ Fixed attributes not inserting when it contained quotes.
+ Fixed manufacturer not inserting with an error about:
1364 - Field 'manufacturers_url' doesn't have a default value
+ Adjusted flawed logic that checked for a quote at the end of an input field but not
the beginning, then removed first and last chars. Now checks the first and last chars
before trimming the field.
+ Added an alternate field parcer to the fgetcsv() PHP function which has had issues. Routine based
on posted code offered by Maynard. (slightly modified)
+ Some W3C issues reported by mauriziomagnino. Some not for backward compatibility with EP.
+ Added instructions for dealing with non-Roman character sets, such as cyrillic. (thanks to Richard!)
+ Changed Extra fields contribution support to use Model Number instead of product ID. (thanks to geoffreywalton!)

PLEASE SEE THE DOCS ON HOW TO ASK FOR HELP
(not kidding, you may not get an answer if you ignore this plea)
http://forums.oscommerce.com/index.php?showtopic=162244

More...