Changeset 3292555
- Timestamp:
- 05/13/2025 12:42:22 PM (11 months ago)
- Location:
- engagebay-woocommerce-addon
- Files:
-
- 34 added
- 4 edited
-
tags/4.2.3 (added)
-
tags/4.2.3/actions (added)
-
tags/4.2.3/actions/class-engagebay-wc-ajax-actions.php (added)
-
tags/4.2.3/actions/class-engagebay-wc-backend-actions.php (added)
-
tags/4.2.3/actions/class-engagebay-wc-cron-actions.php (added)
-
tags/4.2.3/actions/class-engagebay-wc-frontend-actions.php (added)
-
tags/4.2.3/assets (added)
-
tags/4.2.3/assets/css (added)
-
tags/4.2.3/assets/css/configuration.css (added)
-
tags/4.2.3/assets/css/styles.css (added)
-
tags/4.2.3/assets/images (added)
-
tags/4.2.3/assets/images/engagebay.png (added)
-
tags/4.2.3/assets/images/info.png (added)
-
tags/4.2.3/assets/images/loading.gif (added)
-
tags/4.2.3/assets/js (added)
-
tags/4.2.3/assets/js/embed_script.js (added)
-
tags/4.2.3/assets/js/engagebay_sync.js (added)
-
tags/4.2.3/changelog.txt (added)
-
tags/4.2.3/classes (added)
-
tags/4.2.3/classes/class-engagebay-wc-activator.php (added)
-
tags/4.2.3/classes/class-engagebay-wc-api.php (added)
-
tags/4.2.3/classes/class-engagebay-wc-helpers.php (added)
-
tags/4.2.3/classes/class-engagebay-wc-logger.php (added)
-
tags/4.2.3/classes/class-engagebay-wc-migration.php (added)
-
tags/4.2.3/classes/class-engagebay-wc.php (added)
-
tags/4.2.3/config (added)
-
tags/4.2.3/config/class-engagebay-wc-admin-settings.php (added)
-
tags/4.2.3/config/class-engagebay-wc-auth.php (added)
-
tags/4.2.3/config/class-engagebay-wc-product-attributes.php (added)
-
tags/4.2.3/config/constants.php (added)
-
tags/4.2.3/engagebay-woocommerce.php (added)
-
tags/4.2.3/readme.txt (added)
-
tags/4.2.3/templates (added)
-
tags/4.2.3/templates/engagebay-wc-login.tpl.php (added)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/classes/class-engagebay-wc-api.php (modified) (1 diff)
-
trunk/engagebay-woocommerce.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
engagebay-woocommerce-addon/trunk/changelog.txt
r3286440 r3292555 1 1 *** EngageBay WooCommerce Changelog *** 2 3 2025-05-13 - version 4.2.3 4 * Fixed tags issue 2 5 3 6 2025-04-16 - version 4.2.2 -
engagebay-woocommerce-addon/trunk/classes/class-engagebay-wc-api.php
r3286440 r3292555 160 160 $post_args = ENGAGEBAY_REQUEST_POST_ARGS; 161 161 $post_args['headers']['Content-Type'] = 'application/x-www-form-urlencoded'; 162 $email = urlencode($email); 162 163 $post_args['body'] = 'email=' . $email . '&tags=' . $tags; 164 163 165 wp_remote_post(ENGAGEBAY_ADD_TAGS_TO_CONTACT, $post_args); 164 166 } -
engagebay-woocommerce-addon/trunk/engagebay-woocommerce.php
r3286440 r3292555 4 4 * Plugin URI: https://wordpress.org/plugins/engagebay-woocommerce-addon/ 5 5 * Description: Using EngageBay, automate all the manual and tedious tasks on your WooCommerce store and focus more on your business. 6 * Version: 4.2. 26 * Version: 4.2.3 7 7 * Author: engagebay 8 8 * Author URI: http://www.engagebay.com/ -
engagebay-woocommerce-addon/trunk/readme.txt
r3286440 r3292555 5 5 Tested up to: 6.8.1 6 6 Requires PHP: 7.4 7 Stable tag: 4.2. 27 Stable tag: 4.2.3 8 8 License: GNU General Public License v3.0 9 9 … … 110 110 == Changelog == 111 111 112 - Bug fixes112 - Fixed tags issue
Note: See TracChangeset
for help on using the changeset viewer.