woocommerce/includes
Max Rice 9f463e4644 code standards 2014-04-03 16:10:08 -04:00
..
abstracts Merge pull request #5198 from claudiosmweb/credit_card_form 2014-03-24 10:47:10 +00:00
admin Ensure _order_currency is set. Closes #5232 2014-04-01 15:33:01 +01:00
api code standards 2014-04-03 16:10:08 -04:00
emails Better handling for sent to admin/plain text args Closes #4359 2014-01-08 15:04:49 +00:00
gateways Correctly round shipping + shipping tax together when passes the tax inclusive total to paypal 2014-03-27 12:31:48 +00:00
libraries Update LESS compiler and less files #5070 2014-03-06 16:23:43 +00:00
shipping flat rate additional costs table 2014-03-25 13:59:30 +00:00
shortcodes Prevent short codes running with no cart class loaded. Closes #4962 2014-02-26 15:27:26 +00:00
updates Trash instead of force delete Closes #4785 2014-02-14 11:21:14 +00:00
walkers Hide empty at walker level #5028 2014-03-17 16:51:34 +00:00
widgets Don't hide empty - do it at walker level to maintain correct counts and hierarchy Closes #5028 2014-03-17 16:52:24 +00:00
class-wc-ajax.php Don't use esc_attr for storage of meta key 2014-03-24 13:53:40 +00:00
class-wc-api.php Add action for plugins to load other API resources 2013-11-23 13:27:47 -05:00
class-wc-cache-helper.php Updated expiry times for transients 2014-03-12 12:58:41 +01:00
class-wc-cart.php Merge pull request #5230 from ChromeOrange/master 2014-03-31 11:56:57 +01:00
class-wc-checkout.php Check order exists when resuming on checkout 2014-03-31 11:12:12 +01:00
class-wc-comments.php Ensure there is a join Fixes #4390 2013-12-24 13:31:37 +00:00
class-wc-countries.php Bangladeshi states (districts) list add and state label rename. 2014-03-21 23:26:13 +06:00
class-wc-coupon.php When dealing with fixed_product discounts, when doing it for the line, multiple by product qty Closes #5054 2014-03-06 12:29:25 +00:00
class-wc-customer.php When getting downloadable files, check access_expires too Closes #5060 2014-03-06 14:35:25 +00:00
class-wc-download-handler.php Filter the filename Closes #5074 2014-03-14 10:04:41 +00:00
class-wc-emails.php Unify textdomains Closes #4814 2014-02-17 13:14:45 +00:00
class-wc-form-handler.php Update class-wc-form-handler.php 2014-03-26 09:58:51 +00:00
class-wc-frontend-scripts.php Use parseHTML and enforce 1.8 jquery Closes #4899 2014-02-24 15:34:28 +00:00
class-wc-https.php More https ajax requests 2014-01-08 16:39:16 +00:00
class-wc-install.php Escape the change log contents when displaying it from wordpress.org 2014-03-20 16:04:33 +00:00
class-wc-integrations.php We'll let autoload handle this file loading 2013-11-01 21:05:02 +01:00
class-wc-logger.php Fixed several @return void clauses. There are more. No code changes in this commit, only PhpDocs 2013-11-27 10:03:47 +01:00
class-wc-order-item-meta.php wp_kses_post for meta display in admin 2014-03-26 09:43:14 +00:00
class-wc-order.php Expanding line item_meta causes conflicts if attributes are named with things like 'name', 'type' or 'qty'. Added blacklist to exclude unsafe values. Closes #5100 2014-03-19 12:58:39 +00:00
class-wc-payment-gateways.php Unify textdomains Closes #4814 2014-02-17 13:14:45 +00:00
class-wc-post-data.php Update variations when the term slug changes Closes #4077 2013-11-12 20:25:26 +00:00
class-wc-post-types.php Introducing post taxonomy init hook 2014-02-06 14:32:25 +01:00
class-wc-product-external.php fixing typo in product classes 2014-03-21 16:41:32 -05:00
class-wc-product-factory.php Minor fix to stop warnings in HHVM 2014-01-17 14:28:15 -06:00
class-wc-product-grouped.php fixing typo in product classes 2014-03-21 16:41:32 -05:00
class-wc-product-simple.php Product->get_title() should be raw format by default. Pass at #4124 2013-11-18 16:03:32 +01:00
class-wc-product-variable.php sync min and max prices for regular and sale prices so prices are displayed correctly when sale price is lower than a regular price of another variation 2014-03-19 10:51:07 +00:00
class-wc-product-variation.php fixing typo in product classes 2014-03-21 16:41:32 -05:00
class-wc-query.php Updated expiry times for transients 2014-03-12 12:58:41 +01:00
class-wc-session-handler.php Chunk option names in cleanup_sessions() Closes #5225 2014-04-01 15:33:00 +01:00
class-wc-shipping-rate.php Possible workaround for @BFTrick's issue. 2014-03-25 11:36:54 +00:00
class-wc-shipping.php Unify textdomains Closes #4814 2014-02-17 13:14:45 +00:00
class-wc-shortcodes.php Hide empty categories in the product_categories shortcode Closes #4689 2014-02-11 16:56:59 +01:00
class-wc-tax.php Update class-wc-tax.php 2014-02-25 11:54:58 +00:00
class-wc-template-loader.php Page functions woocommerce to wc refactor 2013-11-25 15:07:22 +01:00
class-wc-validation.php refixed the BR postcode validation 2013-10-18 16:06:27 -03:00
wc-attribute-functions.php Fix encoding issue with attribute values and move variation data to tooltip Closes #5169 2014-03-20 15:47:52 +00:00
wc-cart-functions.php Add wc_cart_totals_taxes_total_html() 2014-03-20 17:54:42 -07:00
wc-conditional-functions.php Only check DOING_AJAX 2014-02-12 22:14:26 +00:00
wc-core-functions.php Use is_ssl() for get_woocommerce_api_url() 2014-03-31 16:22:17 -04:00
wc-coupon-functions.php Code changes for #4252 2013-12-02 12:34:27 +01:00
wc-customer-functions.php Drop guest checkout test and only check if order is for guest 2014-02-26 13:46:02 +02:00
wc-deprecated-functions.php Pass args through for deprecated function Closes #5087 2014-03-12 14:38:03 +01:00
wc-formatting-functions.php Flip default status of price_trim_zeros 2014-02-17 10:19:12 +00:00
wc-notice-functions.php wc_has_notice function 2014-01-07 13:35:01 +00:00
wc-order-functions.php Refactored report transients to use fixed names based on the report classname. Allows use of delete_transient and Fixes #5041 2014-03-20 11:10:25 +00:00
wc-page-functions.php wc_get_endpoint_url - added support for permalinks containing a query string Closes #5016 2014-03-03 11:54:53 +00:00
wc-product-functions.php Fix encoding issue with attribute values and move variation data to tooltip Closes #5169 2014-03-20 15:47:52 +00:00
wc-template-functions.php Move loop_end hook as it is generic and used in all WP loops 2014-03-13 13:07:47 +00:00
wc-template-hooks.php Move loop_end hook as it is generic and used in all WP loops 2014-03-13 13:07:47 +00:00
wc-term-functions.php Fix term count corrections when a count is 0 #5028 2014-03-17 16:52:06 +00:00