Commit Graph

33100 Commits

Author SHA1 Message Date
vedanshujain 451139e68e Use MIN_PHP and MIN_WP constants in PHP_MIN_REQUIREMENT value so that we don't have to change it everytime. 2019-10-15 16:07:03 +05:30
vedanshujain ec490409ea Refactor to use constant so that we have easy way to reset admin notice version 2019-10-15 16:07:02 +05:30
Peter Fabian e314f1f233 Aligned the address fields with other elements on the first page of OBW. 2019-10-15 12:14:38 +02:00
Peter Fabian d0af99a278 Make the checkbox square again! 2019-10-15 12:12:35 +02:00
Peter Fabian af8fd207c8 Fixed select2 size on order list screen (filter at the top). 2019-10-15 11:55:41 +02:00
xristos3490 9eafb785e9 Cleanup 2019-10-15 12:37:21 +03:00
xristos3490 16dac4864b Add use of wp_unslash 2019-10-15 12:36:14 +03:00
Peter Fabian 06921ba80c Moved the rules to the respective structure within the previous definitions. 2019-10-15 11:28:02 +02:00
Peter Fabian b7235431b3 Move the shipping form style to the file where it's actually loaded. 2019-10-15 11:05:51 +02:00
Peter Fabian 53fb13d704 Make the buttons in meta box on edit variation screen aligned with the inputs. 2019-10-15 10:57:59 +02:00
Peter Fabian a6de7b9e9f Make the selects in variation edit screen fill the entire row, thus also align with other elements on the page. 2019-10-15 10:55:02 +02:00
Peter Fabian 95635b2800 Make the edit order address email field align with the rest (select2 dimensions changed). 2019-10-15 10:53:36 +02:00
Peter Fabian 83ad2c4993 Make the shipping fields vertically aligned with the billing fields in Twenty Nineteen. 2019-10-15 10:51:35 +02:00
Peter Fabian 93277da7b1 Align select sizes in other contexts. 2019-10-15 10:49:37 +02:00
Peter Fabian 98b03d7fde Keep the edit order select fields smaller to fit with the rest of the form. 2019-10-15 10:47:24 +02:00
Peter Fabian e68499616b Increase the height of select and select2 elements in WC settings to fit with larger input fields. 2019-10-15 10:42:19 +02:00
Peter Fabian c2d36c823f Removed the line height to prevent text descenders being cut off in selects/dropdowns (#24731). 2019-10-15 10:39:36 +02:00
vedanshujain c837d4999f Added changelogs for PRs included in RC 2019-10-15 13:36:40 +05:30
Vedanshu Jain 8c6c9f2f18
Merge pull request #24825 from woocommerce/renovate/woocommerce-woocommerce-blocks-2.x
Update dependency woocommerce/woocommerce-blocks to v2.4.3
2019-10-15 12:56:03 +05:30
Rodrigo Primo 3161c67c90
Merge pull request #24826 from woocommerce/fix/24824
Add UM states
2019-10-14 17:20:19 -03:00
Claudio Sanches 0263665d4e
Merge pull request #24821 from woocommerce/renovate/autoprefixer-9.x
Update dependency autoprefixer to v9.6.5
2019-10-14 13:06:10 -03:00
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
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
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
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
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