Barry Hughes
85176c0037
Tweak comment
2023-04-13 10:28:45 -07:00
Barry Hughes
fdd01353df
Remove unique constraint from order_key to prevent empty key conflict. ( #37594 )
2023-04-13 08:50:23 -07:00
Joel Thiessen
fb12ad20fd
Replacing rest_namespace modification with middleware due to blocks issues ( #37621 )
2023-04-13 08:45:50 -07:00
rodelgc
08a6eb6c17
Merge branch 'trunk' into fix/wp-l2-retrieval
2023-04-13 18:51:53 +08:00
Vedanshu Jain
6c22ffe88d
Coding standards fixes.
2023-04-13 13:28:48 +05:30
Vedanshu Jain
408cf92ab0
Better changelog messaging.
...
Co-authored-by: Barry Hughes <3594411+barryhughes@users.noreply.github.com>
2023-04-13 12:59:53 +05:30
Dano
252c2593b2
Updated task progress header title ( #37546 )
...
* Updated task progress header title
## Issue
Special characters in site titles would not render as readable text in the mentioned title.
## Summary
Updated task progress header title to support special characters using the dangerouslySetInnerHTML function was a ready solution used throughout the application, so it makes sense to apply it here as well.
* Import sanitizeHTML
* Add changelog
* Tweak changelog
---------
Co-authored-by: Chi-Hsuan Huang <chihsuan.tw@gmail.com>
2023-04-13 11:42:22 +08:00
Tam Mullen
2f75edf505
e2e Tweak flakey can create product, attributes and variations test ( #37614 )
...
* move e2e test event listener for handling the link_all_variations confirmation dialog
* A couple of additional test enhancements
---------
Co-authored-by: Jon Lane <jon.lane@automattic.com>
Co-authored-by: Jonathan Lane <lanej0@users.noreply.github.com>
2023-04-12 16:02:47 -07:00
Corey McKrill
ee1f6ed3a9
Linting fix
2023-04-12 14:32:42 -07:00
Corey McKrill
b2e96aaf5a
Move methods and tests to COTMigrationUtil
2023-04-12 14:25:09 -07:00
Fernando Marichal
1187df9d82
Add Tracks events to variations tab ( #37607 )
...
* Refactor `product-tracking` file
* Add variations tracks events
* Add changelog
* Refactor method `addProductAttributesTracks`
* Add `remove_variation` Tracks event
* Modify code comments
* Rename `query` prop
* Modify `generate_variations` event to be recorded after confirmation
---------
Co-authored-by: Fernando Marichal <contacto@fernandomarichal.com>
2023-04-12 16:37:23 -03:00
Matt Sherman
0247cea4b9
e2e: Reset variable product tour after running variable product tests ( #37680 )
...
* Reset variable product tour after tests run
* Refactor product deletion cleanup
* Refactor product page URL
2023-04-12 14:46:58 -04:00
Fernando Marichal
2722ef4763
Item controls for attribute creation are always visible ( #37620 )
...
* Fix dropdown menu style
* Move items
* Add changelog
* Remove class `select`
---------
Co-authored-by: Fernando Marichal <contacto@fernandomarichal.com>
2023-04-12 14:30:15 -03:00
barryhughes
1f4f485e2b
No changelog needed.
2023-04-12 09:34:50 -07:00
Vedanshu Jain
e8363828f7
Fixup to handle null data.
2023-04-12 18:40:19 +05:30
Vedanshu Jain
4a5db60c2a
Adjust verification so that it only checks the first meta value.
2023-04-12 18:08:22 +05:30
Vedanshu Jain
2147d2abcf
Add changelog.
2023-04-12 15:39:44 +05:30
Vedanshu Jain
d5211bbaa6
Use first meta value instead of last to be consistent with WP_Post.
2023-04-12 15:38:58 +05:30
Vedanshu Jain
55e07451ce
Add unit test for asserting that first meta is migrated.
2023-04-12 15:33:23 +05:30
Chi-Hsuan Huang
77bdd24aa8
Revert "Check min. WP and PHP versions before suggesting plugins" ( #37674 )
...
Revert "Check min. WP and PHP versions before suggesting plugins (#37611 )"
This reverts commit 30536f636e
.
2023-04-12 16:46:21 +08:00
rodelgc
b4540f61d5
Add changelog
2023-04-12 15:56:20 +08:00
Chris Lilitsas
e8c8581a4e
Fix TT2 styles and typography in the single product's attributes table ( #37639 )
2023-04-12 09:54:58 +02:00
Chris Greys
61da4c6161
Dev - Allow to filter wc_help_tip output ( #37485 )
...
Co-authored-by: Néstor Soriano <konamiman@konamiman.com>
2023-04-12 09:52:18 +02:00
rodelgc
60a02f2edf
Fix WP L-2 version retrieval
2023-04-12 15:50:48 +08:00
rodelgc
dd138a394f
Remove unnecessary concatenation
2023-04-12 15:35:27 +08:00
github-actions[bot]
a740126564
Delete changelog files based on PR 37641 ( #37653 )
...
Delete changelog files for 37641
Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
2023-04-12 08:59:53 +02:00
Corey McKrill
3c64b953a0
Update doc block
2023-04-11 16:02:01 -07:00
Corey McKrill
b389a4e8ae
Add changelog file
2023-04-11 15:58:27 -07:00
Corey McKrill
d8ec0490cb
Add unit test
2023-04-11 15:55:27 -07:00
Corey McKrill
d4d375e874
WC_Data: Add method `delete_matched_meta_data`
...
Brings the CRUD layer's meta data handling closer to parity with
WP by allowing for selectively deleting meta entries with a specific
key only if they contain a specific value.
Fixes #37650
2023-04-11 15:51:38 -07:00
Corey McKrill
7fe96ac988
Don't hardcode table prefixes
2023-04-11 14:36:32 -07:00
Ron Rennick
450d9e9c8c
FlexSlider uses Web Animations API for "slide" instead of $.animate() ( #36987 )
2023-04-11 16:50:59 -03:00
Moon
30536f636e
Check min. WP and PHP versions before suggesting plugins ( #37611 )
...
* Add min_php_version for google and pinterest extensions
* Hide extensions that do not meet the min php version requirement.
* Add min_wp_version
* Add changelog
* Revert code style
2023-04-11 12:22:15 -07:00
Ron Rennick
9ee2307b65
Merge branch 'trunk' into flexcss
2023-04-11 16:00:53 -03:00
Maikel David Pérez Gómez
f5591b7c9a
Add track inventory field to inventory section ( #37585 )
2023-04-11 11:52:20 -07:00
Maikel David Pérez Gómez
8354ae2792
Create schedule sale pricing block ( #37567 )
...
* Create schedule sale pricing block
* Add auto show/hide and clean fields depending on the initial values
* Add validations to From and To dates fields
* Add changelog files
* Align block with the figma design
* Revert linter replacement in the editor global style.scss file
* Fix some words typos
* Move and rename schedule sale block to the blocks folder
* Load datetime format from @wordpress/date instead of using the woo options datastore
* Remove the min difference using by moment to compare dates from 'minute' to undefined
* Make sure the dates are normalized for comparison
2023-04-11 10:53:37 -04:00
Nathan Silveira
fa4dd90401
Change link all variations label ( #37632 )
2023-04-11 11:44:27 -03:00
Darren Ethier
50593c5257
Fix issue that breaks the WooCommerce Home Page when Gutenberg 15.5 is active ( #37641 )
...
Co-authored-by: Ilyas Foo <foo.ilyas@gmail.com>
Co-authored-by: Chi-Hsuan Huang <chihsuan.tw@gmail.com>
Co-authored-by: rjchow <me@rjchow.com>
2023-04-11 15:27:38 +08:00
Chi-Hsuan Huang
4cc6644c8b
Add default priority for countries that don't exist in payment recommendation map ( #37590 )
...
* Add default priority for countries that are not in the payment recommendation map
* Add changelog
* Add doc
* Fix linting
2023-04-11 14:13:59 +08:00
Nathan Silveira
5d68259480
Add different confirmation message when attribute is used in a variation ( #37527 )
...
* Add different confirmation message when attribute is used in a variation
* Update logic to only consider checkbox checked value when prompting message
2023-04-10 17:44:51 -03:00
Ron Rennick
054471618e
Dev - Add customer object parameter to taxable address filter ( #37426 )
2023-04-10 13:36:06 -03:00
Matt Sherman
a054ddbf50
Beta Tester: Update WCA Test Helper option modal to show full option name ( #37495 )
...
* Adjust options modal so that option name is not cut off
* Changelog
2023-04-10 08:36:13 -04:00
Matt Sherman
5dda0aac48
Beta Tester: Update WCA Test Helper Features list ( #37483 )
...
* Alphabetize features list
* Use toggles instead of button for features
* Changelog
2023-04-10 08:34:38 -04:00
Corey McKrill
62ceb8e08b
Add changelog file
2023-04-07 17:30:31 -07:00
Corey McKrill
208fa5ea00
Add unit tests
2023-04-07 17:21:12 -07:00
Corey McKrill
ad565bd853
Add table name methods to OrderUtil
...
Adds methods to determine the names of the database tables currently
being used for orders and order meta, without needing to make a separate
check first to see if HPOS is enabled and in use.
2023-04-07 15:40:44 -07:00
Corey McKrill
152f0d3793
Make HPOS migration more strict by removing IGNORE. ( #37595 )
2023-04-07 12:30:48 -07:00
Vedanshu Jain
40d823df5c
Coding standard fix.
2023-04-07 18:31:21 +05:30
Vedanshu Jain
835d089fb7
Add changelog.
2023-04-07 18:11:32 +05:30
Vedanshu Jain
e85e68e0c5
Merge branch 'trunk' into pr/36885
2023-04-07 18:07:24 +05:30
Vedanshu Jain
e0327e3223
Fixup in unit test.
2023-04-07 18:06:55 +05:30
Anastasio
0d93e92bd1
Merge remote-tracking branch 'upstream/trunk' into woocommerce-webp-support
2023-04-06 21:39:42 +03:00
Ron Rennick
b0f042e252
Merge branch 'trunk' into woocommerce-webp-support
2023-04-06 14:54:41 -03:00
Ron Rennick
8be211b45b
Change default order to ‘date DESC’ in orders list table ( #37565 )
2023-04-06 14:27:09 -03:00
Joshua T Flowers
868fbbf23a
Register product editor blocks server-side ( #37339 )
...
* Move product block editor to new feature name
* Register all blocks and block assets server-side
* Add changelog entry
* Disable phpcs rule for file_get_contents
2023-04-06 10:13:48 -07:00
Vedanshu Jain
322639bb7e
Extra protection for empty order key orders.
...
Some order can have order key set to empty string. This commit disallows fetching those orders via key at DB level (its already disallowed from interface).
2023-04-06 21:06:38 +05:30
Vedanshu Jain
232a98317a
Add changelog.
2023-04-06 20:48:45 +05:30
Vedanshu Jain
7f00d211d1
Make migration more strict by removing IGNORE.
2023-04-06 20:48:11 +05:30
Vedanshu Jain
ebb43378a1
Remove unique constraint from order_key to prevent empty key conflict.
2023-04-06 20:46:59 +05:30
Vedanshu Jain
dbb4bd5e27
Dont store order failures when verbose is enabled to save memory.
2023-04-06 15:23:19 +05:30
Vedanshu Jain
6eca1ed561
Prevent errors from being logged twice when verbose is passed.
2023-04-06 15:14:06 +05:30
github-actions[bot]
33352895bc
Delete changelog files based on PR 37569 ( #37581 )
...
Delete changelog files for 37569
Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
2023-04-06 01:56:28 +02:00
Joel Thiessen
07b84051b2
Adding charge sales tax field to product block editor template ( #37582 )
2023-04-05 16:23:58 -07:00
Nathan Silveira
277f4aab12
Show tooltip in Save attributes button instead of using title attribute ( #37345 )
...
* Modify tipTip to allow showing dynamic content
* Show tooltip when button is disabled
* Add tipTip and disabled logic to create variations button
* Add header comment in tipTip plugin
2023-04-05 16:22:59 -03:00
Joshua T Flowers
7734027b4a
Add product radio block and tax class to product blocks editor ( #37529 )
...
* Add product radio block
* Wrap tax class radio in collapsible block
* Add link to description and sanitize HTML
* Add changelog entry
* Fix up php lint errors
* Add changelog entry
* Fix linting errors
* Remove unused import
2023-04-05 10:13:05 -07:00
Fernando Marichal
a5fe4232c7
Change variations dropdown visibility ( #37558 )
...
* Add default action with the name `Bulk actions`
* Attach event when dropdown changes
* Add changelog
* Remove `Go` button
* Fix e2e tests
* Fix styles
---------
Co-authored-by: Fernando Marichal <contacto@fernandomarichal.com>
2023-04-05 13:56:42 -03:00
Vedanshu Jain
9e9060e95b
Do not attempt to cache orders during order creation ( #37569 )
2023-04-05 20:49:57 +05:30
Vedanshu Jain
85c7bb6426
Apply coding standards.
2023-04-05 20:44:27 +05:30
Vedanshu Jain
b796522385
Applied coding standards.
2023-04-05 19:38:01 +05:30
Vedanshu Jain
b5e74ae90c
Add support for verbose command to display errors as they happen.
2023-04-05 19:28:15 +05:30
Vedanshu Jain
800ee5d6dd
Minor fixup for getting order ids in verify db command.
2023-04-05 19:01:20 +05:30
Vedanshu Jain
54eb2a0c43
Add sort order for migration script. ( #37545 )
2023-04-05 11:43:13 +02:00
Ron Rennick
d272495d08
update select all to checkbox in menu editor ( #37562 )
...
Co-authored-by: Ron Rennick <ronald.rennick@automattic.com>
2023-04-05 11:06:10 +02:00
Vedanshu Jain
817458a433
Remove caching on order save, instead do it when order is fetched.
...
This allows all the hooks when getting an order to be executed and we cache the correct object.
2023-04-05 13:29:29 +05:30
John Greys
c4cab15bd8
Add @since tag to woocommerce_customer_taxable_address filter
2023-04-05 00:50:07 +00:00
Jorge A. Torres
4250e9d7b5
Add changelog
2023-04-04 17:08:35 -05:00
Jorge A. Torres
1868311c6f
Change default order to ‘date DESC’ in orders list table
2023-04-04 17:08:35 -05:00
Jorge A. Torres
1d6c98985e
Add changelog
2023-04-04 16:56:32 -05:00
Jorge A. Torres
77e3cc5c77
Do not attempt to cache order during order creation (HPOS)
2023-04-04 16:56:29 -05:00
Ron Rennick
124bf3e529
Add changelog file
2023-04-04 13:18:36 -03:00
Maikel David Pérez Gómez
f7572b4361
Move the Save draft and Preview buttons to the product editor header ( #37461 )
...
* Add preview button to the product editor header
* Publish the product on add or on save
* Add save draft button
* Save product changes before previewing it
* Add notice messages
* Fix linter errors
* Force the store page to be openned in a new tab after publishing the product
* Enable publish button when the status is not publish
* Add changelog files
* Fix some comment typos
* Address comment suggestions
* Move preview logic to its own component
* Move save draft logic to its own component
* Move publish logic to its own component
2023-04-04 11:30:39 -04:00
Barry Hughes
32c766c5f8
Prevent duplicate alias in orders query SQL ( #37560 )
2023-04-03 14:13:19 -07:00
Jorge A. Torres
2cd5cdcc8c
Add changelog
2023-04-03 13:56:27 -05:00
Jorge A. Torres
35bbb0c920
Re-use aliases from OrdersTableQuery for field queries
2023-04-03 13:55:38 -05:00
Jorge A. Torres
b156651243
Use backticks for JOIN on OrdersTableQuery
2023-04-03 13:55:30 -05:00
Barry Hughes
bcfbfbd6d2
Thank you page (/checkout/order-received): payment gateway title formatting ( #37481 )
2023-04-03 09:47:14 -07:00
Barry Hughes
174d9075d9
Revert "Replace $.ajax() calls with browser-native window.fetch() calls." ( #37463 )
2023-04-03 09:46:49 -07:00
Ron Rennick
cb7f34de44
Restore reviews (comments) to the product editor ( #37457 )
2023-04-03 13:02:01 -03:00
barryhughes
3a1fc77442
Simply; just use `wp_kses_post()`.
2023-04-03 07:50:59 -07:00
Sam Seay
418ae6a86c
Add a changelog entry.
2023-04-03 14:17:32 +08:00
Fernando Marichal
d625f72e2b
New empty state for variations ( #37411 )
...
* Add variations empty state
# Conflicts:
# plugins/woocommerce/client/legacy/css/admin.scss
# plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-variations.php
* Fix styles
* Add changelog
* Fix html
* Fix js
* Show and hide select and button
* Fix e2e tests
# Conflicts:
# plugins/woocommerce/tests/e2e-pw/tests/merchant/create-variable-product.spec.js
* Fix lint
* Fix hidden style
* Fix js for hidden elements
* Fix lint
* Transform `load_variations` into a promise
* Fix e2e test
* Fix tests
* Remove comment
* Fix styles
* Fix comment
* Remove async
* Remove async
---------
Co-authored-by: Fernando Marichal <contacto@fernandomarichal.com>
2023-03-31 16:40:16 -03:00
Maikel David Pérez Gómez
6df1cef307
Add Sale price and list price blocks to pricing tab with pricing section ( #37513 )
...
* Add pricing section to the pricing tab
* Add changelog file
* Fix php linter errors
2023-03-31 14:47:31 -03:00
Joshua T Flowers
85080f642b
Add block related assets entry points to product editor build ( #37318 )
...
* Add editorStyle properties to blocks
* Rename style.scss files to editor.scss
* Get block entry points for block related assets
* Copy block assets to core assets build folder
* Remove unusable dependency
* Add changelog entries
* Fix up RTL style builds for block assets
* Update copy-webpack-plugin dependency and lock file
* Fix up lock file after rebase
* Fix order of webpack rtl stylesheet builds to prevent additional stylsheets
* Fix up lock file after rebase
* Fix tsconfig
2023-03-31 10:36:40 -07:00
Chi-Hsuan Huang
e553759ab6
Fix `FormContext` type error in client/tasks/fills/steps/location.tsx ( #37532 )
...
* Fix FormContext type error
* Add changelog
2023-03-31 18:43:16 +08:00
Nathan Silveira
deb1cde448
Add listener to parent to avoid event being overwritten when DOM is replaced ( #37431 )
2023-03-30 16:41:20 -03:00
Moon
658034f64e
Migrate steps/location to TS ( #37257 )
...
* Migrate steps location to TS
* Add description for ts-expect-error
2023-03-30 12:07:58 -07:00
Joshua T Flowers
681391a50a
Add product images block to product editor ( #37455 )
...
* Add images block to the product editor
* Allow html in section block descriptions
* Add changelog entry
* Add client changelog entry
* Remove SVG related changes
* Fix up lock file after rebase
* Remove unused import
* Fix up php lint errors
* Move sanitize function to utils folder
2023-03-30 11:22:07 -07:00
Ilyas Foo
d3229b97cb
Update mobile app modal image resolution ( #37506 )
...
* Update image
* Changelog
2023-03-30 23:36:12 +08:00
Nima Karimi
afc2344f47
Remove the MCM feature flag on update to WooCommerce 7.7 ( #37454 )
...
* Remove the MCM feature flag on update to WooCommerce 7.7
This feature flag is no longer needed because the new marketing page will be the default on version 7.7 (pe2C5g-Ft-p2#comment-582).
* Remove the marketing overview welcome option
2023-03-30 16:13:57 +03:00
Chi-Hsuan Huang
be9f09f217
Fix missing result prop in `wcadmin_install_plugin_error` track ( #37466 )
...
* Fix missing result prop in install_plugin_error track
* Add changelog
2023-03-30 09:51:44 +08:00
Chi-Hsuan Huang
51af048c28
Update payment gateway recommendation priority ( #37442 )
...
* Update payment gateway recommendation priority
* Reformat
* Fix lint
* Add changelog
2023-03-30 09:15:17 +08:00
Chi-Hsuan Huang
6f5b7fd359
Fix rest api filter to allow any strings in replacement ( #37468 )
...
* Fix beta tester api filter replacement value
* Add changelog
* Fix lint
* Add doc comments
2023-03-30 09:13:09 +08:00
Barry Hughes
6c1ebf3c7a
Improve search query performance by avoiding LEFT JOIN on orders_meta table. ( #36688 )
2023-03-29 11:29:04 -07:00
github-actions[bot]
5b234b92e1
Delete changelog files based on PR 37492 ( #37494 )
...
Delete changelog files for 37492
Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
2023-03-29 16:12:06 +02:00
github-actions[bot]
9892f7af28
Delete changelog files based on PR 37477 ( #37489 )
...
Delete changelog files for 37477
Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
2023-03-29 16:11:24 +02:00
Gan Eng Chin
5094cc6742
Code refactor: Simplify boolean expression before `&&` in Marketing page ( #37452 )
2023-03-29 21:15:01 +08:00
Gan Eng Chin
a57ec7818e
Code refactor: Move marketing components into coupons directory ( #37444 )
2023-03-29 21:13:04 +08:00
Gan Eng Chin
b2629c03db
Make Multichannel Marketing the default new UI for Marketing page ( #37430 )
2023-03-29 21:09:23 +08:00
Albert Juhé Lluveras
2c0004a78d
Update WooCommerce Blocks package to 9.8.4 ( #37492 )
2023-03-29 14:59:28 +02:00
Gan Eng Chin
f814f09cab
Edit changelog.
...
To mention removing classic Marketing page and unused code.
2023-03-29 19:09:54 +08:00
Gan Eng Chin
b51d32e6b7
Remove unused woocommerce_marketing_overview_welcome_hidden option.
...
See https://github.com/woocommerce/woocommerce/pull/37430#discussion_r1150002880 .
2023-03-29 19:00:20 +08:00
Vedanshu Jain
6d4c579477
Merge branch 'trunk' into perf/count_orders
2023-03-29 16:00:53 +05:30
Vedanshu Jain
934084fb95
Add partial verification support for HPOS CLI ( #37446 )
2023-03-29 16:00:39 +05:30
Albert Juhé Lluveras
b5aaa1f996
Update WooCommerce Blocks package to 9.8.3 ( #37477 )
2023-03-29 11:57:58 +02:00
Vedanshu Jain
792bf6fc85
Merge branch 'trunk' into hpos/end-at-support
2023-03-29 13:24:02 +05:30
smallfishes
1f714e8ade
fixed bug where adjust_download_permissions was being scheduled on va… ( #34828 )
...
* fixed bug where adjust_download_permissions was being scheduled on variable products without downloadable variations
* check if is null per code review comment and issue 35918 on GitHub
* clean up changelog file
* Trigger checks
* Fix DownloadPermissionsAdjuster tests
---------
Co-authored-by: smallfishes <mike@smallfishanalytics.com>
Co-authored-by: Jorge A. Torres <jorge.torres@automattic.com>
2023-03-28 17:24:02 -05:00
barryhughes
59c977e5e9
Bump template version.
2023-03-28 13:19:57 -07:00
barryhughes
021ea1b9fd
Changelog.
2023-03-28 12:53:29 -07:00
barryhughes
17c4952e72
Use consistent strategy for sanitizing the payment gateway title.
...
Elsewhere, in relation to payment gateway titles, we use the HtmlSanitizer utility to remove dangerous HTML but allow a safe subset. We should also apply that here, for consistency.
2023-03-28 12:50:58 -07:00
Matt Sherman
30ea6cfc71
Show spotlight when switching to variable product type ( #37413 )
...
* Show variable product tour
* Only show tour when product type is changed to variable
* Only show tour if it hasn't been shown before
* Add variable_product_tour_shown to UserPreferences type
* Store whether tour has been shown in user preferences
* Record Tracks events
* Add docblock for woocommerce_admin_get_user_data_fields filter
* Add test for tour
2023-03-28 13:49:40 -04:00
Matt Sherman
eab7750208
Move product-editor CES-related components and utilities ( #37131 )
...
* Update package.json and lock file
* Move ProductMVPFeedbackModal to @woocommerce/product-editor
* Move ProductMVPFeedbackModalContainer to @woocommerce/product-editor
* Move ProductMVPCESFooter and useProductMVPCESFooter to @woocommerce/product-editor
* FIx mock of __experimentalUseProductMVPCESFooter in test
2023-03-28 13:38:08 -04:00
Justin Palmer
a1ed69bc0c
Remove new multichannel marketing option info from WC Tracker ( #37438 )
2023-03-28 17:54:36 +02:00
Matt Sherman
3e7d2fbe15
New empty state for variations when no attributes ( #37352 )
...
* HTML for new empty state
* Go to attributes tab when clicking on link in message
* Handle case where local attributes exist but are not used for variations
* Make sure the click handler is re-hooked up when attributes are added
2023-03-28 10:57:02 -04:00
Matt Sherman
a92c16d93d
Update style of product attributes tab empty state ( #37429 )
...
* Update style of product attributes tab empty state
* Update icon
2023-03-28 09:50:15 -04:00
Vedanshu Jain
3c351c6056
Applied standards.
2023-03-28 19:11:20 +05:30
Vedanshu Jain
7acc2fe096
Merge branch 'trunk' into perf/count_orders
2023-03-28 18:52:38 +05:30
Matt Sherman
19b6d3fb19
Change label for button to add new global attribute value from product screen ( #37414 )
...
Change label for button to add new global attribute value from product screen.
2023-03-28 09:19:48 -04:00
Vedanshu Jain
00ba26b508
Merge branch 'trunk' into hpos/end-at-support
2023-03-28 18:41:27 +05:30
Vedanshu Jain
99e4ed4963
Make params inclusive.
2023-03-28 18:38:59 +05:30
nigeljamesstevenson
c1ecb28ec7
update expectedIndustries variable name to be more descriptive ( #37448 )
...
update variable name to be more descriptive
2023-03-28 11:56:53 +02:00
Vedanshu Jain
15060e3161
Fix/37276 remove information schema queries ( #37299 )
2023-03-28 14:47:48 +05:30
Chi-Hsuan Huang
cdeb32baa1
Add `country` query param to payment suggestion data sources ( #37443 )
...
* Add country query param to payment gateway data sources
* Add changelog
* Fix lint
2023-03-28 14:18:25 +08:00
Chi-Hsuan Huang
e18a531e85
Add Payoneer, zipco payment gateways and update Klarna available countries ( #37329 )
...
* Update default payment gateways
* Add changelog
* Update payoneer image
2023-03-28 11:43:33 +08:00
barryhughes
7c0dfa3093
One more PHPCS override. We need to restore the current screen obj.
2023-03-27 15:52:10 -07:00
barryhughes
44330f5ab8
Tidy tests per coding standards.
2023-03-27 15:52:10 -07:00
barryhughes
c567a679b5
Do not assume is set in the array.
2023-03-27 15:52:10 -07:00
barryhughes
03ebff86b8
Quick edit and reply customizations targeting the Product Review page should not impact the product editor.
2023-03-27 15:52:10 -07:00
barryhughes
d4738cd5f0
Changelog.
2023-03-27 15:52:10 -07:00
barryhughes
6e8f080438
Restore reviews (comments) to the product editor.
2023-03-27 15:52:10 -07:00
Sam Seay
7918d0a3c2
Revert "Replace $.ajax() calls with browser-native window.fetch() calls. ( #36275 )"
...
This reverts commit 6c053d3eec
.
2023-03-28 10:58:17 +13:00
Barry Hughes
c4fc54680b
Updated accessibility for product categories shortcode. ( #37445 )
2023-03-27 14:02:57 -07:00
Peter Fabian
4b64923747
Synchronized SSR from template to REST API ( #37425 )
...
* Synchronized SSR from template to REST API.
* Changelog.
* PHPCS
* More PHPCS.
* PHPCS fix
* Fixed unit tests.
2023-03-27 15:19:24 -05:00
github-actions[bot]
bfe49d9d83
Delete changelog files based on PR 37397 ( #37423 )
...
Delete changelog files for 37397
Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
2023-03-27 21:39:19 +02:00
github-actions[bot]
1bcc039bf5
Delete changelog files based on PR 37313 ( #37358 )
...
Delete changelog files for 37313
Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
2023-03-27 21:12:10 +02:00
Leif Singer
82a172cd06
Delete changelog files based on PR 37323 ( #37456 )
2023-03-27 20:57:05 +02:00
Leif Singer
7a68b6f16f
Delete changelog files based on PR #37434 ( #37449 )
2023-03-27 18:13:26 +02:00
Maikel David Pérez Gómez
a5b104eaed
Add icon support to product section block ( #37340 )
...
* Add block icon component
* Use the block icon component within the section block
* Add changelog file
* Fix rebase conflicts
* Remove icon configuration from the client side
* Change the BlockIcon component to get the icon from the attributes first and then from the metadata
* Expose the BlockIcon to be used outside of the package
* Add the BlockIcon documentation
* Configure the block to support the new icon via attributes
* Set the icon to the block section in the server template definition
* Revert back index.tsx -> index.ts in the section block
* Fix php linter errors
* Add changelog file
* Fix php linter error
* Return null instead of a Fragment
2023-03-27 12:52:03 -03:00
Gan Eng Chin
69a00e8eaa
Add changelog.
2023-03-27 23:29:59 +08:00
Vedanshu Jain
4245ec17b9
Yoda conditions, I have used.
2023-03-27 20:44:38 +05:30
Gan Eng Chin
de2aa280ef
Simplify boolean expression before && in Marketing page.
2023-03-27 21:55:42 +08:00
Peter Fabian
e8409660da
Changelog.
2023-03-27 15:40:31 +02:00
Peter Fabian
cf9fbb2248
Updated accessibility for product categories shortcode.
2023-03-27 15:39:49 +02:00
Gan Eng Chin
07181dd142
Add changelog.
2023-03-27 20:27:32 +08:00
Gan Eng Chin
64bd683e0b
Simplify import.
2023-03-27 20:17:05 +08:00
Vedanshu Jain
bb0ca91846
Add changelog.
2023-03-27 17:45:44 +05:30
Vedanshu Jain
dd2fe3869b
Add support for end_at ID to allow partial verification.
2023-03-27 17:44:52 +05:30
Gan Eng Chin
ab2d56d8b3
Move card and slider into coupons directory.
2023-03-27 19:56:40 +08:00
Gan Eng Chin
48c50afcbf
Move RecommendedExtensions and KnowledgeBase into coupons directory.
2023-03-27 19:56:40 +08:00
Matt Sherman
a77e4abffe
Emit error on webpack build when invalid export name used in import for JS ( #37195 )
2023-03-26 21:42:33 -04:00
Justin Palmer
51e04b9eba
Remove multichannel marketing info from WC Tracker
2023-03-25 16:57:20 +01:00
Leif Singer
62b275c41a
Update tested and required WordPress versions according to L-2 policy ( #37434 )
2023-03-25 09:25:13 +01:00
github-actions[bot]
a7516cb2b0
Delete changelog files based on PR 36593 ( #37420 )
...
Delete changelog files for 36593
Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
2023-03-24 19:18:43 +01:00
github-actions[bot]
0e1f974f49
Delete changelog files based on PR 37373 ( #37380 )
...
Delete changelog files for 37373
Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
2023-03-24 19:17:54 +01:00
github-actions[bot]
df52c85e92
Delete changelog files based on PR 37354 ( #37356 )
...
Delete changelog files for 37354
Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
2023-03-24 19:16:51 +01:00
Gan Eng Chin
046b0195ab
Update e2e test for marketing page.
2023-03-25 01:32:14 +08:00
Gan Eng Chin
6a6dd1a710
Fix failed api-core-tests.
2023-03-25 01:22:14 +08:00
Gan Eng Chin
49299de1fd
Add changelog.
2023-03-25 00:40:29 +08:00
Vedanshu Jain
126187b794
Fix imported ContainerInterface ( #37334 )
...
Co-authored-by: Viktor Szépe <viktor@szepe.net>
2023-03-24 16:50:53 +01:00
nigeljamesstevenson
59a12a1868
E2e/fix failing daily product variations ( #37246 )
2023-03-24 15:20:37 +00:00
John Greys
c8d0ab3019
Add changelog file
2023-03-24 14:22:41 +00:00
John Greys
e1226eb9c3
Dev - Add customer object parameter to taxable address filter
2023-03-24 14:20:25 +00:00
Ilyas Foo
47587065c9
Fix `possibly_refresh_data_source_pollers` function ( #37397 )
...
* Add default value for get_option
* Changelog
2023-03-24 21:07:10 +08:00
Konstantinos Megas
2cd529bcda
fix typos ( #37407 )
...
* fix typos
fix typos
* Add changelog
---------
Co-authored-by: Ilyas Foo <foo.ilyas@gmail.com>
2023-03-24 21:05:34 +08:00
Néstor Soriano
2d9b4bdd46
Bump WooCommerce minimum required PHP version to 7.3 and upgrade to PHPUnit 9 ( #37366 )
2023-03-24 13:42:46 +01:00
Gan Eng Chin
ec2cc54c09
Remove feature toggle in WC Settings page.
2023-03-24 20:01:44 +08:00
Gan Eng Chin
12ec1c88fc
Remove unused classic marketing overview component.
2023-03-24 16:56:52 +08:00
Konstantinos Megas
6525bd069d
Fix typos in code comments ( #37405 )
2023-03-24 09:22:58 +01:00
Niels Lange
3dbf859df3
Replace woocommerce-blocks textdomain in *.json files ( #37234 )
...
Co-authored-by: Ron Rennick <ronald.rennick@automattic.com>
2023-03-24 09:21:58 +01:00
Sakri Koskimies
1a058dc12f
Fix rounding difference on refunds with per-line taxes. Closes #30263 ( #34641 )
2023-03-24 09:09:13 +01:00
Nicholas Hance
6585113636
Update schema for version to match what is sent ( #35940 )
...
More specifically, the type of "version" in the "order" object in REST API is now declared as "string" instead of "int".
Co-authored-by: Néstor Soriano <konamiman@konamiman.com>
2023-03-24 08:49:53 +01:00
Néstor Soriano
432daa511d
Delete order data from wc_order_tax_lookup and wc_order_stats on order deletion ( #36601 )
2023-03-24 08:45:54 +01:00
Chi-Hsuan Huang
9cf7ef5a3d
Migrate woocommerce-payments task fills to TS and remove connect.js fill ( #37308 )
...
* Migrate woocommerce-payments.js to TS
* Remove tasks/fills/connect.js
* Add changelog
* Remove connect js
2023-03-24 12:26:13 +08:00
Christopher Allford
67cde87fd1
Enforce Strict `@types` Dependencies ( #37351 )
2023-03-23 18:02:20 -07:00
Jon Lane
9c8249fa46
Fix timeout
2023-03-23 11:42:46 -07:00
Christopher Allford
3d614cd862
Removed TypeScript Incremental Build Support ( #37374 )
2023-03-23 11:25:42 -07:00
Nathan Silveira
818c0c0a12
Add start command to woocommerce/client/legacy ( #37368 )
2023-03-23 11:20:20 -07:00
Jon Lane
660b277d4b
Complete refactor
2023-03-23 10:35:57 -07:00
Anastasio
e901ec1672
Removed previously added unnecessary filter
2023-03-23 19:29:56 +02:00
Lucas Bustamante
ebafecea0f
Reduce flakiness on E2E setup ( #37410 )
...
* Reduce flakiness on test setup
* Add changelog
* Go to wp-admin
2023-03-23 09:40:31 -07:00
Gan Eng Chin
51a57c2808
Remove unused Button component in marketing directory.
2023-03-23 23:28:55 +08:00
Gan Eng Chin
4f7705f691
Always use MarketingOverviewMultichannel for marketing page.
2023-03-23 23:19:34 +08:00
Jorge A. Torres
627c2bce01
Synchronize order meta data (between HPOS and CPT stores) ( #36593 )
2023-03-23 10:03:44 -05:00
Vedanshu Jain
41c2549f20
Remove manual meta handling code since custom meta is synced now.
2023-03-23 08:34:00 -05:00
nigeljamesstevenson
189460417c
Release tests with plugins installed ( #37361 )
2023-03-23 12:32:30 +00:00
nigeljamesstevenson
8806f0d6ee
changelog entry
2023-03-23 09:31:40 +00:00
nigeljamesstevenson
0e1f74ae5a
update incorrect variable name in api-core-test
2023-03-23 09:26:27 +00:00
Gan Eng Chin
5953362485
Refetch "Installed extensions" card data after installing recommended channels ( #37300 )
2023-03-23 15:06:08 +08:00
Jorge A. Torres
c76a999ae9
Propagate metadata deletion
2023-03-22 21:38:12 -05:00
barryhughes
fd3749d5c2
Add assertions covering synchronization of order meta data deletions.
2023-03-22 21:38:12 -05:00
barryhughes
e15b942054
Fix typos.
2023-03-22 21:38:12 -05:00