Skip to content

Releases: HeyPublisher/amazon-book-store

3.1.1

07 Sep 01:23
3607f3e
Compare
Choose a tag to compare

3.1.1 Release

  • Fixed bug #21, ensuring that when the default set of ASINs is removed, the ASIN_ padding used for internal keys is removed before displaying.

  • Added some TODO's where code cleanup is needed in the future, specifically related to how the ASIN must be stringified to be used as a hash key. This requires padding and stripping this key with ASIN_ (see above) in various places. This is a needed hack given how PHP converts numeric keys to integers, then renumbers them starting from zero when merging hashes.

  • Added a pair of global variable declarations in the common library to ensure that vars are accessible whenever they are loaded. This is only needed when a publisher is using multiple HeyPublisher plugins that use the Base set of classes, as the load order may impact when the vars are available for use.

3.1.0

26 Jul 00:13
Compare
Choose a tag to compare

3.1.0

  • Released: 2020-07-25
  • [#18] : Amazon Brazil is now supported
  • [#16] : Removed unneeded constant
  • [#14] : ASIN information, when not cached locally, is not fetched from HeyPublisher.com, which wraps the Amazon PAAPI, eliminating the need for users of this plugin to have their own API key and secret.
  • Fixed additional minor code inconsistencies.

3.0.0

03 Jul 19:00
1dfcd13
Compare
Choose a tag to compare

3.0.0

  • Released: 2020-07-03
  • Plugin is now hosted on GitHub
  • Fixed issue with call to function split not being found in PHP versions 7.0 and above.
  • Added an updater that will check GitHub for latest version and update locally.
  • Organized code around HeyPublisher/Base class
  • Validated plugin works up through WordPress 5.3

2.2.0

21 Apr 01:51
Compare
Choose a tag to compare

Released 2017-04-20