Changeset 3371597
- Timestamp:
- 10/02/2025 07:56:06 AM (5 months ago)
- Location:
- wc-order-limit-lite
- Files:
-
- 54 added
- 1 edited
-
tags/3.1.0 (added)
-
tags/3.1.0/admin (added)
-
tags/3.1.0/admin/class-wc-order-limit-admin.php (added)
-
tags/3.1.0/admin/class-wc-order-limit-block.php (added)
-
tags/3.1.0/admin/class-wc-order-limit-settings.php (added)
-
tags/3.1.0/admin/css (added)
-
tags/3.1.0/admin/css/bootstrap.min.css (added)
-
tags/3.1.0/admin/css/deactivation-feedback.css (added)
-
tags/3.1.0/admin/css/jquery-rain-date-time.min.css (added)
-
tags/3.1.0/admin/css/select2.min.css (added)
-
tags/3.1.0/admin/css/wc-order-limit-admin.css (added)
-
tags/3.1.0/admin/img (added)
-
tags/3.1.0/admin/img/xfinity-logo.png (added)
-
tags/3.1.0/admin/js (added)
-
tags/3.1.0/admin/js/bootstrap.min.js (added)
-
tags/3.1.0/admin/js/deactivation-feedback.js (added)
-
tags/3.1.0/admin/js/jquery-rain-date-time.js (added)
-
tags/3.1.0/admin/js/meta-validator.js (added)
-
tags/3.1.0/admin/js/select2.full.min.js (added)
-
tags/3.1.0/admin/js/wc-order-limit-admin.js (added)
-
tags/3.1.0/admin/js/wc-order-limit-rule.js (added)
-
tags/3.1.0/admin/views (added)
-
tags/3.1.0/admin/views/template-single-product-cat-rule-row.php (added)
-
tags/3.1.0/admin/views/template-single-product-rule-row.php (added)
-
tags/3.1.0/admin/views/wc-order-limit-order-total-setting.php (added)
-
tags/3.1.0/admin/views/wc-order-limit-rule-metabox-views.php (added)
-
tags/3.1.0/admin/views/wc-order-limit-rule-single-cat-views.php (added)
-
tags/3.1.0/admin/views/wc-order-limit-rule-single-product-views.php (added)
-
tags/3.1.0/admin/views/wc-order-limit-settings.php (added)
-
tags/3.1.0/admin/views/wc-order-limit-shortcodes.php (added)
-
tags/3.1.0/admin/views/wc-order-limit-store-setting.php (added)
-
tags/3.1.0/build (added)
-
tags/3.1.0/build/block.json (added)
-
tags/3.1.0/build/index-rtl.css (added)
-
tags/3.1.0/build/index.asset.php (added)
-
tags/3.1.0/build/index.css (added)
-
tags/3.1.0/build/index.js (added)
-
tags/3.1.0/build/style-index-rtl.css (added)
-
tags/3.1.0/build/style-index.css (added)
-
tags/3.1.0/includes (added)
-
tags/3.1.0/includes/class-wc-order-limit-activator.php (added)
-
tags/3.1.0/includes/class-wc-order-limit-i18n.php (added)
-
tags/3.1.0/includes/class-wc-order-limit-loader.php (added)
-
tags/3.1.0/includes/class-wc-order-limit-rule.php (added)
-
tags/3.1.0/includes/class-wc-order-limit.php (added)
-
tags/3.1.0/languages (added)
-
tags/3.1.0/languages/fr.mo (added)
-
tags/3.1.0/languages/fr.po (added)
-
tags/3.1.0/languages/order-limit-for-woocommerce.pot (added)
-
tags/3.1.0/order-limit-for-woocommerce.php (added)
-
tags/3.1.0/public (added)
-
tags/3.1.0/public/js (added)
-
tags/3.1.0/public/js/wc-order-limit-public.js (added)
-
tags/3.1.0/readme.txt (added)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wc-order-limit-lite/trunk/readme.txt
r3362623 r3371597 6 6 Tested up to: 6.8 7 7 Requires PHP: 6.2 8 Stable tag: 3. 0.98 Stable tag: 3.1.0 9 9 License: GPLv2 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 233 233 234 234 == Changelog == 235 3.1.0 236 Fix:Time Span date range validation (end date cannot be earlier than start date). 237 Fix:plugin activation conflict with Order Limit free version. 238 Fix:Product Amount rules incorrectly increasing quantity instead of showing error. 239 Fix:multiple notifications stacking in a single block. 240 Fix:Product Limit rules with specific users and time spans. 241 Fix: Accumulative Min/Max Amount rules not triggering errors. 242 Fix: Enforce mandatory “Check Previous Orders” when Time Span is enabled. 243 Fix: Correct rule count mismatch when rules moved to Trash. 244 Fix: duplicate errors in Settings > Order Total until page refresh. 245 Fix: critical error when Store Limit enabled without quantity/amount values. 246 Fix: cart page not showing error until refresh for Category rules. 247 Fix: global cart total min/max validation. 248 Fix: false error for Daily Limits not yet reached. 249 Remove: Save Changes button from Settings > Shortcode. 250 Improve: UI layout for Category Rules and Customer Rules (balanced Rule Type and More Options). 251 Improve: UI styling for Product Rules. 252 Add: Enable/Disable column in Rules table. 253 Add: Check pervious order by daily,weekly, monthly and yearly. 235 254 3.0.9 236 255 Fix: website broken issue.
Note: See TracChangeset
for help on using the changeset viewer.