feat(Core): add optimize and complete code

This commit is contained in:
2026-05-17 20:05:15 +03:30
parent aa944bf339
commit 4e60b7efdd
25 changed files with 858 additions and 54 deletions

View File

@@ -2,9 +2,9 @@
Contributors: Soheil khaledabadi
Tags: woocommerce, pricing, dynamic pricing, revenue optimization
Requires at least: 5.0
Tested up to: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Stable tag: 1.0.0
Stable tag: 2.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -16,8 +16,10 @@ Sodino dynamically adjusts WooCommerce product prices based on user behavior and
Features:
- Dynamic pricing based on user type (new vs returning)
- Rule-based system for discounts
- Admin panel to manage rules
- Advanced rule builder for product, category, cart, customer, role, and schedule conditions
- Smart upsell offers with real cart discounts and performance tracking
- Targeted banners with scheduling, device targeting, and click/impression reporting
- Admin dashboard for revenue, discount, conversion, and rule performance
- MVC architecture for extensibility
== Installation ==
@@ -34,5 +36,9 @@ Yes, it applies to all product types.
== Changelog ==
= 2.0.0 =
* Added advanced pricing rules, upsells, smart banners, analytics dashboard, and tools page.
* Improved database migrations, cache handling, security checks, and WooCommerce compatibility.
= 1.0.0 =
* Initial release.
* Initial release.