Commit Graph

21562 Commits

Author SHA1 Message Date
Mike Jolley b32d5802b7 Rather than join the posts table and look at types, we can exclude order notes by using their type.
Webhooks use `webhook_delivery`

Order notes use `order_note` type.

#15509
2017-06-08 12:01:06 +01:00
Mike Jolley 0d7614d44b Fix locale notice
Closes #15502
2017-06-07 14:31:09 +01:00
Mike Jolley 325740ed5d Merge pull request #15485 from thenbrent/DRY_variable_price_html_filter
Apply woocommerce_variable_price_html filter once
2017-06-07 10:34:17 +01:00
Mike Jolley 9fd3ed3503 Merge pull request #15482 from woocommerce/update/e2e
Update e2e testing to latest version and add new tests.
2017-06-07 10:30:29 +01:00
Mike Jolley 61e5521b3c Merge pull request #15490 from amansaini/master
Updated woocommerce_email_actions to send email when order status changed  from processing to cancelled
2017-06-07 10:18:06 +01:00
amansaini 03699dcaae Fixes issue #15489 2017-06-07 11:58:09 +05:30
Claudio Sanches 3b3ed3f3e9 Merge pull request #15487 from jgacuca567/patch-1
Changed their to there
2017-06-06 18:42:19 -03:00
Claudio Sanches afbb46fdc1 3.0.8 changelog 2017-06-06 18:31:08 -03:00
jgacuca567 4a9950b4c5 Changed their to there 2017-06-06 17:30:20 -04:00
Claudio Sanches 818c3df7fb Tested up to 4.8 2017-06-06 18:30:16 -03:00
Claudiu Lodromanean 16b5742459 Merge pull request #15483 from woocommerce/fix/15395
[REST API] Fixed oAuth1.0a to allow multi-dimensional arrays
2017-06-06 14:05:55 -07:00
Claudio Sanches e86232032f Fixed tests for wc_rest_urlencode_rfc3986() 2017-06-06 17:43:40 -03:00
Brent Shepherd a274000d34 Append variable price suffix only once 2017-06-06 13:40:36 -07:00
Brent Shepherd acd6bf9cb7 Apply woocommerce_variable_price_html filter once
To save a bit of duplicate code.
2017-06-06 13:35:41 -07:00
Claudio Sanches 2523490f9f [REST API] Fixed oAuth1.0a to allow multi-dimensional arrays
Fixes #15395
Closes #15396
2017-06-06 17:05:03 -03:00
claudiulodro 07796aeece E2e testing 0.3.0 2017-06-06 11:58:01 -07:00
Claudiu Lodromanean fa3586729a Merge pull request #15469 from woocommerce/fix/15457
Revert thousand removal in wc_format_decimal, and add more tests
2017-06-06 10:31:40 -07:00
Claudio Sanches 20d5e0f769 Merge pull request #15477 from woocommerce/fix/15392
Variations to inherit catalog_visibility
2017-06-06 14:27:46 -03:00
Claudio Sanches 43723f599f Merge pull request #15475 from woocommerce/fix/14677
Switch to image if it's in the gallery for variations
2017-06-06 14:26:56 -03:00
Claudio Sanches c43afcfbd0 Merge pull request #15474 from woocommerce/update/15031
Update copy + css for zones
2017-06-06 14:26:24 -03:00
Claudio Sanches f430e5edc8 Merge pull request #15471 from woocommerce/fix/15467
Check taxonomy exists before allowing function to run
2017-06-06 14:23:54 -03:00
Mike Jolley ed783e1bbf Merge pull request #15473 from jamesckemp/patch-6
woocommerce_shortcode_products_query params
2017-06-06 15:52:06 +01:00
Mike Jolley 52e9dc5443 Merge pull request #15462 from woocommerce/fix/15081
Start indexing variations with 1
2017-06-06 14:57:49 +01:00
Mike Jolley e0a64ad36a Variations to inherit catalog_visibility 2017-06-06 14:49:32 +01:00
Mike Jolley fd7c154009 Optimise switch code 2017-06-06 14:16:56 +01:00
Faisal Alvi 1863446daf fresh fix for 14677 (without unnecessary commit history) 2017-06-06 13:57:22 +01:00
Mike Jolley eddcb16e00 Update copy + css for zones
Closes #15031
2017-06-06 13:46:09 +01:00
James Kemp 984ed08ccc woocommerce_shortcode_products_query params
The `woocommerce_shortcode_products_query` filter is used earlier on in this file but with 3 params. The third being `$loop_name`. It's not relevant here, so set to `null`, but needs to be included to avoid errors when adding a filter.
2017-06-06 13:22:28 +01:00
Mike Jolley 253bb0743c Ensure taxonomy exists in wc_get_product_visibility_term_ids 2017-06-06 13:10:56 +01:00
Mike Jolley e83450b861 Errors do not need localisation 2017-06-06 13:10:22 +01:00
Mike Jolley 4138b2b982 Merge pull request #15450 from woocommerce/fix/15414
Better locale switching for emails
2017-06-06 12:56:26 +01:00
Mike Jolley d62aefba74 Merge branch 'master' into fix/15414
# Conflicts:
#	includes/wc-core-functions.php
2017-06-06 12:55:50 +01:00
Mike Jolley 09d43670fc function exists 2017-06-06 12:54:49 +01:00
Mike Jolley 4c7f8c0fbd Revert thousand removal in wc_format_decimal, and add more tests 2017-06-06 12:44:58 +01:00
Mike Jolley c77347da48 Merge pull request #15459 from woocommerce/fix/14659
Make phone number clickable
2017-06-06 11:52:05 +01:00
Mike Jolley bb1c7f09f7 Merge pull request #15460 from woocommerce/fix/wcs-banner-heading-space
Small fix to WCS banner heading spacing
2017-06-06 11:19:03 +01:00
Mike Jolley 513bca9fa5 Merge pull request #15456 from woocommerce/fix/15288
Fixed unicode characters when saving webhook delivery logs
2017-06-06 10:26:26 +01:00
Claudio Sanches 6be1569955 Start indexing variations with 1, closes #15081 2017-06-05 17:42:58 -03:00
Valerie ed0d0e2fbc Update WCS banner heading spacing 2017-06-05 16:22:30 -04:00
Claudio Sanches 6c42f3c16a Properly sanitization for wc_make_phone_clickable() and fixed coding standards
Closes #14659
2017-06-05 16:15:04 -03:00
Claudio Sanches f65005be41 Merge pull request #14719 from avinapatel/fix-14659
Made the buyer phone number clickable in the in the order backend.
2017-06-05 15:47:16 -03:00
Claudio Sanches 4aec4efa67 Merge pull request #15432 from woocommerce/update/wcs-banner-responsive
Update WooCommerce Services extensions banner
2017-06-05 15:36:22 -03:00
Claudiu Lodromanean d263b56438 Merge pull request #15448 from woocommerce/update/15447
Use prototype pattern and trigger wc_cart_button_updated after updating markup
2017-06-05 11:29:45 -07:00
Claudio Sanches 58b22f343a Fixed unicode characters when saving webhook delivery logs
Closes #15288
2017-06-05 15:25:29 -03:00
Claudio Sanches 6c29d32396 Merge pull request #15446 from woocommerce/fix/15437-15443
Notice fixes in API and meta handling class
2017-06-05 15:00:48 -03:00
Claudiu Lodromanean 2e6219f682 Merge pull request #15452 from woocommerce/fix/15440
Add correct args to woocommerce_shipping_zone_method_deleted
2017-06-05 11:00:22 -07:00
Claudio Sanches 527fa0d07a Fixe CHMOD 2017-06-05 14:45:30 -03:00
Claudiu Lodromanean 2abb868715 Merge pull request #15451 from woocommerce/fix/15441
Fix button styling
2017-06-05 09:19:34 -07:00
Valerie 70570f3745 Update WCS banner style 2017-06-05 11:30:42 -04:00
Valerie baf405fdcf Update WCS banner image 2017-06-05 11:28:37 -04:00