Plugin Directory

Changeset 3394110


Ignore:
Timestamp:
11/12/2025 07:43:32 AM (5 months ago)
Author:
getatomx
Message:

The drop-down list for adding items has been changed (all items are shown, not just those that have already been added)

Location:
atomx-services/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • atomx-services/trunk/atomx-services.php

    r3392144 r3394110  
    44 * Plugin URI: https://dev.get-atomx.com/docs/en/purchase-verify-wp-wc
    55 * Description: Generation of purchase codes/tokens for AtomX extension (or based on AtomX) for products and subscriptions
    6  * Version: 2.0.3
     6 * Version: 2.0.4
    77 * Author: AtomX
    88 * Author URI: https://get-atomx.com
  • atomx-services/trunk/includes/Admin/class-atomx-wcs-admin.php

    r3392144 r3394110  
    266266                <td>
    267267                    <select name="product_id" id="atomx-select-product" class="js-products-ajax regular-text"
    268                         data-filter="non-subscription" data-exclude="<?php echo esc_attr($selected_products_json); ?>"
    269                         required>
     268                        data-filter="non-subscription" required>
    270269                        <option value=""><?php esc_html_e('-- Select Product --', 'atomx-services'); ?></option>
    271270                    </select>
    272271
    273                     <p class="description">
    274                         <?php esc_html_e('The list does not show items that have already been added.', 'atomx-services'); ?>
     272                    <p class=" description">
     273                        <?php esc_html_e('Start typing the name of a product to search for it.', 'atomx-services'); ?>
    275274                    </p>
    276275
  • atomx-services/trunk/readme.txt

    r3392144 r3394110  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 2.0.3
     7Stable tag: 2.0.4
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    9494== Changelog ==
    9595
     96= 2.0.4 =
     97* The drop-down list for adding items has been changed (all items are shown, not just those that have already been added)
     98
    9699= 2.0.3 =
    97100* Subscription page view token fixes
Note: See TracChangeset for help on using the changeset viewer.