woocommerce/includes
Bryce a582481c13 Extra currency options for API
* `currency_position`
* `thousand_separator`
* `decimal_separator`
2015-02-01 14:22:41 +07:00
..
abstracts tweak docblock 2015-01-30 14:30:10 +00:00
admin Reviews meta box: avoid undefined index notice 2015-01-31 14:05:51 -05:00
api Extra currency options for API 2015-02-01 14:22:41 +07:00
emails Prevented XSS in urls 2015-01-29 12:33:06 -02:00
gateways Fix "Undefined variable: identity_token" 2015-01-28 10:59:48 -08:00
libraries Fixed chmod 2015-01-23 10:59:41 -02:00
shipping Grammar corrections 2015-01-28 17:15:48 +00:00
shortcodes Return WP_USER from check_password_reset_key 2015-01-19 10:53:33 +00:00
updates Merge branch 'upgrade-routine' 2015-01-06 10:54:07 +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 Check if product is published, closes #7220 2015-01-29 16:30:07 -02:00
class-wc-api.php Additional tweaks to @b2c573ed8a04a8d425a73e018a450179514cbdc7 2015-01-28 17:50:58 +00:00
class-wc-autoloader.php WC_Autoloader class 2014-11-19 18:08:38 +00:00
class-wc-breadcrumb.php Scrutinizer Auto-Fixes 2015-01-23 14:37:20 +00:00
class-wc-cache-helper.php Split prevent_caching() method 2014-10-27 15:00:14 +00:00
class-wc-cart.php Try catch block in add_to_cart to allow plugins to abort the add to cart event 2015-01-27 16:02:57 +00:00
class-wc-checkout.php Error codes for create order function 2015-01-05 15:45:11 +00:00
class-wc-comments.php Fix the cleanup of reviews transients, closes #7214 2015-01-28 15:09:37 -02: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 Fixed the increase and decreate of coupons usage count 2015-01-30 12:14:34 -02:00
class-wc-customer.php Added more fallbacks for API geoIP 2014-12-30 11:11:17 +00:00
class-wc-download-handler.php End output buffering even if buffers are empty. 2014-11-12 16:15:47 +00:00
class-wc-emails.php There is no content_type 2015-01-20 12:49:09 +00:00
class-wc-form-handler.php Check if product is published, closes #7220 2015-01-29 16:30:07 -02:00
class-wc-frontend-scripts.php Fixed more typos 2015-01-29 01:31:03 -02:00
class-wc-geolocation.php Check remote_addr is set 2015-01-05 10:57:21 +00: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 install() is triggered after includes, so these includes are not needed 2015-01-28 19:46:09 +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 Optimise the admin notices class. 2015-01-20 15:23:34 +00:00
class-wc-logger.php Scrutinizer Auto-Fixes 2015-01-23 14:37:20 +00:00
class-wc-order-factory.php Removed newline ;) 2014-09-21 00:36:42 +05:45
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 @uses WP_POST 2015-01-15 15:03:12 +00: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 Disabled the shop_webhook show_ui option 2015-01-08 16:38:30 -02: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 Scrutinizer Auto-Fixes 2015-01-23 14:37:20 +00:00
class-wc-product-grouped.php Scrutinizer Auto-Fixes 2015-01-23 14:37:20 +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 Additional tweaks to @b2c573ed8a04a8d425a73e018a450179514cbdc7 2015-01-28 17:50:58 +00: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 Fixed meta_query for shortcodes, closes #6960 2014-12-21 13:31:27 -02:00
class-wc-tax.php Force taxes to display/calculate for customer location 2014-12-23 22:07:27 +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 Merge branch 'master' of https://github.com/woothemes/woocommerce 2015-01-23 16:38:44 +00:00
class-wc-validation.php is_GB_postcode define array 2014-10-07 11:09:32 +01: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 Allow devs to filter is_checkout() 2015-01-24 21:35:35 +11:00
wc-core-functions.php Add hash_equals() function 2015-01-19 00:11:41 -05: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 wc_price enhancements 2015-01-23 11:50:32 +00:00
wc-notice-functions.php process_lost_password/process_reset_password 2015-01-21 14:15:52 +00:00
wc-order-functions.php Simplify mark_order_status() 2014-11-27 15:37:42 +00: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 Prevented XSS in urls 2015-01-29 12:33:06 -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