PluginProbe
Discount Rules for WooCommerce – Disco | Dynamic Pricing, Conditions, Bulk, Bundle, BOGO / 1.4.16
Discount Rules for WooCommerce – Disco | Dynamic Pricing, Conditions, Bulk, Bundle, BOGO v1.4.16
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 1.3.47 All 179 releases
← All changes | rest/Analytics/Base.php +2 -2 1.4.21.4.16 View file →
@@ -282,9 +282,9 @@
282 282 ),
283 283 'sort_by' => array(
284 284 'description' => __( 'Sort field.', 'disco' ),
285 285 'type' => 'string',
286 - 'enum' => array( 'revenue', 'date' ),
286 + 'enum' => array( 'revenue', 'date', 'quantity' ),
287 287 'default' => 'revenue',
288 288 'sanitize_callback' => 'sanitize_text_field',
289 289 ),
290 290 'campaign_id' => array(
@@ -299,9 +299,9 @@
299 299 ),
300 300 'orderby' => array(
301 301 'description' => __( 'Sort field.', 'disco' ),
302 302 'type' => 'string',
303 - 'enum' => array( 'revenue', 'date' ),
303 + 'enum' => array( 'revenue', 'date', 'quantity' ),
304 304 'default' => 'revenue',
305 305 'sanitize_callback' => 'sanitize_text_field',
306 306 ),
307 307 'order' => array(