Plugin Directory

Changeset 2021204


Ignore:
Timestamp:
01/29/2019 01:51:16 PM (7 years ago)
Author:
amazonlinkbuilder
Message:

Updating readme.txt and assests/screenshots

Location:
amazon-associates-link-builder
Files:
5 added
4 edited

Legend:

Unmodified
Added
Removed
  • amazon-associates-link-builder/tags/1.9.0/js/aalb_gb_block.js

    r2021026 r2021204  
    111111                        {
    112112                            className: getSearchButtonClassName(),
     113                            title: aalb_strings.add_aalb_shortcode,
    113114                            onClick: onSearchClick
    114115                        },
    115                         'Search'
     116                        aalb_strings.search_button_label
    116117                    ),
    117118
  • amazon-associates-link-builder/tags/1.9.0/readme.txt

    r1988698 r2021204  
    33Tags: Amazon, Affiliate, Associates, Amazon Associates, Amazon Associate, Product Advertising API, Amazon API, Amazon Link, Amazon Ad, Amazon Affiliate, eCommerce
    44Requires at least: 3.0.1
    5 Tested up to: 4.9.7
    6 Stable tag: 1.8.0
     5Tested up to: 5.0.3
     6Stable tag: 1.9.0
    77Requires PHP: 5.4.0
    88License: GPLv2
     
    73738. Price Link Template: Dynamic hyperlink containing the current price offered for buying the item on Amazon
    74749. Create custom ad templates native to your site' styling
     7510. Gutenberg editor interface
     7611. Amazon Associates Link Builder block under Widgets category
     7712. Amazon Associates Link Builder search block
     7813. Search for products in Amazon catalog from the Gutenberg block while creating a new post or a page
     7914. Select the products you would like to advertise
    7580
    7681== Frequently Asked Questions ==
     
    116121
    117122== Changelog ==
     123
     124= 1.9.0 - January 29, 2019 =
     125* Added Product Advertising API (PA-API) response caching feature. This feature will prevent PA-API throttle by caching PA-API response and updating the cache asynchronously.
     126* Added support for Gutenberg editor.
    118127
    119128= 1.8.0 - July 25, 2018 =
     
    246255== Upgrade Notice ==
    247256
     257= 1.9.0 =
     258* Added Product Advertising API (PA-API) response caching feature. This feature will prevent PA-API throttle by caching PA-API response and updating the cache asynchronously. Added support for Gutenberg editor.
     259
    248260= 1.8.0 =
    249261* Added Support for Australia (AU) marketplace and minor bug-fixes.
  • amazon-associates-link-builder/trunk/js/aalb_gb_block.js

    r2021026 r2021204  
    111111                        {
    112112                            className: getSearchButtonClassName(),
     113                            title: aalb_strings.add_aalb_shortcode,
    113114                            onClick: onSearchClick
    114115                        },
    115                         'Search'
     116                        aalb_strings.search_button_label
    116117                    ),
    117118
  • amazon-associates-link-builder/trunk/readme.txt

    r1914563 r2021204  
    33Tags: Amazon, Affiliate, Associates, Amazon Associates, Amazon Associate, Product Advertising API, Amazon API, Amazon Link, Amazon Ad, Amazon Affiliate, eCommerce
    44Requires at least: 3.0.1
    5 Tested up to: 4.9.7
    6 Stable tag: 1.8.0
     5Tested up to: 5.0.3
     6Stable tag: 1.9.0
    77Requires PHP: 5.4.0
    88License: GPLv2
     
    73738. Price Link Template: Dynamic hyperlink containing the current price offered for buying the item on Amazon
    74749. Create custom ad templates native to your site' styling
     7510. Gutenberg editor interface
     7611. Amazon Associates Link Builder block under Widgets category
     7712. Amazon Associates Link Builder search block
     7813. Search for products in Amazon catalog from the Gutenberg block while creating a new post or a page
     7914. Select the products you would like to advertise
    7580
    7681== Frequently Asked Questions ==
     
    116121
    117122== Changelog ==
     123
     124= 1.9.0 - January 29, 2019 =
     125* Added Product Advertising API (PA-API) response caching feature. This feature will prevent PA-API throttle by caching PA-API response and updating the cache asynchronously.
     126* Added support for Gutenberg editor.
    118127
    119128= 1.8.0 - July 25, 2018 =
     
    246255== Upgrade Notice ==
    247256
     257= 1.9.0 =
     258* Added Product Advertising API (PA-API) response caching feature. This feature will prevent PA-API throttle by caching PA-API response and updating the cache asynchronously. Added support for Gutenberg editor.
     259
    248260= 1.8.0 =
    249261* Added Support for Australia (AU) marketplace and minor bug-fixes.
Note: See TracChangeset for help on using the changeset viewer.