..
abstracts
Merge pull request #7375 from tamarazuk/rating-count-fix
2015-02-12 00:04:26 +00:00
admin
Sales by date handling for refunds
2015-02-13 13:42:09 +00:00
api
Updated the changelog for 1452bde
2015-02-11 10:13:36 -02:00
emails
Added new filters to help translation plugins, closes #7338
2015-02-10 10:51:44 -02:00
gateways
Pass correct shipping cost to PayPal.
2015-02-11 22:17:58 +00:00
libraries
Fixed the indentation in includes/libraries/class-emogrifier.php
2015-02-12 09:42:15 -02:00
shipping
Potential notice with preg_match wildcard search, if used incorrectly.
2015-02-12 10:53:53 +00:00
shortcodes
Fix notice when invalid order id / email used
2015-02-05 13:03:13 +07:00
updates
Upgrade routine for woocommerce_default_customer_address
2015-02-10 11:49:09 +00:00
walkers
remove var keyword in WC_Product_Cat_List_Walker
2014-12-16 18:45:02 +07:00
widgets
Prevented XSS in urls
2015-01-29 12:33:06 -02:00
class-wc-ajax.php
Fix thumbnail notice
2015-02-04 14:04:02 +00:00
class-wc-api.php
Remove dead var api_class
2015-02-03 14:44:57 +00:00
class-wc-autoloader.php
WC_Autoloader class
2014-11-19 18:08:38 +00:00
class-wc-breadcrumb.php
Dead var
2015-02-03 15:08:54 +00:00
class-wc-cache-helper.php
Split prevent_caching() method
2014-10-27 15:00:14 +00:00
class-wc-cart.php
Fix backward compatibility for WC_Cart::$tax.
2015-02-11 17:06:17 +00:00
class-wc-checkout.php
Undefined and dead variables in checkout class
2015-02-03 15:27:40 +00:00
class-wc-comments.php
Merge pull request #7375 from tamarazuk/rating-count-fix
2015-02-12 00:04:26 +00:00
class-wc-countries.php
Added Nepal(NP) country locale used by the checkout
2015-01-19 00:45:19 +05:45
class-wc-coupon.php
Run coupon codes through html_entity_decode.
2015-02-12 22:50:22 +00:00
class-wc-customer.php
Cast to array
2015-02-03 15:06:15 +00:00
class-wc-download-handler.php
Download should expire at midnight Fixes #7269
2015-02-03 10:57:43 +00:00
class-wc-emails.php
Typo in get_from_name method.
2015-02-12 13:20:23 +00:00
class-wc-form-handler.php
Use WP hook so we have access to query vars
2015-02-10 12:23:15 +00:00
class-wc-frontend-scripts.php
Docblocks cleanup for WC_Frontend_Scripts
2015-02-04 21:52:33 +05:45
class-wc-geo-ip.php
Improved the WC_Geo_IP removing some not useful const and vars
2015-02-13 10:28:51 -02:00
class-wc-geolocation.php
Created WC_Geo_IP_Record class
2015-02-11 15:57:16 -02: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
Update languages and geolocation when installed
2015-02-11 14:38:55 +00: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
Update languages and geolocation when installed
2015-02-11 14:38:55 +00:00
class-wc-logger.php
Scrutinizer Auto-Fixes
2015-01-23 14:37:20 +00:00
class-wc-order-factory.php
This can return a bool
2015-02-03 15:55:40 +00:00
class-wc-order-item-meta.php
Fixes https://github.com/woothemes/woocommerce-product-addons/issues/24
2014-11-18 14:22:21 +01:00
class-wc-order-refund.php
Typos
2015-02-11 15:16:36 +01:00
class-wc-order.php
Display taxes labels in order totals when order has refunded, closes #7229
2015-01-29 18:50:08 -02: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
attribute_public option.
2015-02-12 00:31:32 +00: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
Why assign $the_product to itself?
2015-02-03 16:14:56 +00:00
class-wc-product-grouped.php
Cast to array
2015-02-03 15:06:08 +00: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
Scrutinizer Auto-Fixes
2015-01-23 14:37:20 +00:00
class-wc-product-variation.php
add display_prices in variation data
2014-12-03 11:28:04 +02:00
class-wc-query.php
Fix fatal error on /my-account/view-order/ endpoint
2015-02-05 12:55:33 +07:00
class-wc-session-handler.php
get_session_data() check to see if user has session before getting option
2015-01-23 11:14:30 +00:00
class-wc-shipping-rate.php
Some shipping class tidyup
2014-11-17 16:30:18 +00:00
class-wc-shipping.php
Use WC_Cache_Helper to expire shipping cache on setting save, and transient clear
2015-01-19 13:19:44 +00:00
class-wc-shortcodes.php
Fix - [products] ids and sku args.
2015-02-11 17:21:53 +00:00
class-wc-tax.php
Scrutinizer Auto-Fixes
2015-02-03 14:32:10 +00: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
Add 10min buffer to override tracking calls.
2015-02-12 11:58:04 +02:00
class-wc-validation.php
Removed unused vars
2015-02-03 16:24:01 +00:00
class-wc-webhook.php
Fixed WC_Webhook::enqueue() [2]
2014-12-17 01:48:29 -02:00
wc-attribute-functions.php
Absolute path fix for wc-attribute-functions.php
2014-09-21 00:49:38 +05:45
wc-cart-functions.php
Prevented XSS in urls
2015-01-29 12:33:06 -02:00
wc-conditional-functions.php
When updating shipping in cart, keep shipping calculator in DOM.
2015-02-11 23:25:31 +00:00
wc-core-functions.php
Run coupon codes through html_entity_decode.
2015-02-12 22:50:22 +00: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
wc_price enhancements
2015-01-23 11:50:32 +00:00
wc-formatting-functions.php
Removed unused vars
2015-02-03 16:24:01 +00:00
wc-notice-functions.php
process_lost_password/process_reset_password
2015-01-21 14:15:52 +00:00
wc-order-functions.php
Typo fix
2015-02-11 15:14:42 +01:00
wc-page-functions.php
Merge branch 'breadcrumbs-class'
2014-12-05 13:42:19 +00:00
wc-product-functions.php
Invalidate unknown product transients Closes #6815
2014-12-30 15:27:08 +00:00
wc-template-functions.php
Re-added the woocommerce_breadcrumb_home_url filter
2015-02-12 18:34:40 -02:00
wc-template-hooks.php
Decoupled the order summary and payments area. Both are updated independently via ajax fragments and can be moved around via actions. TEMPLATES OVERRIDING THESE TEMPLATES WILL NEED TO UPDATE THEIR FILES.
2014-11-26 14:19:53 +00:00
wc-term-functions.php
Added numeric sort for attributes. Closes #5978
2014-11-27 14:49:02 +00:00
wc-user-functions.php
Fixed the product_id type in wc_get_customer_available_downloads()
2015-01-21 10:21:42 -02: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