Claudio Sanches
9345eb3624
Improved dependency and update message style
2020-04-02 14:17:38 -03:00
Claudio Sanches
4df1c65fb0
Merge pull request #25919 from woocommerce/dependabot/npm_and_yarn/acorn-6.4.1
...
Bump acorn from 6.4.0 to 6.4.1
2020-04-02 13:22:12 -03:00
vedanshujain
0af20fe4ef
Add unit test for guest checkout with per user coupon usage limit.
2020-04-02 15:04:57 +00:00
vedanshujain
8adb474149
Enforce per user coupon usage limit for guest user checkout.
...
In a previous commit, a regression was introduced where we were no
longer checking for usage limit of guest user in an install. This
commit adds back that check.
2020-04-02 15:00:06 +00:00
Renovate Bot
cea0b34406
Update wordpress Docker tag to v5.4.0
2020-04-02 01:57:41 +00:00
dependabot[bot]
84c4420a43
Bump acorn from 6.4.0 to 6.4.1
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/6.4.0...6.4.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-04-01 22:27:54 +00:00
Claudio Sanches
5356fb1bf6
Removed undefined variable
2020-04-01 19:22:44 -03:00
Claudio Sanches
84bf224853
Merge pull request #25883 from liquidweb/fix/travis-against-minimium-requirements
...
Add a Travis CI build using the minimum WooCommerce requirements
2020-04-01 18:51:41 -03:00
Steve Grunwell
17c56d6d12
Merge branch 'master' into fix/travis-against-minimium-requirements
2020-04-01 14:30:42 -04:00
Claudio Sanches
13416af9bb
Merge pull request #26046 from woocommerce/renovate/babel-monorepo
...
Update babel monorepo
2020-04-01 14:00:48 -03:00
Claudio Sanches
4724f6c0d2
Merge pull request #26047 from woocommerce/renovate/wordpress-monorepo
...
Update dependency @wordpress/e2e-test-utils to v4.3.1
2020-04-01 13:59:31 -03:00
Renovate Bot
076571bb66
Update dependency @wordpress/e2e-test-utils to v4.3.1
2020-04-01 15:12:54 +00:00
Renovate Bot
b293548d6f
Update babel monorepo
2020-04-01 15:12:00 +00:00
Claudio Sanches
3da67586e3
Merge pull request #26051 from woocommerce/renovate/eslint-plugin-jest-23.x
...
Update dependency eslint-plugin-jest to v23.8.2
2020-04-01 12:08:40 -03:00
Claudio Sanches
3bed22028a
Merge pull request #26048 from woocommerce/renovate/autoprefixer-9.x
...
Update dependency autoprefixer to v9.7.5
2020-04-01 12:08:08 -03:00
Claudio Sanches
69b21b5d0b
Merge pull request #26049 from woocommerce/renovate/config-3.x
...
Update dependency config to v3.3.1
2020-04-01 12:07:33 -03:00
Claudio Sanches
e68764a394
Merge pull request #26052 from woocommerce/renovate/grunt-1.x
...
Update dependency grunt to v1.1.0
2020-04-01 12:06:48 -03:00
Claudio Sanches
9e3eb92d06
Merge pull request #26013 from woocommerce/update/bump-package-version
...
update version in package.json to 4.0.0
2020-04-01 12:05:53 -03:00
Claudio Sanches
c052aacf92
Merge pull request #26055 from woocommerce/revert-25942-add/25849-implement-additional-tracks
...
Revert "Implement additional tracks"
2020-04-01 11:35:32 -03:00
Claudio Sanches
c24b565477
Revert "Implement additional tracks"
2020-04-01 11:34:54 -03:00
Renovate Bot
d946c5d269
Update dependency grunt to v1.1.0
2020-04-01 02:37:12 +00:00
Renovate Bot
74bd4fc9f5
Update dependency eslint-plugin-jest to v23.8.2
2020-04-01 02:36:20 +00:00
Renovate Bot
af554606bf
Update dependency config to v3.3.1
2020-04-01 01:48:55 +00:00
Renovate Bot
1ae455997b
Update dependency autoprefixer to v9.7.5
2020-04-01 01:48:01 +00:00
Bec Scott
3e322793ec
Merge pull request #25942 from woocommerce/add/25849-implement-additional-tracks
...
Implement additional tracks
2020-04-01 09:54:05 +10:00
Claudio Sanches
4c889feb05
Merge pull request #25316 from michaelignacio/master
...
Update wording on admin cancelled order email
2020-03-31 17:20:25 -03:00
Claudio Sanches
f484cc54b1
Merge pull request #25817 from woocommerce/fix-package-location
...
Move package @jest/test-sequencer to devDependencies
2020-03-31 15:21:27 -03:00
Claudio Sanches
8ae9df58ed
Merge pull request #25901 from woocommerce/fix-code-documentation
...
Fix PHP docblock for WC_Plugin_Updates::get_untested_plugins()
2020-03-31 15:20:54 -03:00
Julia Amosova
35555138bd
Remove unused functions imports from components
2020-03-31 11:20:12 -04:00
Renovate Bot
c2002976af
Update dependency woocommerce/woocommerce-blocks to v2.5.15
2020-03-31 14:12:53 +00:00
Julia Amosova
2090dad9fd
Update shipping setup through Task List
2020-03-31 10:00:43 -04:00
Gennady Kovshenin
ca996a8941
Fix race condition in update_product_stock
...
Modify the increment and decrement SQL query in
WC_Product_Data_Store_CPT::update_product_stock to be atomic. This fixes
a race condition in concurrent order placement.
2020-03-31 16:01:26 +03:00
Julia Amosova
cef74d73fe
Replace old shipping setup with new OBW shipping setup task
2020-03-31 00:32:42 -04:00
Julia Amosova
37b47b496b
Improve shipping setup in OBW e2e test
2020-03-30 23:13:17 -04:00
Julia Amosova
4c1eece4f4
Add shipping setup to OBW e2e test
2020-03-30 21:57:37 -04:00
Julia Amosova
a5bc44e92e
Refactor 'Continue' button clicks & add Theme section test coverage
2020-03-30 20:12:39 -04:00
Christopher Allford
23e555823b
Merge pull request #25943 from woocommerce/fix/25810
...
Fixed remainder application for percent coupons
2020-03-30 14:13:03 -07:00
Christopher Allford
4b454a8b3d
Replaced the default error text for upgrades of expired WooCommerce.com plugin subscriptions
2020-03-30 14:11:02 -07:00
Christopher Allford
26516e11ac
Merge pull request #25932 from woocommerce/add/tracker-cart-checkout-info
...
Add cart & checkout block/shortcode info to tracker data
2020-03-30 13:18:23 -07:00
Vedanshu Jain
9640fad6c5
Merge pull request #26026 from miguelfspinto/patch-8
...
fix typo in variable
2020-03-31 00:17:53 +05:30
Jeff Stieler
d9a1c50074
Fix <SelectControl> interaction in new OBW test.
...
Remove usage of `puppeteer-select`.
2020-03-30 11:31:56 -06:00
Julia Amosova
bb20a436b8
Add new OBW e2e test (not complete - missing Theme section coverage)
2020-03-27 17:45:20 -04:00
Miguel Pinto
3def0534fe
fix typo in variable
2020-03-27 19:36:00 +00:00
Julia Amosova
f8bb7681b6
Merge pull request #25839 from woocommerce/fix/remove-legacy-e2e-travis-setup
...
Remove legacy e2e test suite travis setup
2020-03-27 10:11:56 -04:00
Rebecca Scott
e998cc963c
Remove stock level set tracking as this is done in JS now
2020-03-27 15:23:51 +10:00
Rebecca Scott
4136a42e1e
Just include the ISO8601 date instead of the full WC_DateTime object
2020-03-27 15:19:18 +10:00
Rebecca Scott
39f654124c
Fix event name
2020-03-27 14:54:48 +10:00
Rebecca Scott
b31878440e
Revert function event
2020-03-27 14:52:24 +10:00
Rebecca Scott
5a45d6a3f2
Use var instead of const/let because IE11
2020-03-27 14:51:26 +10:00
Rebecca Scott
17d5f42228
remove order id from order tracking as it isn't required
2020-03-26 11:12:26 +10:00