Downloads
Download tar.gz
39.91 KB
MD5: b29a295cd5462a9a4fe735e32d24317c
SHA-1: 5aa12368511e168bd1a51cf264937431ded4469b
SHA-256: 806bade802380576344b6a1c8af4ef5b0889897dbdc40715396d839b51bf4f54
Download zip
59.12 KB
MD5: 82044c0384812a145ac546dc7ca45bb1
SHA-1: ee4de357e154b902a9dd959dbb72499b60ee868b
SHA-256: 0a4a23546eeee09a6aec90480c5a80f2845089b0d7ff8dd1ac186c80d5003c5f
Release notes
Mostly bug fixes, but 4 new features:
1. You can use an amazon.com|co.uk|de/etc link to an item in filters or CCK field instead of just the ASIN.
2. ISBN-13 is supported (It looks up the ASIN from Amazon)
3. Dashes are allowed now in ISBN numbers (or anywhere else)
4. Upgrading from the AmazonTools module (D5) is now supported. It's not perfect, but it's there. It requires some manual attention. See the handbook page that asb kindly put together.
If there are no problems with this release, it should become 6.x-1.0.
- #288577: 13 digit ISBNs / EAN support / converting to ASINs 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: User with 'administer amazon' permissions can not access ./admin/settings/amazon/test by rfay: User with 'administer amazon' permissions can not access ./admin/settings/amazon/test.
- #350320: Display of & (and possibly other special chars) isn't handled correctly by rfay: Fix Display of & (and possibly other special chars) isn't handled correctly. (Again)
- #231612: Upgrade path for Amazon associate tools module? 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: Add better filter_tips for filters by rfay: Better filter tips in amazon_filter module.
- #590360: Update and test PostgreSQL Support by rfay: Postgresql compatibility fix.