woocommerce/includes
Claudio Sanches b0e2a981d6 [2.6] Fallback for wp_get_raw_referer() in WP 4.4, closes #11149 2016-06-15 16:34:05 -03:00
..
abstracts Restore the WC_Settings_API::init_form_fields() method 2016-06-14 19:00:18 -03:00
admin Added link to force DB update if cron is disabled. 2016-06-15 11:07:12 +01:00
api [2.6] [REST API] Fixed products attribute options when contains ",", closes #11138 2016-06-15 14:32:22 -03:00
cli Correct docblock for method set_product_image_as_attachment 2016-06-09 16:50:58 +07:00
emails woocommerce_order_status_failed_to_on-hold_notification for on hold email 2016-06-09 12:20:57 +01:00
gateways [2.6] PayPal does not allow free products, but paid shipping. Workaround by sending shipping as a line item if it is the only cost. 2016-06-14 22:57:56 +01:00
libraries Added link to force DB update if cron is disabled. 2016-06-15 11:07:12 +01:00
payment-tokens white space issues 2016-06-06 20:04:45 +01:00
shipping Unused vars and code docs 2016-06-06 18:57:24 +01:00
shortcodes [fix] Handle notices without outputting outside of template files 2016-06-14 11:33:28 +01:00
vendor Updated REST API vendor 2016-06-13 20:15:09 -03:00
walkers [2.5] Fix hide empty check 2016-02-05 12:31:53 +00:00
widgets Layered nav counts when term_id does not match term_taxonomy_id (before splitting). 2016-06-15 19:20:50 +01:00
class-wc-ajax.php docblock 2016-06-07 14:19:36 +01:00
class-wc-api.php Move legacy API code into WC_Legacy_API 2016-06-07 11:03:16 +01:00
class-wc-auth.php Support callback and return URLs which do not define scheme 2016-04-19 16:12:22 +01:00
class-wc-autoloader.php Minor tweaks and JSHint ignore for update notice script 2016-06-06 23:05:10 +05:45
class-wc-background-updater.php Added link to force DB update if cron is disabled. 2016-06-15 11:07:12 +01:00
class-wc-breadcrumb.php Strip tags in cart messages and breadcrumbs 2016-01-15 09:59:04 +00:00
class-wc-cache-helper.php [2.5] Create new function to prevent endpoint indexing 2016-03-01 13:45:25 -03:00
class-wc-cart.php scrutinizer best practice 2016-06-06 19:39:23 +01:00
class-wc-checkout.php docs/vars 2016-06-07 14:02:02 +01:00
class-wc-cli.php [CLI] Created initial tax command class 2015-11-06 00:23:46 -02:00
class-wc-comments.php Tweak comment exclusion join to avoid conflicts 2016-05-25 15:43:18 +01:00
class-wc-countries.php scrutinizer best practice 2016-06-06 19:39:23 +01:00
class-wc-coupon.php Vars and docs 2016-06-06 18:18:26 +01:00
class-wc-customer.php Fix unit tests 2016-05-25 12:46:16 +01:00
class-wc-download-handler.php wc_set_time_limit helper function 2016-06-06 16:55:27 +01:00
class-wc-emails.php Used positional placeholders in strings where the order of strings may require modification in the locale. 2016-04-25 13:07:41 +01:00
class-wc-embed.php Fixed WC_Embed::remove_comments_button() docblock 2016-06-02 14:43:59 -03:00
class-wc-form-handler.php Unique nonce names 2016-06-08 13:19:30 +01:00
class-wc-frontend-scripts.php Update jquery payment 2016-06-01 11:33:53 +01:00
class-wc-geo-ip.php docs 2016-06-07 12:15:47 +01:00
class-wc-geolocation.php Allow geo ip to be filtered 2016-06-08 12:18:09 +01:00
class-wc-https.php Update class-wc-https.php 2016-04-04 14:37:45 -03:00
class-wc-install.php Init background updater and include class to prevent error during uninstall 2016-06-15 16:11:04 +01:00
class-wc-integrations.php Improve docblock comments in various WC_* classes 2016-01-06 16:24:47 +01:00
class-wc-legacy-api.php Move legacy API code into WC_Legacy_API 2016-06-07 11:03:16 +01:00
class-wc-logger.php Log close method. Fixes unit tests. 2016-04-19 16:56:43 +01:00
class-wc-order-factory.php Improve docblock comments in various WC_* classes 2016-01-06 16:24:47 +01:00
class-wc-order-item-meta.php scrutinizer best practice 2016-06-06 19:39:23 +01:00
class-wc-order-refund.php check if ABSPATH is defined 2015-11-06 10:22:19 +01:00
class-wc-order.php Merge branch 'wc-get-orders-10500' 2016-03-14 16:09:01 +00:00
class-wc-payment-gateways.php get_payment_gateway_ids method 2016-05-26 15:46:14 +01:00
class-wc-payment-tokens.php Scrutinizer Auto-Fixes 2016-06-06 16:50:18 +00:00
class-wc-post-data.php Improve docblock comments in various WC_* classes 2016-01-06 16:24:47 +01:00
class-wc-post-types.php Make register shop order post statuses filterable 2016-04-19 21:20:55 +02:00
class-wc-product-external.php Improve docblock comments in WC_Product_External 2016-01-06 16:11:50 +01:00
class-wc-product-factory.php Prevent variations being created/returned without parents 2016-05-13 19:06:16 +01:00
class-wc-product-grouped.php Fix range for grouped products 2016-02-16 13:15:49 +00:00
class-wc-product-simple.php Fixed php docs standards 2015-11-03 11:31:20 -02:00
class-wc-product-variable.php Show read more if variable product is out of stock 2016-06-07 14:34:27 +01:00
class-wc-product-variation.php var types 2016-06-07 14:43:10 +01:00
class-wc-query.php Layered nav counts when term_id does not match term_taxonomy_id (before splitting). 2016-06-15 19:20:50 +01:00
class-wc-session-handler.php Check cookie is a string 2016-03-16 10:04:53 +00:00
class-wc-shipping-rate.php Scrutinizer Auto-Fixes 2016-06-06 16:50:18 +00:00
class-wc-shipping-zone.php wc_normalize_postcode on tax and shipping postcode SAVE 2016-06-06 16:17:15 +01:00
class-wc-shipping-zones.php Prevent notice in shipping zones 2016-06-09 16:31:34 +01:00
class-wc-shipping.php If shipping method count changes, reset to default. 2016-06-15 14:38:08 +01:00
class-wc-shortcodes.php Fix - SKUs prop on products shortcode. 2016-06-15 10:02:11 +01:00
class-wc-tax.php Fixed wc_postcode_location_matcher logic 2016-06-11 00:26:07 +01:00
class-wc-template-loader.php Do not filter the embed template path 2016-04-25 11:27:53 +02:00
class-wc-tracker.php Unused vars and code docs 2016-06-06 18:57:24 +01:00
class-wc-validation.php HTTPS for everybody 2016-05-26 22:48:49 -03:00
class-wc-webhook.php scrutinizer best practice 2016-06-06 19:39:23 +01:00
wc-account-functions.php [2.6] Hide 'payment methods' screen if no methods support it, closes #11127 2016-06-14 20:19:30 -03:00
wc-attribute-functions.php Best practice tweaks 2016-06-06 17:24:31 +01:00
wc-cart-functions.php [2.6] Fallback for wp_get_raw_referer() in WP 4.4, closes #11149 2016-06-15 16:34:05 -03:00
wc-conditional-functions.php Return bool 2016-06-06 17:51:41 +01:00
wc-core-functions.php Fixed wc_postcode_location_matcher logic 2016-06-11 00:26:07 +01:00
wc-coupon-functions.php Improve docblock comments in various functions 2016-01-06 17:11:09 +01:00
wc-deprecated-functions.php merge table fixes 2016-06-06 19:29:47 +01:00
wc-formatting-functions.php Remove unused global var 2016-06-10 17:57:51 +05:45
wc-notice-functions.php [fix] Handle notices without outputting outside of template files 2016-06-14 11:33:28 +01:00
wc-order-functions.php Fixe the return type of wc_order_search() 2016-06-13 15:26:14 -03:00
wc-page-functions.php fix logout endpoint handling 2016-05-31 08:46:05 +02:00
wc-product-functions.php Scrutinizer Auto-Fixes 2016-06-06 16:50:18 +00:00
wc-rest-functions.php Fixed wc_rest_validate_reports_request_arg() 2016-06-13 20:15:51 -03:00
wc-template-functions.php Unused vars and code docs 2016-06-06 18:57:24 +01:00
wc-template-hooks.php Hook in woocommerce_account_content 2016-06-06 12:04:59 +01:00
wc-term-functions.php scrutinizer best practice 2016-06-06 19:39:23 +01:00
wc-update-functions.php Layered nav counts when term_id does not match term_taxonomy_id (before splitting). 2016-06-15 19:20:50 +01:00
wc-user-functions.php Scrutinizer Auto-Fixes 2016-06-06 16:50:18 +00:00
wc-webhook-functions.php Created new function to generate webhook secrets based on the user ID and username, closes #10881 2016-05-11 13:14:00 -03:00
wc-widget-functions.php registered rating filter 2015-11-13 15:09:20 +05:30