Changeset 3437540
- Timestamp:
- 01/12/2026 10:01:02 AM (3 months ago)
- Location:
- affiliate-amazon-shortcode
- Files:
-
- 4 added
- 3 edited
-
tags/1.5/affiliate-amazon-shortcode.php (modified) (1 diff)
-
tags/1.6 (added)
-
tags/1.6/affiliate-amazon-shortcode.php (added)
-
tags/1.6/amazon-products.css (added)
-
tags/1.6/readme.txt (added)
-
trunk/affiliate-amazon-shortcode.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
affiliate-amazon-shortcode/tags/1.5/affiliate-amazon-shortcode.php
r3436768 r3437540 405 405 <select name="marketplace" class="regular-text"> 406 406 <?php foreach ($marketplaces as $marketplace => $region): ?> 407 <option value="<?php echo esc_attr($marketplace); ?>" <?php selected($settings['marketplace'] ?? AFFIAMSH_FALLBACK_MARKETPLACE, $marketplace); ?>>407 <option value="<?php echo esc_attr($marketplace); ?>" <?php selected($settings['marketplace'] ?? 'www.amazon.com', $marketplace); ?>> 408 408 <?php echo esc_html($marketplace); ?> 409 409 </option> -
affiliate-amazon-shortcode/trunk/affiliate-amazon-shortcode.php
r3436768 r3437540 3 3 * Plugin Name: Affiliate Amazon Shortcode 4 4 * Description: Display Amazon products using a shortcode with keyword, through the Product Advertising API v5 and new Creators API. 5 * Version: 1. 55 * Version: 1.6 6 6 * Author: OnoDev77 7 7 * License: GPLv2 or later … … 15 15 16 16 if ( ! defined( 'AFFIAMSH_VER' ) ) { 17 define( 'AFFIAMSH_VER', '1. 5' );17 define( 'AFFIAMSH_VER', '1.6' ); 18 18 } 19 19 … … 405 405 <select name="marketplace" class="regular-text"> 406 406 <?php foreach ($marketplaces as $marketplace => $region): ?> 407 <option value="<?php echo esc_attr($marketplace); ?>" <?php selected($settings['marketplace'] ?? AFFIAMSH_FALLBACK_MARKETPLACE, $marketplace); ?>>407 <option value="<?php echo esc_attr($marketplace); ?>" <?php selected($settings['marketplace'] ?? 'www.amazon.com', $marketplace); ?>> 408 408 <?php echo esc_html($marketplace); ?> 409 409 </option> -
affiliate-amazon-shortcode/trunk/readme.txt
r3436748 r3437540 4 4 Tags: amazon affiliate, amazon partner, affiliate marketing, affiliazione amazon, afiliado amazon, amazon affiliation, amazon produkte, amazon produits, wordpress affiliate, amazon shortcode, amazon product box, amazon product display, creators api 5 5 Tested up to: 6.9 6 Stable tag: 1. 56 Stable tag: 1.6 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 133 133 == Changelog == 134 134 135 = 1.6 = 136 * BugFix 137 135 138 = 1.5 = 136 139 * CRITICAL: Added support for Amazon Creators API
Note: See TracChangeset
for help on using the changeset viewer.