woocommerce/includes
Justin Shreve 5dbfc7ae16 Fix Payment Token 'set default' methods. Makes sure we are using the user ID of the payment token, and not the current user.
Also makes sure to properly unset other tokens when a new one is set as default. Finally, we make sure that a user is always set in our payment token tests (which was broken in some WP versions which alerted us to some broken tests).
2016-03-14 09:41:37 -07:00
..
abstracts Fix Payment Token 'set default' methods. Makes sure we are using the user ID of the payment token, and not the current user. 2016-03-14 09:41:37 -07:00
admin Merge branch 'wc-get-orders-10500' 2016-03-14 16:09:01 +00:00
api Merge branch 'wc-get-orders-10500' 2016-03-14 16:09:01 +00:00
cli Merge pull request #10504 from woothemes/SiR-DanieL-patch-1 2016-03-08 13:07:50 -03:00
emails Is an action hook for phpmailer_init 2016-02-25 16:59:15 +05:45
gateways woocommerce_cod_process_payment_order_status filter 2016-03-10 12:30:42 +00:00
interfaces Add $id to read method 2016-02-05 15:20:33 +00:00
libraries Removed period for file headers 2015-11-03 11:53:50 -02:00
payment-tokens Make sure the is_default/default token ability works correctly. Also adds a new method for getting a users default token. Fixes up some docblocks. 2016-03-01 11:49:42 -08:00
shipping Enabled by default 2016-02-10 15:01:43 +00:00
shortcodes Hook up the tokenization API to the "add payment method" button in my account settings. 2016-03-01 11:49:41 -08:00
updates Upgrade handling 2016-03-02 18:32:33 +00:00
walkers [2.5] Fix hide empty check 2016-02-05 12:31:53 +00:00
widgets woocommerce_product_categories_widget_product_terms_args filter 2016-03-14 15:52:04 +00:00
class-wc-ajax.php Add filter to output from json_search_customers 2016-03-10 12:15:44 +00:00
class-wc-api.php Improve docblock comments in WC_API class 2016-01-06 15:35:35 +01:00
class-wc-auth.php Improve docblock comments in WC_Auth class 2016-01-06 15:37:44 +01:00
class-wc-autoloader.php First pass at a payment token API 2016-03-01 11:49:37 -08: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 [2.5] Hide shipping row when calculator is disabled, and shipping costs are hidden 2016-03-10 12:26:52 +00:00
class-wc-checkout.php Add context to checkout error messages 2016-03-14 11:54:16 +00:00
class-wc-cli.php [CLI] Created initial tax command class 2015-11-06 00:23:46 -02:00
class-wc-comments.php [2.5] Stop to remove the 'all' from wp_count_comments(), closes #10441 2016-02-29 13:35:24 -03:00
class-wc-countries.php Add context to checkout error messages 2016-03-14 11:54:16 +00:00
class-wc-coupon.php [2.5] When getting coupon by code used twice, latest should be queried 2016-03-07 13:08:02 +00:00
class-wc-customer.php Merge branch 'master' into shipping-zones 2016-01-11 11:48:18 +00:00
class-wc-download-handler.php Fixed php docs standards 2015-11-03 11:31:20 -02:00
class-wc-emails.php [2.5] Transactional emails for failed -> on hold 2016-02-25 11:15:42 +00:00
class-wc-embed.php Fixed coding standards, code blocks and properly escape WC_Embed methods 2015-12-02 11:04:12 -02:00
class-wc-form-handler.php Coding standards 2016-03-08 15:54:19 -03:00
class-wc-frontend-scripts.php Add remove coupon ajax handling in cart. 2016-02-12 15:43:05 -06:00
class-wc-geo-ip.php Improve docblock comments in WC_Geo_IP class 2016-01-06 16:07:58 +01:00
class-wc-geolocation.php get_external_ip_address docblock 2016-02-26 13:34:51 +00:00
class-wc-https.php [2.4] Don't unforce SSL on secure blogs 2016-01-08 11:27:18 +00:00
class-wc-install.php Remove drop index code - will patch WP core 2016-03-12 08:18:28 +00:00
class-wc-integrations.php Improve docblock comments in various WC_* classes 2016-01-06 16:24:47 +01:00
class-wc-logger.php Improve docblock comments in various WC_* classes 2016-01-06 16:24:47 +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 check if ABSPATH is defined 2015-11-06 10:22:19 +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 Make sure the is_default/default token ability works correctly. Also adds a new method for getting a users default token. Fixes up some docblocks. 2016-03-01 11:49:42 -08:00
class-wc-payment-tokens.php Fix Payment Token 'set default' methods. Makes sure we are using the user ID of the payment token, and not the current user. 2016-03-14 09:41:37 -07: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 Shipping classes do not are hierarchical 2016-03-07 15:19:04 -03: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 Autoload tweaks 2016-02-09 23:26:22 +00: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 [2.5] Allow big selects when getting variations 2016-03-08 11:33:04 +00:00
class-wc-product-variation.php Improve docblock comments in various WC_Product classes 2016-01-06 16:15:00 +01:00
class-wc-query.php Order by date and ID 2016-03-08 12:54:07 +00:00
class-wc-session-handler.php Load session handler and abstract together 2016-03-10 09:31:25 +00:00
class-wc-shipping-rate.php Merge branch 'master' into shipping-zones 2016-01-11 11:48:18 +00:00
class-wc-shipping-zone.php Use a PHP 5.2 compatible approach for creating new instances of 2016-02-25 11:56:05 -08:00
class-wc-shipping-zones.php Use a PHP 5.2 compatible approach for creating new instances of 2016-02-25 11:56:05 -08:00
class-wc-shipping.php Simplified last change 2016-02-10 21:25:05 +00:00
class-wc-shortcodes.php Trigger action when no results are found in a shortcode 2016-03-14 12:11:51 +00:00
class-wc-tax.php fix warning with PHP 5.3 2016-02-08 09:58:32 +01:00
class-wc-template-loader.php Improve docblock comments in various WC_* classes 2016-01-06 16:24:47 +01:00
class-wc-tracker.php WP_MEMORY_LIMIT defaults to 40MB, but only sets that value if more than system memory. 2015-11-25 18:53:20 +00:00
class-wc-validation.php Spanish postcode format 2016-03-10 12:17:49 +00:00
class-wc-webhook.php Trigger webhook when user edit addresses on frontend, closes #10505 2016-03-08 15:54:13 -03:00
wc-account-functions.php Remove wc_get_account_orders_query_args 2016-03-09 13:26:54 +00:00
wc-attribute-functions.php Use wpdb query instead of looping over children 2016-02-15 15:53:43 +00:00
wc-cart-functions.php escape data-title 2016-03-08 13:41:34 +00:00
wc-conditional-functions.php Merge pull request #10315 from woothemes/layered-nav-wp-query 2016-02-12 11:59:40 +00:00
wc-core-functions.php Introduces woocommerce_queued_js filter, closes #10553 2016-03-14 10:47:34 -03:00
wc-coupon-functions.php Improve docblock comments in various functions 2016-01-06 17:11:09 +01:00
wc-deprecated-functions.php Move zones to main settings 2016-01-05 11:23:15 +00:00
wc-formatting-functions.php [2.5] Multibyte safe trim string 2016-02-23 11:40:16 +00:00
wc-notice-functions.php Remove empty notices 2016-02-18 11:04:12 +00:00
wc-order-functions.php Feedback 2016-03-14 16:08:42 +00:00
wc-page-functions.php wc_get_page_permalink - if the page ID is not set, redirect home instead 2016-03-07 10:29:01 +00:00
wc-product-functions.php Tweak wc_get_product_variation_attributes to ignore non variation attributes 2016-02-25 14:13:56 +00:00
wc-template-functions.php Merge branch 'master' into wc-get-orders-10500 2016-03-09 16:23:01 +00:00
wc-template-hooks.php Makes the review template easier to customise without forcing a template override. #10339 2016-03-07 15:33:47 +00:00
wc-term-functions.php Issues from Justin 2016-03-04 10:53:48 +00:00
wc-user-functions.php Use wc_get_orders iternally 2016-03-09 16:11:05 +00:00
wc-webhook-functions.php Removed period for file headers 2015-11-03 11:53:50 -02:00
wc-widget-functions.php registered rating filter 2015-11-13 15:09:20 +05:30