Changeset 3394110
- Timestamp:
- 11/12/2025 07:43:32 AM (5 months ago)
- Location:
- atomx-services/trunk
- Files:
-
- 3 edited
-
atomx-services.php (modified) (1 diff)
-
includes/Admin/class-atomx-wcs-admin.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
atomx-services/trunk/atomx-services.php
r3392144 r3394110 4 4 * Plugin URI: https://dev.get-atomx.com/docs/en/purchase-verify-wp-wc 5 5 * Description: Generation of purchase codes/tokens for AtomX extension (or based on AtomX) for products and subscriptions 6 * Version: 2.0. 36 * Version: 2.0.4 7 7 * Author: AtomX 8 8 * Author URI: https://get-atomx.com -
atomx-services/trunk/includes/Admin/class-atomx-wcs-admin.php
r3392144 r3394110 266 266 <td> 267 267 <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> 270 269 <option value=""><?php esc_html_e('-- Select Product --', 'atomx-services'); ?></option> 271 270 </select> 272 271 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'); ?> 275 274 </p> 276 275 -
atomx-services/trunk/readme.txt
r3392144 r3394110 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 2.0. 37 Stable tag: 2.0.4 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 94 94 == Changelog == 95 95 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 96 99 = 2.0.3 = 97 100 * Subscription page view token fixes
Note: See TracChangeset
for help on using the changeset viewer.