Leif Singer
e6777adad2
Create set-up-a-child-theme.md ( #41719 )
2023-11-29 14:24:58 +01:00
Jason Kytros
aaf4e090a6
Prettier fixes
2023-11-29 15:03:16 +02:00
Leif Singer
b6b1f61807
remove-redundant--ref-code-folder ( #41727 )
2023-11-29 13:47:03 +01:00
github-actions
fdaa33b4f1
Add changefile(s) from automation for the following project(s): woocommerce
2023-11-29 12:46:10 +00:00
Leif Singer
17fd6aa280
Create configuring-caching-plugins.md ( #41591 )
2023-11-29 13:45:40 +01:00
Leif Singer
2aadc5d134
Create gdpr-compliance.md ( #41589 )
2023-11-29 13:44:35 +01:00
Leif Singer
75e3cc3185
fix spelling, grammar, etc.
2023-11-29 13:43:21 +01:00
Jason Kytros
220a5b2e9b
Remove Subscriptions from the Add Product task list
2023-11-29 14:40:21 +02:00
Leif Singer
c40623349b
fix / repair / remove broken and / or outdated links
2023-11-29 13:01:07 +01:00
Leif Singer
06d5f021f8
https instead of http; woo.com instead of woocommerce.com
2023-11-29 12:53:23 +01:00
Leif Singer
e9d5ecd76a
missed a formatting tweak
2023-11-29 12:50:59 +01:00
Leif Singer
bc6fe4242d
code formatting tweaks
2023-11-29 12:49:52 +01:00
Leif Singer
5da7ddea06
unescape escaped asterisks, since they're all in code blocks this should be fine
2023-11-29 12:48:12 +01:00
Leif Singer
2142f199bd
tweak a few links
2023-11-29 12:00:43 +01:00
Leif Singer
c4424e8325
appease the markdown linter
2023-11-29 11:48:33 +01:00
Brent MacKinnon
388ec85f06
remove-redundant--ref-code-folder
2023-11-29 11:46:55 +01:00
Leif Singer
1e4b25e9eb
Downloadable Product Permissions: The text "-1" is rendered every time merchants click the "Grant access" button without entering any product ( #41682 )
2023-11-29 11:42:22 +01:00
Maikel David Pérez Gómez
92eac565e5
[Grouped products] Product list ( #41653 )
...
* When the user selects a grouped product type, we show an additional Products in this group section in the General tab.
* When the user selects a grouped product type, we hide the Pricing and Shipping tabs.
* When empty, the grouped products card has an empty state with an illustration
* When the user clicks Add products, we show a modal
* When the user clicks the search field, we immediately display the list of all existing products. It is sorted alphabetically. Clicking an item closes the search and adds the product to the list.
* Add remove button to the product list
* When the user clicks Add, we close the modal and display the list of added products in the product form
* Clicking the product name will open it in the editing view in a new tab
* Clicking the arrow button will open the product's page in a new tab
* Prevent adding already added products
* If the name or SKU extends beyond this width, we truncate the text
* Add changelog files
* Fix linter errors
2023-11-28 22:21:17 -03:00
louwie17
882527fe05
Prep both admin-layout and product editor ( #41764 )
2023-11-28 16:23:08 -04:00
Paul Sealock
3b1f03b4d4
Package Release Workflow: Rename branch to avoid branch protection rules ( #41732 )
2023-11-29 08:44:11 +13:00
Justin Palmer
18ffb2fac0
Restore missing prefix to fix check
2023-11-28 19:09:26 +01:00
github-actions
da46d5fb3b
Add changefile(s) from automation for the following project(s): woocommerce
2023-11-28 16:35:48 +00:00
Ron Rennick
759d903d92
use consistent capitalization in docs titles ( #41717 )
2023-11-28 11:19:43 -04:00
Ron Rennick
3885983c83
Rename README.md to translating-woocommerce.md ( #41725 )
2023-11-28 11:09:51 -04:00
Fernando Marichal
0482be94cc
Remove downloads list fixed height ( #41744 )
...
* Remove fixed height in downloads list
* Add changelog
2023-11-28 10:05:22 -05:00
Paulo Arromba
6df0754b2a
Update WooCommerce Blocks to 11.6.1 ( #41743 )
...
* Updated woocommerce/woocommerce-blocks to 11.6.1
* Updated content-hash on composer.lock
2023-11-28 14:57:28 +00:00
Brent MacKinnon
6e039e8578
Update classic-theme-developer-handbook.md
2023-11-28 10:56:52 -04:00
Damián Suárez
2cdf4971f3
Merge branch 'trunk' into update/rename-edit-fn-names
2023-11-28 11:35:12 -03:00
Damián Suárez
cf9f629c1f
[Product Block Editor]: remove unused block attributes ( #41674 )
2023-11-28 11:32:47 -03:00
Damián Suárez
ead60a2049
Merge branch 'trunk' into update/rename-edit-fn-names
2023-11-28 11:00:03 -03:00
Leif Singer
f408296b79
Email the site admin when a payment gateway is enabled ( #41645 )
2023-11-28 14:29:34 +01:00
Damián Suárez
12b9c4d8bc
TabBlockEdit
2023-11-28 09:42:54 -03:00
Damián Suárez
30a3869cfe
changelog
2023-11-28 09:42:54 -03:00
Damián Suárez
e9fa11d062
rename edit fn of the Descrption block
2023-11-28 09:42:54 -03:00
Damián Suárez
1ad4cac81c
rename edit fn of Tab block
2023-11-28 09:42:54 -03:00
Damián Suárez
db3496d268
change function name of section block edit
2023-11-28 09:42:54 -03:00
Leif Singer
2a12fea81d
simplify conditional
2023-11-28 13:04:09 +01:00
Leif Singer
7f839980ec
add admin email address before removing duplicates
2023-11-28 13:02:49 +01:00
Albert Juhé Lluveras
a0715be413
Add several WooCommerce-related commands to the Command Palette ( #41605 )
...
* add simple initial integration with Command Palette
* Add WooCommerce commands
* Add e2e tests
* Fixes
* Add changefile(s) from automation for the following project(s): woocommerce
* Avoid using page.waitForLoadState() in Command Palette tests
* Make Settings and Analytics commands dynamic
* Decode entities to make sure characters are displayed correctly in the command palette
* Move decodeEntities() into registerCommandWithTracking()
---------
Co-authored-by: Darren Ethier <darren@roughsmootheng.in>
Co-authored-by: github-actions <github-actions@github.com>
2023-11-28 12:26:30 +01:00
github-actions[bot]
7ccbd6fd0e
Prepare Packages for Release ( #41657 )
...
Automated change: Prep @woocommerce/csv-export for release.
Co-authored-by: anu-rock <anu-rock@users.noreply.github.com>
Co-authored-by: Anurag Bhandari <anurag@automattic.com>
2023-11-28 20:47:14 +13:00
paul sealock
cb3ed643c0
just use time
2023-11-28 12:33:48 +13:00
paul sealock
f4b788028f
fix quotes
2023-11-28 12:25:24 +13:00
paul sealock
9e7bf3d712
add time
2023-11-28 12:19:36 +13:00
paul sealock
f4bee14d01
here we go
2023-11-28 12:19:28 +13:00
paul sealock
670a35907e
oops
2023-11-28 12:12:29 +13:00
paul sealock
c686bfeb8a
here we go
2023-11-28 12:11:23 +13:00
paul sealock
afa636c379
try this
2023-11-28 12:04:29 +13:00
paul sealock
5af9ebc087
save
2023-11-28 12:03:09 +13:00
paul sealock
a9651ecf11
make better branch name
2023-11-28 11:49:59 +13:00
paul sealock
45e016703c
rename package release branch
2023-11-28 11:41:00 +13:00