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_static.php +5 -0 1.4.21.4.17 View file →
@@ -145,8 +145,11 @@
145 145 'Disco\\App\\Intents\\BundleIntent' => __DIR__ . '/../..' . '/app/Intents/BundleIntent.php',
146 146 'Disco\\App\\Intents\\BuyXGetXIntent' => __DIR__ . '/../..' . '/app/Intents/BuyXGetXIntent.php',
147 147 'Disco\\App\\Intents\\BuyXGetYIntent' => __DIR__ . '/../..' . '/app/Intents/BuyXGetYIntent.php',
148 148 'Disco\\App\\Intents\\CartIntent' => __DIR__ . '/../..' . '/app/Intents/CartIntent.php',
149 + 'Disco\\App\\Intents\\CategoryBogo\\CategoryBogo' => __DIR__ . '/../..' . '/app/Intents/CategoryBogo/CategoryBogo.php',
150 + 'Disco\\App\\Intents\\CategoryBogo\\CategoryBogoCart' => __DIR__ . '/../..' . '/app/Intents/CategoryBogo/CategoryBogoCart.php',
151 + 'Disco\\App\\Intents\\CategoryBogo\\CategoryBogoRules' => __DIR__ . '/../..' . '/app/Intents/CategoryBogo/CategoryBogoRules.php',
149 152 'Disco\\App\\Intents\\Intent' => __DIR__ . '/../..' . '/app/Intents/Intent.php',
150 153 'Disco\\App\\Intents\\IntentFactory' => __DIR__ . '/../..' . '/app/Intents/IntentFactory.php',
151 154 'Disco\\App\\Intents\\IntentHelper' => __DIR__ . '/../..' . '/app/Intents/IntentHelper.php',
152 155 'Disco\\App\\Intents\\ProductIntent' => __DIR__ . '/../..' . '/app/Intents/ProductIntent.php',
@@ -160,10 +163,12 @@
160 163 'Disco\\App\\Utility\\Helper' => __DIR__ . '/../..' . '/app/Utility/Helper.php',
161 164 'Disco\\App\\Utility\\Import' => __DIR__ . '/../..' . '/app/Utility/Import.php',
162 165 'Disco\\App\\Utility\\Log' => __DIR__ . '/../..' . '/app/Utility/Log.php',
163 166 'Disco\\App\\Utility\\Model' => __DIR__ . '/../..' . '/app/Utility/Model.php',
167 + 'Disco\\App\\Utility\\QuantityCounter' => __DIR__ . '/../..' . '/app/Utility/QuantityCounter.php',
164 168 'Disco\\App\\Utility\\Search' => __DIR__ . '/../..' . '/app/Utility/Search.php',
165 169 'Disco\\App\\Utility\\Settings' => __DIR__ . '/../..' . '/app/Utility/Settings.php',
170 + 'Disco\\App\\Utility\\Value' => __DIR__ . '/../..' . '/app/Utility/Value.php',
166 171 'Disco\\Backend\\ActDeact' => __DIR__ . '/../..' . '/backend/ActDeact.php',
167 172 'Disco\\Backend\\DashboardWidget' => __DIR__ . '/../..' . '/backend/DashboardWidget.php',
168 173 'Disco\\Backend\\Enqueue' => __DIR__ . '/../..' . '/backend/Enqueue.php',
169 174 'Disco\\Backend\\Settings_Page' => __DIR__ . '/../..' . '/backend/Settings_Page.php',