* New: New filter to disable applying pricing rules in the shop when the quantity is 0, or 1. Basically the adjustment will only show up in the cart.
add_filter('woocommerce_dynamic_pricing_show_adjustments_in_shop', '__return_false');
* Update: Allow 0 based fixed prices to set the price of the product in the shop.
* Update: New filters to allow for custom taxonomy modules for processing. Used specifically for variation attribute targeting.