woocommerce/includes
Mike Jolley a1c04670bc End output buffering even if buffers are empty.
Closes #6659
2014-11-12 16:15:47 +00:00
..
abstracts fixing small typo 2014-11-11 22:32:06 +02:00
admin When bulk editing variable products, set the stock status for non-stock managed variations 2014-11-12 15:15:05 +00:00
api Incorrect variable 2014-11-12 14:50:01 +00:00
emails Added cancelled order admin email 2014-10-29 15:05:43 +01:00
gateways Remove # (hash) from get_order_number and add to strings instead as needed. 2014-10-24 14:53:43 +01:00
libraries Removed the frontend styles setting #6589 2014-10-21 20:12:39 -02:00
shipping Fix wildcard search and optimise local delivery + pickup Closes #6676 2014-11-11 15:46:57 +00:00
shortcodes Make check_cart_items consistantly placed 2014-11-12 15:47:27 +00:00
updates [2.2] Make updater set parent backorder status 2014-10-10 11:28:24 +01:00
walkers Absolute path and Indentation fix for includes/walkers/*.php :) 2014-09-21 01:20:47 +05:45
widgets Split up the product widget methods 2014-10-29 11:07:06 +00:00
class-wc-ajax.php Allow some limited html in text attributes 2014-10-29 10:29:51 +00:00
class-wc-api.php Absolute path fix for WC_API class 2014-09-21 00:27:10 +05:45
class-wc-cache-helper.php Split prevent_caching() method 2014-10-27 15:00:14 +00:00
class-wc-cart.php Make check_cart_items consistantly placed 2014-11-12 15:47:27 +00:00
class-wc-checkout.php Show notice when nonce isn't set. Fixes #6658 2014-10-31 15:03:53 +00:00
class-wc-comments.php Allow getting rating count for a specific rating number 2014-09-17 11:03:10 +03:00
class-wc-countries.php English version of Taiwan address format 2014-11-12 15:28:33 +00:00
class-wc-coupon.php fixing small typo 2014-11-11 22:52:45 +02:00
class-wc-customer.php Prevent errors when country field is disabled 2014-09-22 13:23:31 +01:00
class-wc-download-handler.php End output buffering even if buffers are empty. 2014-11-12 16:15:47 +00:00
class-wc-emails.php Added cancelled order admin email 2014-10-29 15:05:43 +01:00
class-wc-form-handler.php Merge pull request #6717 from bryceadams/master 2014-11-11 03:44:54 -08:00
class-wc-frontend-scripts.php Dump chosen select option. Closes #6593 2014-11-11 12:12:28 +00:00
class-wc-https.php remove notice for undefined action property of ajax request 2014-09-24 09:12:26 -04:00
class-wc-install.php Removed the frontend styles setting #6589 2014-10-21 20:12:39 -02:00
class-wc-integrations.php We'll let autoload handle this file loading 2013-11-01 21:05:02 +01:00
class-wc-language-pack-upgrader.php Added newline ;) 2014-09-21 00:36:01 +05:45
class-wc-logger.php introduces the wc_get_log_file_path() function 2014-05-28 11:08:33 -03:00
class-wc-order-factory.php Removed newline ;) 2014-09-21 00:36:42 +05:45
class-wc-order-item-meta.php Allow a delimiter to be set in $item_meta->display() 2014-10-14 11:54:20 +01:00
class-wc-order-refund.php fixed the new WC_Order_Refund::init() 2014-10-14 10:46:30 -03:00
class-wc-order.php Set order_type property, and move actual order loading to separate method to make it easier for sub-classes to handle just that process. 2014-10-14 14:25:53 +01:00
class-wc-payment-gateways.php added simplify pre-orders support 2014-09-02 11:11:21 -03:00
class-wc-post-data.php Line and indendation fix 2014-09-21 00:39:33 +05:45
class-wc-post-types.php Improved the Shipping class field in quick edit and bulk edit, closes #6681 2014-11-04 11:49:15 -08:00
class-wc-product-external.php Absolute path fix for class-wc-product-external.php 2014-09-21 00:40:53 +05:45
class-wc-product-factory.php get_product in product factory should return passed in object if its a product already 2014-11-11 16:24:22 +00:00
class-wc-product-grouped.php Removed deprecated get_product() calls 2014-10-07 11:09:25 +01:00
class-wc-product-simple.php Absolute path fix for class-wc-product-simple.php 2014-09-21 00:42:32 +05:45
class-wc-product-variable.php Tidy 2014-10-14 14:25:53 +01:00
class-wc-product-variation.php rename method to has_all_attributes_set 2014-10-17 17:24:04 +02:00
class-wc-query.php Rename touch punch to stop grunt breaking minify 2014-10-23 14:38:19 +01:00
class-wc-session-handler.php Absolute path fix for class-wc-session-handler.php 2014-09-21 00:44:26 +05:45
class-wc-shipping-rate.php added new filter for shipping tax 2014-09-26 10:35:59 +02:00
class-wc-shipping.php Absolute path fix for class-wc-shipping.php 2014-09-21 00:46:02 +05:45
class-wc-shortcodes.php [2.2] Product attribute shortcode should return columns class 2014-10-08 15:07:03 +01:00
class-wc-tax.php get_base_tax_rates() + filter. Closes #6668 2014-11-11 11:56:17 +00:00
class-wc-template-loader.php Made template debug mode set WC_TEMPLATE_DEBUG_MODE constant and remove all overrides for all template loading functions. 2014-10-03 10:52:11 +01:00
class-wc-validation.php is_GB_postcode define array 2014-10-07 11:09:32 +01:00
class-wc-webhook.php Absolute path fix for class-wc-webhook.php 2014-09-21 00:48:51 +05:45
wc-attribute-functions.php Absolute path fix for wc-attribute-functions.php 2014-09-21 00:49:38 +05:45
wc-cart-functions.php Check order exists in wc_clear_cart_after_payment() 2014-10-31 12:37:13 +00:00
wc-conditional-functions.php Fix disable password submitting twice 2014-10-16 21:59:45 +02:00
wc-core-functions.php Fixed DocBlock for wc_get_core_supported_themes() 2014-10-30 11:00:24 -02:00
wc-coupon-functions.php Absolute path fix for wc-coupon-functions.php 2014-09-21 00:52:35 +05:45
wc-deprecated-functions.php WC_Download_Handler - readfile_chunked refactor 2014-10-24 18:21:21 +01:00
wc-formatting-functions.php introduced the wc_strtolower() function, closes #6575 2014-10-21 10:51:16 -02:00
wc-notice-functions.php Absolute path fix for wc-notice-functions.php 2014-09-21 00:54:43 +05:45
wc-order-functions.php [2.2] Remove strtolower and capitalize status names 2014-10-29 11:15:00 +00:00
wc-page-functions.php Enforce slug format of translated edit-address-slugs. 2014-10-22 11:26:09 +01:00
wc-product-functions.php wc_update_product_stock should update stock regardless, if the meta data doesn't currently exist 2014-10-16 17:15:10 +01:00
wc-template-functions.php Order again button template file 2014-11-12 15:33:00 +00:00
wc-template-hooks.php move proceed to checkout button. closes #5496 2014-10-06 12:33:39 +01:00
wc-term-functions.php Absolute path fix for wc-term-functions.php 2014-09-21 00:56:49 +05:45
wc-user-functions.php String sanitize_user Closes #6667 2014-11-11 13:11:40 +00:00