Plugin / Amazon Product in a Post Plugin

Don Fischer - Fischer Creative Media, LLC.

Changelog

Changelog

4.0.3.3

  • This is more of a ‘clean-up’ update to fix little things, removed unused items and add helper items in anticipation of Gutenberg update.
  • Removed: Removed old styles that were no longer in use. (9/5/2018)
  • Removed: Removed old scripts in amazon-admin.js that were no longer in use. (9/5/2018)
  • Removed: Removed Default styles option from database – no longer needed. (9/5/2018)
  • Added: Added new styles for HTML buttons and grid items. (9/7/2018)
  • Added: Added default button style to amazon-grid.css. (9/7/2018)
  • Added: Added HiResImage to result array for access to hires images if available. (9/8/2018)
  • Added: Added Filters to result array images: ‘amazon-product-main-image-sm’, ‘amazon-product-main-image-md’, ‘amazon-product-main-image-lg’, ‘amazon-product-main-image-hi’. (9/8/2018)
  • Added: Added libxml_use_internal_errors(true) to xml parsing for better error handeling. (9/8/2018)
  • Added: Added new HTML button replacement to all shortcodes. See Button Settings in plugin settings for usage. (9/10/2018)
  • Added: Added some missing options to remove on uninstall when ‘remove all traces’ is checked. (9/10/2018)
  • Update: Updated Test API call with defined constants instead of option calls. (9/7/2018)
  • Update: Updated Test API call keywords and call to random product and page for different results. (9/7/2018)
  • Update: Updated Test API call Response Group because Large was not needed. (9/7/2018)
  • Update: Updated Test API call Debug checks and Error notice outputs on falure. (9/7/2018)
  • Update: Updated script enqueue order so custom styles load after other plugin styles. (9/9/2018)
  • Bug Fix: Fixed internal use filters for adding shortcode tabs and content to Shortcode Usage Page. (9/10/2018)
  • Bug Fix: Fixed shortcode product filters – were filtering entire result array each time instead of just current product. (9/10/2018)

4.0.3.2

  • Bug Fix: Fixed some translations that were not correctly set up. (9/2/2018)
  • Bug Fix: Fixed double filter application on some product label elements. (9/2/2018)
  • Bug Fix: Fixed admin style/js enqueue on translation loading. (9/2/2018)
  • Bug Fix: Fixed translations loading issue that was preventing languages from loading. (9/2/2018)
  • Removed: Removed some JavaScript debug console logging that was still present but not needed. (9/2/2018)
  • Admin Style Change: Fixed CSS layout on shorcode help pages. (9/2/2018)

4.0.3.1

  • Update: Removed debug code that made it into production version. (8/29/2018)

4.0.3

  • Bug Fix: Fixed many Undefined Variables and Undefined Index Warnings/Notices. (8/29/2018)
  • Bug Fix: Traslation file was not being loaded correctly. Made adjustment to hopefully fix issues. (8/22/2018)
  • Bug Fix: Fix “Empty Needle” Warning in amazon-product-in-a-post-aws-signed-request.php when string check was blank. (08/20/2018)
  • Bug Fix: Fix to Cache Ahead functionality. Was calling additional requests in some cases when it should have always used available cache. (08/20/2018)
  • Bug Fix: Fix to shortcode locale parameter usage. Was not changing when a different locale was added via shortcode. (08/20/2018)
  • Update: Translation files Updated. (08/30/2018)
  • Update: Change to add alt text parameter to Main Image. Also includes new ‘appip_alt_text_main_img’ filter to change it if you do not want the default of ‘Buy Now’. (08/22/2018)
  • Update: Change to add alt text parameter to Additional Images. Also includes new ‘appip_alt_text_gallery_img’ filter to change it if you do not want the default of ‘Img – [ASIN]’. (08/22/2018)
  • Update: Change to add alt text parameter to button image and Additional Images. Also includes new ‘appip_amazon_button_alt_text’ filter to change it if you do not want the default of ‘buy now’. (08/22/2018)
  • Addition: Added Subscription Price/length for amazon-grid shortcode when item is a Magazine or other subscription (i.e., Kindle Subscriptions, etc.). Todo – add to other shortcodes. (08/30/2018)
  • Addition: Added some new elements for Gutenberg (not yet active) in prep from WP 5.0 release. (08/23/2018)
  • Addition: Added new filters – ‘appip_metabox_context’, ‘appip_metabox_priority’, ‘appip_meta_posttypes_support’ in prep for Gutenberg. See filters-and-hooks.txt for more info. (08/26/2018)

4.0.2

  • Bug Fix: Fix to undefined variable ‘$appip_running_excerpt’. (07/25/2018)
  • Bug Fix: Fix to uppercase shortcodes ‘AMAZONPRODUCT’ and ‘AMAZONPRODUCTS’ not being rendered correctly. (07/25/2018)
  • Bug Fix: Fix to WP Error, fatal error response in request when transport fails and returns WP_Error object. (08/01/2018)

4.0.1

  • Bug Fix: Fix Open in a New Window functionality – not working for amazonproducts shortcode. (07/18/2018)
  • Bug Fix: Fix to ‘nofollow’ property in amazon-grid shortcode links. (07/18/2018)
  • Update: Change to AMP styles – TODO: Add option to remove if desired. (07/19/2018)
  • Update: WordPress 4.9.7 Compatibility (07/19/2018)

4.0.0

  • RELEASE: This is the first Official Release Update since version 3.6.4. (06/01/2018)
  • Removed: Tempoarily Removed Shortcode Editor Button – preparing for blocks with Gutenberg Editor and new Classic Editor button. (05/30/2018)
  • Feature Additon: Added Setting for Future Addition of Amazon Mobile Popover. Will be fleshed out in upcoming version. (05/29/2018)
  • Feature Additon: Amazon Featured Image Integration. This is for creating Amazon Products using the quick create method. Documentation to come.
  • Feature Additon: Added SSL image Support. Should detect https automatically, but to force SSL images, use the option in the advanced settings.
  • Update: Updated options to allow Amazon Featured Image to be turned on or off. (05/28/2018)
  • Update: Re-wrote the Debugging features to include more info about user install of WordPres and to allow sending debug info via email directly from settings page. (05/28/2018)
  • Update: Renamed “Amazon PIP Options” to “Plugin Settings” in menu. (05/31/2018)
  • Update: Fixed Instances of Developer URL to be https. (05/29/2018)
  • Update: PHP7 Compatibility Update (04/30/2018)
  • Update: Changed API Call to use wp_remote_request – works more consitantly than other methods.
  • Update: Changed caching mechanism to better make use of ‘cache ahead’ functions. Reads all ASINs on the page load object prior to trying to load any individual calls so items are cached prior to load in blocks.
  • Update: WordPress 4.9.4 Compatibility
  • Bug Fix: Fix issue with Debugging System. (05/28/2018)
  • Bug Fix: Fix issue with wp_remote call. (04/22/2018)
  • Bug Fix/Update: Fixed image calls. No longer need old method to get images – does not work well with SSL images anyway.
  • Bug Fix: Fix Content and Title creation on Amazon Post creation. Should work better and more consistantly.
  • Bug Fix: Fixed CLEAN shortcode field parameter calls (i.e., ‘title_clean’) so they are more consistant.
  • Bug Fix: Fix call to CURL function in some cases CURL lib has an SSL bug and needs additional settings.
  • Translations: Updated English Translations and added a few settings related translations to French and Spanish. (05/29/2018)

Ratings

4.4
44 reviews

Rating breakdown

Details Information

Version

4.0.3.3

First Released

15 Sep, 2009

Total Downloads

168,945

Wordpress Version

4.5 or higher

Tested up to:

4.9.12

Require PHP Version:

5.4.0 or higher

Tags

Contributors

Languages

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.