Commit Graph

39374 Commits

Author SHA1 Message Date
Ron Rennick 7ba121ec1a
Merge pull request #30398 from woocommerce/add/e2e-order-cleanup
Added order cleanup to e2e setup
2021-08-09 12:33:53 -03:00
Claudio Sanches 4fea3f4dc1 Update unit test WP matrix 2021-08-09 12:33:39 -03:00
Roy Ho be200f5047
Merge pull request #30443 from woocommerce/fix/26975
Fix: product attribute permalinks not working for non-ASCII characters
2021-08-09 15:32:44 +01:00
And Finally 1ec1f25d26 Merge branch 'update/marketplace-1' into update/styling-product-cards 2021-08-09 15:00:51 +01:00
And Finally a8091943d5
Merge pull request #30445 from woocommerce/update/marketplace-page-title
Update My Subscriptions page title
2021-08-06 16:57:45 +01:00
Greg 7bbb820379 Adjust spacing on comments 2021-08-06 09:37:21 -06:00
Greg f3447f713d Merge branch 'trunk' of github.com:woocommerce/woocommerce into add/e2e-db-upgrade 2021-08-06 09:34:43 -06:00
Roy Ho cc106854b4
Merge pull request #30448 from alexmigf/master
New hook for product external options
2021-08-06 16:28:34 +01:00
Greg 618a8c458d Remove errant space 2021-08-06 09:23:35 -06:00
Ron Rennick d09bd4fce5
Merge pull request #30439 from woocommerce/add/e2e-admin_email_config_override
Added admin email config override
2021-08-06 11:41:39 -03:00
Greg 6dd33564b9
Merge branch 'trunk' into add/e2e-db-upgrade 2021-08-06 07:57:35 -06:00
Maria Górska-Piszek 1d9e481953 Update document title for My Subscriptions. 2021-08-06 14:22:42 +02:00
Maria Górska-Piszek 4a736507bc
Merge pull request #30380 from woocommerce/update/split-extensions-pages
Split the Extensions page in WP Admin and add respective menu items
2021-08-06 13:47:31 +02:00
And Finally 55235909aa Correcting escaping in the subscriptions list in `html-main.php` – `esc_html` was escaping a `strong` tag in the renewal message. 2021-08-06 12:44:39 +01:00
And Finally b2ae8ab1b4 Merge branch 'trunk' into update/marketplace-1 2021-08-06 12:37:37 +01:00
Maria Górska-Piszek d02ede8389 Update Marketplace and My Subscriptions page titles. 2021-08-06 13:26:22 +02:00
Maria Górska-Piszek 379960e8c1 Merge branch 'update/split-extensions-pages' of github.com:woocommerce/woocommerce into update/split-extensions-pages 2021-08-06 13:24:14 +02:00
Néstor Soriano 9404afad8b
Merge pull request #30230 from Kleindberg/patch-1
Added Ukrainian states
2021-08-06 13:13:27 +02:00
Néstor Soriano c11739e7ed
Merge pull request #30256 from YordanSoares/issue-30255-fix-payment-method-title-for-the-option-other
Fix the payment method title for the option "Other"
2021-08-06 12:41:55 +02:00
Nestor Soriano 6c28cd00a6
Fix: product attribute permalinks not working for non-ascii characters
Product attribute lists permalinks ("/attribute/term") were not working
for attribute names containing non-ascii characters. That's because
when the attribute taxonomy was registered the url rewrite rules were
created using the sanitized version of the attribute name, which
implies converting these characters into the urlencoded version.

The fix consists of applying "urldecode" to the sanitized attribute
name before using it to create the rewrite rule. The sanitization
needs to be kept for compatibility purposes, since it also replaces
latin characters with accents into the non-accent versions
(this conversion won't be affected by "urldecode")
2021-08-06 11:45:49 +02:00
Bogdan e5a0f344de
Update states.php 2021-08-06 12:36:04 +03:00
Bogdan b4269204d7
Update states.php 2021-08-06 12:27:38 +03:00
Greg 8ccbbab8ab Added admin email config override 2021-08-05 19:39:30 -06:00
Greg aa8f5841f9 Code review feedback 2021-08-05 19:11:08 -06:00
Greg e738ce4fa6
Merge branch 'trunk' into add/e2e-order-cleanup 2021-08-05 18:42:34 -06:00
Greg 33521dd4fc
Merge pull request #30361 from woocommerce/add/e2e-shipping-classes-cleanup
Added shipping classes cleanup to retest flow
2021-08-05 14:42:30 -06:00
Greg d3e80ce83f Updated changelog 2021-08-05 13:53:09 -06:00
Vedanshu Jain 08e202ac0f
Merge pull request #30325 from woocommerce/add/wc-customer-data-type-prop-30272
Specify the `$object_type` property for the `WC_Customer` class
2021-08-05 22:05:29 +05:30
And Finally ebca1cb51b
Merge branch 'update/marketplace-1' into update/split-extensions-pages 2021-08-05 17:25:10 +01:00
Maria Górska-Piszek f83b52d696 Fix phpcs issues. 2021-08-05 18:05:48 +02:00
Maria Górska-Piszek e14efd7dae Cleanup unused functions and files. 2021-08-05 17:53:18 +02:00
Claudio Sanches 7650a5bcb9 Set "Requires at least" to WP 5.6 2021-08-05 12:20:04 -03:00
Maria Górska-Piszek e7df403b73 Align product cards on the Extensions page. 2021-08-05 11:03:28 +02:00
And Finally 7fbe1868e4
Merge pull request #30405 from woocommerce/fix/admin-helper-views-main-phpcs
Addressing PHPCS issues in Helper view file
2021-08-05 09:45:01 +01:00
Roy Ho d73b1d89bf
Merge pull request #30418 from woocommerce/fix/30140
Fix: "Related Products" not showing all random related products within the same category
2021-08-04 18:26:27 +01:00
roykho 3d37ac60bf
Fix variations menu order not applying correctly when manually set closes #29630 2021-08-04 09:03:35 -07:00
Nestor Soriano 8095482f69
Fix: the same set of related products is always displayed
get_related_products_query in the WC_Product_Data_Store_CPT class is
querying the suitable products with a "limit" clause, this causes
that products down in the table are never picked for display.
This commit adds a ORDER BY RAND() to the query so that all products
have a chance to get picked.
2021-08-04 12:14:20 +02:00
Barry Hughes be907c606d
Merge pull request #30413 from woocommerce/update/changelog
Update 5.6 changelog.
2021-08-03 13:06:04 -07:00
Claudio Sanches bb78e1e943 Update 5.6 changelog 2021-08-03 17:03:00 -03:00
Barry Hughes b4ca94365e
Merge pull request #30408 from woocommerce/add/29852
GitHub action to post a comment with next steps suggestion on pull request merge.
2021-08-03 12:50:03 -07:00
Maria Górska-Piszek 51d0a4563c Add product card styling. 2021-08-03 13:35:58 +02:00
Nestor Soriano 6fb769bc9d
Refactor the PR post-merge processing GitHub action
Common code has been extracted to a "post-request-shared.php" script.
2021-08-03 11:33:33 +02:00
Néstor Soriano 92ffb0970b
Merge pull request #30385 from woocommerce/fix/29988
Allow user with capabilities to view downloadable image closes #29988
2021-08-03 10:35:15 +02:00
And Finally e92f99d8ee Merge branch 'update/marketplace-1' into fix/admin-helper-views-main-phpcs 2021-08-03 09:33:31 +01:00
And Finally 92273b140a Giving 100% width to purple header. 2021-08-03 09:32:31 +01:00
And Finally f2f12ae2f8 Style tweaks. Using flexbox. Using default font. Removed letter-spacing. Added mobile style. 2021-08-03 09:32:31 +01:00
And Finally c9f07fdc01 Style tweaks. Added mobile styles. Using default font-family. Removed letter-spacing. Using flexbox to centre the content in the header. 2021-08-03 09:32:31 +01:00
Gerhard 6f9e7d1074 New marketplace addons header 2021-08-03 09:32:31 +01:00
And Finally a78e8354cb Addressing PHPCS issues.
- Added file doc comment.
- Escaping direct output and translated output.
- Added translators comments.
- Renaming `$action` vars to `$subscription_action`, so they don't override the global of the same name.
2021-08-03 09:30:07 +01:00
roykho 0fcda2327e Add task instructions for the PR reviewer 2021-08-03 09:30:07 +01:00