Changeset 3276761
- Timestamp:
- 04/18/2025 01:29:46 PM (12 months ago)
- Location:
- engagebay-woocommerce-addon
- Files:
-
- 6 edited
-
tags/4.2.1/config/class-engagebay-wc-admin-settings.php (modified) (1 diff)
-
tags/4.2.1/engagebay-woocommerce.php (modified) (1 diff)
-
tags/4.2.1/readme.txt (modified) (1 diff)
-
trunk/config/class-engagebay-wc-admin-settings.php (modified) (1 diff)
-
trunk/engagebay-woocommerce.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
engagebay-woocommerce-addon/tags/4.2.1/config/class-engagebay-wc-admin-settings.php
r3276755 r3276761 568 568 $field_label = esc_attr($field['field_label']); 569 569 ?> 570 <option value="<?php echo $field_label; ?>" <?php if ( $field_label === $mapped_value ) { ?> selected="selected" <?php } ?> ><?php echo esc_html($field['field_label']); ?></option>570 <option value="<?php echo esc_attr($field_label); ?>" <?php if ( $field_label === $mapped_value ) { ?> selected="selected" <?php } ?> ><?php echo esc_html($field['field_label']); ?></option> 571 571 <?php 572 572 } -
engagebay-woocommerce-addon/tags/4.2.1/engagebay-woocommerce.php
r3274076 r3276761 12 12 * 13 13 * WC requires at least: 2.2 14 * WC tested up to: 6.6.1 14 * WC tested up to: 6.8 15 * Requires PHP: 7.4 15 16 * 16 17 * Copyright: © 2021 EngageBay WooCommerce. -
engagebay-woocommerce-addon/tags/4.2.1/readme.txt
r3274076 r3276761 3 3 Tags: WooCommerce,WooCommerce crm, woo commerce, engagebay WooCommerce, email marketing WooCommerce, marketing automation, engagebay woo commerce, engagebay WooCommerce integration, inbound marketing, marketing analytics 4 4 Requires at least: 3.7 5 Tested up to: 6.6.1 5 Tested up to: 6.8 6 Requires PHP: 7.4 6 7 Stable tag: trunk 7 8 -
engagebay-woocommerce-addon/trunk/config/class-engagebay-wc-admin-settings.php
r3276755 r3276761 568 568 $field_label = esc_attr($field['field_label']); 569 569 ?> 570 <option value="<?php echo $field_label; ?>" <?php if ( $field_label === $mapped_value ) { ?> selected="selected" <?php } ?> ><?php echo esc_html($field['field_label']); ?></option>570 <option value="<?php echo esc_attr($field_label); ?>" <?php if ( $field_label === $mapped_value ) { ?> selected="selected" <?php } ?> ><?php echo esc_html($field['field_label']); ?></option> 571 571 <?php 572 572 } -
engagebay-woocommerce-addon/trunk/engagebay-woocommerce.php
r3130049 r3276761 12 12 * 13 13 * WC requires at least: 2.2 14 * WC tested up to: 6.6.1 14 * WC tested up to: 6.8 15 * Requires PHP: 7.4 15 16 * 16 17 * Copyright: © 2021 EngageBay WooCommerce. -
engagebay-woocommerce-addon/trunk/readme.txt
r3130049 r3276761 3 3 Tags: WooCommerce,WooCommerce crm, woo commerce, engagebay WooCommerce, email marketing WooCommerce, marketing automation, engagebay woo commerce, engagebay WooCommerce integration, inbound marketing, marketing analytics 4 4 Requires at least: 3.7 5 Tested up to: 6.6.1 5 Tested up to: 6.8 6 Requires PHP: 7.4 6 7 Stable tag: trunk 7 8
Note: See TracChangeset
for help on using the changeset viewer.