Commit Graph

39808 Commits

Author SHA1 Message Date
Nestor Soriano a99955a7b6 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-08-03 09:30:07 +01:00
Fernando Marichal 2c0da76684 Bump woocommerce-admin version to 2.5.0-rc.1 2021-08-03 09:30:07 +01:00
Claudio Sanches e2accc17a3 Added missing entry 2021-08-03 09:30:07 +01:00
Claudio Sanches eee39fbfe0 Fixed changelog entry type for 5.6.0 2021-08-03 09:30:07 +01:00
Nestor Soriano d48775f440 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-08-03 09:30:07 +01:00
Nestor Soriano 53f66a2cb7 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-08-03 09:30:07 +01: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
Greg 3f5420eb0d Added check out DB update and run if it exists 2021-08-02 11:11:49 -06:00
Nestor Soriano e1f19e2d23
Fix: 'woocommerce_email_settings' filter being triggered twice. 2021-08-02 09:33:18 +02:00
Greg 7612f862b4 Updated readme and changelog 2021-07-30 15:05:10 -06:00
Greg ae75249bed Added order cleanup 2021-07-30 15:02:55 -06:00
Tam Mullen c43f2b371e Fixed typo in k6 checks and updated headers merging. 2021-07-30 20:38:31 +01:00
Tam Mullen a9f36ed72a Update the k6 create product requests 2021-07-30 20:34:39 +01: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
And Finally ddc767c81f
Merge pull request #30389 from woocommerce/add/10864-marketplace-purple-search-background
New marketplace addons header
2021-07-30 15:59:12 +01:00
And Finally 7244f35d1e Giving 100% width to purple header. 2021-07-30 15:24:12 +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
And Finally b009f891ca Merge branch 'add/10864-marketplace-purple-search-background' of https://github.com/woocommerce/woocommerce into add/10864-marketplace-purple-search-background 2021-07-30 15:10:08 +01:00
And Finally b94bdca898 Style tweaks. Using flexbox. Using default font. Removed letter-spacing. Added mobile style. 2021-07-30 15:04:29 +01:00
And Finally 324c8e229a Style tweaks. Added mobile styles. Using default font-family. Removed letter-spacing. Using flexbox to centre the content in the header. 2021-07-30 14:47:19 +01:00
Gerhard d3d8aae4b4
New marketplace addons header 2021-07-30 12:58:51 +02: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
Maria Górska-Piszek 08555ff778 Change My Subscriptions page header. 2021-07-30 11:09:08 +02:00
Maria Górska-Piszek a9ea6ecebc Change menu item name to Marketplace. 2021-07-30 11:00:53 +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
Maria Górska-Piszek 3ffc3de4c5 Update e2e tests. 2021-07-29 15:52:30 +02:00
Maria Górska-Piszek 8fdcaa0b55 Split Extensions page into 2 menu items. 2021-07-29 15:49:12 +02:00
rodelgc 1bff2b6609
Merge branch 'trunk' into add/e2e-implement-describe-each 2021-07-29 20:35:49 +08:00
Rodel Calasagsag 344aebd0b5 Fix merge conflict in e2e-utils CHANGELOG 2021-07-29 20:32:50 +08:00
rodelgc 0ea8637094
Merge branch 'trunk' into add/e2e-merchant-batch-create-orders 2021-07-29 19:48:26 +08: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
Rodel Calasagsag e5078cdf5c Add new util function to the readme 2021-07-29 19:32:12 +08:00
Rodel Calasagsag 16083c2574 Move utility function to withRestApi 2021-07-29 19:31:27 +08:00
Rodel Calasagsag b116756b09 Renamed 'status' variable 2021-07-29 18:27:26 +08:00
Dan Bitzer 89fa082743 Remove \WC_Customer::get_hook_prefix method
This method is now redundant since the `$object_type` property is set for the class. This means the parent method will now return the exact same value.
2021-07-29 11:26:21 +09:30
Dan Bitzer 5c7d1a440a Set $object_type prop for WC_Customer class 2021-07-29 11:26:21 +09:30
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
Greg 47683bb1b5 Update README 2021-07-27 20:48:45 -06:00
Greg b50f88ee29 Removed ignore lint fields 2021-07-27 20:43:47 -06:00
Claudio Sanches ba786322a4 Added missing entry 2021-07-27 20:31:37 -03:00