Plugin Directory

Changeset 3390756


Ignore:
Timestamp:
11/06/2025 12:01:26 AM (5 months ago)
Author:
asanaplugins
Message:

Update to version 8.0.1 from GitHub

Location:
easy-woocommerce-discounts
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • easy-woocommerce-discounts/tags/8.0.1/changelog.txt

    r3386715 r3390756  
    11== 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
    26
    37= 8.0.0 =
  • easy-woocommerce-discounts/tags/8.0.1/easy-woocommerce-discounts.php

    r3386715 r3390756  
    66 * Description: All purpose WooCommerce discounts, pricing, shipping and promotion tool.
    77 * 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.0
     8 * Version: 8.0.1
    99 * Author: Discount Team
    1010 * Author URI: https://www.asanaplugins.com/
     
    1313 * Domain Path: /languages
    1414 * WC requires at least: 3.0
    15  * WC tested up to: 10.3.3
     15 * WC tested up to: 10.3.4
    1616 *
    1717 * Copyright 2025 Asana Plugins (https://www.asanaplugins.com/)
     
    2525// Plugin version.
    2626if ( ! defined( 'WCCS_VERSION' ) ) {
    27     define( 'WCCS_VERSION', '8.0.0' );
     27    define( 'WCCS_VERSION', '8.0.1' );
    2828}
    2929
  • easy-woocommerce-discounts/tags/8.0.1/includes/class-wccs-background-analytics.php

    r3386715 r3390756  
    134134
    135135        $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 = [];
    137137
    138138        $rules = WCCS()->pricing->get_pricings();
  • easy-woocommerce-discounts/tags/8.0.1/languages/easy-woocommerce-discounts.pot

    r3386715 r3390756  
    33msgid ""
    44msgstr ""
    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"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/easy-woocommerce-discounts\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-10-29T19:06:41+00:00\n"
     12"POT-Creation-Date: 2025-11-05T17:58:06+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.12.0\n"
  • easy-woocommerce-discounts/tags/8.0.1/readme.txt

    r3386715 r3390756  
    66Tested up to: 6.8
    77Requires PHP: 5.6.0
    8 Stable tag: 8.0.0
     8Stable tag: 8.0.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    254254== Changelog ==
    255255
     256= 8.0.1 =
     257* Fix: Fixed an issue in logging variation products impressions.
     258* Update: Verified compatibility with WooCommerce 10.3.4
     259
    256260= 8.0.0 =
    257261* New: Added rules analytics to the plugin admin page.
  • easy-woocommerce-discounts/trunk/changelog.txt

    r3386715 r3390756  
    11== 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
    26
    37= 8.0.0 =
  • easy-woocommerce-discounts/trunk/easy-woocommerce-discounts.php

    r3386715 r3390756  
    66 * Description: All purpose WooCommerce discounts, pricing, shipping and promotion tool.
    77 * 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.0
     8 * Version: 8.0.1
    99 * Author: Discount Team
    1010 * Author URI: https://www.asanaplugins.com/
     
    1313 * Domain Path: /languages
    1414 * WC requires at least: 3.0
    15  * WC tested up to: 10.3.3
     15 * WC tested up to: 10.3.4
    1616 *
    1717 * Copyright 2025 Asana Plugins (https://www.asanaplugins.com/)
     
    2525// Plugin version.
    2626if ( ! defined( 'WCCS_VERSION' ) ) {
    27     define( 'WCCS_VERSION', '8.0.0' );
     27    define( 'WCCS_VERSION', '8.0.1' );
    2828}
    2929
  • easy-woocommerce-discounts/trunk/includes/class-wccs-background-analytics.php

    r3386715 r3390756  
    134134
    135135        $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 = [];
    137137
    138138        $rules = WCCS()->pricing->get_pricings();
  • easy-woocommerce-discounts/trunk/languages/easy-woocommerce-discounts.pot

    r3386715 r3390756  
    33msgid ""
    44msgstr ""
    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"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/easy-woocommerce-discounts\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-10-29T19:06:41+00:00\n"
     12"POT-Creation-Date: 2025-11-05T17:58:06+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.12.0\n"
  • easy-woocommerce-discounts/trunk/readme.txt

    r3386715 r3390756  
    66Tested up to: 6.8
    77Requires PHP: 5.6.0
    8 Stable tag: 8.0.0
     8Stable tag: 8.0.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    254254== Changelog ==
    255255
     256= 8.0.1 =
     257* Fix: Fixed an issue in logging variation products impressions.
     258* Update: Verified compatibility with WooCommerce 10.3.4
     259
    256260= 8.0.0 =
    257261* New: Added rules analytics to the plugin admin page.
Note: See TracChangeset for help on using the changeset viewer.