Commit Graph

39002 Commits

Author SHA1 Message Date
Greg 5c5f97cce1 Merge branch 'trunk' of github.com:woocommerce/woocommerce into add/block-concurrent-test-runs 2021-07-06 11:11:03 -06:00
roykho 5d0bcfa053
Revise logic to hook into admin_init to trigger adding note instead of scheduling 2021-07-06 09:21:42 -07:00
Ron Rennick 8454dd9380
update DB in wp beta initialization script (#30189) 2021-07-06 14:00:50 +02:00
Michael P. Pfeiffer ce1c0dcd57 Update WooCommerce Blocks package to 5.5.0 2021-07-06 13:14:14 +02:00
Barry Hughes bd28aa8708
Merge pull request #30206 from woocommerce/try/fix-npm-build
Remove e2e linting from main project linting.
2021-07-05 07:52:48 -07:00
Ron Rennick 715547b33e remove e2e linting from main project linting 2021-07-02 13:03:25 -03:00
Vedanshu Jain 56e23e0d14
Merge pull request #30196 from woocommerce/update/woocommerce-admin/2.4.1
Bump woocommerce-admin version to 2.4.1
2021-07-02 20:49:32 +05:30
Barry Hughes 2cce7f3af8
Merge pull request #30199 from RhnSharma/revise-docblock-wc-format-decimal
Revise docblock for wc_format_decimal()
2021-07-02 07:50:56 -07:00
vedanshujain 32b4ac1a9a Run via Composer V2.0 2021-07-02 15:49:15 +05:30
jonathansadowski 1c1f6fdc0f
Merge pull request #30179 from fitimvata/trunk
[Rest] Refunds add api_restock param to restock items
2021-07-01 09:50:37 -05:00
Rohan Sharma 5087e00f17 task: revise docblock for wc_format_decimal() 2021-07-01 17:41:33 +05:30
Nestor Soriano 70431ead2b
Small adjustments to the per-product lookup data regeneration metabox. 2021-07-01 12:50:30 +02:00
Nestor Soriano 2fe8cce9b0
Fix unit tests for the LookupDataStore class 2021-07-01 12:01:07 +02:00
Ilyas Foo 3a08b748d3 Bump woocommerce-admin version to 2.4.1 2021-07-01 16:15:05 +08:00
Nestor Soriano d3131a67e6
Fix unit tests for the DataRegenerator class 2021-07-01 09:32:57 +02:00
Fitim Vata 482d019304 Change schema description for api_restock 2021-07-01 06:42:35 +02:00
roykho d9773ee0e4
Fix typo 2021-06-30 21:02:15 -07:00
roykho 5bfee13c44
Remove trailing comma 2021-06-30 20:23:55 -07:00
roykho 79e3f15696
Change order of wc_install to after db tables created 2021-06-30 19:49:56 -07:00
Vedanshu Jain 1de07344ca
Merge pull request #30188 from woocommerce/npm/package-maintenance 2021-07-01 08:08:10 +05:30
roykho 574d82bd16
Update tests 2021-06-30 15:05:30 -07:00
Martin Winkel 1085ac2539 [#30185] Use of deprecated function wp.passwordStrength.userInputBlacklist 2021-06-30 23:00:28 +02:00
Greg 5062c13f38 Broke out install function 2021-06-30 14:35:17 -06:00
roykho ade4478912
Add WC Admin inbox note when page is created 2021-06-30 13:03:47 -07:00
Greg 6888759764 Pull in API package 2021-06-30 14:03:07 -06:00
Greg 4d40340785 Merge branch 'trunk' of github.com:woocommerce/woocommerce into add/block-concurrent-test-runs 2021-06-30 13:53:18 -06:00
Greg e08313d203 Code review feedback 2021-06-30 13:31:49 -06:00
Ron Rennick 7d2ecd23db package maintenance for stylelint vulnerability 2021-06-30 15:01:33 -03:00
Martin Winkel 9467260e5f fixed a typo in the bug issue template of github 2021-06-30 17:10:10 +02:00
Nestor Soriano b97e792f40
Move the UI to set/unset product attribute lookup table usage to settings.
The UI was previously in the tools page, it's now a setting under
products - advanced.
2021-06-30 15:14:14 +02:00
Nestor Soriano cf7d96d867
Add a lookup data regeneration for single product mechanism.
A new "Lookup data" metabox has been added to the product page
with a "Renegerate" button that regenerates the attributes lookup
data for that product.
2021-06-30 10:38:20 +02:00
Fitim Vata 3e17c0b618 [Rest] Refunds add api_restock param to restock items 2021-06-30 00:19:23 +02:00
roykho 946aeb8d15
Update create_pages function to support post_status 2021-06-29 13:51:35 -07:00
roykho be53a0283e
Create the refund and returns policy page on a DB update routine 2021-06-29 12:18:01 -07:00
Vedanshu Jain b88b868ab8
Merge pull request #30178 from woocommerce/dependabot/composer/bin/composer/mozart/league/flysystem-1.1.4
Bump league/flysystem from 1.1.3 to 1.1.4 in /bin/composer/mozart
2021-06-29 23:19:29 +05:30
roykho 4585c7ef7f
Add refund and return page for creation 2021-06-29 10:06:21 -07:00
dependabot[bot] 926e9f8d51
Bump league/flysystem from 1.1.3 to 1.1.4 in /bin/composer/mozart
Bumps [league/flysystem](https://github.com/thephpleague/flysystem) from 1.1.3 to 1.1.4.
- [Release notes](https://github.com/thephpleague/flysystem/releases)
- [Changelog](https://github.com/thephpleague/flysystem/blob/2.x/CHANGELOG.md)
- [Commits](https://github.com/thephpleague/flysystem/compare/1.1.3...1.1.4)

---
updated-dependencies:
- dependency-name: league/flysystem
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-29 15:42:27 +00:00
Barry Hughes 74dfa0d825
Merge pull request #30165 from woocommerce/fix/29768
Remove potential for type (and division-by-zero) errors when determining thumbnail sizes.
2021-06-29 07:34:33 -07:00
roykho edd5463691
Simplied fix per comment 2021-06-29 06:41:16 -07:00
Vedanshu Jain 89aac04387
Merge pull request #30138 from woocommerce/fix/30136-no-block-templates-for-products
Exclude block templates from showing up in product edit page
2021-06-29 17:12:17 +05:30
Michael P. Pfeiffer a65f31e2de Return early if gutenberg_get_block_template function does not exist 2021-06-29 13:10:45 +02:00
Claudio Sanches 13e88d5bb3
Merge pull request #29967 from diablodale/fix25288-partial
apply filter to errant hardcoded redirect on logout for custom endpoint
2021-06-28 17:25:05 -03:00
Néstor Soriano 1f1f331432
Merge pull request #30081 from woocommerce/frosso/wcs-extensions-bannes-updates
chore: copy changes on WCS banner
2021-06-28 16:52:44 +02:00
Nestor Soriano 38897a42e2
Add tests for product changes changes in LookupDataStore. 2021-06-28 12:25:48 +02:00
roykho 7c1b9f5f21
Add tests and refined method 2021-06-25 17:24:06 -07:00
roykho c56f4dea20
Revert this change for a different PR 2021-06-25 14:08:06 -07:00
roykho 1b8acc567b
Cast values when performing math operations to prevent PHP 8 fatal errors 2021-06-25 13:31:59 -07:00
roykho bb2664d56a
Use a helper divider method to account for strings and zeros when dividing closes #29768 2021-06-25 13:30:04 -07:00
Vedanshu Jain d1f5784fa4
Merge pull request #30108 from helgatheviking/issues/30107-enhanced-select-sortable
Issues/30107 enhanced select sortable
2021-06-25 18:17:50 +05:30
Vedanshu Jain de9a0b176b
Merge pull request #30082 from woocommerce/frosso/remove-canada-post-extension-banner
chore: remove WCS canada post mentions
2021-06-25 15:38:29 +05:30