Commit Graph

35228 Commits

Author SHA1 Message Date
Claudio Sanches e269038240
Merge pull request #24819 from woocommerce/renovate/husky-3.x
Update dependency husky to v3.0.9
2019-10-14 12:58:33 -03:00
Claudio Sanches f207064fd6
Merge pull request #24804 from mehidi258/master
Add space before parentheses of if condition for JS consistency
2019-10-14 12:43:34 -03:00
Claudio Sanches d3f4f62510
Merge pull request #24802 from woocommerce/renovate/stylelint-11.x
Update dependency stylelint to v11.1.1
2019-10-14 12:43:03 -03:00
Claudio Sanches b95c7f8359
Merge pull request #24786 from itzmekhokan/add/24779
Added phone numbers clickable in emails
2019-10-14 12:00:52 -03:00
Claudio Sanches 9a560f2d20 Add UM states 2019-10-14 11:33:52 -03:00
Renovate Bot b97bc6b03a
Update dependency woocommerce/woocommerce-blocks to v2.4.3 2019-10-14 13:41:40 +00:00
Bob Mulder c4ba9c094b
Make variables default to allow overriding 2019-10-14 11:40:08 +02:00
Renovate Bot 5f33fcbe87
Update dependency autoprefixer to v9.6.5 2019-10-14 08:06:56 +00:00
Renovate Bot a47811b24d
Update dependency husky to v3.0.9 2019-10-13 00:13:50 +00:00
Rok Sprogar 8f6cb9d058 fixed the jQuery data() caching issue 2019-10-12 19:04:46 +02:00
tgglv 2c1663446b Run WC Helper subs cache cleaning before getting product info
Relates: https://github.com/Automattic/woocommerce.com/issues/6535
2019-10-11 18:01:09 +05:00
tgglv c277696b65 Make WCCOM helper subs cache cleaning public
Relates: https://github.com/Automattic/woocommerce.com/issues/6535
2019-10-11 17:59:39 +05:00
Mehidi Hassan 3f8e3fdb2d Add space before parentheses of if condition for JS consistency 2019-10-10 23:37:56 +06:00
Renovate Bot 05e3b5d7b4
Update dependency stylelint to v11.1.1 2019-10-10 15:30:08 +00:00
Gerhard e22a024473 Cookies should only be set in wp-admin, avoid setting when doing ajax requests since that is seen as an admin request as well. 2019-10-10 08:29:10 +02:00
Gerhard badb135bd6 Add 404 check when creating add to cart url for single products. 2019-10-09 12:44:47 +02:00
Claudio Sanches af59ab4a2a Exit after redirect 2019-10-09 12:35:24 +02:00
xristos3490 4e2205e17d Fix file perms 2019-10-09 11:26:32 +03:00
xristos3490 d776c19dd4 Replace stripslashes with stripslashes_deep on non-scalar setting values 2019-10-09 11:25:41 +03:00
boghy933 97c609d75c Round total value only once 2019-10-09 00:17:49 +02:00
itzmekhokan 00dfa57e5a Added fixed issue #24779 2019-10-08 22:16:29 +05:30
Gerhard Potgieter e007b2317a
Merge pull request #24752 from machieajones/master
FIX: Click event triggering if element doesn't exist
2019-10-08 11:24:06 +02:00
Gerhard Potgieter af01e9374d
Merge pull request #24759 from rafsuntaskin/patch-1
Added delimiter property with filter
2019-10-08 11:23:12 +02:00
Gerhard Potgieter 2d796f825e
Merge pull request #24760 from jorostoyanov/jorostoyanov-patch-1
Add woocommerce_after_order_refund_item_name hook
2019-10-08 11:21:51 +02:00
Gerhard Potgieter c4257657f2
Merge pull request #24780 from woocommerce/renovate/lint-staged-9.x
Update dependency lint-staged to v9.4.2
2019-10-08 11:18:09 +02:00
Gerhard Potgieter f92d97a70c
Merge pull request #24773 from woocommerce/renovate/stylelint-config-wordpress-15.x
Update dependency stylelint-config-wordpress to v15
2019-10-08 11:06:26 +02:00
Gerhard Potgieter 512be0a571
Merge pull request #24772 from woocommerce/renovate/autoprefixer-9.x
Update dependency autoprefixer to v9.6.4
2019-10-08 11:05:48 +02:00
Gerhard Potgieter a369e5c070
Merge pull request #24766 from woocommerce/renovate/config-3.x
Update dependency config to v3.2.3
2019-10-08 11:05:02 +02:00
Renovate Bot b7be0be8bf
Update dependency lint-staged to v9.4.2 2019-10-08 05:49:14 +00:00
boghy933 3bf721b023 Option for free shipping if should ignore discounts or not 2019-10-06 02:11:01 +02:00
Renovate Bot 7a8da6a00d
Update dependency autoprefixer to v9.6.4 2019-10-05 17:01:17 +00:00
Rafsun Chowdhury 59c503b1c7
Update with suggested review changes 2019-10-05 19:47:16 +06:00
Renovate Bot 0e7439da15
Update dependency stylelint-config-wordpress to v15 2019-10-05 10:05:21 +00:00
Renovate Bot 61badfe938
Update dependency config to v3.2.3 2019-10-04 15:06:27 +00:00
Rodrigo Primo 0d50dbc3c7
Merge pull request #24755 from woocommerce/renovate/cross-env-6.x
Update dependency cross-env to v6.0.3
2019-10-04 12:05:38 -03:00
Rodrigo Primo 388f15de9e Fix code for Laos subdivisions
Remove 'la' prefix and make the code uppercase.
2019-10-04 10:33:39 -03:00
Claudio Sanches 9851b1f0f3 DRY 2019-10-03 21:19:52 -03:00
Rodrigo Primo 56bb0e1d3a Add subdivisions of Laos
Based on https://github.com/unicode-org/cldr/blob/release-35-1/common/subdivisions/en.xml#L2690
2019-10-03 10:52:41 -03:00
Marco Almeida a203bd76b3
Set image CSS on emails to be max-width: 100%
Fixes #24763
2019-10-03 10:28:04 +01:00
Vedanshu Jain f306a9da75
Merge pull request #24761 from woocommerce/release/3.8-beta.1
Update version to 3.8-beta.1
2019-10-03 12:15:24 +05:30
vedanshujain 20e1584654 Update `$version` to `3.8.0` because its used for checking DB Upgrades 2019-10-03 12:11:31 +05:30
vedanshujain cd2a63c293 Update version to 3.8-beta.1 2019-10-03 12:07:16 +05:30
Joro Stoyanov 5c55eea31c
Add woocommerce_after_order_refund_item_name hook 2019-10-03 08:53:10 +03:00
Rafsun Chowdhury b3d21cb8ae
Added delimiter property with filter
Added support for custom delimiter #24579
2019-10-03 08:43:04 +06:00
Claudio Sanches 4d1f776116
Merge pull request #24758 from TimothyBJacobs/patch-1
Use a separate first parameter for the WP_Error
2019-10-02 16:42:50 -03:00
Vedanshu Jain fb0c9e5a2f
Merge pull request #24709 from woocommerce/readme/3.8
Rolling readme for 3.8
2019-10-03 00:37:57 +05:30
vedanshujain 26134ceb1f Add change logs for a bunch of PRs. 2019-10-03 00:35:29 +05:30
Timothy Jacobs b9bb4a7c6a
Use a separate first parameter for the WP_Error
This matches the pattern used elsewhere in WooCommerce and allows access to the original `WC_Product` object if an error is to be returned.
2019-10-02 15:01:09 -04:00
Vedanshu Jain f36580a77e
Merge pull request #24757 from woocommerce/fix/display-post-type-count
Fixed post type count only when avaliable in REST API
2019-10-03 00:27:26 +05:30
Vedanshu Jain cb12010627
Merge pull request #24295 from woocommerce/fix/24096
Remove %20 from fields in External Products form
2019-10-03 00:15:52 +05:30