Changeset 3407704
- Timestamp:
- 12/02/2025 09:17:35 AM (3 months ago)
- Location:
- sales-analytics-for-woocommerce
- Files:
-
- 40 added
- 2 edited
-
tags/2.4.1 (added)
-
tags/2.4.1/about.php (added)
-
tags/2.4.1/assets (added)
-
tags/2.4.1/assets/css (added)
-
tags/2.4.1/assets/css/style.css (added)
-
tags/2.4.1/assets/images (added)
-
tags/2.4.1/assets/images/autoreply-ai.png (added)
-
tags/2.4.1/assets/images/logo.png (added)
-
tags/2.4.1/assets/images/quick-llms-txt.png (added)
-
tags/2.4.1/assets/images/replypilot-ai.png (added)
-
tags/2.4.1/assets/js (added)
-
tags/2.4.1/assets/js/chart.js (added)
-
tags/2.4.1/assets/js/demo-order.js (added)
-
tags/2.4.1/assets/js/revenue-analytics.js (added)
-
tags/2.4.1/assets/js/sales-analytics.js (added)
-
tags/2.4.1/assets/js/sales-by-method.js (added)
-
tags/2.4.1/assets/js/sales-by-product.js (added)
-
tags/2.4.1/assets/js/sales-by-user.js (added)
-
tags/2.4.1/assets/js/walkthrough.js (added)
-
tags/2.4.1/csv-handler (added)
-
tags/2.4.1/csv-handler/csv-generate.php (added)
-
tags/2.4.1/fetch-query-functions (added)
-
tags/2.4.1/fetch-query-functions/revenue-analytics-query-hpos.php (added)
-
tags/2.4.1/fetch-query-functions/revenue-analytics-query.php (added)
-
tags/2.4.1/fetch-query-functions/sale-by-method-query-hpos.php (added)
-
tags/2.4.1/fetch-query-functions/sale-by-method-query.php (added)
-
tags/2.4.1/fetch-query-functions/sales-analytics-query.php (added)
-
tags/2.4.1/fetch-query-functions/sales-by-product-query-hpos.php (added)
-
tags/2.4.1/fetch-query-functions/sales-by-product-query.php (added)
-
tags/2.4.1/includes (added)
-
tags/2.4.1/includes/functions.php (added)
-
tags/2.4.1/includes/menu-reg.php (added)
-
tags/2.4.1/index.php (added)
-
tags/2.4.1/readme.txt (added)
-
tags/2.4.1/revenue-analytics.php (added)
-
tags/2.4.1/sales-analytics-for-woocommerce.php (added)
-
tags/2.4.1/sales-analytics.php (added)
-
tags/2.4.1/sales-by-method.php (added)
-
tags/2.4.1/sales-by-product.php (added)
-
tags/2.4.1/sales-by-user.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/sales-analytics-for-woocommerce.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sales-analytics-for-woocommerce/trunk/readme.txt
r3375033 r3407704 4 4 Tags:ai sales insights, ai revenue analysis, product performance tracking, ai ecommerce reports, ai for woocommerce 5 5 Requires at least: 6.7 6 Tested up to: 6. 86 Tested up to: 6.9 7 7 Requires PHP: 7.4 8 Stable tag: 2.4 8 Stable tag: 2.4.1 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 62 62 63 63 == Changelog == 64 =2.4.1= 65 * Confirmed full compatibility with WordPress 6.9. 66 64 67 =2.4= 65 68 * About details Update -
sales-analytics-for-woocommerce/trunk/sales-analytics-for-woocommerce.php
r3375033 r3407704 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.4 6 Version: 2.4.1 7 7 Author: Techbeeps services 8 8 Author URI: https://www.techbeeps.com … … 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 11 Requires at least: 6.7 12 Tested up to: 6. 812 Tested up to: 6.9 13 13 Requires PHP: 7.4 14 14 Requires Plugins: woocommerce … … 20 20 21 21 22 define('SALESAFW_SALES_ANALYTICS_TBS_VERSION', '2.4 ');22 define('SALESAFW_SALES_ANALYTICS_TBS_VERSION', '2.4.1'); 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.