Changeset 3066760
- Timestamp:
- 04/08/2024 10:11:18 AM (23 months ago)
- Location:
- sweet-woocommerce
- Files:
-
- 23 added
- 2 edited
-
tags/0.0.8 (added)
-
tags/0.0.8/assets (added)
-
tags/0.0.8/assets/img (added)
-
tags/0.0.8/assets/img/categories.svg (added)
-
tags/0.0.8/assets/img/logo.svg (added)
-
tags/0.0.8/assets/img/orders.svg (added)
-
tags/0.0.8/assets/img/products.svg (added)
-
tags/0.0.8/assets/scripts (added)
-
tags/0.0.8/assets/scripts/main.js (added)
-
tags/0.0.8/assets/styles (added)
-
tags/0.0.8/assets/styles/main.css (added)
-
tags/0.0.8/class (added)
-
tags/0.0.8/class/defs.php (added)
-
tags/0.0.8/class/setup.php (added)
-
tags/0.0.8/core (added)
-
tags/0.0.8/core/Logger.php (added)
-
tags/0.0.8/core/log (added)
-
tags/0.0.8/core/log/log.csv (added)
-
tags/0.0.8/core/sweet.php (added)
-
tags/0.0.8/readme.txt (added)
-
tags/0.0.8/sweet-admin-functions.php (added)
-
tags/0.0.8/sweet-tracker-functions.php (added)
-
tags/0.0.8/sweet-woocommerce.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/sweet-woocommerce.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sweet-woocommerce/trunk/readme.txt
r3009638 r3066760 3 3 Tags: sweet, analytics, tracker, tracking code, insights, analytics, enhanced, ecommerce, bi 4 4 Requires at least: 2.2 5 Tested up to: 6. 3.15 Tested up to: 6.5 6 6 Stable tag: 0.0.7 7 7 License: GPLv2 or later … … 72 72 == Changelog == 73 73 74 = 0.0.8 = 75 * Added declaration of HPOS compliance and tested with latest Wordpress version (6.5) 76 74 77 = 0.0.7 = 75 78 * Fixes to enhanced ecommerce tracking -
sweet-woocommerce/trunk/sweet-woocommerce.php
r3009638 r3066760 3 3 * Plugin Name: Sweet Analytics WooCommerce 4 4 * Description: WooCommerce tracking integration with Sweet Analytics 5 * Version: 0.0. 75 * Version: 0.0.8 6 6 * Author: Sweet Analytics 7 7 * Author URI: https://sweetanalytics.com 8 8 * WC requires at least: 2.2 9 * WC tested up to: 6. 3.19 * WC tested up to: 6.5 10 10 */ 11 11 namespace SweetAnalytics; … … 16 16 **/ 17 17 require_once 'class/setup.php'; 18 19 add_action('before_woocommerce_init', function() { 20 if (class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class )) { 21 \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility('custom_order_tables', __FILE__, true ); 22 } 23 }); 18 24 19 25 if (in_array('woocommerce/woocommerce.php', apply_filters('active_plugins', get_option('active_plugins')))) {
Note: See TracChangeset
for help on using the changeset viewer.