Plugin Directory

Changeset 3437540


Ignore:
Timestamp:
01/12/2026 10:01:02 AM (3 months ago)
Author:
onodev77
Message:

bugfix

Location:
affiliate-amazon-shortcode
Files:
4 added
3 edited

Legend:

Unmodified
Added
Removed
  • affiliate-amazon-shortcode/tags/1.5/affiliate-amazon-shortcode.php

    r3436768 r3437540  
    405405                        <select name="marketplace" class="regular-text">
    406406                            <?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); ?>>
    408408                                    <?php echo esc_html($marketplace); ?>
    409409                                </option>
  • affiliate-amazon-shortcode/trunk/affiliate-amazon-shortcode.php

    r3436768 r3437540  
    33 * Plugin Name: Affiliate Amazon Shortcode
    44 * Description: Display Amazon products using a shortcode with keyword, through the Product Advertising API v5 and new Creators API.
    5  * Version: 1.5
     5 * Version: 1.6
    66 * Author: OnoDev77
    77 * License: GPLv2 or later
     
    1515
    1616if ( ! defined( 'AFFIAMSH_VER' ) ) {
    17     define( 'AFFIAMSH_VER', '1.5' );
     17    define( 'AFFIAMSH_VER', '1.6' );
    1818}
    1919
     
    405405                        <select name="marketplace" class="regular-text">
    406406                            <?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); ?>>
    408408                                    <?php echo esc_html($marketplace); ?>
    409409                                </option>
  • affiliate-amazon-shortcode/trunk/readme.txt

    r3436748 r3437540  
    44Tags: 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
    55Tested up to: 6.9
    6 Stable tag: 1.5
     6Stable tag: 1.6
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    133133== Changelog ==
    134134
     135= 1.6 =
     136* BugFix
     137
    135138= 1.5 =
    136139* CRITICAL: Added support for Amazon Creators API
Note: See TracChangeset for help on using the changeset viewer.