.. |
abstracts
|
Add a filter to override needs_shipping_address order method.
|
2015-05-28 15:48:37 +01:00 |
admin
|
Added nonces and check capability when hide admin notices
|
2015-06-01 13:19:26 +01:00 |
api
|
[API] Fixed products tags in write-mode
|
2015-05-29 10:05:15 -03:00 |
emails
|
Added nonces and check capability to copy or delete email templates, closes #5
|
2015-06-01 13:12:25 +01:00 |
gateways
|
fixes undefined constant ('error_code' > '$error' typo)
|
2015-06-01 12:52:01 +01:00 |
libraries
|
Fixed the true-null-false case
|
2015-02-18 15:34:03 -02:00 |
shipping
|
Class tidy
|
2015-05-15 14:16:44 +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
|
Merge branch 'improve-refund-reporting' Closes #8028
|
2015-05-28 14:41:20 +01:00 |
walkers
|
remove var keyword in WC_Product_Cat_List_Walker
|
2014-12-16 18:45:02 +07:00 |
widgets
|
tweaked hooks
|
2015-05-18 12:48:36 +02:00 |
class-wc-ajax.php
|
[2.3] Delete correct transient when linking variations
|
2015-05-29 15:34:27 +01:00 |
class-wc-api.php
|
[API] Deprecated the products/sku/<sku> endpoint, closes #7592
|
2015-04-27 17:49:35 -03:00 |
class-wc-auth.php
|
Removed sslverify=false and used wp_safe_remote_post() in WC_Auth
|
2015-05-20 14:24:44 -03:00 |
class-wc-autoloader.php
|
Revert "Autoloader tweaks"
|
2015-02-13 15:21:01 +00:00 |
class-wc-breadcrumb.php
|
woocommerce_get_breadcrumb filter in class
|
2015-03-09 10:17:39 +00:00 |
class-wc-cache-helper.php
|
nocache download_file requests
|
2015-05-28 11:44:47 +01:00 |
class-wc-cart.php
|
Add classes to tax and shipping labels/notices
|
2015-05-27 16:17:36 +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] Combine transients for get_rating_count
|
2015-05-25 02:00:20 +01:00 |
class-wc-countries.php
|
placeholder. closes #7885
|
2015-04-09 15:17:59 +01:00 |
class-wc-coupon.php
|
[2.3] Fix typo in validate_maximum_amount
|
2015-05-26 17:40:07 +01:00 |
class-wc-customer.php
|
Avoid making multiple get_default_* calls after each other, just reuse the first calls data
|
2015-04-30 14:29:25 +02:00 |
class-wc-download-handler.php
|
Introduce wc_get_page_permalink.
|
2015-02-15 19:13:22 +00:00 |
class-wc-emails.php
|
change priority on custom email addresses in emails, so plugins can insert data between customer_details and addresses
|
2015-05-06 14:10:06 +02:00 |
class-wc-form-handler.php
|
filter when cart item remove notice item title, issue : #8204
|
2015-05-22 14:15:11 +05:30 |
class-wc-frontend-scripts.php
|
Updated blockUI Version
|
2015-05-25 17:03:41 +05:45 |
class-wc-geo-ip.php
|
Added geolocate IPv6 support, closes #8184
|
2015-05-26 14:41:13 -03:00 |
class-wc-geolocation.php
|
Improved WC_Geolocation support for IPv6 #8184
|
2015-05-26 17:32:47 -03: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
|
[2.3] Clear expired transients on update
|
2015-06-01 11:39:03 +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
|
Remove all sslverify false
|
2015-05-05 13:39:34 +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
|
New way to gather item meta with bw compatibility on item meta class
|
2015-05-01 12:42:29 +01:00 |
class-wc-order-refund.php
|
Typos
|
2015-02-11 15:16:36 +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
|
fix missing comma
|
2015-05-29 19:35:31 +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
|
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
|
Missing argument on `woocommerce_product_is_on_sale` grouped product filter
|
2015-03-09 17:28:37 -04: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 dynamic variation description feature
|
2015-05-14 10:56:26 -07:00 |
class-wc-product-variation.php
|
Fixes an (admin) SQLi when setting stock levels for product variations
|
2015-06-01 12:58:38 +01:00 |
class-wc-query.php
|
scrutinizer suggested tweaks
|
2015-03-27 16:15:40 +01:00 |
class-wc-session-handler.php
|
Load persistent cart when empty, and Prevent cart being cleared when accessing the login page.
|
2015-03-06 12:02:02 +00: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
|
Escape properly the provided array of post codes
|
2015-06-01 12:58:51 +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
|
scrutinizer suggested tweaks
|
2015-03-27 16:15:40 +01:00 |
class-wc-validation.php
|
methods don't return anything
|
2015-04-08 16:28:06 +02:00 |
class-wc-webhook.php
|
Implemented wp_safe_remote_* functions for webhooks requests #10
|
2015-06-01 13:09:21 +01:00 |
wc-attribute-functions.php
|
Created wc_check_if_attribute_name_is_reserved() function
|
2015-04-27 13:06:28 -03: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
|
scrutinizer suggested tweaks
|
2015-03-27 16:15:40 +01:00 |
wc-core-functions.php
|
Improved admin bar visit store link #8196
|
2015-05-27 11:55:32 -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
|
pass correct number of arguments to `wc_lostpassword_url()`, `wc_nav_menu_items()`, `wc_nav_menu_item_classes()`, and `wc_change_term_counts()`
|
2015-06-01 12:53:51 +01:00 |
wc-formatting-functions.php
|
Remove call to `wp_specialchars_decode()` in `wc_get_price_thousand_separator()` and `wc_get_price_decimal_separator()`.
|
2015-06-01 12:54:23 +01:00 |
wc-notice-functions.php
|
process_lost_password/process_reset_password
|
2015-01-21 14:15:52 +00:00 |
wc-order-functions.php
|
Merge branch 'improve-refund-reporting' Closes #8028
|
2015-05-28 14:41:20 +01:00 |
wc-page-functions.php
|
check to make sure wp_query object is not null before calling function that depends on it fixes #7981
|
2015-04-19 16:46:04 -07:00 |
wc-product-functions.php
|
Only track product views when widget is active
|
2015-05-28 11:49:10 +01:00 |
wc-template-functions.php
|
proceed to checkout button template. closes #7507
|
2015-05-28 11:48:37 +01:00 |
wc-template-hooks.php
|
Created initial auth templates
|
2015-04-22 12:27:12 -03:00 |
wc-term-functions.php
|
split_shared_term handling
|
2015-03-05 11:27:58 +00: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 |