Changeset 3454271
- Timestamp:
- 02/05/2026 05:58:48 AM (5 weeks ago)
- Location:
- sales-analytics-for-woocommerce
- Files:
-
- 43 added
- 3 edited
-
assets/banner-1544x500.jpg (added)
-
assets/banner-772x250.jpg (modified) (previous)
-
tags/2.5.2 (added)
-
tags/2.5.2/about.php (added)
-
tags/2.5.2/assets (added)
-
tags/2.5.2/assets/css (added)
-
tags/2.5.2/assets/css/style.css (added)
-
tags/2.5.2/assets/images (added)
-
tags/2.5.2/assets/images/autoreply-ai.png (added)
-
tags/2.5.2/assets/images/logo.png (added)
-
tags/2.5.2/assets/images/quick-llms-txt.png (added)
-
tags/2.5.2/assets/images/replypilot-ai.png (added)
-
tags/2.5.2/assets/js (added)
-
tags/2.5.2/assets/js/chart.js (added)
-
tags/2.5.2/assets/js/demo-order.js (added)
-
tags/2.5.2/assets/js/revenue-analytics.js (added)
-
tags/2.5.2/assets/js/sales-analytics.js (added)
-
tags/2.5.2/assets/js/sales-by-method.js (added)
-
tags/2.5.2/assets/js/sales-by-origin.js (added)
-
tags/2.5.2/assets/js/sales-by-product.js (added)
-
tags/2.5.2/assets/js/sales-by-user.js (added)
-
tags/2.5.2/assets/js/walkthrough.js (added)
-
tags/2.5.2/csv-handler (added)
-
tags/2.5.2/csv-handler/csv-generate.php (added)
-
tags/2.5.2/fetch-query-functions (added)
-
tags/2.5.2/fetch-query-functions/revenue-analytics-query-hpos.php (added)
-
tags/2.5.2/fetch-query-functions/revenue-analytics-query.php (added)
-
tags/2.5.2/fetch-query-functions/sale-by-method-query-hpos.php (added)
-
tags/2.5.2/fetch-query-functions/sale-by-method-query.php (added)
-
tags/2.5.2/fetch-query-functions/sales-analytics-query.php (added)
-
tags/2.5.2/fetch-query-functions/sales-by-product-query-hpos.php (added)
-
tags/2.5.2/fetch-query-functions/sales-by-product-query.php (added)
-
tags/2.5.2/includes (added)
-
tags/2.5.2/includes/functions.php (added)
-
tags/2.5.2/includes/menu-reg.php (added)
-
tags/2.5.2/index.php (added)
-
tags/2.5.2/readme.txt (added)
-
tags/2.5.2/revenue-analytics.php (added)
-
tags/2.5.2/sales-analytics-for-woocommerce.php (added)
-
tags/2.5.2/sales-analytics.php (added)
-
tags/2.5.2/sales-by-method.php (added)
-
tags/2.5.2/sales-by-origin-analytics.php (added)
-
tags/2.5.2/sales-by-product.php (added)
-
tags/2.5.2/sales-by-user.php (added)
-
trunk/readme.txt (modified) (5 diffs)
-
trunk/sales-analytics-for-woocommerce.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sales-analytics-for-woocommerce/trunk/readme.txt
r3448374 r3454271 6 6 Tested up to: 6.9 7 7 Requires PHP: 7.4 8 Stable tag: 2.5. 18 Stable tag: 2.5.2 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 15 15 == Description == 16 16 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. 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. It also includes Order Origin Analytics, allowing store owners to track sales by source with daily, monthly, and yearly views. 18 18 19 19 **Key Features:** 20 * Order Origin Analytics (Daily / Monthly / Yearly reports) 20 21 * AI-powered performance analysis using [TechBeeps AI Analyze API](https://plugins.techbeeps.com/api-ai-analyze/) 21 22 * AI Revenue Insights … … 53 54 The 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. 54 55 56 = What is Order Origin Analytics? = 57 This 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 55 59 == Screenshots == 56 60 1. Sales analytics dashboard with revenue overview. … … 62 66 63 67 == Changelog == 68 =2.5.2= 69 * Update banner images 70 64 71 =2.5.1= 65 72 * Fix Bug for non-hpos User. … … 100 107 == Upgrade Notice == 101 108 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 105 111 106 112 == External Services == -
sales-analytics-for-woocommerce/trunk/sales-analytics-for-woocommerce.php
r3448374 r3454271 4 4 Plugin URI: https://plugins.techbeeps.com 5 5 Description: A plugin to generate custom analytics reports for WooCommerce stores, including sales data, product performance, and more. 6 Version: 2.5. 16 Version: 2.5.2 7 7 Author: Techbeeps services 8 8 Author URI: https://www.techbeeps.com … … 20 20 21 21 22 define('SALESAFW_SALES_ANALYTICS_TBS_VERSION', '2.5. 1');22 define('SALESAFW_SALES_ANALYTICS_TBS_VERSION', '2.5.2'); 23 23 define('SALESAFW_SALES_ANALYTICS_TBS_PATH', plugin_dir_path(__FILE__)); 24 24 define('SALESAFW_SALES_ANALYTICS_TBS_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.