7.x-1.0-beta7
=============
[#848990] by rfay: D7 support for feeds.

7.x-1.0-beta6
=============
[#987986] by dereine: Improve views title handling.
[#1071902] by rfay: Catch up with Views 3 API changes and fix broken handlers
[#1125640] by rfay: Add the Amazon Examples feature back in
[#1127708] by Shawn DeArmond: Fix devel_generate warning
[#1127886] by Shawn DeArmond: Detailpageurl warning message
[#1127540] by Shawn DeArmond: Improve autocomplete results
[#1127644] by Shawn DeArmond: Make devel_generate look for less dups
[#1079388] by Pancho | zazinteractive: Fixed Mandatory parameters missing in schema definition.

7.x-1.0-beta5
===========
[#1014036] by Pancho: First take on token support: Remove non-working code
[#1060704] by Pancho: Refactor admin test form: error handling, UX and codestyle
[#1060694] by Pancho: Fix asin.module's error handling
[#1053340] by Pancho: Cleanup: for variable_del walk thru array instead of preg_split
[#1053110] by Pancho: Cleanup: add CVS $Ids where missing
[#1052622] by Pancho: Cleanup *.info-files: remove file registry, add config links
[#1015260] by rfay: Fix requirements message.
[#1011280] by rfay: Fix the _field_sql_storage_etid() #fail
[#1014128] by jdleonard, rfay: Fix invalid conditions in amazon_item_clean_xml()
[#1037168] by rfay: Fix problem with amazon_media_software_template

7.x-1.0-beta4
=============
[#758630] by rfay: Views title should link to Amazon Store.
[#879830] by rfay: Make amazon price work outside US
[#801896] by rfay: Editorial content is double-escaped.
[#944280] by rfay: Fix watchdog PDO fatal
[#959810] by fragtom, rfay: Fix admin/config menu
[#971820] by davidzz: Add BOOKS_1973_AND_LATER to types handled by amazon_media
by rfay: Fixed problem with "all participants" field in views
[#951070] by davidzz, rfay: Make editorialreview not get key tags stripped out.
[#905198] by rfay: Update to new Amazon handling of customer reviews
[#983598] by rfay: Make HTML in Amazon Editorial reviews work
[#984894] by rfay: Change the type of the edition field
[#959766] by dereine, rfay: Fix views support of images



7.x-1.0-beta3
============
- [#761832] followup: Sorry, I messed up a bunch of tpl.php files.

7.x-1.0-beta2
===========
- [#761832] by rfay: D7 theming doesn't work right.
- [#857616] by rfay: Amazon Media module fails with database prefix turned on.

6.x-1.x-RC4 release
===================
- [#671686] by rfay: Fixed Amazon module localization errors.
- [#609448] by rfay: Added rel="nofollow" to detailpageurl links
- [#609448] by rfay: Added Feature: Add customer reviews and ratings to Amazon information retrieved.
- [#556414] by rfay, stratosgear: Provide Amazon.com price or lowest price or both.
- [#697138] by robertDouglass: Added Drupal alter $params before searching in amazon_search so that modules can customize search.
- [#288577] by rfay, reprise: Add 13-digit ISBN/EAN support to the admin test


6.x-1.x-RC3 release
===================
- [#288577] by rfay, tirsales, mleicester: Added 13 digit ISBNs / EAN support / converting to ASINs.
            With this patch, both EANs (ISBN-13) and Amazon.com/co.uk/de, etc. links can be used in
            either a CCK field or an Amazon filter. Also, hyphens are ignored in the input, so you can
            use a classically formatted ISBN-10 or ISBN-13.
- [#679860] by rfay:  User with 'administer amazon' permissions can not access ./admin/settings/amazon/test.
- [#350320] by rfay: Fix Display of &amp;amp; (and possibly other special chars) isn't handled correctly. (Again)
- [#231612] by rfay: Fix upgrade path from D5 ASIN module. Also add upgrade path
                     for AAT links and amazon nodes (which are the same thing)
- [#608784] by rfay: Better filter tips in amazon_filter module.
- [#590360] by rfay: Postgresql compatibility fix.

6.x-1.x-RC2 release
=====================
- #661560 by rfay: PHP 5.3 compatibility fix
- #660670 by rfay: Remove option of using author's Amazon associate ID.
- #609388 by rfay: Make Amazon item title sortable in views, check other fields.
- #622076 by rfay: invalid_asin filter should be a boolean filter or at least numeric.
- #608782 by rfay: hook_update_6006() needs to use db_add_field() not db_add_column().
- #608780 by rfay: hook_uninstall() does not uninstall all schemas and variables.
- #392576 by rfay: Partial data retrieved but with error mysqli_real_escape_string() expects parameter 2 to be string, array is SOME products.
- #659728 by rfay: Move active development to HEAD
- #608624 by rfay: Test should detect and report invalid credentials. Also now detects system time problems, etc.
- #622418 by rfay: Remove the option of not storing amazon data locally.

18 October 2009: BETA-10 release
================================
- Minor changes to fix issues encountered during documentation and test of BETA-9

18 October 2009: BETA-9 release  (Beta-8 had a problem and had to be replaced)
===============================
- #278034 by iva2k - Fix node-view CSS when there is more than one ASIN field
- Add views handling for Amazon images, including linking.
- #543990 by rfay - Fix bug where save didn't include Amazon database update
- #353285 - Remove "NOT NULL" from database definition where Amazon might in fact not return information.
- Added delete of amazon_item when related node is deleted.
- #350320 - Allow HTML in title of Amazon item
- #326963 by bangpound: Correct return values in hook_field()
- #494648: Filtering by the contents of the ASIN field didn't work
- #362884 by tomiyana: Change detailpageurl to TEXT because of long Japanes detailpageurls
- amazon.module function documentation.
- Improve consistency of data insert by always deleting item before insert.
- #288119: Trim whitespace from ASIN in CCK field.
- #437158: Date-related items are now supported in views as dates.
- #510432: Make amazon_inline_item get preprocessed
- #511008: Track and handle invalid ASINs. We now mark them as invalid_asin
           in the amazon_item table, and some of the tpl.php files make note
           of this. The invalid_asin is also available via views.
- #598588: Many new filters are now available through [amazon ASIN detail].
           Everything that is preprocessed in amazon_preprocess_amazon_item()
           is available for use. For example, [amazon 0596515804 detailpageurl]
- #595980: Added a demonstration module (requires features module) that provides
           a CCK type and a view. 
