.. |
abstracts
|
Merge pull request #8486 from justinshreve/get-price-suffix-price-param
|
2015-06-30 12:59:43 +02:00 |
admin
|
live -> interactive
|
2015-07-06 14:52:41 +01:00 |
api
|
[API] post__in filter for v2
|
2015-06-23 11:51:40 -03:00 |
emails
|
Adjust sales report to deal with partial shipping refunds and full refunds
|
2015-07-01 12:11:21 +01:00 |
gateways
|
Merge branch 'onboarding'
|
2015-07-04 23:11:12 +01:00 |
libraries
|
Fixed the true-null-false case
|
2015-02-18 15:34:03 -02:00 |
shipping
|
Typo closes #8381
|
2015-06-16 14:08:46 +01:00 |
shortcodes
|
fixes too many arguments in function or method call: WC_Shortcode_My_Account::add_payment_method($wp->query_vars['add-payment-method'])
|
2015-06-01 12:52:10 +01:00 |
updates
|
International shipping + legacy updater
|
2015-06-16 11:37:58 +01:00 |
walkers
|
remove hardcoded tree type
|
2015-06-27 07:41:24 -07:00 |
widgets
|
Fix cat dropdown URL
|
2015-06-22 10:22:15 +01:00 |
class-wc-ajax.php
|
Merge branch 'geolocate-cache'
|
2015-06-23 12:26:03 +01:00 |
class-wc-api.php
|
Load v2 files when v2 of the API is requested. Add rewrite support for v3 and load the 'default' API files for those requests.
|
2015-06-19 13:42:10 +00:00 |
class-wc-auth.php
|
Updated the api authentication
|
2015-06-08 19:58:38 -03:00 |
class-wc-autoloader.php
|
Removed redundant strtolower()
|
2015-06-21 23:44:47 +02:00 |
class-wc-breadcrumb.php
|
woocommerce_get_breadcrumb filter in class
|
2015-03-09 10:17:39 +00:00 |
class-wc-cache-helper.php
|
Tweak URL generation before redirect
|
2015-06-22 15:30:42 +01:00 |
class-wc-cart.php
|
Ensure cart item key is set
|
2015-07-04 15:25:08 +01:00 |
class-wc-checkout.php
|
Resolve blank shipping information bug. Fixes #8235
|
2015-05-28 00:54:05 +01:00 |
class-wc-comments.php
|
[2.3] Check if rating is enabled before check if rating is required to a review, closes #8281
|
2015-06-03 16:57:36 -03:00 |
class-wc-countries.php
|
Move country field with other address fields
|
2015-06-17 10:17:41 +01:00 |
class-wc-coupon.php
|
[2.3] Fix sale item exclusion logic for variations
|
2015-06-09 16:10:46 +01:00 |
class-wc-customer.php
|
Merge branch 'geolocate-cache'
|
2015-06-23 12:26:03 +01:00 |
class-wc-download-handler.php
|
Introduce wc_get_page_permalink.
|
2015-02-15 19:13:22 +00:00 |
class-wc-emails.php
|
no more brackets
|
2015-06-29 11:06:41 +02:00 |
class-wc-form-handler.php
|
Don't reveal username when login failed on valid email login
|
2015-06-26 14:15:31 +02:00 |
class-wc-frontend-scripts.php
|
Use hashes and server side redirection
|
2015-06-22 14:55:15 +01:00 |
class-wc-geo-ip.php
|
Added geolocate IPv6 support, closes #8184
|
2015-05-26 14:41:13 -03:00 |
class-wc-geolocation.php
|
Changed all requests with wp_remote_* to wp_safe_remote_*
|
2015-06-01 13:28:55 +01:00 |
class-wc-https.php
|
Fixed the force http option on customizer screen, closes #6809
|
2014-12-12 11:15:38 -02:00 |
class-wc-install.php
|
Merge branch 'onboarding'
|
2015-07-04 23:11:12 +01:00 |
class-wc-integrations.php
|
remove var keyword in WC_Integrations
|
2014-12-16 18:36:26 +07:00 |
class-wc-language-pack-upgrader.php
|
Merge branch 'onboarding'
|
2015-07-04 23:11:12 +01:00 |
class-wc-logger.php
|
fclose requires a resource, not a string.
|
2015-06-01 12:58:06 +01:00 |
class-wc-order-factory.php
|
Add wc_get_order() tests + Order helper class
|
2015-05-23 10:48:07 +02:00 |
class-wc-order-item-meta.php
|
Add some filters around order meta to enable filtering the output of meta/attribute information.
|
2015-06-15 22:16:44 +00:00 |
class-wc-order-refund.php
|
Add email notification for partial refunds
|
2015-06-17 15:35:54 +01:00 |
class-wc-order.php
|
Show refunded total shipping and taxes
|
2015-06-01 11:06:11 +01:00 |
class-wc-payment-gateways.php
|
Support gateway objects in the $load_gateways array
|
2015-01-07 21:11:24 -05:00 |
class-wc-post-data.php
|
Line and indendation fix
|
2014-09-21 00:39:33 +05:45 |
class-wc-post-types.php
|
Set featured image labels for product image.
|
2015-07-03 20:57:16 +01: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
|
add `$args` arguments to `WC_Product_Factory->get_product_class()` to allow `$product_type` to be overwritten by `$args['product_type']`
|
2015-06-01 12:54:18 +01:00 |
class-wc-product-grouped.php
|
Tweak visible child product query and cache
|
2015-06-08 13:18:23 +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
|
Add version check to prevent pre-2.4 logic kicking in when not needed
|
2015-06-16 15:10:53 +01:00 |
class-wc-product-variation.php
|
Add version check to prevent pre-2.4 logic kicking in when not needed
|
2015-06-16 15:10:53 +01:00 |
class-wc-query.php
|
Normalize the "Order #" #8305
|
2015-06-10 12:09:18 -03:00 |
class-wc-session-handler.php
|
Set nonce_user_logged_out to WC session ID, if set
|
2015-06-01 13:36:07 +01:00 |
class-wc-shipping-rate.php
|
Some shipping class tidyup
|
2014-11-17 16:30:18 +00:00 |
class-wc-shipping.php
|
Added priorities for shipping methods to give more control over defaults.
|
2015-04-13 15:32:57 +01:00 |
class-wc-shortcodes.php
|
Escape columns
|
2015-06-01 13:08:33 +01:00 |
class-wc-tax.php
|
Merge branch 'test-price-filter'
|
2015-06-09 15:15:15 +01: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-tracker.php
|
Changed all requests with wp_remote_* to wp_safe_remote_*
|
2015-06-01 13:28:55 +01:00 |
class-wc-validation.php
|
Created new woocommerce_validate_postcode filter
|
2015-06-08 11:50:21 -03:00 |
class-wc-webhook.php
|
When the status is changed via bulk actions or by the status button, execute order.updated.
|
2015-06-05 16:43:24 +00:00 |
wc-attribute-functions.php
|
wc_get_text_attributes function
|
2015-06-11 14:42:37 +01:00 |
wc-cart-functions.php
|
Add classes to tax and shipping labels/notices
|
2015-05-27 16:17:36 +01:00 |
wc-conditional-functions.php
|
typo
|
2015-06-03 12:50:11 +02:00 |
wc-core-functions.php
|
Fixed tests for get_woocommerce_currencies()
|
2015-06-29 15:13:42 -03: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
|
Fixed deprecated woocommerce_lostpassword_url() and lost password url on myaccount/form-login.php
|
2015-06-25 15:17:06 -03:00 |
wc-formatting-functions.php
|
Sanitize tooltips with htmlspecialchars and remove esc_attr usage
|
2015-06-01 13:36:03 +01:00 |
wc-notice-functions.php
|
Show notices before cat loops
|
2015-06-03 14:22:23 +01:00 |
wc-order-functions.php
|
add $args to woocommerce_refund_created action hook
|
2015-06-22 17:54:45 +02:00 |
wc-page-functions.php
|
Update wc-page-functions.php
|
2015-06-10 17:53:34 -06:00 |
wc-product-functions.php
|
Tweak visible child product query and cache
|
2015-06-08 13:18:23 +01:00 |
wc-template-functions.php
|
Updated the docblock for deprecated vars in woocommerce_get_product_thumbnail(), closes #8441
|
2015-06-23 12:46:37 -03:00 |
wc-template-hooks.php
|
Created initial auth templates
|
2015-04-22 12:27:12 -03:00 |
wc-term-functions.php
|
add woocommerce_get_product_terms filter
|
2015-06-08 16:41:11 +03:00 |
wc-user-functions.php
|
Merge conflict - esc customer data
|
2015-06-01 12:57:48 +01:00 |
wc-webhook-functions.php
|
Created method to get the webhook statuses
|
2014-12-16 18:54:48 -02:00 |
wc-widget-functions.php
|
Move widget registration to own function/file - avoid register_widget in class files
|
2014-11-20 20:56:24 +00:00 |