Changeset 2021204
- Timestamp:
- 01/29/2019 01:51:16 PM (7 years ago)
- Location:
- amazon-associates-link-builder
- Files:
-
- 5 added
- 4 edited
-
assets/screenshot-10.png (added)
-
assets/screenshot-11.png (added)
-
assets/screenshot-12.png (added)
-
assets/screenshot-13.png (added)
-
assets/screenshot-14.png (added)
-
tags/1.9.0/js/aalb_gb_block.js (modified) (1 diff)
-
tags/1.9.0/readme.txt (modified) (4 diffs)
-
trunk/js/aalb_gb_block.js (modified) (1 diff)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
amazon-associates-link-builder/tags/1.9.0/js/aalb_gb_block.js
r2021026 r2021204 111 111 { 112 112 className: getSearchButtonClassName(), 113 title: aalb_strings.add_aalb_shortcode, 113 114 onClick: onSearchClick 114 115 }, 115 'Search'116 aalb_strings.search_button_label 116 117 ), 117 118 -
amazon-associates-link-builder/tags/1.9.0/readme.txt
r1988698 r2021204 3 3 Tags: Amazon, Affiliate, Associates, Amazon Associates, Amazon Associate, Product Advertising API, Amazon API, Amazon Link, Amazon Ad, Amazon Affiliate, eCommerce 4 4 Requires at least: 3.0.1 5 Tested up to: 4.9.76 Stable tag: 1. 8.05 Tested up to: 5.0.3 6 Stable tag: 1.9.0 7 7 Requires PHP: 5.4.0 8 8 License: GPLv2 … … 73 73 8. Price Link Template: Dynamic hyperlink containing the current price offered for buying the item on Amazon 74 74 9. Create custom ad templates native to your site' styling 75 10. Gutenberg editor interface 76 11. Amazon Associates Link Builder block under Widgets category 77 12. Amazon Associates Link Builder search block 78 13. Search for products in Amazon catalog from the Gutenberg block while creating a new post or a page 79 14. Select the products you would like to advertise 75 80 76 81 == Frequently Asked Questions == … … 116 121 117 122 == 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. 118 127 119 128 = 1.8.0 - July 25, 2018 = … … 246 255 == Upgrade Notice == 247 256 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 248 260 = 1.8.0 = 249 261 * Added Support for Australia (AU) marketplace and minor bug-fixes. -
amazon-associates-link-builder/trunk/js/aalb_gb_block.js
r2021026 r2021204 111 111 { 112 112 className: getSearchButtonClassName(), 113 title: aalb_strings.add_aalb_shortcode, 113 114 onClick: onSearchClick 114 115 }, 115 'Search'116 aalb_strings.search_button_label 116 117 ), 117 118 -
amazon-associates-link-builder/trunk/readme.txt
r1914563 r2021204 3 3 Tags: Amazon, Affiliate, Associates, Amazon Associates, Amazon Associate, Product Advertising API, Amazon API, Amazon Link, Amazon Ad, Amazon Affiliate, eCommerce 4 4 Requires at least: 3.0.1 5 Tested up to: 4.9.76 Stable tag: 1. 8.05 Tested up to: 5.0.3 6 Stable tag: 1.9.0 7 7 Requires PHP: 5.4.0 8 8 License: GPLv2 … … 73 73 8. Price Link Template: Dynamic hyperlink containing the current price offered for buying the item on Amazon 74 74 9. Create custom ad templates native to your site' styling 75 10. Gutenberg editor interface 76 11. Amazon Associates Link Builder block under Widgets category 77 12. Amazon Associates Link Builder search block 78 13. Search for products in Amazon catalog from the Gutenberg block while creating a new post or a page 79 14. Select the products you would like to advertise 75 80 76 81 == Frequently Asked Questions == … … 116 121 117 122 == 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. 118 127 119 128 = 1.8.0 - July 25, 2018 = … … 246 255 == Upgrade Notice == 247 256 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 248 260 = 1.8.0 = 249 261 * Added Support for Australia (AU) marketplace and minor bug-fixes.
Note: See TracChangeset
for help on using the changeset viewer.