Plugin Directory

Changeset 3407704


Ignore:
Timestamp:
12/02/2025 09:17:35 AM (3 months ago)
Author:
techbeeps
Message:

version 2.4.1

Location:
sales-analytics-for-woocommerce
Files:
40 added
2 edited

Legend:

Unmodified
Added
Removed
  • sales-analytics-for-woocommerce/trunk/readme.txt

    r3375033 r3407704  
    44Tags:ai sales insights, ai revenue analysis, product performance tracking, ai ecommerce reports, ai for woocommerce
    55Requires at least: 6.7 
    6 Tested up to: 6.8 
     6Tested up to: 6.9 
    77Requires PHP: 7.4 
    8 Stable tag: 2.4
     8Stable tag: 2.4.1
    99License: GPLv2 or later 
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html 
     
    6262
    6363== Changelog ==
     64=2.4.1=
     65* Confirmed full compatibility with WordPress 6.9.
     66
    6467=2.4=
    6568* About details Update 
  • sales-analytics-for-woocommerce/trunk/sales-analytics-for-woocommerce.php

    r3375033 r3407704  
    44Plugin URI: https://plugins.techbeeps.com
    55Description: A plugin to generate custom analytics reports for WooCommerce stores, including sales data, product performance, and more.
    6 Version: 2.4
     6Version: 2.4.1
    77Author: Techbeeps services
    88Author URI: https://www.techbeeps.com
     
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1111Requires at least: 6.7
    12 Tested up to: 6.8
     12Tested up to: 6.9
    1313Requires PHP: 7.4
    1414Requires Plugins: woocommerce
     
    2020
    2121
    22 define('SALESAFW_SALES_ANALYTICS_TBS_VERSION', '2.4');
     22define('SALESAFW_SALES_ANALYTICS_TBS_VERSION', '2.4.1');
    2323define('SALESAFW_SALES_ANALYTICS_TBS_PATH', plugin_dir_path(__FILE__));
    2424define('SALESAFW_SALES_ANALYTICS_TBS_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.