Changeset 2519926
- Timestamp:
- 04/22/2021 04:40:15 PM (5 years ago)
- Location:
- drip
- Files:
-
- 26 added
- 1 edited
-
tags/1.1.2 (added)
-
tags/1.1.2/assets (added)
-
tags/1.1.2/assets/screenshot-1.png (added)
-
tags/1.1.2/assets/screenshot-2.png (added)
-
tags/1.1.2/assets/screenshot-3.png (added)
-
tags/1.1.2/assets/screenshot-4.png (added)
-
tags/1.1.2/assets/screenshot-5.png (added)
-
tags/1.1.2/assets/screenshot-6.png (added)
-
tags/1.1.2/drip.php (added)
-
tags/1.1.2/license.txt (added)
-
tags/1.1.2/readme.txt (added)
-
tags/1.1.2/src (added)
-
tags/1.1.2/src/class-drip-woocommerce-cart-event-product.php (added)
-
tags/1.1.2/src/class-drip-woocommerce-cart-event.php (added)
-
tags/1.1.2/src/class-drip-woocommerce-cart-events.php (added)
-
tags/1.1.2/src/class-drip-woocommerce-checkout-marketing-confirmation.php (added)
-
tags/1.1.2/src/class-drip-woocommerce-cookie-parser.php (added)
-
tags/1.1.2/src/class-drip-woocommerce-customer-identify.php (added)
-
tags/1.1.2/src/class-drip-woocommerce-plugin-view.php (added)
-
tags/1.1.2/src/class-drip-woocommerce-settings.php (added)
-
tags/1.1.2/src/class-drip-woocommerce-snippet.php (added)
-
tags/1.1.2/src/class-drip-woocommerce-version.php (added)
-
tags/1.1.2/src/class-drip-woocommerce-view-events.php (added)
-
tags/1.1.2/src/customer_identify.js (added)
-
tags/1.1.2/src/product_view_tracking.js (added)
-
tags/1.1.2/src/snippet.js.php (added)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
drip/trunk/readme.txt
r2507538 r2519926 4 4 Requires at least: 4.6 5 5 Tested up to: 5.7 6 Stable tag: 1.1. 16 Stable tag: 1.1.2 7 7 Requires PHP: 5.6 8 8 License: GPLv2 … … 78 78 = NEXT = 79 79 80 * Your change here! 81 82 = 1.1.2 = 83 84 * Add occurred_at timestamp to cart events to avoid timing issues when there are queue backups or other issues. 85 * Fixed bug in viewed a product snippet insertion where we were adding context params when unneeded. (SumoTTo) 86 * Changed context param to be 'edit' instead of a custom value in a number of places. 87 80 88 = 1.1.1 = 81 89
Note: See TracChangeset
for help on using the changeset viewer.