.. |
abstracts
|
supports() method which mirrors gateways
|
2015-11-02 11:23:50 +00:00 |
admin
|
Merge remote-tracking branch 'origin/master'
|
2015-11-02 10:02:35 +00:00 |
api
|
[2.4] [API] Avoid undefined $taxonomy warnings while save variable attributes, closes #9456
|
2015-10-28 16:31:05 -02:00 |
cli
|
Use review comment meta for verification status in API calls and WP-CLI.
|
2015-10-20 22:03:29 -06:00 |
emails
|
Added admin order/payment failed notification
|
2015-11-02 14:45:24 +00:00 |
gateways
|
Fix docblock for validate_receiver_email
|
2015-10-30 15:11:41 +00:00 |
libraries
|
Removed all "@return void"
|
2015-07-16 16:55:48 -03:00 |
shipping
|
Handle non standard decimals in flat rate costs.
|
2015-08-24 15:26:08 +01:00 |
shortcodes
|
Merge branch 'WPprodigy-patch-2'
|
2015-10-06 12:33:55 +01:00 |
updates
|
Remove generation of review verification comment meta from 2.5 upgrade routine.
|
2015-10-20 22:05:17 -06:00 |
walkers
|
remove hardcoded tree type
|
2015-06-27 07:41:24 -07:00 |
widgets
|
Added "Hide empty categories" option on Product Category Widget
|
2015-10-27 14:10:32 -02:00 |
class-wc-ajax.php
|
Handle partial/full refund for orders containing free items
|
2015-10-29 15:34:33 +00:00 |
class-wc-api.php
|
[API] Include taxes endpoint
|
2015-10-07 16:37:53 -03:00 |
class-wc-auth.php
|
Fixed visual endpoint callback content-type #8021
|
2015-08-17 19:19:08 -03:00 |
class-wc-autoloader.php
|
Better Documentation: Period Endings
|
2015-11-01 00:01:46 +05:00 |
class-wc-breadcrumb.php
|
Include attribute archives support in the breadcrumbs
|
2015-08-13 16:02:57 -03:00 |
class-wc-cache-helper.php
|
Add trailing slash in get_page_uris to reduce likelihood of conflicts
|
2015-10-22 16:33:05 +01:00 |
class-wc-cart.php
|
Improved wc_coupons_enabled() name and description
|
2015-10-29 17:23:10 -02:00 |
class-wc-checkout.php
|
Replaced WC()->cart->ship_to_billing_address_only() to wc_ship_to_billing_address_only()
|
2015-10-28 16:03:24 -02:00 |
class-wc-cli.php
|
Added tool subcommand.
|
2015-10-01 15:46:04 +02:00 |
class-wc-comments.php
|
Return verification status in WC_Comments::add_comment_purchase_verification().
|
2015-10-20 22:03:30 -06:00 |
class-wc-countries.php
|
Swiss
|
2015-09-01 13:50:14 +01:00 |
class-wc-coupon.php
|
Cache coupon id from code lookup in a transient.
|
2015-10-20 21:42:46 -06:00 |
class-wc-customer.php
|
Customer class using wrong meta keys for address_1/shipping_address_1
|
2015-08-05 14:05:03 +01:00 |
class-wc-download-handler.php
|
Suppress set_time_limit errors to prevent issues in some environments
|
2015-08-18 13:16:25 +01:00 |
class-wc-emails.php
|
Added admin order/payment failed notification
|
2015-11-02 14:45:24 +00:00 |
class-wc-form-handler.php
|
Replaed old WC_Cart methods to the new functions
|
2015-10-28 15:56:31 -02:00 |
class-wc-frontend-scripts.php
|
Merge branch 'revised-single-variation-cart-template'
|
2015-11-02 11:26:49 +00:00 |
class-wc-geo-ip.php
|
Fixed docblock typo
|
2015-07-16 16:57:42 -03:00 |
class-wc-geolocation.php
|
Tweak gzread
|
2015-07-15 16:37:29 +01:00 |
class-wc-https.php
|
Made checkout make use of new ajax endpoints.
|
2015-08-11 11:18:50 +01:00 |
class-wc-install.php
|
Remove generation of review verification comment meta from 2.5 upgrade routine.
|
2015-10-20 22:05:17 -06:00 |
class-wc-integrations.php
|
Removed all "@return void"
|
2015-07-16 16:55:48 -03:00 |
class-wc-logger.php
|
Removed all "@return void"
|
2015-07-16 16:55:48 -03: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
|
Check item_meta_array exists
|
2015-10-29 16:06:23 +00:00 |
class-wc-order-refund.php
|
Removed all "@return void"
|
2015-07-16 16:55:48 -03:00 |
class-wc-order.php
|
Moved refund hooks to avoid emails after API refund failure
|
2015-10-06 14:43:36 +01:00 |
class-wc-payment-gateways.php
|
Default to first found gateway
|
2015-10-22 16:39:15 +01:00 |
class-wc-post-data.php
|
Ensure variable stock status is based only on variations
|
2015-08-24 15:03:44 +01:00 |
class-wc-post-types.php
|
Fixed permission issue when show_ui arg is set to false for attributes.
|
2015-09-29 09:11:23 +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
|
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
|
Cast grouped product children to int
|
2015-10-23 12:52:52 +01:00 |
class-wc-product-simple.php
|
supports() method which mirrors gateways
|
2015-11-02 11:23:50 +00:00 |
class-wc-product-variable.php
|
Further get_variation_prices tweaks
|
2015-10-09 12:49:39 +01:00 |
class-wc-product-variation.php
|
Escape normalized for the woocommerce_variation_option_name filter
|
2015-10-18 10:42:44 -06:00 |
class-wc-query.php
|
Add woocommerce_is_price_filter_active filter to Query class
|
2015-10-05 11:53:24 +03:00 |
class-wc-session-handler.php
|
Use delimiter in hashing function
|
2015-10-23 12:02:29 +01:00 |
class-wc-shipping-rate.php
|
Sanitize shipping method label/title, closes #9159
|
2015-10-01 17:17:45 +02:00 |
class-wc-shipping.php
|
[2.4] Default selections fix for methods with multiple rates
|
2015-10-23 13:49:27 +01:00 |
class-wc-shortcodes.php
|
Docblock for related products
|
2015-10-09 07:38:15 +05:45 |
class-wc-tax.php
|
Merge pull request #9308 from woothemes/api-tax-endpoint
|
2015-10-08 18:49:43 -03: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
|
Removed all "@return void"
|
2015-07-16 16:55:48 -03:00 |
class-wc-validation.php
|
german postcode validation
|
2015-10-08 12:20:57 +02:00 |
class-wc-webhook.php
|
Added woocommerce_order_status_changed to order updated webhook, closes #8581
|
2015-07-15 16:39:11 -03:00 |
wc-attribute-functions.php
|
decode quotes
|
2015-09-03 23:15:06 +01:00 |
wc-cart-functions.php
|
Moved methods from WC_Cart to single functions
|
2015-10-28 15:43:31 -02:00 |
wc-conditional-functions.php
|
Added wc_checkout_is_https() function helper and added to simplify class
|
2015-10-22 12:30:30 +01:00 |
wc-core-functions.php
|
Better Documentation: Period Endings
|
2015-11-01 00:10:45 +05:00 |
wc-coupon-functions.php
|
Improved wc_coupons_enabled() name and description
|
2015-10-29 17:23:10 -02:00 |
wc-deprecated-functions.php
|
Readme, versions, develop blog links
|
2015-08-10 10:39:08 +01:00 |
wc-formatting-functions.php
|
Allow wc_clean to support arrays
|
2015-10-09 10:41:51 +01:00 |
wc-notice-functions.php
|
Show notices before cat loops
|
2015-06-03 14:22:23 +01:00 |
wc-order-functions.php
|
Moved refund hooks to avoid emails after API refund failure
|
2015-10-06 14:43:36 +01:00 |
wc-page-functions.php
|
Fix active state check
|
2015-10-30 13:31:52 +00:00 |
wc-product-functions.php
|
[2.3] Prevent "Trying to get property of non-object" in Sensei
|
2015-09-18 02:18:15 -03:00 |
wc-template-functions.php
|
Split button from variation display
|
2015-10-28 13:09:34 +00:00 |
wc-template-hooks.php
|
Disabled Jetpack for products
|
2015-10-30 13:08:44 -02:00 |
wc-term-functions.php
|
show_counts -> show_count
|
2015-08-25 10:48:36 +01:00 |
wc-user-functions.php
|
Created function to disable author archives for customers
|
2015-10-26 15:38:44 -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
|
Better Documentation: Period Endings
|
2015-11-01 00:12:12 +05:00 |