Commit Graph

33860 Commits

Author SHA1 Message Date
Claudio Sanches 6eb74eef8a
Merge pull request #25572 from woocommerce/update/25418
Bump template versions for #25418
2020-02-04 14:22:47 -03:00
Claudio Sanches 38237cabca
Merge pull request #25570 from woocommerce/revert-25521-fix/25493
Revert "Remove code that ignored the woocommerce_ship_to_destination option"
2020-02-04 14:19:08 -03:00
Claudio Sanches 7fe05d46e4
Revert "Remove code that ignored the woocommerce_ship_to_destination option" 2020-02-04 14:18:48 -03:00
Claudio Sanches 107995ab9a Bump template versions and fix coding standards 2020-02-04 14:16:07 -03:00
Claudio Sanches e0ee96cd37
Merge pull request #25418 from helgatheviking/feature/quantity-placeholders
Add support for placeholders in quantity inputs
2020-02-04 14:05:39 -03:00
Claudio Sanches f021a6559f
Merge pull request #25562 from woocommerce/fix/25560
Removed WC Admin from the Setup Wizard if it's already active.
2020-02-04 14:03:55 -03:00
Rodrigo Primo 5074bc5f1b
Merge pull request #25549 from woocommerce/renovate/wordpress-monorepo
Update dependency @wordpress/e2e-test-utils to v4.2.0
2020-02-04 14:00:47 -03:00
Peter Fabian e5e5d5997e Better name for the new function. 2020-02-04 17:53:28 +01:00
Peter Fabian 0bd2730963
Merge pull request #25253 from rohanvakharia/master
Fixed the datatype for min_price & max_price size
2020-02-04 17:44:37 +01:00
Claudio Sanches 6f37df1961
Merge pull request #25502 from woocommerce/fix/25488
[4.0] Remove wc-admin install nudge.
2020-02-04 13:19:57 -03:00
Claudio Sanches 3fa9c79d94 Remove old notice file 2020-02-04 13:17:36 -03:00
Claudio Sanches 94d1b742ad
Merge pull request #25545 from woocommerce/prep/after-3.9
Bumped versions for the upcoming release.
2020-02-04 13:05:27 -03:00
Claudio Sanches ab147f7a71
Merge pull request #25532 from woocommerce/update/wccom-helper-api-authentication
Add query params as fallback for passing authentication data to WC Helper API
2020-02-04 13:04:11 -03:00
Rohan V e2cb1dea73
Fix codestyle 2020-02-04 19:44:05 +05:30
Rohan Vakharia 4be33acd66
Merge branch 'master' into master 2020-02-04 19:23:22 +05:30
Peter Fabian 52e335ae5c
Merge pull request #25428 from woocommerce/update/product-lookuo-table-tax-columns
Add product lookup table tax columns
2020-02-04 14:20:50 +01:00
Peter Fabian 4a506ebcf7
Merge pull request #25530 from woocommerce/fix/country-region-label
Fix/country region label
2020-02-04 13:54:22 +01:00
Peter Fabian f57fef5bdd Updated unit tests. 2020-02-04 13:45:28 +01:00
Peter Fabian e971d14265 Updated the privacy-related strings as well. 2020-02-04 13:25:47 +01:00
Peter Fabian 57917c8fa2
Merge pull request #25404 from woocommerce/update/action-scheduler-external
move action scheduler to external via composer
2020-02-04 11:39:48 +01:00
Renovate Bot dc91887fb0
Update dependency @wordpress/e2e-test-utils to v4.2.0 2020-02-04 08:24:20 +00:00
vedanshujain ee274be95a Modified "Country" to "country / Region" for more inclusiveness 2020-02-04 13:46:13 +05:30
Vedanshu Jain a85dc86978
Merge pull request #25540 from woocommerce/fix/25358
Find the correct form element to update.
2020-02-04 12:38:03 +05:30
Peter Fabian 7a24aaecd5 Updated versions to 4.0. 2020-02-03 23:36:52 +01:00
Denis Dvali e496d6ea3f Adding doc comments to comply with coding standard. 2020-02-03 22:14:00 +03:00
Rodrigo Primo 23558b14c6
Merge pull request #25550 from woocommerce/renovate/autoprefixer-9.x
Update dependency autoprefixer to v9.7.4
2020-02-03 14:59:09 -03:00
Rodrigo Primo e1bb5b59bf
Merge pull request #25554 from woocommerce/renovate/mocha-7.x
Update dependency mocha to v7.0.1
2020-02-03 14:46:04 -03:00
Rodrigo Primo bef92951bc
Merge pull request #25553 from woocommerce/renovate/husky-4.x
Update dependency husky to v4.2.1
2020-02-03 14:45:30 -03:00
Rodrigo Primo 2174acb882
Merge pull request #25551 from woocommerce/renovate/config-3.x
Update dependency config to v3.2.5
2020-02-03 14:44:53 -03:00
Rodrigo Primo 8efd767c31
Merge pull request #25548 from woocommerce/renovate/babel-monorepo
Update babel monorepo
2020-02-03 14:42:26 -03:00
Peter Fabian 4f76c36318
Merge pull request #25521 from woocommerce/fix/25493
Remove code that ignored the woocommerce_ship_to_destination option
2020-02-03 18:06:39 +01:00
Peter Fabian 04c4732e13 Unified the check for presence of WC Admin. 2020-02-03 18:04:18 +01:00
Peter Fabian aa8e8992cc Merge branch 'master' into fix/25560
# Conflicts:
#	includes/admin/class-wc-admin-setup-wizard.php
2020-02-03 17:59:24 +01:00
Peter Fabian 670dbbc5e7 Removed WC Admin from the OBW if it's already active.
Also, removed info about plugin installation if the plugin is active.
2020-02-03 17:41:50 +01:00
Peter Fabian 152a5cd52c
Merge pull request #25527 from woocommerce/fix/25526
Use enable onboarding path instead of manually setting onboarding option
2020-02-03 17:18:02 +01:00
Rohan V 0d9462d110
Fix for existing column 2020-02-03 19:50:37 +05:30
Peter Fabian e613056634 This perhaps better represents the spirit of the test. 2020-02-01 14:19:22 +01:00
Renovate Bot e1251c82f4
Update dependency mocha to v7.0.1 2020-02-01 02:52:04 +00:00
Renovate Bot 116f597b8b
Update dependency husky to v4.2.1 2020-02-01 02:51:32 +00:00
Renovate Bot e61a2b658a
Update dependency config to v3.2.5 2020-02-01 01:58:42 +00:00
Renovate Bot 23e5a72116
Update dependency autoprefixer to v9.7.4 2020-02-01 01:58:09 +00:00
Renovate Bot 2be556813d
Update babel monorepo 2020-02-01 00:49:30 +00:00
Peter Fabian 132ced6039 Fixed test for 4.0. 2020-01-31 21:05:50 +01:00
Rodrigo Primo ee5dc5c0be
Merge pull request #25294 from woocommerce/tweak/email-header-width
Set header table width to 100% for full width
2020-01-31 15:14:28 -03:00
Rodrigo Primo bda787164d
Merge pull request #25546 from woocommerce/fix/udpate-since-tags
Updated since tags for the upcoming version.
2020-01-31 14:19:50 -03:00
Peter Fabian 6410ef9156 Updated since tags for the upcoming version. 2020-01-31 18:03:54 +01:00
Peter Fabian e83934edff Bumped versions for the upcoming release. 2020-01-31 17:53:02 +01:00
Ron Rennick 9b99f3b9ae use action scheduler dist package 2020-01-31 10:13:50 -04:00
Ron Rennick e242d84877 fix merge conflicts 2020-01-31 10:11:01 -04:00
Peter Fabian b85d314d5d Find the correct form element to update.
Previously it just found the first one, which made the second checkbox buggy.
2020-01-31 12:45:08 +01:00