PluginProbe
Discount Rules for WooCommerce – Disco | Dynamic Pricing, Conditions, Bulk, Bundle, BOGO / 1.4.17
Discount Rules for WooCommerce – Disco | Dynamic Pricing, Conditions, Bulk, Bundle, BOGO v1.4.17
1.4.17 1.4.16 1.4.15 1.4.14 1.4.13 1.4.12 1.4.11 1.4.10 1.4.9 1.4.8 1.4.7 1.4.6 1.4.5 1.4.4 1.4.3 1.4.2 1.4.1 1.4.0 1.3.54 1.3.53 1.3.52 1.3.51 1.3.50 1.3.49 1.3.48 All 180 releases
← All changes | vendor/composer/autoload_classmap.php +5 -0 1.4.21.4.17 View file →
@@ -54,8 +54,11 @@
54 54 'Disco\\App\\Intents\\BundleIntent' => $baseDir . '/app/Intents/BundleIntent.php',
55 55 'Disco\\App\\Intents\\BuyXGetXIntent' => $baseDir . '/app/Intents/BuyXGetXIntent.php',
56 56 'Disco\\App\\Intents\\BuyXGetYIntent' => $baseDir . '/app/Intents/BuyXGetYIntent.php',
57 57 'Disco\\App\\Intents\\CartIntent' => $baseDir . '/app/Intents/CartIntent.php',
58 + 'Disco\\App\\Intents\\CategoryBogo\\CategoryBogo' => $baseDir . '/app/Intents/CategoryBogo/CategoryBogo.php',
59 + 'Disco\\App\\Intents\\CategoryBogo\\CategoryBogoCart' => $baseDir . '/app/Intents/CategoryBogo/CategoryBogoCart.php',
60 + 'Disco\\App\\Intents\\CategoryBogo\\CategoryBogoRules' => $baseDir . '/app/Intents/CategoryBogo/CategoryBogoRules.php',
58 61 'Disco\\App\\Intents\\Intent' => $baseDir . '/app/Intents/Intent.php',
59 62 'Disco\\App\\Intents\\IntentFactory' => $baseDir . '/app/Intents/IntentFactory.php',
60 63 'Disco\\App\\Intents\\IntentHelper' => $baseDir . '/app/Intents/IntentHelper.php',
61 64 'Disco\\App\\Intents\\ProductIntent' => $baseDir . '/app/Intents/ProductIntent.php',
@@ -69,10 +72,12 @@
69 72 'Disco\\App\\Utility\\Helper' => $baseDir . '/app/Utility/Helper.php',
70 73 'Disco\\App\\Utility\\Import' => $baseDir . '/app/Utility/Import.php',
71 74 'Disco\\App\\Utility\\Log' => $baseDir . '/app/Utility/Log.php',
72 75 'Disco\\App\\Utility\\Model' => $baseDir . '/app/Utility/Model.php',
76 + 'Disco\\App\\Utility\\QuantityCounter' => $baseDir . '/app/Utility/QuantityCounter.php',
73 77 'Disco\\App\\Utility\\Search' => $baseDir . '/app/Utility/Search.php',
74 78 'Disco\\App\\Utility\\Settings' => $baseDir . '/app/Utility/Settings.php',
79 + 'Disco\\App\\Utility\\Value' => $baseDir . '/app/Utility/Value.php',
75 80 'Disco\\Backend\\ActDeact' => $baseDir . '/backend/ActDeact.php',
76 81 'Disco\\Backend\\DashboardWidget' => $baseDir . '/backend/DashboardWidget.php',
77 82 'Disco\\Backend\\Enqueue' => $baseDir . '/backend/Enqueue.php',
78 83 'Disco\\Backend\\Settings_Page' => $baseDir . '/backend/Settings_Page.php',