You are here

CHANGELOG.txt in Amazon Product Advertisement API 6

Same filename and directory in other branches
  1. 7.2 CHANGELOG.txt
  2. 7 CHANGELOG.txt
6.x-1.4 release
===============
[#1079388] by Pancho | zazinteractive: Fixed Mandatory parameters missing in schema definition.

6.x-1.3 release
===============

[#1014128] by jdleonard, rfay: Fix invalid conditions in amazon_item_clean_xml().
[#987962] by rfay, the_g_bomb: Views should use configured path for amazon_store

6.x-1.2 release
===============
If you were using the Customer Reviews feature in a view or otherwise, you'll
have a broken view, since Amazon has dropped customer review data from their API.
Instead, there is now a data item called "Customer reviews iframe" which is a
link to customer review information provided by Amazon suitable for placement
in an iframe.

- [#869286] by rfay: Add a configurable default image. Sponsored by fortmifflin.com - Thanks!
- [#929748] by OV2: Expired data was being received from the database. 
- [#905198] by the_g_bomb, rfay: Amazon no longer providing customer review data.

- [#758630] by rfay: Views title should link to Amazon Store.
- [#879830] by rfay, carpenoctum414: Amazon price does not show outside US.
- [#801896] by rfay: Editorial content is double-escaped.
- [#950602] by frando, rfay: Add an autocomplete widget to ASIN, at long last.
- [#971820] by davidzz, rfay: Add BOOKS_1973_AND_LATER as a media type
- [#959766] by dereine, rfay: Images in view were not handled correctly

6.x-1.1 release
===============
- [#848990] by rfay: Add feeds integration for ASIN field. Sponsored by Bobastream, LLC. Thanks!

6.x-1.0 release
===============
- [#736624] by rfay, joetan: Fix uninitialized variable warning (D6)

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 & (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. 

File

CHANGELOG.txt
View source
  1. 6.x-1.4 release
  2. ===============
  3. [#1079388] by Pancho | zazinteractive: Fixed Mandatory parameters missing in schema definition.
  4. 6.x-1.3 release
  5. ===============
  6. [#1014128] by jdleonard, rfay: Fix invalid conditions in amazon_item_clean_xml().
  7. [#987962] by rfay, the_g_bomb: Views should use configured path for amazon_store
  8. 6.x-1.2 release
  9. ===============
  10. If you were using the Customer Reviews feature in a view or otherwise, you'll
  11. have a broken view, since Amazon has dropped customer review data from their API.
  12. Instead, there is now a data item called "Customer reviews iframe" which is a
  13. link to customer review information provided by Amazon suitable for placement
  14. in an iframe.
  15. - [#869286] by rfay: Add a configurable default image. Sponsored by fortmifflin.com - Thanks!
  16. - [#929748] by OV2: Expired data was being received from the database.
  17. - [#905198] by the_g_bomb, rfay: Amazon no longer providing customer review data.
  18. - [#758630] by rfay: Views title should link to Amazon Store.
  19. - [#879830] by rfay, carpenoctum414: Amazon price does not show outside US.
  20. - [#801896] by rfay: Editorial content is double-escaped.
  21. - [#950602] by frando, rfay: Add an autocomplete widget to ASIN, at long last.
  22. - [#971820] by davidzz, rfay: Add BOOKS_1973_AND_LATER as a media type
  23. - [#959766] by dereine, rfay: Images in view were not handled correctly
  24. 6.x-1.1 release
  25. ===============
  26. - [#848990] by rfay: Add feeds integration for ASIN field. Sponsored by Bobastream, LLC. Thanks!
  27. 6.x-1.0 release
  28. ===============
  29. - [#736624] by rfay, joetan: Fix uninitialized variable warning (D6)
  30. 6.x-1.x-RC4 release
  31. ===================
  32. - [#671686] by rfay: Fixed Amazon module localization errors.
  33. - [#609448] by rfay: Added rel="nofollow" to detailpageurl links
  34. - [#609448] by rfay: Added Feature: Add customer reviews and ratings to Amazon information retrieved.
  35. - [#556414] by rfay, stratosgear: Provide Amazon.com price or lowest price or both.
  36. - [#697138] by robertDouglass: Added Drupal alter $params before searching in amazon_search so that modules can customize search.
  37. - [#288577] by rfay, reprise: Add 13-digit ISBN/EAN support to the admin test
  38. 6.x-1.x-RC3 release
  39. ===================
  40. - [#288577] by rfay, tirsales, mleicester: Added 13 digit ISBNs / EAN support / converting to ASINs.
  41. With this patch, both EANs (ISBN-13) and Amazon.com/co.uk/de, etc. links can be used in
  42. either a CCK field or an Amazon filter. Also, hyphens are ignored in the input, so you can
  43. use a classically formatted ISBN-10 or ISBN-13.
  44. - [#679860] by rfay: User with 'administer amazon' permissions can not access ./admin/settings/amazon/test.
  45. - [#350320] by rfay: Fix Display of & (and possibly other special chars) isn't handled correctly. (Again)
  46. - [#231612] by rfay: Fix upgrade path from D5 ASIN module. Also add upgrade path
  47. for AAT links and amazon nodes (which are the same thing)
  48. - [#608784] by rfay: Better filter tips in amazon_filter module.
  49. - [#590360] by rfay: Postgresql compatibility fix.
  50. 6.x-1.x-RC2 release
  51. =====================
  52. - #661560 by rfay: PHP 5.3 compatibility fix
  53. - #660670 by rfay: Remove option of using author's Amazon associate ID.
  54. - #609388 by rfay: Make Amazon item title sortable in views, check other fields.
  55. - #622076 by rfay: invalid_asin filter should be a boolean filter or at least numeric.
  56. - #608782 by rfay: hook_update_6006() needs to use db_add_field() not db_add_column().
  57. - #608780 by rfay: hook_uninstall() does not uninstall all schemas and variables.
  58. - #392576 by rfay: Partial data retrieved but with error mysqli_real_escape_string() expects parameter 2 to be string, array is SOME products.
  59. - #659728 by rfay: Move active development to HEAD
  60. - #608624 by rfay: Test should detect and report invalid credentials. Also now detects system time problems, etc.
  61. - #622418 by rfay: Remove the option of not storing amazon data locally.
  62. 18 October 2009: BETA-10 release
  63. ================================
  64. - Minor changes to fix issues encountered during documentation and test of BETA-9
  65. 18 October 2009: BETA-9 release (Beta-8 had a problem and had to be replaced)
  66. ===============================
  67. - #278034 by iva2k - Fix node-view CSS when there is more than one ASIN field
  68. - Add views handling for Amazon images, including linking.
  69. - #543990 by rfay - Fix bug where save didn't include Amazon database update
  70. - #353285 - Remove "NOT NULL" from database definition where Amazon might in fact not return information.
  71. - Added delete of amazon_item when related node is deleted.
  72. - #350320 - Allow HTML in title of Amazon item
  73. - #326963 by bangpound: Correct return values in hook_field()
  74. - #494648: Filtering by the contents of the ASIN field didn't work
  75. - #362884 by tomiyana: Change detailpageurl to TEXT because of long Japanes detailpageurls
  76. - amazon.module function documentation.
  77. - Improve consistency of data insert by always deleting item before insert.
  78. - #288119: Trim whitespace from ASIN in CCK field.
  79. - #437158: Date-related items are now supported in views as dates.
  80. - #510432: Make amazon_inline_item get preprocessed
  81. - #511008: Track and handle invalid ASINs. We now mark them as invalid_asin
  82. in the amazon_item table, and some of the tpl.php files make note
  83. of this. The invalid_asin is also available via views.
  84. - #598588: Many new filters are now available through [amazon ASIN detail].
  85. Everything that is preprocessed in amazon_preprocess_amazon_item()
  86. is available for use. For example, [amazon 0596515804 detailpageurl]
  87. - #595980: Added a demonstration module (requires features module) that provides
  88. a CCK type and a view.