mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-22 16:05:04 +00:00
[Github Action] Automated trickest wordlists update.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user