[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot] 2024-11-22 10:04:23 +00:00
parent 5f9b6cb571
commit 9686494ee3
20 changed files with 1496 additions and 668 deletions

View File

@ -3,6 +3,6 @@
"last_update": 1732042997
},
"Trickest wordlist update": {
"last_update": 1732183455
"last_update": 1732269853
}
}

View File

@ -7730,24 +7730,8 @@ cli.js
eslint.config.js
ecosystem.config.cjs
docker-compose.yml
.changeset/afraid-brooms-hug.md
afraid-brooms-hug.md
.changeset/config.json
config.json
.changeset/stupid-timers-heal.md
stupid-timers-heal.md
.changeset/angry-frogs-beam.md
angry-frogs-beam.md
.changeset/fresh-tables-check.md
fresh-tables-check.md
.changeset/shy-taxis-fly.md
shy-taxis-fly.md
.changeset/proud-deers-kneel.md
proud-deers-kneel.md
.changeset/itchy-bulldogs-tan.md
itchy-bulldogs-tan.md
.changeset/cyan-sloths-appear.md
cyan-sloths-appear.md
sdk/package.json
package.json
sdk/readme.md

View File

@ -1600,15 +1600,7 @@ directus/cli.js
eslint.config.js
ecosystem.config.cjs
docker-compose.yml
.changeset/afraid-brooms-hug.md
.changeset/config.json
.changeset/stupid-timers-heal.md
.changeset/angry-frogs-beam.md
.changeset/fresh-tables-check.md
.changeset/shy-taxis-fly.md
.changeset/proud-deers-kneel.md
.changeset/itchy-bulldogs-tan.md
.changeset/cyan-sloths-appear.md
sdk/package.json
sdk/readme.md
sdk/src/auth/types.ts

View File

@ -1134,6 +1134,11 @@ comments-ui/test/e2e/pagination.test.ts
test/e2e/pagination.test.ts
e2e/pagination.test.ts
pagination.test.ts
apps/comments-ui/test/e2e/content.test.ts
comments-ui/test/e2e/content.test.ts
test/e2e/content.test.ts
e2e/content.test.ts
content.test.ts
apps/comments-ui/test/e2e/actions.test.ts
comments-ui/test/e2e/actions.test.ts
test/e2e/actions.test.ts
@ -2880,6 +2885,11 @@ apps/admin-x-activitypub/src/App.tsx
admin-x-activitypub/src/App.tsx
src/App.tsx
App.tsx
apps/admin-x-activitypub/src/hooks/useSuggestedProfiles.ts
admin-x-activitypub/src/hooks/useSuggestedProfiles.ts
src/hooks/useSuggestedProfiles.ts
hooks/useSuggestedProfiles.ts
useSuggestedProfiles.ts
apps/admin-x-activitypub/src/hooks/useActivityPubQueries.ts
admin-x-activitypub/src/hooks/useActivityPubQueries.ts
src/hooks/useActivityPubQueries.ts
@ -2898,6 +2908,12 @@ admin-x-activitypub/src/components/Search.tsx
src/components/Search.tsx
components/Search.tsx
Search.tsx
apps/admin-x-activitypub/src/components/modals/NewPostModal.tsx
admin-x-activitypub/src/components/modals/NewPostModal.tsx
src/components/modals/NewPostModal.tsx
components/modals/NewPostModal.tsx
modals/NewPostModal.tsx
NewPostModal.tsx
apps/admin-x-activitypub/src/components/activities/ActivityItem.tsx
admin-x-activitypub/src/components/activities/ActivityItem.tsx
src/components/activities/ActivityItem.tsx
@ -3024,6 +3040,12 @@ admin-x-activitypub/test/acceptance/app.test.ts
test/acceptance/app.test.ts
acceptance/app.test.ts
app.test.ts
apps/admin-x-activitypub/test/unit/hooks/useSuggestedProfiles.test.ts
admin-x-activitypub/test/unit/hooks/useSuggestedProfiles.test.ts
test/unit/hooks/useSuggestedProfiles.test.ts
unit/hooks/useSuggestedProfiles.test.ts
hooks/useSuggestedProfiles.test.ts
useSuggestedProfiles.test.ts
apps/admin-x-activitypub/test/unit/utils/get-username.test.tsx
admin-x-activitypub/test/unit/utils/get-username.test.tsx
test/unit/utils/get-username.test.tsx
@ -19028,6 +19050,13 @@ server/api/endpoints/email-post.js
api/endpoints/email-post.js
endpoints/email-post.js
email-post.js
ghost/core/core/server/api/endpoints/comment-replies.js
core/core/server/api/endpoints/comment-replies.js
core/server/api/endpoints/comment-replies.js
server/api/endpoints/comment-replies.js
api/endpoints/comment-replies.js
endpoints/comment-replies.js
comment-replies.js
ghost/core/core/server/api/endpoints/explore.js
core/core/server/api/endpoints/explore.js
core/server/api/endpoints/explore.js

View File

@ -209,6 +209,7 @@ apps/comments-ui/test/utils/fixtures.ts
apps/comments-ui/test/utils/e2e.ts
apps/comments-ui/test/utils/MockedApi.ts
apps/comments-ui/test/e2e/pagination.test.ts
apps/comments-ui/test/e2e/content.test.ts
apps/comments-ui/test/e2e/actions.test.ts
apps/comments-ui/test/e2e/auth-frame.test.ts
apps/comments-ui/test/e2e/editor.test.ts
@ -531,10 +532,12 @@ apps/admin-x-activitypub/src/api/activitypub.ts
apps/admin-x-activitypub/src/api/activitypub.test.ts
apps/admin-x-activitypub/src/standalone.tsx
apps/admin-x-activitypub/src/App.tsx
apps/admin-x-activitypub/src/hooks/useSuggestedProfiles.ts
apps/admin-x-activitypub/src/hooks/useActivityPubQueries.ts
apps/admin-x-activitypub/src/MainContent.tsx
apps/admin-x-activitypub/src/index.tsx
apps/admin-x-activitypub/src/components/Search.tsx
apps/admin-x-activitypub/src/components/modals/NewPostModal.tsx
apps/admin-x-activitypub/src/components/activities/ActivityItem.tsx
apps/admin-x-activitypub/src/components/navigation/MainNavigation.tsx
apps/admin-x-activitypub/src/components/navigation/MainHeader.tsx
@ -558,6 +561,7 @@ apps/admin-x-activitypub/src/utils/get-relative-timestamp.ts
apps/admin-x-activitypub/src/utils/render-timestamp.tsx
apps/admin-x-activitypub/test/acceptance/listIndex.test.ts
apps/admin-x-activitypub/test/acceptance/app.test.ts
apps/admin-x-activitypub/test/unit/hooks/useSuggestedProfiles.test.ts
apps/admin-x-activitypub/test/unit/utils/get-username.test.tsx
apps/admin-x-activitypub/test/.eslintrc.cjs
apps/admin-x-activitypub/playwright.config.mjs
@ -3478,6 +3482,7 @@ ghost/core/core/server/api/endpoints/members.js
ghost/core/core/server/api/endpoints/posts.js
ghost/core/core/server/api/endpoints/emails.js
ghost/core/core/server/api/endpoints/email-post.js
ghost/core/core/server/api/endpoints/comment-replies.js
ghost/core/core/server/api/endpoints/explore.js
ghost/core/core/server/api/endpoints/actions.js
ghost/core/core/server/api/endpoints/collections-public.js

View File

@ -128794,6 +128794,28 @@ Adminhtml/Report/Product/ExportDownloadsCsvTest.php
Report/Product/ExportDownloadsCsvTest.php
Product/ExportDownloadsCsvTest.php
ExportDownloadsCsvTest.php
app/code/Magento/Reports/Test/Integration/Controller/Adminhtml/Report/Product/ExportSoldCsvTest.php
code/Magento/Reports/Test/Integration/Controller/Adminhtml/Report/Product/ExportSoldCsvTest.php
Magento/Reports/Test/Integration/Controller/Adminhtml/Report/Product/ExportSoldCsvTest.php
Reports/Test/Integration/Controller/Adminhtml/Report/Product/ExportSoldCsvTest.php
Test/Integration/Controller/Adminhtml/Report/Product/ExportSoldCsvTest.php
Integration/Controller/Adminhtml/Report/Product/ExportSoldCsvTest.php
Controller/Adminhtml/Report/Product/ExportSoldCsvTest.php
Adminhtml/Report/Product/ExportSoldCsvTest.php
Report/Product/ExportSoldCsvTest.php
Product/ExportSoldCsvTest.php
ExportSoldCsvTest.php
app/code/Magento/Reports/Test/Integration/Controller/Adminhtml/Report/Product/ExportSoldExcelTest.php
code/Magento/Reports/Test/Integration/Controller/Adminhtml/Report/Product/ExportSoldExcelTest.php
Magento/Reports/Test/Integration/Controller/Adminhtml/Report/Product/ExportSoldExcelTest.php
Reports/Test/Integration/Controller/Adminhtml/Report/Product/ExportSoldExcelTest.php
Test/Integration/Controller/Adminhtml/Report/Product/ExportSoldExcelTest.php
Integration/Controller/Adminhtml/Report/Product/ExportSoldExcelTest.php
Controller/Adminhtml/Report/Product/ExportSoldExcelTest.php
Adminhtml/Report/Product/ExportSoldExcelTest.php
Report/Product/ExportSoldExcelTest.php
Product/ExportSoldExcelTest.php
ExportSoldExcelTest.php
app/code/Magento/Reports/Test/Integration/Controller/Adminhtml/Report/Product/ExportDownloadsExcelTest.php
code/Magento/Reports/Test/Integration/Controller/Adminhtml/Report/Product/ExportDownloadsExcelTest.php
Magento/Reports/Test/Integration/Controller/Adminhtml/Report/Product/ExportDownloadsExcelTest.php
@ -224923,6 +224945,15 @@ Unit/Model/ResourceModel/SaveHandlerTest.php
Model/ResourceModel/SaveHandlerTest.php
ResourceModel/SaveHandlerTest.php
SaveHandlerTest.php
app/code/Magento/SalesRule/Test/Unit/Model/ResourceModel/CouponTest.php
code/Magento/SalesRule/Test/Unit/Model/ResourceModel/CouponTest.php
Magento/SalesRule/Test/Unit/Model/ResourceModel/CouponTest.php
SalesRule/Test/Unit/Model/ResourceModel/CouponTest.php
Test/Unit/Model/ResourceModel/CouponTest.php
Unit/Model/ResourceModel/CouponTest.php
Model/ResourceModel/CouponTest.php
ResourceModel/CouponTest.php
CouponTest.php
app/code/Magento/SalesRule/Test/Unit/Model/ResourceModel/Rule/DateApplierTest.php
code/Magento/SalesRule/Test/Unit/Model/ResourceModel/Rule/DateApplierTest.php
Magento/SalesRule/Test/Unit/Model/ResourceModel/Rule/DateApplierTest.php
@ -308365,6 +308396,16 @@ Model/Quote/Item/UpdaterTest.php
Quote/Item/UpdaterTest.php
Item/UpdaterTest.php
UpdaterTest.php
dev/tests/integration/testsuite/Magento/Quote/Model/Quote/Item/CompareTest.php
tests/integration/testsuite/Magento/Quote/Model/Quote/Item/CompareTest.php
integration/testsuite/Magento/Quote/Model/Quote/Item/CompareTest.php
testsuite/Magento/Quote/Model/Quote/Item/CompareTest.php
Magento/Quote/Model/Quote/Item/CompareTest.php
Quote/Model/Quote/Item/CompareTest.php
Model/Quote/Item/CompareTest.php
Quote/Item/CompareTest.php
Item/CompareTest.php
CompareTest.php
dev/tests/integration/testsuite/Magento/Quote/Model/Quote/AddressTest.php
tests/integration/testsuite/Magento/Quote/Model/Quote/AddressTest.php
integration/testsuite/Magento/Quote/Model/Quote/AddressTest.php
@ -328747,6 +328788,18 @@ product/list/columns/image.test.js
list/columns/image.test.js
columns/image.test.js
image.test.js
dev/tests/js/jasmine/tests/app/code/Magento/Catalog/adminhtml/js/category-checkbox-tree.test.js
tests/js/jasmine/tests/app/code/Magento/Catalog/adminhtml/js/category-checkbox-tree.test.js
js/jasmine/tests/app/code/Magento/Catalog/adminhtml/js/category-checkbox-tree.test.js
jasmine/tests/app/code/Magento/Catalog/adminhtml/js/category-checkbox-tree.test.js
tests/app/code/Magento/Catalog/adminhtml/js/category-checkbox-tree.test.js
app/code/Magento/Catalog/adminhtml/js/category-checkbox-tree.test.js
code/Magento/Catalog/adminhtml/js/category-checkbox-tree.test.js
Magento/Catalog/adminhtml/js/category-checkbox-tree.test.js
Catalog/adminhtml/js/category-checkbox-tree.test.js
adminhtml/js/category-checkbox-tree.test.js
js/category-checkbox-tree.test.js
category-checkbox-tree.test.js
dev/tests/js/jasmine/tests/app/code/Magento/Catalog/adminhtml/js/use-parent-settings/toggle-disabled-mixin.test.js
tests/js/jasmine/tests/app/code/Magento/Catalog/adminhtml/js/use-parent-settings/toggle-disabled-mixin.test.js
js/jasmine/tests/app/code/Magento/Catalog/adminhtml/js/use-parent-settings/toggle-disabled-mixin.test.js

View File

@ -16124,6 +16124,8 @@ app/code/Magento/Reports/Test/Unit/Controller/Adminhtml/Report/Product/ExportDow
app/code/Magento/Reports/Test/Unit/Controller/Adminhtml/Report/Product/ExportLowstockExcelTest.php
app/code/Magento/Reports/Test/Unit/Controller/Adminhtml/Report/AbstractControllerTestCase.php
app/code/Magento/Reports/Test/Integration/Controller/Adminhtml/Report/Product/ExportDownloadsCsvTest.php
app/code/Magento/Reports/Test/Integration/Controller/Adminhtml/Report/Product/ExportSoldCsvTest.php
app/code/Magento/Reports/Test/Integration/Controller/Adminhtml/Report/Product/ExportSoldExcelTest.php
app/code/Magento/Reports/Test/Integration/Controller/Adminhtml/Report/Product/ExportDownloadsExcelTest.php
app/code/Magento/Reports/Setup/Patch/Data/ReportDisableNotification.php
app/code/Magento/Reports/Setup/Patch/Data/InitializeReportEntityTypesAndPages.php
@ -27977,6 +27979,7 @@ app/code/Magento/SalesRule/Test/Unit/Model/Quote/DiscountTest.php
app/code/Magento/SalesRule/Test/Unit/Model/Quote/ChildrenValidationLocatorTest.php
app/code/Magento/SalesRule/Test/Unit/Model/Quote/Address/Total/ShippingDiscountTest.php
app/code/Magento/SalesRule/Test/Unit/Model/ResourceModel/SaveHandlerTest.php
app/code/Magento/SalesRule/Test/Unit/Model/ResourceModel/CouponTest.php
app/code/Magento/SalesRule/Test/Unit/Model/ResourceModel/Rule/DateApplierTest.php
app/code/Magento/SalesRule/Test/Unit/Model/ResourceModel/RuleTest.php
app/code/Magento/SalesRule/Test/Unit/Model/ResourceModel/ReadHandlerTest.php
@ -37640,6 +37643,7 @@ dev/tests/integration/testsuite/Magento/Quote/Model/QuoteMutexTest.php
dev/tests/integration/testsuite/Magento/Quote/Model/Quote/Item/CartItemPersisterTest.php
dev/tests/integration/testsuite/Magento/Quote/Model/Quote/Item/RepositoryTest.php
dev/tests/integration/testsuite/Magento/Quote/Model/Quote/Item/UpdaterTest.php
dev/tests/integration/testsuite/Magento/Quote/Model/Quote/Item/CompareTest.php
dev/tests/integration/testsuite/Magento/Quote/Model/Quote/AddressTest.php
dev/tests/integration/testsuite/Magento/Quote/Model/QuoteRepositoryTest.php
dev/tests/integration/testsuite/Magento/Quote/Model/QuoteTest.php
@ -39842,6 +39846,7 @@ dev/tests/js/jasmine/tests/app/code/Magento/Catalog/frontend/js/product/provider
dev/tests/js/jasmine/tests/app/code/Magento/Catalog/frontend/js/product/list/toolbar.test.js
dev/tests/js/jasmine/tests/app/code/Magento/Catalog/base/js/product/list/columns/final-price.test.js
dev/tests/js/jasmine/tests/app/code/Magento/Catalog/base/js/product/list/columns/image.test.js
dev/tests/js/jasmine/tests/app/code/Magento/Catalog/adminhtml/js/category-checkbox-tree.test.js
dev/tests/js/jasmine/tests/app/code/Magento/Catalog/adminhtml/js/use-parent-settings/toggle-disabled-mixin.test.js
dev/tests/js/jasmine/tests/app/code/Magento/Catalog/adminhtml/js/disable-on-option/yesno.test.js
dev/tests/js/jasmine/tests/app/code/Magento/Catalog/adminhtml/js/components/product-ui-select.test.js

View File

@ -6974,6 +6974,12 @@ EmailBundle/Tests/Functional/PendingCountTest.php
Tests/Functional/PendingCountTest.php
Functional/PendingCountTest.php
PendingCountTest.php
app/bundles/EmailBundle/Tests/Controller/EmailDraftFunctionalTest.php
bundles/EmailBundle/Tests/Controller/EmailDraftFunctionalTest.php
EmailBundle/Tests/Controller/EmailDraftFunctionalTest.php
Tests/Controller/EmailDraftFunctionalTest.php
Controller/EmailDraftFunctionalTest.php
EmailDraftFunctionalTest.php
app/bundles/EmailBundle/Tests/Controller/EmailExampleFunctionalTest.php
bundles/EmailBundle/Tests/Controller/EmailExampleFunctionalTest.php
EmailBundle/Tests/Controller/EmailExampleFunctionalTest.php
@ -7242,6 +7248,11 @@ bundles/EmailBundle/Helper/RequestStorageHelper.php
EmailBundle/Helper/RequestStorageHelper.php
Helper/RequestStorageHelper.php
RequestStorageHelper.php
app/bundles/EmailBundle/Helper/EmailConfig.php
bundles/EmailBundle/Helper/EmailConfig.php
EmailBundle/Helper/EmailConfig.php
Helper/EmailConfig.php
EmailConfig.php
app/bundles/EmailBundle/Helper/MailHelper.php
bundles/EmailBundle/Helper/MailHelper.php
EmailBundle/Helper/MailHelper.php
@ -7272,6 +7283,11 @@ bundles/EmailBundle/Helper/PlainTextHelper.php
EmailBundle/Helper/PlainTextHelper.php
Helper/PlainTextHelper.php
PlainTextHelper.php
app/bundles/EmailBundle/Helper/EmailConfigInterface.php
bundles/EmailBundle/Helper/EmailConfigInterface.php
EmailBundle/Helper/EmailConfigInterface.php
Helper/EmailConfigInterface.php
EmailConfigInterface.php
app/bundles/EmailBundle/Helper/PointEventHelper.php
bundles/EmailBundle/Helper/PointEventHelper.php
EmailBundle/Helper/PointEventHelper.php
@ -7295,6 +7311,11 @@ EmailBundle/Helper/Exception/OwnerNotFoundException.php
Helper/Exception/OwnerNotFoundException.php
Exception/OwnerNotFoundException.php
OwnerNotFoundException.php
app/bundles/EmailBundle/Model/EmailDraftModel.php
bundles/EmailBundle/Model/EmailDraftModel.php
EmailBundle/Model/EmailDraftModel.php
Model/EmailDraftModel.php
EmailDraftModel.php
app/bundles/EmailBundle/Model/TransportCallback.php
bundles/EmailBundle/Model/TransportCallback.php
EmailBundle/Model/TransportCallback.php
@ -7721,6 +7742,11 @@ EmailBundle/Mailer/Exception/BatchQueueMaxException.php
Mailer/Exception/BatchQueueMaxException.php
Exception/BatchQueueMaxException.php
BatchQueueMaxException.php
app/bundles/EmailBundle/Event/EmailEditSubmitEvent.php
bundles/EmailBundle/Event/EmailEditSubmitEvent.php
EmailBundle/Event/EmailEditSubmitEvent.php
Event/EmailEditSubmitEvent.php
EmailEditSubmitEvent.php
app/bundles/EmailBundle/Event/QueueEmailEvent.php
bundles/EmailBundle/Event/QueueEmailEvent.php
EmailBundle/Event/QueueEmailEvent.php
@ -7791,6 +7817,11 @@ bundles/EmailBundle/Entity/StatDevice.php
EmailBundle/Entity/StatDevice.php
Entity/StatDevice.php
StatDevice.php
app/bundles/EmailBundle/Entity/EmailDraftRepository.php
bundles/EmailBundle/Entity/EmailDraftRepository.php
EmailBundle/Entity/EmailDraftRepository.php
Entity/EmailDraftRepository.php
EmailDraftRepository.php
app/bundles/EmailBundle/Entity/EmailReplyRepositoryInterface.php
bundles/EmailBundle/Entity/EmailReplyRepositoryInterface.php
EmailBundle/Entity/EmailReplyRepositoryInterface.php
@ -7816,6 +7847,11 @@ bundles/EmailBundle/Entity/StatRepository.php
EmailBundle/Entity/StatRepository.php
Entity/StatRepository.php
StatRepository.php
app/bundles/EmailBundle/Entity/EmailDraft.php
bundles/EmailBundle/Entity/EmailDraft.php
EmailBundle/Entity/EmailDraft.php
Entity/EmailDraft.php
EmailDraft.php
app/bundles/EmailBundle/Entity/Email.php
bundles/EmailBundle/Entity/Email.php
EmailBundle/Entity/Email.php
@ -28870,6 +28906,9 @@ app/.github/workflows/close_pull_requests.yml
.github/workflows/close_pull_requests.yml
workflows/close_pull_requests.yml
close_pull_requests.yml
app/migrations/Version20201019100000.php
migrations/Version20201019100000.php
Version20201019100000.php
app/migrations/Version20240704164714.php
migrations/Version20240704164714.php
Version20240704164714.php
@ -29026,6 +29065,9 @@ Version020230615115326.php
app/migrations/Version20230321133733.php
migrations/Version20230321133733.php
Version20230321133733.php
app/migrations/Version20240611103824.php
migrations/Version20240611103824.php
Version20240611103824.php
app/composer.json
composer.json
app/codingstandards/PhpCSFixer/NoTablePrefixDefinitionInTestsFixer.php
@ -30029,6 +30071,12 @@ Tests/Unit/Model/GrapesJsBuilderModelTest.php
Unit/Model/GrapesJsBuilderModelTest.php
Model/GrapesJsBuilderModelTest.php
GrapesJsBuilderModelTest.php
plugins/GrapesJsBuilderBundle/Tests/Unit/EventSubscriber/EmailSubscriberTest.php
GrapesJsBuilderBundle/Tests/Unit/EventSubscriber/EmailSubscriberTest.php
Tests/Unit/EventSubscriber/EmailSubscriberTest.php
Unit/EventSubscriber/EmailSubscriberTest.php
EventSubscriber/EmailSubscriberTest.php
EmailSubscriberTest.php
plugins/GrapesJsBuilderBundle/Tests/Functional/Controller/AssertCustomMjmlTest.php
GrapesJsBuilderBundle/Tests/Functional/Controller/AssertCustomMjmlTest.php
Tests/Functional/Controller/AssertCustomMjmlTest.php

View File

@ -1339,6 +1339,7 @@ app/bundles/EmailBundle/Tests/EventListener/FormSubscriberTest.php
app/bundles/EmailBundle/Tests/Functional/EmailDependenciesFunctionalTest.php
app/bundles/EmailBundle/Tests/Functional/EmailTokenTest.php
app/bundles/EmailBundle/Tests/Functional/PendingCountTest.php
app/bundles/EmailBundle/Tests/Controller/EmailDraftFunctionalTest.php
app/bundles/EmailBundle/Tests/Controller/EmailExampleFunctionalTest.php
app/bundles/EmailBundle/Tests/Controller/ConfigControllerFunctionalTest.php
app/bundles/EmailBundle/Tests/Controller/AjaxControllerTest.php
@ -1381,16 +1382,19 @@ app/bundles/EmailBundle/Validator/EmailListsValidator.php
app/bundles/EmailBundle/Validator/MultipleEmailsValid.php
app/bundles/EmailBundle/Helper/EmailValidator.php
app/bundles/EmailBundle/Helper/RequestStorageHelper.php
app/bundles/EmailBundle/Helper/EmailConfig.php
app/bundles/EmailBundle/Helper/MailHelper.php
app/bundles/EmailBundle/Helper/UrlMatcher.php
app/bundles/EmailBundle/Helper/StatsCollectionHelper.php
app/bundles/EmailBundle/Helper/MailHashHelper.php
app/bundles/EmailBundle/Helper/FromEmailHelper.php
app/bundles/EmailBundle/Helper/PlainTextHelper.php
app/bundles/EmailBundle/Helper/EmailConfigInterface.php
app/bundles/EmailBundle/Helper/PointEventHelper.php
app/bundles/EmailBundle/Helper/DTO/AddressDTO.php
app/bundles/EmailBundle/Helper/Exception/TokenNotFoundOrEmptyException.php
app/bundles/EmailBundle/Helper/Exception/OwnerNotFoundException.php
app/bundles/EmailBundle/Model/EmailDraftModel.php
app/bundles/EmailBundle/Model/TransportCallback.php
app/bundles/EmailBundle/Model/SendEmailToUser.php
app/bundles/EmailBundle/Model/EmailModel.php
@ -1457,6 +1461,7 @@ app/bundles/EmailBundle/Mailer/Transport/UnsubscriptionProcessorInterface.php
app/bundles/EmailBundle/Mailer/Transport/BounceProcessorInterface.php
app/bundles/EmailBundle/Mailer/Transport/TokenTransportInterface.php
app/bundles/EmailBundle/Mailer/Exception/BatchQueueMaxException.php
app/bundles/EmailBundle/Event/EmailEditSubmitEvent.php
app/bundles/EmailBundle/Event/QueueEmailEvent.php
app/bundles/EmailBundle/Event/EmailSendEvent.php
app/bundles/EmailBundle/Event/EmailValidationEvent.php
@ -1471,11 +1476,13 @@ app/bundles/EmailBundle/Event/ParseEmailEvent.php
app/bundles/EmailBundle/Entity/StatDeviceRepository.php
app/bundles/EmailBundle/Entity/Copy.php
app/bundles/EmailBundle/Entity/StatDevice.php
app/bundles/EmailBundle/Entity/EmailDraftRepository.php
app/bundles/EmailBundle/Entity/EmailReplyRepositoryInterface.php
app/bundles/EmailBundle/Entity/Stat.php
app/bundles/EmailBundle/Entity/CopyRepository.php
app/bundles/EmailBundle/Entity/EmailReplyRepository.php
app/bundles/EmailBundle/Entity/StatRepository.php
app/bundles/EmailBundle/Entity/EmailDraft.php
app/bundles/EmailBundle/Entity/Email.php
app/bundles/EmailBundle/Entity/EmailReply.php
app/bundles/EmailBundle/Entity/EmailRepository.php
@ -4854,6 +4861,7 @@ app/assets/libraries/ckeditor/src/TokenPlugin.js
app/assets/js/mautic-form-src.js
app/release_metadata.json
app/.github/workflows/close_pull_requests.yml
app/migrations/Version20201019100000.php
app/migrations/Version20240704164714.php
app/migrations/Version20240416112112.php
app/migrations/Version20220429091934.php
@ -4906,6 +4914,7 @@ app/migrations/Version20200917152259.php
app/migrations/Version20221014081742.php
app/migrations/Version020230615115326.php
app/migrations/Version20230321133733.php
app/migrations/Version20240611103824.php
app/composer.json
app/codingstandards/PhpCSFixer/NoTablePrefixDefinitionInTestsFixer.php
UPGRADE-3.0.md
@ -5123,6 +5132,7 @@ plugins/GrapesJsBuilderBundle/package.json
plugins/GrapesJsBuilderBundle/GrapesJsBuilderBundle.php
plugins/GrapesJsBuilderBundle/.babelrc
plugins/GrapesJsBuilderBundle/Tests/Unit/Model/GrapesJsBuilderModelTest.php
plugins/GrapesJsBuilderBundle/Tests/Unit/EventSubscriber/EmailSubscriberTest.php
plugins/GrapesJsBuilderBundle/Tests/Functional/Controller/AssertCustomMjmlTest.php
plugins/GrapesJsBuilderBundle/Tests/Functional/Controller/FileManagerControllerFunctionalTest.php
plugins/GrapesJsBuilderBundle/Helper/FileManager.php

View File

@ -5798,6 +5798,13 @@ migration/data/v33x/v332.php
data/v33x/v332.php
v33x/v332.php
v332.php
phpBB/phpbb/db/migration/data/v33x/v3314.php
phpbb/db/migration/data/v33x/v3314.php
db/migration/data/v33x/v3314.php
migration/data/v33x/v3314.php
data/v33x/v3314.php
v33x/v3314.php
v3314.php
phpBB/phpbb/db/migration/data/v33x/v335rc1.php
phpbb/db/migration/data/v33x/v335rc1.php
db/migration/data/v33x/v335rc1.php

View File

@ -1112,6 +1112,7 @@ phpBB/phpbb/db/migration/data/v33x/remove_orphaned_roles.php
phpBB/phpbb/db/migration/data/v33x/remove_profilefield_aol.php
phpBB/phpbb/db/migration/data/v33x/font_awesome_5_update.php
phpBB/phpbb/db/migration/data/v33x/v332.php
phpBB/phpbb/db/migration/data/v33x/v3314.php
phpBB/phpbb/db/migration/data/v33x/v335rc1.php
phpBB/phpbb/db/migration/data/v33x/v334rc1.php
phpBB/phpbb/db/migration/data/v33x/v334.php

View File

@ -3607,6 +3607,13 @@ storefront/component/wishlist/listing.html.twig
component/wishlist/listing.html.twig
wishlist/listing.html.twig
listing.html.twig
src/Storefront/Resources/views/storefront/component/skip-to-content.html.twig
Storefront/Resources/views/storefront/component/skip-to-content.html.twig
Resources/views/storefront/component/skip-to-content.html.twig
views/storefront/component/skip-to-content.html.twig
storefront/component/skip-to-content.html.twig
component/skip-to-content.html.twig
skip-to-content.html.twig
src/Storefront/Resources/views/storefront/component/captcha/basicCaptchaFields.html.twig
Storefront/Resources/views/storefront/component/captcha/basicCaptchaFields.html.twig
Resources/views/storefront/component/captcha/basicCaptchaFields.html.twig
@ -65399,6 +65406,20 @@ Migration/Fixtures/productComparison-export-profiles/new-template-google.xml.twi
Fixtures/productComparison-export-profiles/new-template-google.xml.twig
productComparison-export-profiles/new-template-google.xml.twig
new-template-google.xml.twig
src/Core/Migration/Fixtures/productComparison-export-profiles/next-39314/google_old.xml.twig
Core/Migration/Fixtures/productComparison-export-profiles/next-39314/google_old.xml.twig
Migration/Fixtures/productComparison-export-profiles/next-39314/google_old.xml.twig
Fixtures/productComparison-export-profiles/next-39314/google_old.xml.twig
productComparison-export-profiles/next-39314/google_old.xml.twig
next-39314/google_old.xml.twig
google_old.xml.twig
src/Core/Migration/Fixtures/productComparison-export-profiles/next-39314/google_new.xml.twig
Core/Migration/Fixtures/productComparison-export-profiles/next-39314/google_new.xml.twig
Migration/Fixtures/productComparison-export-profiles/next-39314/google_new.xml.twig
Fixtures/productComparison-export-profiles/next-39314/google_new.xml.twig
productComparison-export-profiles/next-39314/google_new.xml.twig
next-39314/google_new.xml.twig
google_new.xml.twig
src/Core/Migration/Fixtures/productComparison-export-profiles/next-19135/body_old.xml.twig
Core/Migration/Fixtures/productComparison-export-profiles/next-19135/body_old.xml.twig
Migration/Fixtures/productComparison-export-profiles/next-19135/body_old.xml.twig
@ -67882,6 +67903,11 @@ Core/Migration/V6_6/Migration1726557614FixProductComparisonIdealoWithHtmlFormat.
Migration/V6_6/Migration1726557614FixProductComparisonIdealoWithHtmlFormat.php
V6_6/Migration1726557614FixProductComparisonIdealoWithHtmlFormat.php
Migration1726557614FixProductComparisonIdealoWithHtmlFormat.php
src/Core/Migration/V6_6/Migration1731576063UpdateProductComparisonTemplate.php
Core/Migration/V6_6/Migration1731576063UpdateProductComparisonTemplate.php
Migration/V6_6/Migration1731576063UpdateProductComparisonTemplate.php
V6_6/Migration1731576063UpdateProductComparisonTemplate.php
Migration1731576063UpdateProductComparisonTemplate.php
src/Core/Migration/V6_6/Migration1721202771UpdateDefaultSearchConfig.php
Core/Migration/V6_6/Migration1721202771UpdateDefaultSearchConfig.php
Migration/V6_6/Migration1721202771UpdateDefaultSearchConfig.php
@ -114077,6 +114103,9 @@ release-6-3-2-0/2020-09-18-close-off-canvas-elements-if-browser-back-is-triggere
changelog/release-6-3-2-0/2020-09-04-fix-theme-dump-command-technical-name-null.md
release-6-3-2-0/2020-09-04-fix-theme-dump-command-technical-name-null.md
2020-09-04-fix-theme-dump-command-technical-name-null.md
changelog/_unreleased/2024-11-12-add-skip-to-links-for-search-and-navigation.md
_unreleased/2024-11-12-add-skip-to-links-for-search-and-navigation.md
2024-11-12-add-skip-to-links-for-search-and-navigation.md
changelog/_unreleased/2024-11-05-fix-admin-vite-for-cluster-setups.md
_unreleased/2024-11-05-fix-admin-vite-for-cluster-setups.md
2024-11-05-fix-admin-vite-for-cluster-setups.md
@ -114119,12 +114148,18 @@ _unreleased/2024-10-15-set-event-name-header-to-type-string.md
changelog/_unreleased/2024-10-29-media-library-items-disapear-after-switch-tabs-in-media-modal.md
_unreleased/2024-10-29-media-library-items-disapear-after-switch-tabs-in-media-modal.md
2024-10-29-media-library-items-disapear-after-switch-tabs-in-media-modal.md
changelog/_unreleased/2024-11-06-fix-the-inheritance-of-the-search-keyword-cannot-be-activated.md
_unreleased/2024-11-06-fix-the-inheritance-of-the-search-keyword-cannot-be-activated.md
2024-11-06-fix-the-inheritance-of-the-search-keyword-cannot-be-activated.md
changelog/_unreleased/2024-11-11-fix-promotion-help-text.md
_unreleased/2024-11-11-fix-promotion-help-text.md
2024-11-11-fix-promotion-help-text.md
changelog/_unreleased/2024-10-30-remove-duplicate-gad_source-from-ignored-parameter-list.md
_unreleased/2024-10-30-remove-duplicate-gad_source-from-ignored-parameter-list.md
2024-10-30-remove-duplicate-gad_source-from-ignored-parameter-list.md
changelog/_unreleased/2024-11-14-omit-duplicate-links-in-product-card.md
_unreleased/2024-11-14-omit-duplicate-links-in-product-card.md
2024-11-14-omit-duplicate-links-in-product-card.md
changelog/_unreleased/2022-07-04-mail-attach.md
_unreleased/2022-07-04-mail-attach.md
2022-07-04-mail-attach.md
@ -114158,6 +114193,9 @@ _unreleased/2024-10-28-fix-sw-url-field-not-emitting-empty-urls.md
changelog/_unreleased/2024-10-24-allow-update-product-description-containing-only-invalid-tag.md
_unreleased/2024-10-24-allow-update-product-description-containing-only-invalid-tag.md
2024-10-24-allow-update-product-description-containing-only-invalid-tag.md
changelog/_unreleased/2024-11-14-updated-product-comparison-sales-channel-template.md
_unreleased/2024-11-14-updated-product-comparison-sales-channel-template.md
2024-11-14-updated-product-comparison-sales-channel-template.md
changelog/_unreleased/2024-11-04-fix-unknown-redis-connection-adapter-exception-message.md
_unreleased/2024-11-04-fix-unknown-redis-connection-adapter-exception-message.md
2024-11-04-fix-unknown-redis-connection-adapter-exception-message.md
@ -114185,9 +114223,15 @@ _unreleased/2024-10-24-improve-quantity-select-accessibility.md
changelog/_unreleased/2024-09-26-fix-delivery-address-editing-during-order-creation-saving-leads-to-axios-error.md
_unreleased/2024-09-26-fix-delivery-address-editing-during-order-creation-saving-leads-to-axios-error.md
2024-09-26-fix-delivery-address-editing-during-order-creation-saving-leads-to-axios-error.md
changelog/_unreleased/2024-10-11-prevent-displaying-discount-message-of-automatically-promotion-in-the-cart-if-total-price-is-zero.md
_unreleased/2024-10-11-prevent-displaying-discount-message-of-automatically-promotion-in-the-cart-if-total-price-is-zero.md
2024-10-11-prevent-displaying-discount-message-of-automatically-promotion-in-the-cart-if-total-price-is-zero.md
changelog/_unreleased/2024-10-30-added-pdf-renderer-extension.md
_unreleased/2024-10-30-added-pdf-renderer-extension.md
2024-10-30-added-pdf-renderer-extension.md
changelog/_unreleased/2024-11-20-fix-issue-delivery-promotion-not-apply.md
_unreleased/2024-11-20-fix-issue-delivery-promotion-not-apply.md
2024-11-20-fix-issue-delivery-promotion-not-apply.md
changelog/_unreleased/2024-11-11-fixed-price-field-collection-serialization.md
_unreleased/2024-11-11-fixed-price-field-collection-serialization.md
2024-11-11-fixed-price-field-collection-serialization.md
@ -114218,6 +114262,9 @@ _unreleased/2024-01-15-allow-rate-limiter-usage-twice-without-breaking-memoized-
changelog/_unreleased/2024-07-04-enforce-timezone-utc-for-database-connections.md
_unreleased/2024-07-04-enforce-timezone-utc-for-database-connections.md
2024-07-04-enforce-timezone-utc-for-database-connections.md
changelog/_unreleased/2024-11-18-fix-elasticsearch-indexing-exception-on-order-updates.md
_unreleased/2024-11-18-fix-elasticsearch-indexing-exception-on-order-updates.md
2024-11-18-fix-elasticsearch-indexing-exception-on-order-updates.md
changelog/_unreleased/2024-10-24-add-rule-for-requested-customer-group.md
_unreleased/2024-10-24-add-rule-for-requested-customer-group.md
2024-10-24-add-rule-for-requested-customer-group.md
@ -114242,6 +114289,9 @@ _unreleased/2024-11-05-add-missing-registration-of-guest-customer-deletion-task.
changelog/_unreleased/2024-08-19-add-context-to-orderstatechangecriteriaevent.md
_unreleased/2024-08-19-add-context-to-orderstatechangecriteriaevent.md
2024-08-19-add-context-to-orderstatechangecriteriaevent.md
changelog/_unreleased/2024-11-18-reuse-product-slider-stream-associations-and-fields-from-collect-criteria.md
_unreleased/2024-11-18-reuse-product-slider-stream-associations-and-fields-from-collect-criteria.md
2024-11-18-reuse-product-slider-stream-associations-and-fields-from-collect-criteria.md
changelog/_unreleased/2024-10-28-fix-session-persistent-sw-imitating-user-id.md
_unreleased/2024-10-28-fix-session-persistent-sw-imitating-user-id.md
2024-10-28-fix-session-persistent-sw-imitating-user-id.md
@ -114260,12 +114310,18 @@ _unreleased/2024-09-27-admin-shipping-detail-page-performance-improve.md
changelog/_unreleased/2024-11-11-fixed-shipping-method-fixed-tax-recalculation.md
_unreleased/2024-11-11-fixed-shipping-method-fixed-tax-recalculation.md
2024-11-11-fixed-shipping-method-fixed-tax-recalculation.md
changelog/_unreleased/2024-11-15-fix-sync-license_host-for-service.md
_unreleased/2024-11-15-fix-sync-license_host-for-service.md
2024-11-15-fix-sync-license_host-for-service.md
changelog/_unreleased/2024-10-15-theme-script-with-configuration-load-improved.md
_unreleased/2024-10-15-theme-script-with-configuration-load-improved.md
2024-10-15-theme-script-with-configuration-load-improved.md
changelog/_unreleased/2024-10-04-fix-component-name-of-custom-fields-on-change.md
_unreleased/2024-10-04-fix-component-name-of-custom-fields-on-change.md
2024-10-04-fix-component-name-of-custom-fields-on-change.md
changelog/_unreleased/2024-11-18-fixed-currency-selection-failure.md
_unreleased/2024-11-18-fixed-currency-selection-failure.md
2024-11-18-fixed-currency-selection-failure.md
changelog/_unreleased/2024-10-23-add-line-item-twig-blocks.md
_unreleased/2024-10-23-add-line-item-twig-blocks.md
2024-10-23-add-line-item-twig-blocks.md
@ -125908,6 +125964,14 @@ Checkout/Cart/Promotion/PromotionEntityTest.php
Cart/Promotion/PromotionEntityTest.php
Promotion/PromotionEntityTest.php
PromotionEntityTest.php
tests/unit/Core/Checkout/Cart/Promotion/Cart/PromotionDeliveryCalculatorTest.php
unit/Core/Checkout/Cart/Promotion/Cart/PromotionDeliveryCalculatorTest.php
Core/Checkout/Cart/Promotion/Cart/PromotionDeliveryCalculatorTest.php
Checkout/Cart/Promotion/Cart/PromotionDeliveryCalculatorTest.php
Cart/Promotion/Cart/PromotionDeliveryCalculatorTest.php
Promotion/Cart/PromotionDeliveryCalculatorTest.php
Cart/PromotionDeliveryCalculatorTest.php
PromotionDeliveryCalculatorTest.php
tests/unit/Core/Checkout/Cart/Promotion/Cart/PromotionCodeTupleTest.php
unit/Core/Checkout/Cart/Promotion/Cart/PromotionCodeTupleTest.php
Core/Checkout/Cart/Promotion/Cart/PromotionCodeTupleTest.php
@ -141088,6 +141152,11 @@ migration/Core/V6_6/Migration1716196653AddTechnicalNameToImportExportProfileTest
Core/V6_6/Migration1716196653AddTechnicalNameToImportExportProfileTest.php
V6_6/Migration1716196653AddTechnicalNameToImportExportProfileTest.php
Migration1716196653AddTechnicalNameToImportExportProfileTest.php
tests/migration/Core/V6_6/Migration1731576063UpdateProductComparisonTemplateTest.php
migration/Core/V6_6/Migration1731576063UpdateProductComparisonTemplateTest.php
Core/V6_6/Migration1731576063UpdateProductComparisonTemplateTest.php
V6_6/Migration1731576063UpdateProductComparisonTemplateTest.php
Migration1731576063UpdateProductComparisonTemplateTest.php
tests/migration/Core/V6_6/Migration1730191192UpdateDefaultSalutationTest.php
migration/Core/V6_6/Migration1730191192UpdateDefaultSalutationTest.php
Core/V6_6/Migration1730191192UpdateDefaultSalutationTest.php

View File

@ -679,6 +679,7 @@ src/Storefront/Resources/views/storefront/component/review/review-widget.html.tw
src/Storefront/Resources/views/storefront/component/recaptcha.html.twig
src/Storefront/Resources/views/storefront/component/wishlist/delivery-information.html.twig
src/Storefront/Resources/views/storefront/component/wishlist/listing.html.twig
src/Storefront/Resources/views/storefront/component/skip-to-content.html.twig
src/Storefront/Resources/views/storefront/component/captcha/basicCaptchaFields.html.twig
src/Storefront/Resources/views/storefront/component/captcha/honeypot.html.twig
src/Storefront/Resources/views/storefront/component/captcha/googleReCaptchaV3.html.twig
@ -6841,6 +6842,8 @@ src/Core/Migration/Fixtures/productComparison-export-profiles/next-37658/old-tem
src/Core/Migration/Fixtures/productComparison-export-profiles/new-template-idealo.csv.twig
src/Core/Migration/Fixtures/productComparison-export-profiles/templates.php
src/Core/Migration/Fixtures/productComparison-export-profiles/new-template-google.xml.twig
src/Core/Migration/Fixtures/productComparison-export-profiles/next-39314/google_old.xml.twig
src/Core/Migration/Fixtures/productComparison-export-profiles/next-39314/google_new.xml.twig
src/Core/Migration/Fixtures/productComparison-export-profiles/next-19135/body_old.xml.twig
src/Core/Migration/Fixtures/productComparison-export-profiles/next-19135/body_new.xml.twig
src/Core/Migration/Fixtures/productComparison-export-profiles/old-template-billiger.csv.twig
@ -7281,6 +7284,7 @@ src/Core/Migration/V6_4/Migration1635147952ShowShippingCostsInCartAnMailTemplate
src/Core/Migration/V6_4/Migration1619604605FixListingPricesUsage.php
src/Core/Migration/V6_4/Migration1667983492UpdateQueuedTasksToSkipped.php
src/Core/Migration/V6_6/Migration1726557614FixProductComparisonIdealoWithHtmlFormat.php
src/Core/Migration/V6_6/Migration1731576063UpdateProductComparisonTemplate.php
src/Core/Migration/V6_6/Migration1721202771UpdateDefaultSearchConfig.php
src/Core/Migration/V6_6/Migration1723193659UpdateVatPatternForCountry.php
src/Core/Migration/V6_6/Migration1716196653AddTechnicalNameToImportExportProfile.php
@ -17053,6 +17057,7 @@ changelog/release-6-3-2-0/2020-09-16-update-vulnerable-npm-dependencies.md
changelog/release-6-3-2-0/2020-09-04-fix-infinite-loop-repository-iterator.md
changelog/release-6-3-2-0/2020-09-18-close-off-canvas-elements-if-browser-back-is-triggered.md
changelog/release-6-3-2-0/2020-09-04-fix-theme-dump-command-technical-name-null.md
changelog/_unreleased/2024-11-12-add-skip-to-links-for-search-and-navigation.md
changelog/_unreleased/2024-11-05-fix-admin-vite-for-cluster-setups.md
changelog/_unreleased/2024-11-06-add-force-option-command-system-setup-staging.md
changelog/_unreleased/2024-10-29-default-not_specified-salutation-is-invalid.md
@ -17067,8 +17072,10 @@ changelog/_unreleased/2024-10-27-add-criteria-filter-types-to-sw-string-filter.m
changelog/_unreleased/2024-06-19-add-scss-validator.md
changelog/_unreleased/2024-10-15-set-event-name-header-to-type-string.md
changelog/_unreleased/2024-10-29-media-library-items-disapear-after-switch-tabs-in-media-modal.md
changelog/_unreleased/2024-11-06-fix-the-inheritance-of-the-search-keyword-cannot-be-activated.md
changelog/_unreleased/2024-11-11-fix-promotion-help-text.md
changelog/_unreleased/2024-10-30-remove-duplicate-gad_source-from-ignored-parameter-list.md
changelog/_unreleased/2024-11-14-omit-duplicate-links-in-product-card.md
changelog/_unreleased/2022-07-04-mail-attach.md
changelog/_unreleased/2024-10-30-fix-admin-promotion-detail-bugs.md
changelog/_unreleased/2024-11-11-remove-duplicated-sortedproperties-from-saleschannelproductdefinition.md
@ -17080,6 +17087,7 @@ changelog/_unreleased/2024-10-04-add-scene-editor-primitives-and-materials-to-da
changelog/_unreleased/2024-09-23-fix-flow-action-on-order-state-change-with-shipping-discount.md
changelog/_unreleased/2024-10-28-fix-sw-url-field-not-emitting-empty-urls.md
changelog/_unreleased/2024-10-24-allow-update-product-description-containing-only-invalid-tag.md
changelog/_unreleased/2024-11-14-updated-product-comparison-sales-channel-template.md
changelog/_unreleased/2024-11-04-fix-unknown-redis-connection-adapter-exception-message.md
changelog/_unreleased/2024-09-20-simplify-emitting-metrics.md
changelog/_unreleased/2024-08-05-metrics-abstraction.md
@ -17089,7 +17097,9 @@ changelog/_unreleased/2024-11-12-fix-symfony-scheduler-bridge-for-tasks-with-lon
changelog/_unreleased/2024-10-24-removed-sites-from-apple-touch-icon.md
changelog/_unreleased/2024-10-24-improve-quantity-select-accessibility.md
changelog/_unreleased/2024-09-26-fix-delivery-address-editing-during-order-creation-saving-leads-to-axios-error.md
changelog/_unreleased/2024-10-11-prevent-displaying-discount-message-of-automatically-promotion-in-the-cart-if-total-price-is-zero.md
changelog/_unreleased/2024-10-30-added-pdf-renderer-extension.md
changelog/_unreleased/2024-11-20-fix-issue-delivery-promotion-not-apply.md
changelog/_unreleased/2024-11-11-fixed-price-field-collection-serialization.md
changelog/_unreleased/2024-08-05-remove-cover-of-line-item-if-media-has-been-deleted.md
changelog/_unreleased/2024-05-22-navbar-for-main-navigation.md
@ -17100,6 +17110,7 @@ changelog/_unreleased/2024-10-21-fix-mailer-settings-persisting-old-data.md
changelog/_unreleased/2024-04-25-implement-mt-banner-code-mod.md
changelog/_unreleased/2024-01-15-allow-rate-limiter-usage-twice-without-breaking-memoized-configuration.md
changelog/_unreleased/2024-07-04-enforce-timezone-utc-for-database-connections.md
changelog/_unreleased/2024-11-18-fix-elasticsearch-indexing-exception-on-order-updates.md
changelog/_unreleased/2024-10-24-add-rule-for-requested-customer-group.md
changelog/_unreleased/2024-10-28-fix-address-handling-does-not-work-properly.md
changelog/_unreleased/2024-10-29-Add-area-live-updates-to-quanity-select.md
@ -17108,14 +17119,17 @@ changelog/_unreleased/2024-10-25-parameter-renaming-in-migrationstep.md
changelog/_unreleased/2024-11-14-allow-to-override-entity-collection-class-for-attribute-entities.md
changelog/_unreleased/2024-11-05-add-missing-registration-of-guest-customer-deletion-task.md
changelog/_unreleased/2024-08-19-add-context-to-orderstatechangecriteriaevent.md
changelog/_unreleased/2024-11-18-reuse-product-slider-stream-associations-and-fields-from-collect-criteria.md
changelog/_unreleased/2024-10-28-fix-session-persistent-sw-imitating-user-id.md
changelog/_unreleased/2024-11-08-a11y-promotion-input-accessible-name-instructions-are-unclear.md
changelog/_unreleased/2024-09-27-add-an-option-for-generating-documents-via-bulk-edit.md
changelog/_unreleased/2024-10-25-fix-gallery-slider-image-height-while-loading.md
changelog/_unreleased/2024-09-27-admin-shipping-detail-page-performance-improve.md
changelog/_unreleased/2024-11-11-fixed-shipping-method-fixed-tax-recalculation.md
changelog/_unreleased/2024-11-15-fix-sync-license_host-for-service.md
changelog/_unreleased/2024-10-15-theme-script-with-configuration-load-improved.md
changelog/_unreleased/2024-10-04-fix-component-name-of-custom-fields-on-change.md
changelog/_unreleased/2024-11-18-fixed-currency-selection-failure.md
changelog/_unreleased/2024-10-23-add-line-item-twig-blocks.md
changelog/_unreleased/2024-10-10-fix-account-password-autocomplete.md
changelog/_unreleased/2024-10-30-fix-multiple-field-types-in-product-bulk-edit.md
@ -18734,6 +18748,7 @@ tests/unit/Core/Checkout/Cart/Facade/ErrorsFacadeTest.php
tests/unit/Core/Checkout/Cart/Facade/DiscountFacadeTest.php
tests/unit/Core/Checkout/Cart/Promotion/Validator/PromotionValidatorTest.php
tests/unit/Core/Checkout/Cart/Promotion/PromotionEntityTest.php
tests/unit/Core/Checkout/Cart/Promotion/Cart/PromotionDeliveryCalculatorTest.php
tests/unit/Core/Checkout/Cart/Promotion/Cart/PromotionCodeTupleTest.php
tests/unit/Core/Checkout/Cart/Promotion/Cart/CartPromotionsDataDefinitionTest.php
tests/unit/Core/Checkout/Cart/Promotion/Cart/Discount/DiscountPackageTest.php
@ -20699,6 +20714,7 @@ tests/migration/Core/V6_6/Migration1707064042CartRemoveFKTest.php
tests/migration/Core/V6_6/Migration1711461579FixDefaultMailFooterTest.php
tests/migration/Core/V6_6/Migration1671723392AddWebhookLifetimeConfigTest.php
tests/migration/Core/V6_6/Migration1716196653AddTechnicalNameToImportExportProfileTest.php
tests/migration/Core/V6_6/Migration1731576063UpdateProductComparisonTemplateTest.php
tests/migration/Core/V6_6/Migration1730191192UpdateDefaultSalutationTest.php
tests/migration/Core/V6_6/Migration1718635021AddIntraCommunityLabelDocumentConfigToCreditNoteTest.php
tests/migration/Core/V6_6/Migration1726049442UpdateVariantListingConfigInProductTableTest.php

View File

@ -30297,6 +30297,14 @@ core/icon-registry/icons/icon-bills-pound.ts
icon-registry/icons/icon-bills-pound.ts
icons/icon-bills-pound.ts
icon-bills-pound.ts
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-origami.ts
Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-origami.ts
src/packages/core/icon-registry/icons/icon-origami.ts
packages/core/icon-registry/icons/icon-origami.ts
core/icon-registry/icons/icon-origami.ts
icon-registry/icons/icon-origami.ts
icons/icon-origami.ts
icon-origami.ts
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-conversation.ts
Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-conversation.ts
src/packages/core/icon-registry/icons/icon-conversation.ts
@ -32329,6 +32337,14 @@ core/icon-registry/icons/icon-receipt-euro.ts
icon-registry/icons/icon-receipt-euro.ts
icons/icon-receipt-euro.ts
icon-receipt-euro.ts
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-audio-lines.ts
Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-audio-lines.ts
src/packages/core/icon-registry/icons/icon-audio-lines.ts
packages/core/icon-registry/icons/icon-audio-lines.ts
core/icon-registry/icons/icon-audio-lines.ts
icon-registry/icons/icon-audio-lines.ts
icons/icon-audio-lines.ts
icon-audio-lines.ts
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-radio.ts
Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-radio.ts
src/packages/core/icon-registry/icons/icon-radio.ts

View File

@ -3735,6 +3735,7 @@ src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-usb.ts
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-light-up.ts
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-departure.ts
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-bills-pound.ts
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-origami.ts
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-conversation.ts
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-price-euro.ts
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-anchor.ts
@ -3989,6 +3990,7 @@ src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-receipt-pou
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-star.ts
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-cloud-upload.ts
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-receipt-euro.ts
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-audio-lines.ts
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-radio.ts
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-application-window-alt.ts
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-multiple-windows.ts

View File

@ -3500,6 +3500,12 @@ src/payment-settings/test/reducer.ts
payment-settings/test/reducer.ts
test/reducer.ts
reducer.ts
packages/js/data/src/payment-settings/utils.ts
js/data/src/payment-settings/utils.ts
data/src/payment-settings/utils.ts
src/payment-settings/utils.ts
payment-settings/utils.ts
utils.ts
packages/js/data/src/payment-settings/types.ts
js/data/src/payment-settings/types.ts
data/src/payment-settings/types.ts
@ -4651,6 +4657,11 @@ js/data/changelog/tweak-google-extension-rename
data/changelog/tweak-google-extension-rename
changelog/tweak-google-extension-rename
tweak-google-extension-rename
packages/js/data/changelog/52815-dev-lock-dependencies
js/data/changelog/52815-dev-lock-dependencies
data/changelog/52815-dev-lock-dependencies
changelog/52815-dev-lock-dependencies
52815-dev-lock-dependencies
packages/js/data/changelog/update-use-error-boundary-for-panels
js/data/changelog/update-use-error-boundary-for-panels
data/changelog/update-use-error-boundary-for-panels
@ -4681,6 +4692,11 @@ js/data/changelog/dev-consolidate-syncpack-config
data/changelog/dev-consolidate-syncpack-config
changelog/dev-consolidate-syncpack-config
dev-consolidate-syncpack-config
packages/js/data/changelog/add-payment-settings-drag-and-drop-2
js/data/changelog/add-payment-settings-drag-and-drop-2
data/changelog/add-payment-settings-drag-and-drop-2
changelog/add-payment-settings-drag-and-drop-2
add-payment-settings-drag-and-drop-2
packages/js/data/changelog/update-51955-wcpay-task-install-behavior
js/data/changelog/update-51955-wcpay-task-install-behavior
data/changelog/update-51955-wcpay-task-install-behavior
@ -5651,6 +5667,11 @@ block-templates/src/utils/register-woo-block-type.ts
src/utils/register-woo-block-type.ts
utils/register-woo-block-type.ts
register-woo-block-type.ts
packages/js/block-templates/changelog/52815-dev-lock-dependencies
js/block-templates/changelog/52815-dev-lock-dependencies
block-templates/changelog/52815-dev-lock-dependencies
changelog/52815-dev-lock-dependencies
52815-dev-lock-dependencies
packages/js/block-templates/changelog/.gitkeep
js/block-templates/changelog/.gitkeep
block-templates/changelog/.gitkeep
@ -12970,6 +12991,11 @@ js/product-editor/changelog/fix-50571
product-editor/changelog/fix-50571
changelog/fix-50571
fix-50571
packages/js/product-editor/changelog/52815-dev-lock-dependencies
js/product-editor/changelog/52815-dev-lock-dependencies
product-editor/changelog/52815-dev-lock-dependencies
changelog/52815-dev-lock-dependencies
52815-dev-lock-dependencies
packages/js/product-editor/changelog/fix-misspelling-in-AligmentToolbarButton-func-name
js/product-editor/changelog/fix-misspelling-in-AligmentToolbarButton-func-name
product-editor/changelog/fix-misspelling-in-AligmentToolbarButton-func-name
@ -14146,6 +14172,11 @@ customer-effort-score/src/utils/get-store-age-in-weeks.ts
src/utils/get-store-age-in-weeks.ts
utils/get-store-age-in-weeks.ts
get-store-age-in-weeks.ts
packages/js/customer-effort-score/changelog/52815-dev-lock-dependencies
js/customer-effort-score/changelog/52815-dev-lock-dependencies
customer-effort-score/changelog/52815-dev-lock-dependencies
changelog/52815-dev-lock-dependencies
52815-dev-lock-dependencies
packages/js/customer-effort-score/changelog/fix-misspelling-in-inline-doc-packages-js
js/customer-effort-score/changelog/fix-misspelling-in-inline-doc-packages-js
customer-effort-score/changelog/fix-misspelling-in-inline-doc-packages-js
@ -14161,6 +14192,11 @@ js/customer-effort-score/changelog/dev-consolidate-syncpack-config
customer-effort-score/changelog/dev-consolidate-syncpack-config
changelog/dev-consolidate-syncpack-config
dev-consolidate-syncpack-config
packages/js/customer-effort-score/changelog/52938-fix-52858-alignment-bug-in-product-editor-20-feedback-form
js/customer-effort-score/changelog/52938-fix-52858-alignment-bug-in-product-editor-20-feedback-form
customer-effort-score/changelog/52938-fix-52858-alignment-bug-in-product-editor-20-feedback-form
changelog/52938-fix-52858-alignment-bug-in-product-editor-20-feedback-form
52938-fix-52858-alignment-bug-in-product-editor-20-feedback-form
packages/js/customer-effort-score/changelog/dev-build-profiling-tweaks-take-1
js/customer-effort-score/changelog/dev-build-profiling-tweaks-take-1
customer-effort-score/changelog/dev-build-profiling-tweaks-take-1
@ -16148,6 +16184,10 @@ packages/js/e2e-utils-playwright/.eslintrc.js
js/e2e-utils-playwright/.eslintrc.js
e2e-utils-playwright/.eslintrc.js
.eslintrc.js
packages/js/e2e-utils-playwright/README.md
js/e2e-utils-playwright/README.md
e2e-utils-playwright/README.md
README.md
packages/js/e2e-utils-playwright/package.json
js/e2e-utils-playwright/package.json
e2e-utils-playwright/package.json
@ -16177,6 +16217,11 @@ js/e2e-utils-playwright/src/order.js
e2e-utils-playwright/src/order.js
src/order.js
order.js
packages/js/e2e-utils-playwright/changelog/e2e-utils-playwright-add-initial-readme
js/e2e-utils-playwright/changelog/e2e-utils-playwright-add-initial-readme
e2e-utils-playwright/changelog/e2e-utils-playwright-add-initial-readme
changelog/e2e-utils-playwright-add-initial-readme
e2e-utils-playwright-add-initial-readme
packages/js/e2e-utils-playwright/changelog/e2e-utils-playwright-configure-lint
js/e2e-utils-playwright/changelog/e2e-utils-playwright-configure-lint
e2e-utils-playwright/changelog/e2e-utils-playwright-configure-lint
@ -16552,6 +16597,11 @@ internal-js-tests/src/mocks/static.js
src/mocks/static.js
mocks/static.js
static.js
packages/js/internal-js-tests/changelog/52815-dev-lock-dependencies
js/internal-js-tests/changelog/52815-dev-lock-dependencies
internal-js-tests/changelog/52815-dev-lock-dependencies
changelog/52815-dev-lock-dependencies
52815-dev-lock-dependencies
packages/js/internal-js-tests/changelog/47385-dev-update-pnpm9-1
js/internal-js-tests/changelog/47385-dev-update-pnpm9-1
internal-js-tests/changelog/47385-dev-update-pnpm9-1
@ -16731,6 +16781,11 @@ notices/src/store/selectors.ts
src/store/selectors.ts
store/selectors.ts
selectors.ts
packages/js/notices/changelog/52815-dev-lock-dependencies
js/notices/changelog/52815-dev-lock-dependencies
notices/changelog/52815-dev-lock-dependencies
changelog/52815-dev-lock-dependencies
52815-dev-lock-dependencies
packages/js/notices/changelog/47385-dev-update-pnpm9-1
js/notices/changelog/47385-dev-update-pnpm9-1
notices/changelog/47385-dev-update-pnpm9-1
@ -17440,16 +17495,31 @@ settings-editor/src/utils/index.ts
src/utils/index.ts
utils/index.ts
index.ts
packages/js/settings-editor/changelog/52815-dev-lock-dependencies
js/settings-editor/changelog/52815-dev-lock-dependencies
settings-editor/changelog/52815-dev-lock-dependencies
changelog/52815-dev-lock-dependencies
52815-dev-lock-dependencies
packages/js/settings-editor/changelog/52391-add-new-settings-page-and-ts
js/settings-editor/changelog/52391-add-new-settings-page-and-ts
settings-editor/changelog/52391-add-new-settings-page-and-ts
changelog/52391-add-new-settings-page-and-ts
52391-add-new-settings-page-and-ts
packages/js/settings-editor/changelog/add-transform-settings-data
js/settings-editor/changelog/add-transform-settings-data
settings-editor/changelog/add-transform-settings-data
changelog/add-transform-settings-data
add-transform-settings-data
packages/js/settings-editor/changelog/.gitkeep
js/settings-editor/changelog/.gitkeep
settings-editor/changelog/.gitkeep
changelog/.gitkeep
.gitkeep
packages/js/settings-editor/changelog/53016-fix-settings-modern-route-update
js/settings-editor/changelog/53016-fix-settings-modern-route-update
settings-editor/changelog/53016-fix-settings-modern-route-update
changelog/53016-fix-settings-modern-route-update
53016-fix-settings-modern-route-update
packages/js/settings-editor/changelog/52757-update-settings-sidebar-components
js/settings-editor/changelog/52757-update-settings-sidebar-components
settings-editor/changelog/52757-update-settings-sidebar-components
@ -21012,6 +21082,11 @@ js/components/changelog/tweak-select-tree
components/changelog/tweak-select-tree
changelog/tweak-select-tree
tweak-select-tree
packages/js/components/changelog/52815-dev-lock-dependencies
js/components/changelog/52815-dev-lock-dependencies
components/changelog/52815-dev-lock-dependencies
changelog/52815-dev-lock-dependencies
52815-dev-lock-dependencies
packages/js/components/changelog/fix-select-tree-chevron
js/components/changelog/fix-select-tree-chevron
components/changelog/fix-select-tree-chevron
@ -22635,6 +22710,10 @@ woocommerce-beta-tester/.travis.yml
plugins/woocommerce-beta-tester/.editorconfig
woocommerce-beta-tester/.editorconfig
.editorconfig
plugins/woocommerce-beta-tester/changelog/52815-dev-lock-dependencies
woocommerce-beta-tester/changelog/52815-dev-lock-dependencies
changelog/52815-dev-lock-dependencies
52815-dev-lock-dependencies
plugins/woocommerce-beta-tester/changelog/.gitkeep
woocommerce-beta-tester/changelog/.gitkeep
changelog/.gitkeep
@ -23671,12 +23750,6 @@ src/Admin/Features/Features.php
Admin/Features/Features.php
Features/Features.php
Features.php
plugins/woocommerce/src/Admin/Features/Settings.php
woocommerce/src/Admin/Features/Settings.php
src/Admin/Features/Settings.php
Admin/Features/Settings.php
Features/Settings.php
Settings.php
plugins/woocommerce/src/Admin/Features/OnboardingTasks/DeprecatedOptions.php
woocommerce/src/Admin/Features/OnboardingTasks/DeprecatedOptions.php
src/Admin/Features/OnboardingTasks/DeprecatedOptions.php
@ -23869,6 +23942,20 @@ Admin/Features/OnboardingTasks/Init.php
Features/OnboardingTasks/Init.php
OnboardingTasks/Init.php
Init.php
plugins/woocommerce/src/Admin/Features/Settings/Transformer.php
woocommerce/src/Admin/Features/Settings/Transformer.php
src/Admin/Features/Settings/Transformer.php
Admin/Features/Settings/Transformer.php
Features/Settings/Transformer.php
Settings/Transformer.php
Transformer.php
plugins/woocommerce/src/Admin/Features/Settings/Init.php
woocommerce/src/Admin/Features/Settings/Init.php
src/Admin/Features/Settings/Init.php
Admin/Features/Settings/Init.php
Features/Settings/Init.php
Settings/Init.php
Init.php
plugins/woocommerce/src/Admin/Features/ShippingPartnerSuggestions/DefaultShippingPartners.php
woocommerce/src/Admin/Features/ShippingPartnerSuggestions/DefaultShippingPartners.php
src/Admin/Features/ShippingPartnerSuggestions/DefaultShippingPartners.php
@ -28005,6 +28092,13 @@ src/Internal/Admin/ShippingLabelBannerDisplayRules.php
Internal/Admin/ShippingLabelBannerDisplayRules.php
Admin/ShippingLabelBannerDisplayRules.php
ShippingLabelBannerDisplayRules.php
plugins/woocommerce/src/Internal/Admin/Settings/Payments.php
woocommerce/src/Internal/Admin/Settings/Payments.php
src/Internal/Admin/Settings/Payments.php
Internal/Admin/Settings/Payments.php
Admin/Settings/Payments.php
Settings/Payments.php
Payments.php
plugins/woocommerce/src/Internal/Admin/Settings/PaymentsRestController.php
woocommerce/src/Internal/Admin/Settings/PaymentsRestController.php
src/Internal/Admin/Settings/PaymentsRestController.php
@ -29161,14 +29255,14 @@ plugins/woocommerce/changelog/add-52343-pr-alert
woocommerce/changelog/add-52343-pr-alert
changelog/add-52343-pr-alert
add-52343-pr-alert
plugins/woocommerce/changelog/fix-wp-i10n-warning-brands
woocommerce/changelog/fix-wp-i10n-warning-brands
changelog/fix-wp-i10n-warning-brands
fix-wp-i10n-warning-brands
plugins/woocommerce/changelog/pr-52817
woocommerce/changelog/pr-52817
changelog/pr-52817
pr-52817
plugins/woocommerce/changelog/52815-dev-lock-dependencies
woocommerce/changelog/52815-dev-lock-dependencies
changelog/52815-dev-lock-dependencies
52815-dev-lock-dependencies
plugins/woocommerce/changelog/52761-fix-ci-jobs
woocommerce/changelog/52761-fix-ci-jobs
changelog/52761-fix-ci-jobs
@ -29181,6 +29275,10 @@ plugins/woocommerce/changelog/e2e-update-readme-fix-api-tests-instructions
woocommerce/changelog/e2e-update-readme-fix-api-tests-instructions
changelog/e2e-update-readme-fix-api-tests-instructions
e2e-update-readme-fix-api-tests-instructions
plugins/woocommerce/changelog/add-transform-settings-data
woocommerce/changelog/add-transform-settings-data
changelog/add-transform-settings-data
add-transform-settings-data
plugins/woocommerce/changelog/update-docs-template-structure-paths
woocommerce/changelog/update-docs-template-structure-paths
changelog/update-docs-template-structure-paths
@ -29233,6 +29331,14 @@ plugins/woocommerce/changelog/update-migrate-php-blocks-to-api-version-3
woocommerce/changelog/update-migrate-php-blocks-to-api-version-3
changelog/update-migrate-php-blocks-to-api-version-3
update-migrate-php-blocks-to-api-version-3
plugins/woocommerce/changelog/fix-class-wc-structured-data
woocommerce/changelog/fix-class-wc-structured-data
changelog/fix-class-wc-structured-data
fix-class-wc-structured-data
plugins/woocommerce/changelog/add-payment-settings-drag-and-drop-2
woocommerce/changelog/add-payment-settings-drag-and-drop-2
changelog/add-payment-settings-drag-and-drop-2
add-payment-settings-drag-and-drop-2
plugins/woocommerce/changelog/52226-email-preview-setting
woocommerce/changelog/52226-email-preview-setting
changelog/52226-email-preview-setting
@ -29269,10 +29375,18 @@ plugins/woocommerce/changelog/52780-52773-add-include-status-param
woocommerce/changelog/52780-52773-add-include-status-param
changelog/52780-52773-add-include-status-param
52780-52773-add-include-status-param
plugins/woocommerce/changelog/53016-fix-settings-modern-route-update
woocommerce/changelog/53016-fix-settings-modern-route-update
changelog/53016-fix-settings-modern-route-update
53016-fix-settings-modern-route-update
plugins/woocommerce/changelog/52678-fix-51636-refactor-product-filters
woocommerce/changelog/52678-fix-51636-refactor-product-filters
changelog/52678-fix-51636-refactor-product-filters
52678-fix-51636-refactor-product-filters
plugins/woocommerce/changelog/fix-52883-order-details-failed
woocommerce/changelog/fix-52883-order-details-failed
changelog/fix-52883-order-details-failed
fix-52883-order-details-failed
plugins/woocommerce/changelog/52658-dev--shipping-calculator-panel
woocommerce/changelog/52658-dev--shipping-calculator-panel
changelog/52658-dev--shipping-calculator-panel
@ -29289,6 +29403,10 @@ plugins/woocommerce/changelog/update-coming-soon-cache-doc
woocommerce/changelog/update-coming-soon-cache-doc
changelog/update-coming-soon-cache-doc
update-coming-soon-cache-doc
plugins/woocommerce/changelog/52925-update-52876-persist-user-admin-color-scheme-on-wpcom-jpc
woocommerce/changelog/52925-update-52876-persist-user-admin-color-scheme-on-wpcom-jpc
changelog/52925-update-52876-persist-user-admin-color-scheme-on-wpcom-jpc
52925-update-52876-persist-user-admin-color-scheme-on-wpcom-jpc
plugins/woocommerce/changelog/52757-update-settings-sidebar-components
woocommerce/changelog/52757-update-settings-sidebar-components
changelog/52757-update-settings-sidebar-components
@ -29297,10 +29415,22 @@ plugins/woocommerce/changelog/add-unify-togglegroupcontrol-styling
woocommerce/changelog/add-unify-togglegroupcontrol-styling
changelog/add-unify-togglegroupcontrol-styling
add-unify-togglegroupcontrol-styling
plugins/woocommerce/changelog/52227-preview-email-types
woocommerce/changelog/52227-preview-email-types
changelog/52227-preview-email-types
52227-preview-email-types
plugins/woocommerce/changelog/fix-52812-payments-menu-item-linking-to-blank-page
woocommerce/changelog/fix-52812-payments-menu-item-linking-to-blank-page
changelog/fix-52812-payments-menu-item-linking-to-blank-page
fix-52812-payments-menu-item-linking-to-blank-page
plugins/woocommerce/changelog/52993-dev-52933-payments-settings-api-refactor
woocommerce/changelog/52993-dev-52933-payments-settings-api-refactor
changelog/52993-dev-52933-payments-settings-api-refactor
52993-dev-52933-payments-settings-api-refactor
plugins/woocommerce/changelog/52898-52773-add-exclude-status-param
woocommerce/changelog/52898-52773-add-exclude-status-param
changelog/52898-52773-add-exclude-status-param
52898-52773-add-exclude-status-param
plugins/woocommerce/changelog/52928-patch-1
woocommerce/changelog/52928-patch-1
changelog/52928-patch-1
@ -29381,6 +29511,10 @@ plugins/woocommerce/changelog/fix-core-profiler-industry
woocommerce/changelog/fix-core-profiler-industry
changelog/fix-core-profiler-industry
fix-core-profiler-industry
plugins/woocommerce/changelog/remove-dead-lys-state-action
woocommerce/changelog/remove-dead-lys-state-action
changelog/remove-dead-lys-state-action
remove-dead-lys-state-action
plugins/woocommerce/changelog/fix-52396_product_sku_styles
woocommerce/changelog/fix-52396_product_sku_styles
changelog/fix-52396_product_sku_styles
@ -40425,6 +40559,71 @@ settings-payments/components/offline-gateway-list-item/offline-payment-gateway-l
components/offline-gateway-list-item/offline-payment-gateway-list-item.tsx
offline-gateway-list-item/offline-payment-gateway-list-item.tsx
offline-payment-gateway-list-item.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/sortable/test/sortable-container.test.tsx
woocommerce/client/admin/client/settings-payments/components/sortable/test/sortable-container.test.tsx
client/admin/client/settings-payments/components/sortable/test/sortable-container.test.tsx
admin/client/settings-payments/components/sortable/test/sortable-container.test.tsx
client/settings-payments/components/sortable/test/sortable-container.test.tsx
settings-payments/components/sortable/test/sortable-container.test.tsx
components/sortable/test/sortable-container.test.tsx
sortable/test/sortable-container.test.tsx
test/sortable-container.test.tsx
sortable-container.test.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/sortable/test/sortable-item.test.tsx
woocommerce/client/admin/client/settings-payments/components/sortable/test/sortable-item.test.tsx
client/admin/client/settings-payments/components/sortable/test/sortable-item.test.tsx
admin/client/settings-payments/components/sortable/test/sortable-item.test.tsx
client/settings-payments/components/sortable/test/sortable-item.test.tsx
settings-payments/components/sortable/test/sortable-item.test.tsx
components/sortable/test/sortable-item.test.tsx
sortable/test/sortable-item.test.tsx
test/sortable-item.test.tsx
sortable-item.test.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/sortable/sortable.scss
woocommerce/client/admin/client/settings-payments/components/sortable/sortable.scss
client/admin/client/settings-payments/components/sortable/sortable.scss
admin/client/settings-payments/components/sortable/sortable.scss
client/settings-payments/components/sortable/sortable.scss
settings-payments/components/sortable/sortable.scss
components/sortable/sortable.scss
sortable/sortable.scss
sortable.scss
plugins/woocommerce/client/admin/client/settings-payments/components/sortable/sortable-container.tsx
woocommerce/client/admin/client/settings-payments/components/sortable/sortable-container.tsx
client/admin/client/settings-payments/components/sortable/sortable-container.tsx
admin/client/settings-payments/components/sortable/sortable-container.tsx
client/settings-payments/components/sortable/sortable-container.tsx
settings-payments/components/sortable/sortable-container.tsx
components/sortable/sortable-container.tsx
sortable/sortable-container.tsx
sortable-container.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/sortable/index.tsx
woocommerce/client/admin/client/settings-payments/components/sortable/index.tsx
client/admin/client/settings-payments/components/sortable/index.tsx
admin/client/settings-payments/components/sortable/index.tsx
client/settings-payments/components/sortable/index.tsx
settings-payments/components/sortable/index.tsx
components/sortable/index.tsx
sortable/index.tsx
index.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/sortable/sortable-item.tsx
woocommerce/client/admin/client/settings-payments/components/sortable/sortable-item.tsx
client/admin/client/settings-payments/components/sortable/sortable-item.tsx
admin/client/settings-payments/components/sortable/sortable-item.tsx
client/settings-payments/components/sortable/sortable-item.tsx
settings-payments/components/sortable/sortable-item.tsx
components/sortable/sortable-item.tsx
sortable/sortable-item.tsx
sortable-item.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/sortable/sortable-drag-handle.tsx
woocommerce/client/admin/client/settings-payments/components/sortable/sortable-drag-handle.tsx
client/admin/client/settings-payments/components/sortable/sortable-drag-handle.tsx
admin/client/settings-payments/components/sortable/sortable-drag-handle.tsx
client/settings-payments/components/sortable/sortable-drag-handle.tsx
settings-payments/components/sortable/sortable-drag-handle.tsx
components/sortable/sortable-drag-handle.tsx
sortable/sortable-drag-handle.tsx
sortable-drag-handle.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/header/header.scss
woocommerce/client/admin/client/settings-payments/components/header/header.scss
client/admin/client/settings-payments/components/header/header.scss
@ -41224,6 +41423,13 @@ admin/client/settings-email/settings-email-image-url-slotfill.tsx
client/settings-email/settings-email-image-url-slotfill.tsx
settings-email/settings-email-image-url-slotfill.tsx
settings-email-image-url-slotfill.tsx
plugins/woocommerce/client/admin/client/settings-email/settings-email-preview-type.tsx
woocommerce/client/admin/client/settings-email/settings-email-preview-type.tsx
client/admin/client/settings-email/settings-email-preview-type.tsx
admin/client/settings-email/settings-email-preview-type.tsx
client/settings-email/settings-email-preview-type.tsx
settings-email/settings-email-preview-type.tsx
settings-email-preview-type.tsx
plugins/woocommerce/client/admin/client/settings-email/settings-email-image-url-handlers.tsx
woocommerce/client/admin/client/settings-email/settings-email-image-url-handlers.tsx
client/admin/client/settings-email/settings-email-image-url-handlers.tsx
@ -46722,6 +46928,15 @@ Features/OnboardingTasks/Tasks/ExperimentalShippingRecommendationTest.php
OnboardingTasks/Tasks/ExperimentalShippingRecommendationTest.php
Tasks/ExperimentalShippingRecommendationTest.php
ExperimentalShippingRecommendationTest.php
plugins/woocommerce/tests/php/src/Admin/Features/Settings/TransformerTest.php
woocommerce/tests/php/src/Admin/Features/Settings/TransformerTest.php
tests/php/src/Admin/Features/Settings/TransformerTest.php
php/src/Admin/Features/Settings/TransformerTest.php
src/Admin/Features/Settings/TransformerTest.php
Admin/Features/Settings/TransformerTest.php
Features/Settings/TransformerTest.php
Settings/TransformerTest.php
TransformerTest.php
plugins/woocommerce/tests/php/src/Admin/Features/ShippingPartnerSuggestions/DefaultShippingPartnersTest.php
woocommerce/tests/php/src/Admin/Features/ShippingPartnerSuggestions/DefaultShippingPartnersTest.php
tests/php/src/Admin/Features/ShippingPartnerSuggestions/DefaultShippingPartnersTest.php
@ -48104,6 +48319,15 @@ Internal/Admin/WCPayPromotion/DefaultPromotionsTest.php
Admin/WCPayPromotion/DefaultPromotionsTest.php
WCPayPromotion/DefaultPromotionsTest.php
DefaultPromotionsTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/Settings/PaymentsTest.php
woocommerce/tests/php/src/Internal/Admin/Settings/PaymentsTest.php
tests/php/src/Internal/Admin/Settings/PaymentsTest.php
php/src/Internal/Admin/Settings/PaymentsTest.php
src/Internal/Admin/Settings/PaymentsTest.php
Internal/Admin/Settings/PaymentsTest.php
Admin/Settings/PaymentsTest.php
Settings/PaymentsTest.php
PaymentsTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/Settings/PaymentsRestControllerTest.php
woocommerce/tests/php/src/Internal/Admin/Settings/PaymentsRestControllerTest.php
tests/php/src/Internal/Admin/Settings/PaymentsRestControllerTest.php
@ -48113,6 +48337,15 @@ Internal/Admin/Settings/PaymentsRestControllerTest.php
Admin/Settings/PaymentsRestControllerTest.php
Settings/PaymentsRestControllerTest.php
PaymentsRestControllerTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/Settings/PaymentsRestControllerIntegrationTest.php
woocommerce/tests/php/src/Internal/Admin/Settings/PaymentsRestControllerIntegrationTest.php
tests/php/src/Internal/Admin/Settings/PaymentsRestControllerIntegrationTest.php
php/src/Internal/Admin/Settings/PaymentsRestControllerIntegrationTest.php
src/Internal/Admin/Settings/PaymentsRestControllerIntegrationTest.php
Internal/Admin/Settings/PaymentsRestControllerIntegrationTest.php
Admin/Settings/PaymentsRestControllerIntegrationTest.php
Settings/PaymentsRestControllerIntegrationTest.php
PaymentsRestControllerIntegrationTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/ShippingPartnerSuggestions/ShippingPartnerSuggestionsTest.php
woocommerce/tests/php/src/Internal/Admin/ShippingPartnerSuggestions/ShippingPartnerSuggestionsTest.php
tests/php/src/Internal/Admin/ShippingPartnerSuggestions/ShippingPartnerSuggestionsTest.php

View File

@ -625,6 +625,7 @@ packages/js/data/src/navigation/resolvers.ts
packages/js/data/src/navigation/with-navigation-hydration.tsx
packages/js/data/src/navigation/selectors.ts
packages/js/data/src/payment-settings/test/reducer.ts
packages/js/data/src/payment-settings/utils.ts
packages/js/data/src/payment-settings/types.ts
packages/js/data/src/payment-settings/action-types.ts
packages/js/data/src/payment-settings/index.ts
@ -814,12 +815,14 @@ packages/js/data/src/tax-classes/index.ts
packages/js/data/src/tax-classes/constants.ts
packages/js/data/src/tax-classes/resolvers.ts
packages/js/data/changelog/tweak-google-extension-rename
packages/js/data/changelog/52815-dev-lock-dependencies
packages/js/data/changelog/update-use-error-boundary-for-panels
packages/js/data/changelog/update-lys-tour-meta
packages/js/data/changelog/fix-misspelling-in-inline-doc-packages-js
packages/js/data/changelog/.gitkeep
packages/js/data/changelog/48699-tweak-dont-recommend-wcservices-in-tax-task-with-wcship-or-wctax-active
packages/js/data/changelog/dev-consolidate-syncpack-config
packages/js/data/changelog/add-payment-settings-drag-and-drop-2
packages/js/data/changelog/update-51955-wcpay-task-install-behavior
packages/js/data/changelog/add-stripe-tax-to task
packages/js/data/changelog/48586-update-48516-detect-cache-when-launching-store
@ -997,6 +1000,7 @@ packages/js/block-templates/src/index.ts
packages/js/block-templates/src/utils/test/register-woo-block-type.test.ts
packages/js/block-templates/src/utils/index.ts
packages/js/block-templates/src/utils/register-woo-block-type.ts
packages/js/block-templates/changelog/52815-dev-lock-dependencies
packages/js/block-templates/changelog/.gitkeep
packages/js/block-templates/changelog/dev-consolidate-syncpack-config
packages/js/block-templates/changelog/add-backend-template-match
@ -2061,6 +2065,7 @@ packages/js/product-editor/src/products.tsx
packages/js/product-editor/changelog/update-replace-with-combobox
packages/js/product-editor/changelog/add-product-template-url
packages/js/product-editor/changelog/fix-50571
packages/js/product-editor/changelog/52815-dev-lock-dependencies
packages/js/product-editor/changelog/fix-misspelling-in-AligmentToolbarButton-func-name
packages/js/product-editor/changelog/fix-50058_gb_modal_conflict
packages/js/product-editor/changelog/dev-39647_update_validation_message_name_field
@ -2287,9 +2292,11 @@ packages/js/customer-effort-score/src/utils/test/customer-effort-score-exit-page
packages/js/customer-effort-score/src/utils/index.ts
packages/js/customer-effort-score/src/utils/customer-effort-score-exit-page.ts
packages/js/customer-effort-score/src/utils/get-store-age-in-weeks.ts
packages/js/customer-effort-score/changelog/52815-dev-lock-dependencies
packages/js/customer-effort-score/changelog/fix-misspelling-in-inline-doc-packages-js
packages/js/customer-effort-score/changelog/.gitkeep
packages/js/customer-effort-score/changelog/dev-consolidate-syncpack-config
packages/js/customer-effort-score/changelog/52938-fix-52858-alignment-bug-in-product-editor-20-feedback-form
packages/js/customer-effort-score/changelog/dev-build-profiling-tweaks-take-1
packages/js/customer-effort-score/changelog/50828-dev-constrain-pnpm-version
packages/js/customer-effort-score/changelog/dev-ci-lint-monorepo-job-update
@ -2658,12 +2665,14 @@ packages/js/number/composer.json
packages/js/number/CHANGELOG.md
packages/js/number/tsconfig.json
packages/js/e2e-utils-playwright/.eslintrc.js
packages/js/e2e-utils-playwright/README.md
packages/js/e2e-utils-playwright/package.json
packages/js/e2e-utils-playwright/src/editor.js
packages/js/e2e-utils-playwright/src/cart.js
packages/js/e2e-utils-playwright/src/index.js
packages/js/e2e-utils-playwright/src/checkout.js
packages/js/e2e-utils-playwright/src/order.js
packages/js/e2e-utils-playwright/changelog/e2e-utils-playwright-add-initial-readme
packages/js/e2e-utils-playwright/changelog/e2e-utils-playwright-configure-lint
packages/js/e2e-utils-playwright/changelog/.gitkeep
packages/js/e2e-utils-playwright/changelog/e2e-utils-playwright-configure-changelogger
@ -2733,6 +2742,7 @@ packages/js/internal-js-tests/src/mocks/woocommerce-settings.js
packages/js/internal-js-tests/src/mocks/woocommerce-tracks.js
packages/js/internal-js-tests/src/mocks/api-request.js
packages/js/internal-js-tests/src/mocks/static.js
packages/js/internal-js-tests/changelog/52815-dev-lock-dependencies
packages/js/internal-js-tests/changelog/47385-dev-update-pnpm9-1
packages/js/internal-js-tests/changelog/dev-merge-admin
packages/js/internal-js-tests/changelog/43595-update-wireit-0.14.3
@ -2769,6 +2779,7 @@ packages/js/notices/src/store/constants.ts
packages/js/notices/src/store/reducer.ts
packages/js/notices/src/store/utils/on-sub-key.ts
packages/js/notices/src/store/selectors.ts
packages/js/notices/changelog/52815-dev-lock-dependencies
packages/js/notices/changelog/47385-dev-update-pnpm9-1
packages/js/notices/changelog/43595-update-wireit-0.14.3
packages/js/notices/changelog/fix-misspelling-in-inline-doc-packages-js
@ -2916,8 +2927,11 @@ packages/js/settings-editor/src/components/sidebar/index.tsx
packages/js/settings-editor/src/components/section-tabs/index.tsx
packages/js/settings-editor/src/components/header/index.tsx
packages/js/settings-editor/src/utils/index.ts
packages/js/settings-editor/changelog/52815-dev-lock-dependencies
packages/js/settings-editor/changelog/52391-add-new-settings-page-and-ts
packages/js/settings-editor/changelog/add-transform-settings-data
packages/js/settings-editor/changelog/.gitkeep
packages/js/settings-editor/changelog/53016-fix-settings-modern-route-update
packages/js/settings-editor/changelog/52757-update-settings-sidebar-components
packages/js/settings-editor/changelog/update-settings-sidebar-acitve-item
packages/js/settings-editor/changelog/52501-add-settings-sidebar
@ -3471,6 +3485,7 @@ packages/js/components/src/calendar/date-range.js
packages/js/components/src/calendar/stories/date-picker.story.js
packages/js/components/src/calendar/stories/date-range.story.js
packages/js/components/changelog/tweak-select-tree
packages/js/components/changelog/52815-dev-lock-dependencies
packages/js/components/changelog/fix-select-tree-chevron
packages/js/components/changelog/fix-47791-confetti-pop-every-render
packages/js/components/changelog/47385-dev-update-pnpm9-1
@ -3879,6 +3894,7 @@ plugins/woocommerce-beta-tester/src/remote-inbox-notifications/data/resolvers.js
plugins/woocommerce-beta-tester/src/remote-inbox-notifications/index.js
plugins/woocommerce-beta-tester/.travis.yml
plugins/woocommerce-beta-tester/.editorconfig
plugins/woocommerce-beta-tester/changelog/52815-dev-lock-dependencies
plugins/woocommerce-beta-tester/changelog/.gitkeep
plugins/woocommerce-beta-tester/changelog/dev-prepare-beta-tester-release-2-5-0
plugins/woocommerce-beta-tester/changelog/fix-js-i18n
@ -4063,7 +4079,6 @@ plugins/woocommerce/src/Admin/WCAdminHelper.php
plugins/woocommerce/src/Admin/PluginsProvider/PluginsProvider.php
plugins/woocommerce/src/Admin/PluginsProvider/PluginsProviderInterface.php
plugins/woocommerce/src/Admin/Features/Features.php
plugins/woocommerce/src/Admin/Features/Settings.php
plugins/woocommerce/src/Admin/Features/OnboardingTasks/DeprecatedOptions.php
plugins/woocommerce/src/Admin/Features/OnboardingTasks/TaskTraits.php
plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/StoreDetails.php
@ -4089,6 +4104,8 @@ plugins/woocommerce/src/Admin/Features/OnboardingTasks/TaskListSection.php
plugins/woocommerce/src/Admin/Features/OnboardingTasks/DeprecatedExtendedTask.php
plugins/woocommerce/src/Admin/Features/OnboardingTasks/TaskLists.php
plugins/woocommerce/src/Admin/Features/OnboardingTasks/Init.php
plugins/woocommerce/src/Admin/Features/Settings/Transformer.php
plugins/woocommerce/src/Admin/Features/Settings/Init.php
plugins/woocommerce/src/Admin/Features/ShippingPartnerSuggestions/DefaultShippingPartners.php
plugins/woocommerce/src/Admin/Features/ShippingPartnerSuggestions/ShippingPartnerSuggestionsDataSourcePoller.php
plugins/woocommerce/src/Admin/Features/ShippingPartnerSuggestions/ShippingPartnerSuggestions.php
@ -4720,6 +4737,7 @@ plugins/woocommerce/src/Internal/Admin/CouponsMovedTrait.php
plugins/woocommerce/src/Internal/Admin/ImportExport/CSVUploadHelper.php
plugins/woocommerce/src/Internal/Admin/Marketplace.php
plugins/woocommerce/src/Internal/Admin/ShippingLabelBannerDisplayRules.php
plugins/woocommerce/src/Internal/Admin/Settings/Payments.php
plugins/woocommerce/src/Internal/Admin/Settings/PaymentsRestController.php
plugins/woocommerce/src/Internal/Admin/Translations.php
plugins/woocommerce/src/Internal/Admin/RemoteInboxNotifications.php
@ -4894,11 +4912,12 @@ plugins/woocommerce/src/Internal/CostOfGoodsSold/CogsAwareUnitTestSuiteTrait.php
plugins/woocommerce/src/Internal/CostOfGoodsSold/CogsAwareRestControllerTrait.php
plugins/woocommerce/src/Internal/Brands.php
plugins/woocommerce/changelog/add-52343-pr-alert
plugins/woocommerce/changelog/fix-wp-i10n-warning-brands
plugins/woocommerce/changelog/pr-52817
plugins/woocommerce/changelog/52815-dev-lock-dependencies
plugins/woocommerce/changelog/52761-fix-ci-jobs
plugins/woocommerce/changelog/dev-52416_implement_product_renderer_class
plugins/woocommerce/changelog/e2e-update-readme-fix-api-tests-instructions
plugins/woocommerce/changelog/add-transform-settings-data
plugins/woocommerce/changelog/update-docs-template-structure-paths
plugins/woocommerce/changelog/52433-dev-using-new-legacy-status-constants-in-tests
plugins/woocommerce/changelog/feat-add-product-review-autocomplete-fields
@ -4912,6 +4931,8 @@ plugins/woocommerce/changelog/fix-51892
plugins/woocommerce/changelog/ci-include-i18n-folder-in-api-core-tests-changes
plugins/woocommerce/changelog/.gitkeep
plugins/woocommerce/changelog/update-migrate-php-blocks-to-api-version-3
plugins/woocommerce/changelog/fix-class-wc-structured-data
plugins/woocommerce/changelog/add-payment-settings-drag-and-drop-2
plugins/woocommerce/changelog/52226-email-preview-setting
plugins/woocommerce/changelog/pr-52551
plugins/woocommerce/changelog/51921-dev-using-order-status-constants-in-legacy-tests
@ -4921,14 +4942,20 @@ plugins/woocommerce/changelog/add-coming-soon-social-links
plugins/woocommerce/changelog/dev-build-validate-blocks-manifests
plugins/woocommerce/changelog/52778-e2e-external-run-only-on-demand
plugins/woocommerce/changelog/52780-52773-add-include-status-param
plugins/woocommerce/changelog/53016-fix-settings-modern-route-update
plugins/woocommerce/changelog/52678-fix-51636-refactor-product-filters
plugins/woocommerce/changelog/fix-52883-order-details-failed
plugins/woocommerce/changelog/52658-dev--shipping-calculator-panel
plugins/woocommerce/changelog/fix-coming-soon-entire-site-template
plugins/woocommerce/changelog/add-51586_add_tests_for_hand_picked_collection
plugins/woocommerce/changelog/update-coming-soon-cache-doc
plugins/woocommerce/changelog/52925-update-52876-persist-user-admin-color-scheme-on-wpcom-jpc
plugins/woocommerce/changelog/52757-update-settings-sidebar-components
plugins/woocommerce/changelog/add-unify-togglegroupcontrol-styling
plugins/woocommerce/changelog/52227-preview-email-types
plugins/woocommerce/changelog/fix-52812-payments-menu-item-linking-to-blank-page
plugins/woocommerce/changelog/52993-dev-52933-payments-settings-api-refactor
plugins/woocommerce/changelog/52898-52773-add-exclude-status-param
plugins/woocommerce/changelog/52928-patch-1
plugins/woocommerce/changelog/fix-52803
plugins/woocommerce/changelog/52649-fix-22178-fix-market-place-connect-for-multi-sites
@ -4949,6 +4976,7 @@ plugins/woocommerce/changelog/52806-fix-settings-typings
plugins/woocommerce/changelog/51549-fix-wrong-default-param-type-51548
plugins/woocommerce/changelog/dev-52414_implement_productQueryBuilder_class
plugins/woocommerce/changelog/fix-core-profiler-industry
plugins/woocommerce/changelog/remove-dead-lys-state-action
plugins/woocommerce/changelog/fix-52396_product_sku_styles
plugins/woocommerce/changelog/52785-react-payment-settings
plugins/woocommerce/changelog/52216-improve-email-sender-options
@ -6246,6 +6274,13 @@ plugins/woocommerce/client/admin/client/settings-payments/components/payment-gat
plugins/woocommerce/client/admin/client/settings-payments/components/payment-gateways/payment-gateways.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/offline-gateway-list-item/index.ts
plugins/woocommerce/client/admin/client/settings-payments/components/offline-gateway-list-item/offline-payment-gateway-list-item.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/sortable/test/sortable-container.test.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/sortable/test/sortable-item.test.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/sortable/sortable.scss
plugins/woocommerce/client/admin/client/settings-payments/components/sortable/sortable-container.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/sortable/index.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/sortable/sortable-item.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/sortable/sortable-drag-handle.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/header/header.scss
plugins/woocommerce/client/admin/client/settings-payments/components/header/header.tsx
plugins/woocommerce/client/admin/client/blueprint/index.js
@ -6345,6 +6380,7 @@ plugins/woocommerce/client/admin/client/settings-email/icon-avatar.svg
plugins/woocommerce/client/admin/client/settings-email/settings-email-preview-header.tsx
plugins/woocommerce/client/admin/client/settings-email/style.scss
plugins/woocommerce/client/admin/client/settings-email/settings-email-image-url-slotfill.tsx
plugins/woocommerce/client/admin/client/settings-email/settings-email-preview-type.tsx
plugins/woocommerce/client/admin/client/settings-email/settings-email-image-url-handlers.tsx
plugins/woocommerce/client/admin/client/settings-email/settings-email-image-url-existing-image.tsx
plugins/woocommerce/client/admin/client/settings-email/icon-image-upload.svg
@ -7277,6 +7313,7 @@ plugins/woocommerce/tests/Tools/CodeHacking/CodeHacker.php
plugins/woocommerce/tests/Tools/DynamicDecorator.php
plugins/woocommerce/tests/Tools/FakeQueue.php
plugins/woocommerce/tests/php/src/Admin/Features/OnboardingTasks/Tasks/ExperimentalShippingRecommendationTest.php
plugins/woocommerce/tests/php/src/Admin/Features/Settings/TransformerTest.php
plugins/woocommerce/tests/php/src/Admin/Features/ShippingPartnerSuggestions/DefaultShippingPartnersTest.php
plugins/woocommerce/tests/php/src/Admin/Features/Blueprint/Importers/ImportSetWCTaxRatesTest.php
plugins/woocommerce/tests/php/src/Admin/Features/Blueprint/fixtures/woo-blueprint-taxrates.json
@ -7442,7 +7479,9 @@ plugins/woocommerce/tests/php/src/Internal/Admin/Orders/MetaBoxes/OrderAttributi
plugins/woocommerce/tests/php/src/Internal/Admin/Orders/EditLockTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/WCPayPromotion/InitTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/WCPayPromotion/DefaultPromotionsTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/Settings/PaymentsTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/Settings/PaymentsRestControllerTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/Settings/PaymentsRestControllerIntegrationTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/ShippingPartnerSuggestions/ShippingPartnerSuggestionsTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/EmailPreviewTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/MarketingRecommendations/InitTest.php

View File

@ -26,6 +26,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.well-known
.well-known/assetlinks.json
.xml
/*/*/_tools
/*/*/more_ideas
/*/_tools
/*/activity
/*/branches
/*/commits
/*/compare
@ -33,8 +37,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/edit$
/*/forks
/*/graphs
/*/group
/*/invite
/*/issues/new
/*/issues/search
/*/more_ideas
/*/network
/*/projects
/*/pulse
@ -45,10 +52,23 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*source=
/.git
//wiki/skins
/?*amp_client_id
/?z=1
/MANUALS/*.pdf$
/Search/
/_
/_/rsrc
/__wishlist__
/_activities
/_activity
/_community
/_created
/_followers
/_following
/_quick_saves
/_saved
/_shop
/_shopping_list
/album/*/*?i=
/api
/apis
@ -60,6 +80,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/comments
/commits/*?author
/commits/*?path
/communities
/discovered
/docs/product
/download
/download/Browse.aspx?
@ -84,6 +106,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/layout/
/leads/*/jsplayer_show_lead_form.html
/leads/*/show_form.html
/likes
/listing/*/favoriters
/lookup?
/mediaapi/
@ -91,15 +114,20 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/music/*/Search/
/music/*/search/
/newsearch/
/organize
/people/*/circle
/people/*/favorites
/pinned_flashes
/pins
/podcast/*/*?i=
/print$
/profile-about
/raw
/revisions
/rg*/mediaviewer/rm*/tr
/rss
/scheduled-pin
/scheduled-pins
/search
/search/
/search/*?q=
@ -115,11 +143,15 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/store/d/groove-music-pass/cfq7ttc0k5dq/0001
/store/locations/store-locations-sitemap.xml
/store/music/groove-music-pass/*
/story_pins
/tagged
/tarball
/tree
/tried
/tv-season/*/*?i=
/unsubscribe/
/video-
/video_pins
/wal/
/wiki/Special:
/wiki/index.php/Help
@ -193,6 +225,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?order=
?pt1=true$
?s=
?show_error=true
?slogin
?tab=achievements&achievement=
?utm_*=
@ -987,6 +1020,8 @@ ZipCodeLookupAjax
[_0-9a-zA-Z]+/status/[0-9]+/likes
[_0-9a-zA-Z]+/status/[0-9]+/retweets
_
_/_
_/_/pixel
_/aihub_pod
_/ain/_/js
_/alkali-learn
@ -1049,6 +1084,8 @@ _next/gtm
_next/jwt
_next/title
_next/viewer
_ngjs/resource
_ngjs/resource/*/get
_nimbusJson.json
_nimbusJsonp.js
_nimbusJsonpStatic.js
@ -1154,10 +1191,12 @@ ad_spice
ad_syndication_user_tracking
ad_visibility
addContacts
addboard
addressBookExport
admin
adredir?
ads
ads.txt
ads/gpa/vidgen
ads/hotels/partners
ads/learn
@ -1177,6 +1216,7 @@ adwords/proposal
adx/bin
affil
affil/pal
age-appeal
agreements/approve
aihub/tfhub
ajax
@ -1190,6 +1230,7 @@ alkali
allanalytics
alllocations
ambry
amp
amphtml
amphtml/blogs/test
amphtml/classic-apps
@ -1217,7 +1258,9 @@ api/v3/ajax/bespoke/public/neu/specs
api_access_key=
app*_
app*form_id=
app-ads.txt
app/updates
appealed-pin
apple-app-site-association
apps
apps*&tags=
@ -1391,6 +1434,7 @@ auth/verifychallenge
author/following
author=
authwall
autocomplete
avis
away.php
b2bauth
@ -1510,7 +1554,11 @@ blogs/test
blogsearch
blogsearch_feeds
bn
board
board_activity
board_activity_comment
bookmark?
bookmarklet
bookmarks
books
books/about
@ -1532,17 +1580,38 @@ books?*zoom=1
books?*zoom=5
booksrightsholders
boutique/sitemaps
branded-pins
browse/reviews/recent
business/ad_create
business/adshare
business/adshare/faqs
business/blahblah
business/business-access
business/business-hierarchy
business/business-manager
business/catalogs
business/commerce-integrations
business/community-information
business/convert
business/create
business/create-linked-account
business/feedback
business/hub
business/invite
business/leads/jsplayer_show_lead_form.html
business/leads/show_form.html
business/learning/blog
business/onboarding
business/pin_create
business/premium/is_payment_pending
business/promotion
business/referral
business/sales/blog
business/site
business/switch-account
business/top-ads
business/update
business/verified-merchant/status
businessinfo
buyside-e2e-monitor
buzz/post
@ -1743,6 +1812,7 @@ checkout
checkout/package
checkoutnow
checkpoint
christmas-spotlight
chrome/browser/mobile/tour
chrome/crlset
chrome/webstore/images
@ -1765,6 +1835,7 @@ clickthru
client_errors
clima/ets
clima/sites/registry
close-account
cloud-launcher/sitemap
cloudsourcetools/images
cms_content
@ -1786,6 +1857,7 @@ commercesearch/images
commercesearch/services
commission_2010-2014/katainen
commits?author=
communities
communities/bin.aspx?
communities/blogs/PortalResults.mspx?
communities/eventdetails.mspx?
@ -1801,12 +1873,15 @@ community/category/*
community/comments
community/feed
community/trackback
community_comment
community_post
community_s
companyDir
compare
compare/*/apply
compressiontest
config.js
connect
connections
connectivity
connector
@ -1814,20 +1889,31 @@ consumers/archive
contact_me
contactus
content
content-claiming
context_referrer=gig_page
context_referrer=user_page
control
conversation
conversations
convert-business
convert-personal
coop/directory
coop/manage
copy-conductor/crawled
copyright-reporting
corgi$
couchmode
counter/*?
coupons/visit
covid19
covid19/mobility
create_pin
creative-europe/404_en.htm
creative-studio
creative_editor
creator-spotlight
creator_hub/_earn
creator_hub/_partnerships
creatorhub
cse/home
cse/manage
@ -1836,7 +1922,9 @@ cse?
csp
csp_block
csp_report_only
csrf_error
ct
ct.html
ct/log_list
culturalinstitute/images
culturalinstitute/sitemaps
@ -1954,7 +2042,9 @@ de/teams
de/transactions
de/treasury
de/your
deactivate-account
default
delete_post
delight
dell/cities-transformed
dell/cloud-future-of-medicine
@ -2005,6 +2095,7 @@ digital-single-market/taxonomy
digital-single-market/users
directory
directory/all
discover
discussion
discussion/comment-permalink
discussion/edit-profile
@ -2101,6 +2192,8 @@ ebooks?*zoom=1
ebooks?*zoom=5
ece
eclas
edit
editorial/*
edu/cs4hs
education/404_en.htm
edurec
@ -2111,6 +2204,7 @@ elite?
email
email-unsubscribe
email_actions
email_verification_error
embed
embed/feed/update
employment_social/anticipedia/xwiki/bin/attach
@ -2169,6 +2263,7 @@ en/microsoft-viva/
en/security
en/security/
endorsements
engagement
enterprise-jobs
enterprise-partner-search/sitemaps
environment/ets
@ -2275,6 +2370,8 @@ exec/obidos/subst/marketplace/sell-your-collection.html
exec/obidos/subst/marketplace/sell-your-stuff.html
exec/obidos/subst/partners/friends/access.html
exec/obidos/tg/cm/member
explore
explore/*/?p=
explore/*/lightbox
external
external/overture
@ -2284,6 +2381,7 @@ facebook
facebook_connect
faves-i_love_u_get_away_from_me
favorite
fb.html
fe=true
feature/sf-test
feed
@ -2365,6 +2463,8 @@ flights
flutter-canvaskit
folder
follow
follow_board
follow_user
following
food/archive
food/favourites
@ -2478,6 +2578,8 @@ global$
globalmarketfinder
globalmarketfinder/*.html
gog
google_gdn.html
google_search.html
googlebooks/images
gp
gp/aag
@ -2587,6 +2689,7 @@ gview
gwt
h5games_gamecenter/images
handmade
hanukkah-spotlight
hashtag/*?src=
hd
header/channels
@ -2662,15 +2765,18 @@ hk-en/teams
hk-en/transactions
hk-en/treasury
hk-en/your
holiday-spotlight
holidays-celebrations
home
homefeed
homepage-video-test
hosted/images
hotelfinder/rpc
hotels/rpc
hp/video
hpc/*/supported-applications.aspx?
http://apple.com/robots.txt
http://imdb.com/robots.txt
http://i0.wp.com/robots.txt
http://patreon.com/robots.txt
hub?category=
hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$
@ -2684,6 +2790,9 @@ id-id.www.cloudflare.com
id-id/feedback
id-id/lp
id-id/searchresults
idea-ads-tool
idea-pin-builder
idea-pin-invite
identity/accountsettingsactivityweb
identity/accountsettingssyaf
ie*/listing/*/favoriters
@ -2861,11 +2970,14 @@ info/customerror.htm*
info/smart404.asp*
info/tech-feedback
inproduct_help/chatsupport
install-shuffles
internalPref
intl/*/about/views
intlkb/
invite
inviteFromProfile
inviteMany
invited
invites/buy
invoice/est
invoice/estimate/buyerView
@ -2959,6 +3071,8 @@ johnhancock
johnhancock/in-a-lifetime-healthcare
johnhancock/in-a-lifetime-sustainability
johnhancock/in-a-lifetime-work
join/?next=
join/signup/?next=
jp*/listing/*/favoriters
jp*/people/*/circle
jp*/people/*/favorites
@ -3028,6 +3142,7 @@ ko-kr.www.cloudflare.com
ko-kr/feedback
ko-kr/lp
ko-kr/searchresults
kwanzaa-spotlight
labs/popgadget/search
lamda/images
landing/cmsnext-root
@ -3062,10 +3177,12 @@ learning/search?
learning/settings
learning/settings$
learning/settings?
lens-search
li/track
library/devices
licensing-syndication
limited-release
linked
linkedin
list
list/ls*/_ajax
@ -3073,6 +3190,7 @@ list/ls*/export
listing/*/stubs
lite
lite.publication.PublicationRequestFulltextPromo.requestFulltext.html
live-session
live_chat
lm/R1XIHQVKXSKBNJ
lm/R3HQ5WJSZK6QSO
@ -3103,6 +3221,7 @@ location_suggest
lochp?
login
login$
login/?next=
login?*=
logo-maker/brief
logo-maker/choose-variation
@ -3351,6 +3470,7 @@ narrative-
native
nbubumblebee
network
new_invite
news$
news/$
news/0
@ -3362,6 +3482,7 @@ news/test
news/test-liveblog
news?viewArticle
newsArticle
news_hub
newsletter
newsroom/dae
newssearch
@ -3531,8 +3652,12 @@ nz/teams
nz/transactions
nz/treasury
nz/your
oauth/line
oauth/login
oauth/v2
oauth2/v2
oauth_error
offsite
og
onebox/media/sports/logos
onebox/media/sports/photos/soccer/wc2018
@ -3566,8 +3691,11 @@ pagespeed/insights/ui/logo
panel
pantheon
pantheon-platform
parental-consent/confirmation
parental-passcode
participate/conferences.xml
partners
password/reset
password_expired
patent-search/frontend
patents/download
@ -3604,8 +3732,40 @@ photos/i_love_u_get_away_from_me
photos/tags/*/page
photos/youpy
photosandvideos
pin-builder
pin-communities
pin-creation-tool
pin-editor
pin/*/activities
pin/*/activity
pin/*/analytics
pin/*/brand-catalog
pin/*/comments
pin/*/email
pin/*/feedback
pin/*/idea-pin/related-products
pin/*/likes
pin/*/promote
pin/*/reaction
pin/*/related-products
pin/*/repin
pin/*/repins
pin/*/sent
pin/*/share
pin/*/shop-the-look
pin/*/tag
pin/*/takes
pin/*/visual-search
pin/*/visual-shop
pin/create
pin/find
pin/find?url=
pin_shop
ping?
pingback
pinterest-predicts
pinterest-wellbeing
pinterestwellbeing
pl*/listing/*/favoriters
pl*/people/*/circle
pl*/people/*/favorites
@ -3661,6 +3821,7 @@ pl/teams
pl/transactions
pl/treasury
pl/your
place
plan=
platform-telemetry
play/store/web
@ -3687,6 +3848,7 @@ ppob/?
ppob?
pqa
preference
prefs
present
presentation
prettyearth/assets
@ -3697,6 +3859,8 @@ private
pro
pro-resources
pro/about
product-catalogs
product-feed
product-reviews/B0069IY63Y
productPurchaseDone
product_
@ -3777,6 +3941,7 @@ publications
publicliterature.PublicLiterature.search.html
purchases
puzzles/leaderboards/invite
pw
pwapi-proxy/pwproxy
pwapiv2
px.gif
@ -3784,6 +3949,7 @@ q=
qnasearch?
qr
quality_form?
quiz
r
rackspace/elevating-performance
radio/aod
@ -3797,6 +3963,7 @@ rd/search
rd/search$
rd/search?
recensioni
recently-viewed
recharge/dashboard/car
recharge/dashboard/static
recipes/search
@ -3814,6 +3981,8 @@ refer
refer/pal
referrals
referrer=
refresh_stored_accounts
refresh_token
register
registration
registry/wishlist
@ -3823,10 +3992,14 @@ report
report-abuse?report=
report=
report_abuse.gne
reports-and-violations
request-data
requestList
requests
research/participants/cofund
reservations/*/notifyme
resource
resource/*/get
results
retail
retail/old
@ -3865,6 +4038,7 @@ s2/sitemaps
s2/static
s3
s?
safe-redirect
safebrowsing/diagnostic
safebrowsing/report_badware
safebrowsing/report_error
@ -3965,6 +4139,7 @@ searchresults
sections
secure
seller_onboarding
sendHeaderEarly
send_to_friend
sendarticle
services
@ -4039,6 +4214,7 @@ shihui?
shop/browse/overlay
shop/iphone/payments/overlay
shop_name_search_service
shop_pins
shopping-content-api/product_images
shopping/deals
shopping/product
@ -4334,11 +4510,13 @@ smart/buttons
social/photosui/images
social/photosui/sitemap
social/social-security-directory/cai
socialmanager
sounds/player
sounds/player$
sounds/search
sounds/search$
sounds/search?
source
source=
source_repo=
spain/empresas/
@ -4361,6 +4539,7 @@ ss
ss/customer-reviews/lighthouse
ss/twister/ajax
sslsingle
sso
stadia/gamers
start
start_order
@ -4415,6 +4594,10 @@ storefront
storepicker
stores/page/*visitId=
stories
story-pin-builder
story-pin-invite
story_feed
story_pins
studios
styles/js-on.css$
subscribe/braintree
@ -4439,6 +4622,7 @@ support
support/content
support/forum/search?
surprise
suspension-appeal
sv-se.www.cloudflare.com
sv-se/feedback
sv-se/lp
@ -4452,6 +4636,7 @@ svc/spelling-bee
svc/vertex
svc/wordle
svpRecommendations
sw-shell.html
swg
syndicate
system1/images
@ -4459,6 +4644,7 @@ t/terms
tab=
tablet
tacms
taggingtool
tagmanager/containers/xo
tagmanager/pptm.js
talk
@ -4494,8 +4680,10 @@ th-th.www.cloudflare.com
th-th/feedback
th-th/lp
th-th/searchresults
thanksgiving-spotlight
thanx?
themacallan/worlds-together
theme
themes/rss
things/search
things/search$
@ -4581,6 +4769,7 @@ trustedstores/s
trustedstores/tm2
trustedstores/verify
tucritica
tv
tv/thumb
tvschedule
twitter
@ -4647,9 +4836,13 @@ uk/teams
uk/transactions
uk/treasury
uk/your
unauth-profile
unlink
unsub
until=
updates
upload-image-lens-history
upload-lens-image
uploads
urchin_test
us-es*/listing/*/favoriters
@ -4725,6 +4918,8 @@ uviewer
v1
v1/browser-performance
v1/stats
v1/urls/count.json
v3/pidgets/log
v4
verify_age
vi-vn.www.cloudflare.com
@ -4761,10 +4956,13 @@ webapps/xoonboarding
webmasters/sitemaps/ping?
webscr
websearch
website/confirm
website/confirm/download
webstore/search
webstore/static/*/wall/js
weekly/signup
weimg
welcome
whats-next/planes-trains-and-analytics
whsmiths
widget_auth.php
@ -5237,6 +5435,7 @@ xml?
xoplatform/logger/api/logger
xorouter
your
your-shop
youth/404_en.htm
youtube/fonts
youtube/img/promos

View File

@ -3712,7 +3712,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?*__rmid
?*__rmidpage
?*ajs_event
?*apikey*http://lifestylesimplify.com/robots.txt
?*apikey*http://rebrand.ly/robots.txt
?*app
?*appidt=*
?*aspects=
@ -3829,7 +3829,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?*utm_medium
?*utm_source
?*utm_source=
?*utm_source=http://pixel.quantserve.com/robots.txt
?*utm_source=http://mozilla.com/robots.txt
?*verified=
?*xid
?252525253Bpreview=
@ -3886,9 +3886,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?bitrate=
?blog=
?br
?brand=
?bundle=
?cacheBurst=
?calendar
?carrier=
?cat=*
?categoryId=
?cbp
@ -3936,6 +3938,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?delete_id=
?destination=
?distance=
?dt_commerce_tag=
?edit=
?edit_id=
?ei=
@ -3943,6 +3946,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?embed=
?en
?en-ph
?entity=
?entity_id=
?entity_type=
?epik=*
@ -3951,6 +3955,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?es
?esource=
?event=
?event=
?eventType=
?exchange=
?expId=confirmEmail
@ -3969,6 +3974,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?frmapp=yes*
?fromTime=*
?ftag=
?game_platform=
?georedirect=
?go=
?go=111b735a516af85c84df92fa7be3eface405339a91bac1c0d5bf8db96e9a2fc1
@ -4018,6 +4024,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?lid=
?location=
?location=home
?locations=
?ls=
?maspect
?mediaId=
@ -4046,6 +4053,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?order=
?orderid
?origSession=
?original_series=
?p=
?p=
?page*&=sort
@ -4056,6 +4064,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?pagespeed
?partner=
?pcrid=
?persons=
?pg=*
?pgtype=
?photoAlbumId=
@ -4075,6 +4084,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?priceFilter
?printable=
?priority=
?product=
?product_tag=
?prx_t=
?ps=*
?psy=
@ -4177,6 +4188,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?status=
?storeId=
?story_id=
?streaming_service=
?submit=
?subtitle=
?success=
@ -4188,6 +4200,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?tab=achievements&achievement=
?tc_deviceCategory=
?td=*
?technology=
?term=
?th
?theme_preview=
@ -5269,7 +5282,6 @@ Bookings
Bpreview=
BrandOwners
BusinessListingsAjax
C;a=(C=a.closest("[jsname]"))==null?void
CDSimp
CHANGELOG.txt
CMSImp
@ -7183,6 +7195,7 @@ alacarta/videoslide.shtml?
album
album.php
albums
albums/.*
alert-when-launch.htm
alerts
alerts-v1
@ -7266,6 +7279,8 @@ answers$
antika-sanat
anysearch.
aol
aop-uk/
aop/
ap
ap/forgotpassword
ap/login-messages
@ -7290,7 +7305,7 @@ api/editionurlgenerator
api/eventlogging
api/federation
api/html
api/http://euroncap.com/robots.txt
api/http://nam.edu/robots.txt
api/infinite-list.html
api/internal/*/location
api/internal/_bb
@ -7371,7 +7386,7 @@ appchart
appdynamics-wem.cisco.com
appealed-pin
apple-app-site-association
apple-app-site-associationhttp://google.co.in/robots.txt
apple-app-site-associationhttp://crunchbase.com/robots.txt
apple-news
appliance
applicant-eligibility
@ -8180,7 +8195,6 @@ backoffice=
backstage/api/
badges/profile/create
bagon
baidu
bal/impression
bal/impression/RecordImpression.htm?
ban-me-i-am-a-robot
@ -8548,7 +8562,7 @@ blog/*?text=
blog/*sitemap.xml$
blog/*utm_source=
blog/.
blog/.html.*http://money.cnn.com/robots.txt
blog/.html.*http://stripe.com/robots.txt
blog/?p=
blog/?s=
blog/Neuer_Beitrag.html
@ -8655,7 +8669,7 @@ bookmark_mana2
bookmarklet
bookmarks
bookmarks/widget
bookmarkshttp://s3-us-west-2.amazonaws.com/robots.txt
bookmarkshttp://whatsapp.com/robots.txt
books
books/NBK
books/about
@ -8749,6 +8763,7 @@ branding=
brandnet
brandpublishing
brands
brc/
breakingnews/toihome.html
breast-cancer/bc-treatment-21/provider-select
briefEditorPublicationId=
@ -9567,7 +9582,7 @@ cdn-cgi
cdn-cgi/
cdn-cgi/bm/cv
cdn-cgi/challenge-platform
cdn-cgi/http://iso.org/robots.txt
cdn-cgi/http://technorati.com/robots.txt
cdn-cgi/rum
cdn-cgi/zaraz/s.js
cdn-cgi/zaraz/t
@ -9595,7 +9610,7 @@ cgi-bin/loginpage
cgi-bin/search.fpl
cgi-bin/state
cgi-bin/wx
cgi-binhttp://audible.com/robots.txt
cgi-binhttp://scoop.it/robots.txt
cgi-local
cgi-perl
cgi-registry
@ -9934,7 +9949,7 @@ co/users
co/ventureone
code
code/*
code/http://dx.doi.org/robots.txt
code/http://bing.com/robots.txt
codeCoverage
codesamples/
coin*mid=
@ -10083,6 +10098,7 @@ comparecarresultwidget
comparl/
competitions/best-buy/entry-thank-you/
competitive-research
competitive/gated-content-for-agents
compliance/contact-us-confirmation/
compliance/hipaa-eligible-services-reference/
compliance/how-to-open-aws-compliance-reports/
@ -10147,7 +10163,7 @@ confirmation.html
conflagexp
connect
connect/@
connect/http://fastcompany.com/robots.txt
connect/http://imgur.com/robots.txt
connect/social-intranet.html
connections
connections/recent
@ -10264,7 +10280,7 @@ content/dam/ircc/documents/pdf/francais/trousses/form/imm5476
content/dam/ircc/documents/pdf/francais/trousses/form/imm5644
content/dam/ircc/documents/pdf/francais/trousses/form/irm0002
content/dam/ircc/documents/pdf/francais/trousses/form/irm0004
content/dam/ircc/documents/pdf/francais/trousses/form/irm0005/http://nhs.uk/robots.txt
content/dam/ircc/documents/pdf/francais/trousses/form/irm0005/http://amazon.com.br/robots.txt
content/dam/ircc/documents/pdf/francais/trousses/guides/guide-0142-avion-afghanistan-voie-acces-rp.pdf
content/dam/oecd/
content/dam/redcross/lp
@ -10436,7 +10452,6 @@ cp/api/wpa
cpds2
cpes/
cpresources
cpro
cpropub/univercd
cpspa
cr/
@ -11499,7 +11514,7 @@ email-preferences/
email-unsubscribe
email-validation
email/$
email/*http://smugmug.com/robots.txt
email/*http://timesofindia.indiatimes.com/robots.txt
email/EnrollmentUnsubscribe.htm
email/SubscriptionTypeUnsubscribe.htm
email/Unsubscribe.htm
@ -12269,6 +12284,7 @@ fedsearch
feed
feed$
feed.mhtml
feed/
feed/check
feed/podcast
feed/sitema
@ -12425,7 +12441,7 @@ files/techabuse-welsh.pdf
files/techabuse.pdf
fileview
filing/free-file-fillable-forms/free-file-fillable-forms-support
filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://arte.tv/robots.txt
filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://amazon.co.jp/robots.txt
filter/tips
filter/tips
filterTags=
@ -12826,7 +12842,7 @@ fy-NL/search
fy-NL/user
fy-NL/users
g
g/4arE9Chttp://nngroup.com/robots.txt
g/4arE9Chttp://ico.org.uk/robots.txt
g/api
g00
g01
@ -13009,6 +13025,7 @@ gemini/guide/report.html
gemini/guide/resources.html
genai-analytics
general
general
general.
general/dbapps/404
generated_files
@ -13065,8 +13082,6 @@ gigs/*page=2$
gigs/search
gist
giveaway/host/setup
givingsociety/guardians
givingsociety/insiderbriefing
giyim-aksesuar
gl/forums
gl/kb/*/discuss
@ -13499,6 +13514,7 @@ highlights
highwire
hilfe/assistent.html
hilfe/fundingdetail.html
hilfe/live/launch-day/launch-day-videoupload.html
hims-hard-mints
hinweis/datenleck
hire/browse
@ -13670,7 +13686,6 @@ homeimprovement/EmbeddedProfile.htm
homeloans/*zga_z_guid=
homepage
homepage-video-test
homepage/
homepage/2013
homepage/HomepageVideoMetrics.htm
homes
@ -13784,40 +13799,39 @@ http
http-checker
http2_data
http:
http://1.bp.blogspot.com/robots.txt
http://1.gravatar.com/robots.txt
http://abc.net.au/robots.txt
http://about.google/robots.txt
http://addthis.com/robots.txt
http://akismet.com/robots.txt
http://amazon.com.br/robots.txt
http://arxiv.org/robots.txt
http://behance.net/robots.txt
http://bitly.com/robots.txt
http://blog.naver.com/robots.txt
http://bmj.com/robots.txt
http://booking.com/robots.txt
http://developer.chrome.com/robots.txt
http://deviantart.com/robots.txt
http://extension.purdue.edu/robots.txt
http://figma.com/robots.txt
http://gartner.com/robots.txt
http://gnu.org/robots.txt
http://hootsuite.com/robots.txt
http://i2.wp.com/robots.txt
http://justgiving.com/robots.txt
http://mediafire.com/robots.txt
http://nejm.org/robots.txt
http://opensource.org/robots.txt
http://patreon.com/robots.txt
http://penguinrandomhouse.com/robots.txt
http://purdue.edu/robots.txt
http://raiplay.it/robots.txt
http://s3-eu-west-1.amazonaws.com/robots.txt
http://sfgate.com/robots.txt
http://shopify.github.io/robots.txt
http://support.office.com/robots.txt
http://target.com/robots.txt
http://theguardian.com/robots.txt
http://thenextweb.com/robots.txt
http://uk.linkedin.com/robots.txt
http://zen.yandex.ru/robots.txt
http://csmonitor.com/robots.txt
http://emarketer.com/robots.txt
http://focus.de/robots.txt
http://gigazine.net/robots.txt
http://hackaday.io/robots.txt
http://help.instagram.com/robots.txt
http://img.youtube.com/robots.txt
http://iso.org/robots.txt
http://lapakbrebes.com/robots.txt
http://lh5.googleusercontent.com/robots.txt
http://mega.nz/robots.txt
http://nippon.com/robots.txt
http://nngroup.com/robots.txt
http://nydailynews.com/robots.txt
http://online.wsj.com/robots.txt
http://redcross.org/robots.txt
http://s.w.org/robots.txt
http://s7.addthis.com/robots.txt
http://searchengineland.com/robots.txt
http://shareasale.com/robots.txt
http://techcrunch.com/robots.txt
http://twitch.tv/robots.txt
http://us02web.zoom.us/robots.txt
http://usnews.com/robots.txt
http://wellbeing.google/robots.txt
http://yandex.ru/robots.txt
hu
hu-*/
hu-hu/
@ -14451,7 +14465,7 @@ integrate/
integrations
integromedb
intelligencer/amp
interactive*http://jupiterbroadcasting.com/robots.txt
interactive*http://click.linksynergy.com/robots.txt
interactive/reading-preference
interactives
interface/pda
@ -14668,7 +14682,7 @@ it/search*price_bucket=
it/search*search_type=
it/search*ship_to=
it/search/autocomplete
it/searchhttp://onlinelibrary.wiley.com/robots.txt
it/searchhttp://playstation.com/robots.txt
it/share
it/shop_name_search_service
it/solutions/case-studies/
@ -15287,7 +15301,7 @@ layout/set/txt_pq
layout/set/xml
layouts
lb
leadingtogether/http://sfchronicle.com/robots.txt
leadingtogether/http://in.pinterest.com/robots.txt
leaf
learn
learn-noperf
@ -15446,7 +15460,6 @@ liked
limit_hits
limited-release
link
link?
link_to
linked
linkedin
@ -15923,7 +15936,7 @@ media/tourism-content
media/travelpod-roll.flv
media/tv/channel/credits
media/tyfo*
media/tyfo*http://promo.com/robots.txt
media/tyfo*http://fbi.gov/robots.txt
media/unesco
media/vr-geo-photo-j
media/vr-geo-photo-l
@ -16817,6 +16830,7 @@ nel_ms
neo/magazine
netEstate
network
neuralsearch/api
neuromyelitis-optica-spectrum-disorder-nmosd-treatment
new
new-features
@ -17241,7 +17255,7 @@ nofollow=1
nojs=
non-searchable/
nonConfig/api/wpa
nonce="3WzpgGeEQRmmyoW-tGxxdg">if(google.cis
nonce="C1L5GGrBj7PgnW43AWBfAQ">if(google.cis
nonprofits/account
nonstyleishida/videolist-*.html
nonstyleishida/videolist.html
@ -18757,8 +18771,8 @@ privacy/request-data
privacy/zoho-group.html
privacy_policy
private
private/http://csmonitor.com/robots.txt
private/http://google.fr/robots.txt
private/http://1drv.ms/robots.txt
private/http://neilpatel.com/robots.txt
private/wtrack
prix-essence
pro
@ -19334,6 +19348,7 @@ redirect
redirect
redirect$
redirect%3Dmobile
redirect-page/
redirect-sso.html*
redirect=
redirect=mobile
@ -19716,7 +19731,6 @@ s2/sitemaps
s2/static
s3
s?
s?
s?*rh=n%3A1380045031
sa
sa=
@ -20187,7 +20201,7 @@ section/3
section/36
section/6
section/8
section/9http://amazon.in/robots.txt
section/9http://telegram.me/robots.txt
sectionized
sections
sections$
@ -20495,7 +20509,6 @@ sharing/files
sharing/folders
shelf/user_shelves
shenghuo/search?
shifen/
shihui
shihui?
ship
@ -20564,7 +20577,7 @@ showdependency
shows/
showtag
showtime/.requestinvite.html.swp
showtimes/location/*http://issuu.com/robots.txt
showtimes/location/*http://cnet.com/robots.txt
shr*
shutterstock
si
@ -21150,6 +21163,7 @@ splitOrderItem
sponsor
sponsored
sponsored-content
sponsored/
sponsored/2022/10/disruptors-who-are-changing-their-industries
sponsored/business/lloyds-tsb-enterprise-awards
sponsored/business/sme-business-essentials
@ -21737,7 +21751,7 @@ tag
tag-manager
tag-manager-360
tag/
tag/*+http://getpocket.com/robots.txt
tag/*+http://engadget.com/robots.txt
tag/*/a
tag/*/a/
tag/*/b
@ -21966,9 +21980,9 @@ test5
test6
testcases
testfl
testhttp://zillow.com/robots.txt
testhttp://loc.gov/robots.txt
testing
testing/http://accenture.com/robots.txt
testing/http://oprah.com/robots.txt
testpage-forhomepage
tests/*
tetro
@ -22117,7 +22131,6 @@ tj/en/
tj/ru/
tkn/*
tkt
tl
tl/forums
tl/kb/*/discuss
tl/search
@ -22332,7 +22345,7 @@ transmute/static-2.6
transmute/static-2.8
transmute/static-2.9
transparency
transparency/http://j.mp/robots.txt
transparency/http://ib.adnxs.com/robots.txt
transparency/regexpert/index.cfm?do=groupDetail.groupDetailDoc&id=14885
transparency/regexpert/index.cfm?do=groupDetail.groupDetailDoc&id=14895
transparency/regexpert/index.cfm?do=groupDetail.groupDetailDoc&id=14896
@ -22349,6 +22362,7 @@ transparencyregister/public/staticPage/displayStaticPage.do
trap
trapdir
trash
trash/
travel-frontend/images
travel-vacations
travel/
@ -22697,7 +22711,6 @@ uk/users
uk/ventureone
uk/wdc
uk/your
ulink?
ulk/i
ulk/sch
ulk/usr
@ -22813,7 +22826,6 @@ uploadfile.php
uploadhistory.php
uploads
uploads/excel
ur
ur/android/collections
ur/android/search
ur/firefox/collections
@ -24501,8 +24513,8 @@ wp-admin
wp-admin/
wp-admin/admin-ajax.php
wp-admin/admin-ajax.php
wp-admin/admin-ajax.phphttp://airtable.com/robots.txt
wp-admin/admin-ajax.phphttp://store.cdbaby.com/robots.txt
wp-admin/admin-ajax.phphttp://princeton.edu/robots.txt
wp-admin/admin-ajax.phphttp://umc.org/robots.txt
wp-admin/load-scripts.php
wp-admin/load-styles.php
wp-adv
@ -24575,7 +24587,7 @@ wp-content/uploads/
wp-content/uploads/wc-logs
wp-content/uploads/woocommerce_transient_files
wp-content/uploads/woocommerce_uploads
wp-content/uploads/wp-import-export-lite/http://scoop.it/robots.txt
wp-content/uploads/wp-import-export-lite/http://download.macromedia.com/robots.txt
wp-dyn
wp-includes
wp-includes*.css
@ -24705,7 +24717,7 @@ your-account
your-orders
your-shop
youreurope/businessACC
youreurope/businessDEV/http://picasaweb.google.com/robots.txt
youreurope/businessDEV/http://www1.nyc.gov/robots.txt
youreurope/citizensACC
youreurope/citizensDEV
yours