Commit Graph

39095 Commits

Author SHA1 Message Date
Claudio Sanches e9443a6850 Composer update 2021-08-09 12:46:56 -03:00
Claudio Sanches 4fea3f4dc1 Update unit test WP matrix 2021-08-09 12:33:39 -03:00
Claudio Sanches 7650a5bcb9 Set "Requires at least" to WP 5.6 2021-08-05 12:20:04 -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
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
Nestor Soriano b3617a3115
Extend post-merge GH action to add a comment suggestion next steps. 2021-08-03 10:07:24 +02:00
Claudio Sanches 23ae6993ff
Merge pull request #30404 from woocommerce/fix/30390
Fix 'woocommerce_email_settings' filter being triggered twice
2021-08-02 14:44:31 -03:00
Nestor Soriano e1f19e2d23
Fix: 'woocommerce_email_settings' filter being triggered twice. 2021-08-02 09:33:18 +02:00
Barry Hughes 164e7e495c
Merge pull request #30394 from woocommerce/add/pr-template
Add task instructions for the PR reviewer
2021-07-30 10:23:16 -07:00
roykho bdbd97fa9d
Add task instructions for the PR reviewer 2021-07-30 10:02:16 -07:00
Roy Ho 24c0dd7890
Merge pull request #30374 from woocommerce/fix/30282
Revert the use of prop here as we want to remove the attribute comple…
2021-07-30 17:21:39 +01:00
Roy Ho 00439232ec
Update assets/js/admin/quick-edit.js
Co-authored-by: jonathansadowski <jonathansadowski@users.noreply.github.com>
2021-07-30 17:19:29 +01:00
Claudio Sanches dd23ba5061
Merge pull request #30388 from woocommerce/fix/attribute_filtering_option_names
Fix option names used by the product attributes lookup table feature
2021-07-30 11:11:29 -03:00
Nestor Soriano 9583d57d26
Fix option names used by the product attributes lookup table feature
The feature was using option names prefixed with
"woocommerce_attribute_lookup__". That double underscore breaks WP
standards for option names. The option names have been changed
so that they use a single underscore instead.
2021-07-30 11:16:05 +02:00
Claudio Sanches c65699e907
Merge pull request #30356 from woocommerce/update/woocommerce-admin/2.5.0-rc.1
Bump woocommerce-admin version to 2.5.0-rc.1
2021-07-29 15:34:28 -03:00
Vedanshu Jain 10ecf34d94
Merge pull request #30360 from woocommerce/fix/5.6-changelog
Fixed changelog entry type for 5.6.0
2021-07-29 21:16:54 +05:30
Vedanshu Jain d9a69c37a5
Merge pull request #30381 from woocommerce/fix/automatic-milestoning-for-fork-prs
Fix: automatic milestoning GitHub action not working with PRs coming from forks
2021-07-29 21:08:57 +05:30
roykho d7493e10e1
Allow user with capabilities to view downloadable image closes #29988 2021-07-29 08:19:35 -07:00
Nestor Soriano 9ffddbac1f
Use 'pull_request_target' in the automatic milestoning action
The original event used, 'pull_request', runs in the context of the
pull request. In the case of pull requests created from forks this means
that a read-only GitHub token is used for API calls, and thus the
call used to assign the milestone fails.

The fix is using the 'pull_request_target' event, which runs in the
context of the base branch, and thus with a read-write token. See:
https://docs.github.com/en/actions/reference/events-that-trigger-workflows#pull_request_target

Also, added a warning message when no milestone without a release
branch is found and thus the newest existing milestone is assigned
(this is a fallback that should normally not happen).
2021-07-29 16:47:27 +02:00
Néstor Soriano 409c996834
Merge pull request #30366 from woocommerce/add/logging_for_milestone_assignment_gh_action
Add error logging to the GitHub action for assigning a milestone to merged pull requests
2021-07-29 13:33:46 +02:00
roykho eb66b032dc
Revert the use of prop here as we want to remove the attribute completely closes #30282 2021-07-28 10:56:55 -07:00
Nestor Soriano 68fcfa9cf6
Add logging to the GH action for assigning a milestone to merged PRs
If the GH API call to assign the milestone to a merged PR returns an
error, the data returned from the call will be dumped to the console,
and thus will be readable by looking at the action execution log.
2021-07-28 15:20:16 +02:00
Vedanshu Jain 124aeb7467
Merge pull request #30204 from getsnoopy/fix-postal-code-labels
Correct postal code labels for US & India
2021-07-28 13:38:45 +05:30
Claudio Sanches ba786322a4 Added missing entry 2021-07-27 20:31:37 -03:00
Claudio Sanches 1ee5301cef Fixed changelog entry type for 5.6.0 2021-07-27 19:57:47 -03:00
Claudio Sanches 16f2b6e9b1
Merge pull request #30352 from woocommerce/fix/refresh-package-lock
package lock maintenance
2021-07-27 14:08:56 -03:00
Claudio Sanches d7531db491
Merge pull request #30355 from woocommerce/fix/version
Bump version to the next
2021-07-27 14:08:28 -03:00
Barry Hughes f8955593f1
Merge pull request #30351 from woocommerce/fix/cant-create-product-attributes-lookup-table
Fix attributes lookup table creation and usage option name.
2021-07-26 15:28:59 -07:00
Fernando Marichal cc100361de Bump woocommerce-admin version to 2.5.0-rc.1 2021-07-26 16:34:43 -03:00
roykho f34061e91e
Bump version to the next 2021-07-26 09:27:01 -07:00
Roy Ho 081e725190
Merge pull request #30216 from woocommerce/add/new-locale-info-file
Update locale-info.php
2021-07-26 15:32:10 +01:00
Ron Rennick 73b0192ed7 package lock maintenance 2021-07-26 11:30:26 -03:00
Nestor Soriano 48f3adcb32
Fix attributes lookup table creation and usage option name
Fix two bugs related to the product attributes lookup table:

1. The DataRegenerator::check_can_do_lookup_table_regeneration method
   was incorrectly throwing an exception when invoked with no product id
   (this method will always be called without method id in order to
   create the table, and by then the table will not exist).
2. The products - advanced settings page was using the wrong option
   name to enable the feature.
2021-07-26 16:11:37 +02:00
Taha Paksu 12f033e477 Remove changelog entry, change header versions 2021-07-26 16:58:38 +03:00
Taha Paksu e08540dcf6 Merge branch 'trunk' into add/new-locale-info-file 2021-07-26 16:21:14 +03:00
Claudio Sanches 58e6d8c183
Merge pull request #30344 from woocommerce/prepare/5.7.0
5.7.0-dev
2021-07-23 20:59:09 -03:00
Claudio Sanches 02492514f9 5.7.0-dev 2021-07-23 20:58:37 -03:00
Claudio Sanches 8ae16b7317
Merge pull request #30343 from woocommerce/add/5.6.0-beta.1
Tag 5.6.0-beta.1
2021-07-23 20:43:40 -03:00
Claudio Sanches 58a719aeed Tag 5.6.0-beta.1 2021-07-23 19:20:11 -03:00
Greg e382e03f58
Merge pull request #30291 from woocommerce/add/plugin-upload-flow
Added plugin upload functionality
2021-07-22 13:06:56 -06:00
Greg 5229087aa1 Merge branch 'trunk' of github.com:woocommerce/woocommerce into add/plugin-upload-flow 2021-07-22 12:42:50 -06:00
Ron Rennick f2cb291778
Merge pull request #30330 from woocommerce/fix-e2e/add-wait-for-search
Added wait for selector in search
2021-07-22 15:29:43 -03:00
Greg 32454db984 Update selectors 2021-07-22 11:38:42 -06:00
Greg 946a4e755a Update selector 2021-07-22 11:23:24 -06:00
Greg 0de5726332 Merge branch 'trunk' of github.com:woocommerce/woocommerce into fix-e2e/add-wait-for-search 2021-07-22 11:17:21 -06:00
Greg 45735a30f7 Make selector more specific 2021-07-22 10:55:45 -06:00
Roy Ho 5a70e26541
Merge pull request #29470 from Quy/patch-1
Remove trailing colon when checkbox is before label
2021-07-22 16:16:47 +01:00
Roy Ho 1d725d8dc8
Merge pull request #30068 from jobthomas/patch-1
"Pending payment" instead of "Pending" as the correct status
2021-07-22 16:03:12 +01:00
Roy Ho 742d18a73a
Merge pull request #30252 from kravco/log-file-dropdown-modification-time
fix incorrect modification time in logs dropdown
2021-07-22 15:34:30 +01:00