Plugin Directory

Changeset 3454271


Ignore:
Timestamp:
02/05/2026 05:58:48 AM (5 weeks ago)
Author:
techbeeps
Message:

version 2.5.2

Location:
sales-analytics-for-woocommerce
Files:
43 added
3 edited

Legend:

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

    r3448374 r3454271  
    66Tested up to: 6.9 
    77Requires PHP: 7.4 
    8 Stable tag: 2.5.1
     8Stable tag: 2.5.2
    99License: GPLv2 or later 
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html 
     
    1515== Description ==
    1616
    17 Sales Analytics for WooCommerce is a powerful plugin designed to generate custom analytics reports for WooCommerce stores. It provides detailed insights into sales, revenue, product performance, and now introduces **AI-powered analysis** for smarter decision-making.
     17Sales Analytics for WooCommerce is a powerful plugin designed to generate custom analytics reports for WooCommerce stores. It provides detailed insights into sales, revenue, product performance, and now introduces **AI-powered analysis** for smarter decision-making. It also includes Order Origin Analytics, allowing store owners to track sales by source with daily, monthly, and yearly views.
    1818
    1919**Key Features:**
     20* Order Origin Analytics (Daily / Monthly / Yearly reports)
    2021* AI-powered performance analysis using [TechBeeps AI Analyze API](https://plugins.techbeeps.com/api-ai-analyze/)
    2122* AI Revenue Insights
     
    5354The plugin now integrates AI-powered performance insights using our API at [https://plugins.techbeeps.com/api-ai-analyze/](https://plugins.techbeeps.com/api-ai-analyze/), helping you uncover hidden trends and optimize product strategies.
    5455
     56= What is Order Origin Analytics? =
     57This feature allows you to analyze sales based on where orders were created, such as online store, admin panel, or POS, with daily, monthly, and yearly breakdowns.
     58
    5559== Screenshots == 
    56601. Sales analytics dashboard with revenue overview. 
     
    6266
    6367== Changelog ==
     68=2.5.2=
     69* Update banner images
     70
    6471=2.5.1=
    6572* Fix Bug for non-hpos User.
     
    100107== Upgrade Notice ==
    101108
    102 = 2.3 = 
    103 * Updated AI Summary UI for improved usability 
    104 * Added walkthrough feature to guide users through the plugin
     109= 2.5.2 =
     110* New Order Origin Analytics feature added
    105111
    106112== External Services ==
  • sales-analytics-for-woocommerce/trunk/sales-analytics-for-woocommerce.php

    r3448374 r3454271  
    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.5.1
     6Version: 2.5.2
    77Author: Techbeeps services
    88Author URI: https://www.techbeeps.com
     
    2020
    2121
    22 define('SALESAFW_SALES_ANALYTICS_TBS_VERSION', '2.5.1');
     22define('SALESAFW_SALES_ANALYTICS_TBS_VERSION', '2.5.2');
    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.