Changeset 3390756
- Timestamp:
- 11/06/2025 12:01:26 AM (5 months ago)
- Location:
- easy-woocommerce-discounts
- Files:
-
- 10 edited
- 1 copied
-
tags/8.0.1 (copied) (copied from easy-woocommerce-discounts/trunk)
-
tags/8.0.1/changelog.txt (modified) (1 diff)
-
tags/8.0.1/easy-woocommerce-discounts.php (modified) (3 diffs)
-
tags/8.0.1/includes/class-wccs-background-analytics.php (modified) (1 diff)
-
tags/8.0.1/languages/easy-woocommerce-discounts.pot (modified) (2 diffs)
-
tags/8.0.1/readme.txt (modified) (2 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/easy-woocommerce-discounts.php (modified) (3 diffs)
-
trunk/includes/class-wccs-background-analytics.php (modified) (1 diff)
-
trunk/languages/easy-woocommerce-discounts.pot (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-woocommerce-discounts/tags/8.0.1/changelog.txt
r3386715 r3390756 1 1 == Changelog == 2 3 = 8.0.1 = 4 * Fix: Fixed an issue in logging variation products impressions. 5 * Update: Verified compatibility with WooCommerce 10.3.4 2 6 3 7 = 8.0.0 = -
easy-woocommerce-discounts/tags/8.0.1/easy-woocommerce-discounts.php
r3386715 r3390756 6 6 * Description: All purpose WooCommerce discounts, pricing, shipping and promotion tool. 7 7 * Tags: discount, coupon, bulk discount, category discount, bogo, woocommerce, woocommerce discounts, woocommerce pricing deals, woocommerce Buy One Get One Free, bulk coupons, gift coupons, signup coupons, advanced coupons, woocommerce bulk discounts, woocommerce pricing, woocommerce price rules, woocommerce advanced discounts, woocommerce pricing deals, woocommerce bulk discounts, woocommerce cart discounts, woocommerce pricing deals, woocommerce discount rules, discount rules for woocommerce, woocommerce shipping, dynamic shipping, url coupons for woocommerce 8 * Version: 8.0. 08 * Version: 8.0.1 9 9 * Author: Discount Team 10 10 * Author URI: https://www.asanaplugins.com/ … … 13 13 * Domain Path: /languages 14 14 * WC requires at least: 3.0 15 * WC tested up to: 10.3. 315 * WC tested up to: 10.3.4 16 16 * 17 17 * Copyright 2025 Asana Plugins (https://www.asanaplugins.com/) … … 25 25 // Plugin version. 26 26 if ( ! defined( 'WCCS_VERSION' ) ) { 27 define( 'WCCS_VERSION', '8.0. 0' );27 define( 'WCCS_VERSION', '8.0.1' ); 28 28 } 29 29 -
easy-woocommerce-discounts/tags/8.0.1/includes/class-wccs-background-analytics.php
r3386715 r3390756 134 134 135 135 $variation_id = $product->is_type( 'variation' ) ? $product->get_id() : 0; 136 $attributes = $product->is_type( 'variation' ) ? WCCS()->WCCS_Attribute_Helpers->get_product_attributes( $product_id ) :[];136 $attributes = []; 137 137 138 138 $rules = WCCS()->pricing->get_pricings(); -
easy-woocommerce-discounts/tags/8.0.1/languages/easy-woocommerce-discounts.pot
r3386715 r3390756 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Discount Rules and Dynamic Pricing for WooCommerce 8.0. 0\n"5 "Project-Id-Version: Discount Rules and Dynamic Pricing for WooCommerce 8.0.1\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/easy-woocommerce-discounts\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-1 0-29T19:06:41+00:00\n"12 "POT-Creation-Date: 2025-11-05T17:58:06+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.12.0\n" -
easy-woocommerce-discounts/tags/8.0.1/readme.txt
r3386715 r3390756 6 6 Tested up to: 6.8 7 7 Requires PHP: 5.6.0 8 Stable tag: 8.0. 08 Stable tag: 8.0.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 254 254 == Changelog == 255 255 256 = 8.0.1 = 257 * Fix: Fixed an issue in logging variation products impressions. 258 * Update: Verified compatibility with WooCommerce 10.3.4 259 256 260 = 8.0.0 = 257 261 * New: Added rules analytics to the plugin admin page. -
easy-woocommerce-discounts/trunk/changelog.txt
r3386715 r3390756 1 1 == Changelog == 2 3 = 8.0.1 = 4 * Fix: Fixed an issue in logging variation products impressions. 5 * Update: Verified compatibility with WooCommerce 10.3.4 2 6 3 7 = 8.0.0 = -
easy-woocommerce-discounts/trunk/easy-woocommerce-discounts.php
r3386715 r3390756 6 6 * Description: All purpose WooCommerce discounts, pricing, shipping and promotion tool. 7 7 * Tags: discount, coupon, bulk discount, category discount, bogo, woocommerce, woocommerce discounts, woocommerce pricing deals, woocommerce Buy One Get One Free, bulk coupons, gift coupons, signup coupons, advanced coupons, woocommerce bulk discounts, woocommerce pricing, woocommerce price rules, woocommerce advanced discounts, woocommerce pricing deals, woocommerce bulk discounts, woocommerce cart discounts, woocommerce pricing deals, woocommerce discount rules, discount rules for woocommerce, woocommerce shipping, dynamic shipping, url coupons for woocommerce 8 * Version: 8.0. 08 * Version: 8.0.1 9 9 * Author: Discount Team 10 10 * Author URI: https://www.asanaplugins.com/ … … 13 13 * Domain Path: /languages 14 14 * WC requires at least: 3.0 15 * WC tested up to: 10.3. 315 * WC tested up to: 10.3.4 16 16 * 17 17 * Copyright 2025 Asana Plugins (https://www.asanaplugins.com/) … … 25 25 // Plugin version. 26 26 if ( ! defined( 'WCCS_VERSION' ) ) { 27 define( 'WCCS_VERSION', '8.0. 0' );27 define( 'WCCS_VERSION', '8.0.1' ); 28 28 } 29 29 -
easy-woocommerce-discounts/trunk/includes/class-wccs-background-analytics.php
r3386715 r3390756 134 134 135 135 $variation_id = $product->is_type( 'variation' ) ? $product->get_id() : 0; 136 $attributes = $product->is_type( 'variation' ) ? WCCS()->WCCS_Attribute_Helpers->get_product_attributes( $product_id ) :[];136 $attributes = []; 137 137 138 138 $rules = WCCS()->pricing->get_pricings(); -
easy-woocommerce-discounts/trunk/languages/easy-woocommerce-discounts.pot
r3386715 r3390756 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Discount Rules and Dynamic Pricing for WooCommerce 8.0. 0\n"5 "Project-Id-Version: Discount Rules and Dynamic Pricing for WooCommerce 8.0.1\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/easy-woocommerce-discounts\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-1 0-29T19:06:41+00:00\n"12 "POT-Creation-Date: 2025-11-05T17:58:06+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.12.0\n" -
easy-woocommerce-discounts/trunk/readme.txt
r3386715 r3390756 6 6 Tested up to: 6.8 7 7 Requires PHP: 5.6.0 8 Stable tag: 8.0. 08 Stable tag: 8.0.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 254 254 == Changelog == 255 255 256 = 8.0.1 = 257 * Fix: Fixed an issue in logging variation products impressions. 258 * Update: Verified compatibility with WooCommerce 10.3.4 259 256 260 = 8.0.0 = 257 261 * New: Added rules analytics to the plugin admin page.
Note: See TracChangeset
for help on using the changeset viewer.