2015-03-24 15:51:53 +00:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* Update WC to 2.4.0
|
|
|
|
*
|
|
|
|
* @author WooThemes
|
|
|
|
* @category Admin
|
|
|
|
* @package WooCommerce/Admin/Updates
|
|
|
|
* @version 2.4.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
if ( ! defined( 'ABSPATH' ) ) {
|
|
|
|
exit;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Maintain the old coupon logic for upgrades
|
2015-03-25 11:10:33 +00:00
|
|
|
update_option( 'woocommerce_calc_discounts_sequentially', 'yes' );
|