Barry Hughes
4cfb41e7e7
Fix decimal points for SEK, HUF and CZK currencies ( #37834 )
2023-04-19 10:30:59 -07:00
Corey McKrill
c772d8ac9e
fix/35860: Adds missing aria-label and tabindex HTML attributes to the Help tip element. ( #37808 )
...
Fixes #35860
2023-04-19 10:12:03 -07:00
Darin Kotter
be56376571
Add changelog file
2023-04-19 10:51:03 -06:00
Darin Kotter
ea22a5fb78
Change from using a figure tag to using a div tag to wrap the single product image. Adjust styles to account for this change
2023-04-19 10:46:41 -06:00
Jorge A. Torres
9aa4fd6bd2
fix/28214 Backorders have a wrong availability on application/ld+json ( #37837 )
2023-04-19 10:41:39 -05:00
Luthfi Bintoro
e0049fe1d2
Fix/issue 36668: Shows warning only when the variation price is empty ( #37817 )
...
* #36668 - no warning shown for zero price
* add changelog
2023-04-19 11:27:36 -04:00
Christopher Allford
1cfd8a1b53
Enforce LF Line Endings ( #37843 )
...
Since it's possible that people may be cloning the repository in
Windows, we need to enforce consistent line endings.
2023-04-19 08:26:19 -07:00
bao
4dd38a4bad
improve
2023-04-19 21:35:22 +07:00
bao
f2bc9b6d29
add support for minlenght in the template
2023-04-19 20:28:55 +07:00
Ahmed
e5654f62b2
change more occurences of num_decimals
2023-04-19 13:25:59 +00:00
Matt Sherman
1dd8e05a68
Fix checkbox label styling on product page tabs ( #37791 )
...
* Do not switch description to block if used for an input
* Changelog
2023-04-19 10:19:48 -03:00
bao
c5285ec2d8
fix code style
2023-04-19 20:15:57 +07:00
faisal-alvi
32aaf1ca97
Clear floats after Product Summary in 2023
2023-04-19 18:37:51 +05:30
bao
4f59b717d4
fix stock status is not correct in JSON structure data if product is onbackorder
2023-04-19 19:36:38 +07:00
Ahmed
a8522ffa85
add changelog of changes
2023-04-19 12:30:40 +00:00
Ahmed
ef58a55b7d
Fix decimal points in tests for SEK, HUF, and CZK
2023-04-19 12:26:26 +00:00
Ahmed
b4bea41361
Fix decimal points for SEK, HUF, and CZK
2023-04-19 12:26:09 +00:00
Jorge A. Torres
e20e1ca143
Fix/37600 Remove `aria-disabled` from `Update Cart` button ( #37820 )
2023-04-19 07:19:51 -05:00
nigeljamesstevenson
cbc188ce84
Fix Playwright E2E tests documentation as some steps to set up the local environment and run E2E tests were not accurate ( #37823 )
2023-04-19 13:10:58 +01:00
Siddharth Thevaril
f3eded792f
fix/33389: add `refunded_payment` property in the create refund response ( #37816 )
2023-04-19 14:03:05 +02:00
Alex López
625567370d
Add suggestions from PR review to the E2E Playwright tests documentation.
2023-04-19 13:26:30 +02:00
nigeljamesstevenson
950bf937d7
Skip the `review-testing-instructions` workflow on PR's from community contributors ( #37813 )
2023-04-19 12:19:54 +01:00
nigeljamesstevenson
9260e81f3d
Fix broken link to WSL setup instructions ( #37819 )
2023-04-19 12:18:41 +01:00
Vedanshu Jain
26e827eb3e
Add null protection.
2023-04-19 16:04:34 +05:30
Faisal Alvi
e5c306db3d
Update fix-37600
2023-04-19 15:48:02 +05:30
Vedanshu Jain
f58016e7d7
Add changelog.
2023-04-19 15:44:09 +05:30
Albert Juhé Lluveras
25dd44aa06
Update WC Blocks to 10.0.2 ( #37818 )
2023-04-19 12:08:14 +02:00
Vedanshu Jain
3233bb2232
Fix regression in supporting nested date query arguments.
2023-04-19 15:36:08 +05:30
Alex López
f792e71662
Fix E2E Playwright documentation as some steps to set up the local environment and run E2E tests were not accurate.
2023-04-19 11:46:33 +02:00
faisal-alvi
cb1baac1c5
adding a changelog
2023-04-19 14:38:27 +05:30
faisal-alvi
f33283306e
Remove `aria-disabled` from `Update Cart` button
2023-04-19 14:30:23 +05:30
rodelgc
a9bac53282
Fix link back to the main readme
2023-04-19 16:56:13 +08:00
rodelgc
7cba955617
Include Ubuntu 22.04
2023-04-19 16:46:00 +08:00
Csaba Maulis
7c9ae871c3
Add changelog entry
2023-04-19 15:52:54 +08:00
rodelgc
dfb23eaccc
Add steps to setup dependencies
2023-04-19 15:51:11 +08:00
Siddharth Thevaril
410490e035
Update plugins/woocommerce/client/legacy/js/admin/meta-boxes-product.js
...
Co-authored-by: Chi-Hsuan Huang <chihsuan.tw@gmail.com>
2023-04-19 13:19:17 +05:30
Csaba Maulis
0ae48c647b
Add `featured` field to the images array for Product REST API
2023-04-19 15:48:32 +08:00
rodelgc
f1d72977c1
Add if condition
2023-04-19 15:32:52 +08:00
louwie17
b42da82e50
Update/34885 category field in product editor ( #36869 )
...
* Add initial custom meta box for product categories
* Make use of TreeSelectControl
* Update classnames
* Display selected items and sync with most used tab
* Always show placeholder and remove checklist container
* Reactify category metabox tabs
* Add create new category logic
* Remove unused markup
* Fix saving of empty category list
* Add callback when input is cleared as well
* Some small cleanup and refactoring.
* Add changelog
* Fix tree creation and style enqueue
* Auto fix lint errors
* Fix linting errors
* Fix css lint errors
* Add 100 limit, and address some PR feedback
* Fix some styling and warnings
* Remove unused code
* Address PR feedback
* Fix lint error
* Fix lint errors
* Address PR feedback
* Fix lint error
* Minor fixes and add tracking
* Add debounce
* Fix lint error
* Allow custom min filter amount and fix menu not showing after escaping input
* Allow single item to be cleared out of select control
* Fix bug where typed values did not show up
* Fix some styling issues
* Allow parents to be individually selected
* Address PR feedback and add error message
* Add changelogs
* Fix saving issue
* Add client side sorting and stop clearing field upon selection
* Update changelog
* Create feature flag for async product categories dropdown
* Fix lint errors
* Fix linting
2023-04-19 04:28:18 -03:00
Akshaya Rane
5b34fbba50
Added changelog
2023-04-19 12:35:16 +05:30
Akshaya Rane
51805cd565
Added numberic check for Regular price
2023-04-19 12:19:07 +05:30
Siddharth Thevaril
a3a2b35253
add changelog
2023-04-19 10:59:03 +05:30
rodelgc
70d50e3336
Add changelog
2023-04-19 13:23:36 +08:00
rodelgc
3b17621e97
Initial changes
2023-04-19 13:21:54 +08:00
Siddharth Thevaril
6c06aaa5fa
add arial0label and tab-index to help tip
2023-04-19 10:38:44 +05:30
jonathansadowski
caf20d7989
Run schema check in release post tool ( #37734 )
2023-04-19 15:40:14 +12:00
github-actions[bot]
ad68685b79
Delete changelog files based on PR 37790 ( #37801 )
...
Delete changelog files for 37790
Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
2023-04-19 11:35:47 +12:00
github-actions[bot]
f6df417ca2
Delete changelog files based on PR 37738 ( #37803 )
...
Delete changelog files for 37738
Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
2023-04-19 11:35:37 +12:00
github-actions[bot]
ffa482a921
Delete changelog files based on PR 37662 ( #37788 )
...
Delete changelog files for 37662
Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
2023-04-19 11:35:25 +12:00
Barry Hughes
4ec741f7b8
Increase PHPUnit Test Environment Resiliency ( #37792 )
2023-04-18 13:04:37 -07:00