[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot] 2024-09-13 10:03:50 +00:00
parent 54016433be
commit fa41589a68
26 changed files with 12528 additions and 2386 deletions

View file

@ -3,6 +3,6 @@
"last_update": 1726081398 "last_update": 1726081398
}, },
"Trickest wordlist update": { "Trickest wordlist update": {
"last_update": 1726135433 "last_update": 1726221821
} }
} }

View file

@ -10512,6 +10512,20 @@ web/twig/nodes/NamespaceNode.php
twig/nodes/NamespaceNode.php twig/nodes/NamespaceNode.php
nodes/NamespaceNode.php nodes/NamespaceNode.php
NamespaceNode.php NamespaceNode.php
src/web/twig/nodes/expressions/binaries/HasSomeBinary.php
web/twig/nodes/expressions/binaries/HasSomeBinary.php
twig/nodes/expressions/binaries/HasSomeBinary.php
nodes/expressions/binaries/HasSomeBinary.php
expressions/binaries/HasSomeBinary.php
binaries/HasSomeBinary.php
HasSomeBinary.php
src/web/twig/nodes/expressions/binaries/HasEveryBinary.php
web/twig/nodes/expressions/binaries/HasEveryBinary.php
twig/nodes/expressions/binaries/HasEveryBinary.php
nodes/expressions/binaries/HasEveryBinary.php
expressions/binaries/HasEveryBinary.php
binaries/HasEveryBinary.php
HasEveryBinary.php
src/web/twig/nodes/SwitchNode.php src/web/twig/nodes/SwitchNode.php
web/twig/nodes/SwitchNode.php web/twig/nodes/SwitchNode.php
twig/nodes/SwitchNode.php twig/nodes/SwitchNode.php

View file

@ -2657,6 +2657,8 @@ src/web/twig/nodes/RequireLoginNode.php
src/web/twig/nodes/ExpiresNode.php src/web/twig/nodes/ExpiresNode.php
src/web/twig/nodes/DeprecatedNode.php src/web/twig/nodes/DeprecatedNode.php
src/web/twig/nodes/NamespaceNode.php src/web/twig/nodes/NamespaceNode.php
src/web/twig/nodes/expressions/binaries/HasSomeBinary.php
src/web/twig/nodes/expressions/binaries/HasEveryBinary.php
src/web/twig/nodes/SwitchNode.php src/web/twig/nodes/SwitchNode.php
src/web/twig/nodes/HookNode.php src/web/twig/nodes/HookNode.php
src/web/twig/nodevisitors/BaseEventTagVisitor.php src/web/twig/nodevisitors/BaseEventTagVisitor.php

View file

@ -27230,6 +27230,13 @@ tests/src/FunctionalJavascript/OffCanvasTestBase.php
src/FunctionalJavascript/OffCanvasTestBase.php src/FunctionalJavascript/OffCanvasTestBase.php
FunctionalJavascript/OffCanvasTestBase.php FunctionalJavascript/OffCanvasTestBase.php
OffCanvasTestBase.php OffCanvasTestBase.php
core/modules/system/tests/src/FunctionalJavascript/ActiveLinkTest.php
modules/system/tests/src/FunctionalJavascript/ActiveLinkTest.php
system/tests/src/FunctionalJavascript/ActiveLinkTest.php
tests/src/FunctionalJavascript/ActiveLinkTest.php
src/FunctionalJavascript/ActiveLinkTest.php
FunctionalJavascript/ActiveLinkTest.php
ActiveLinkTest.php
core/modules/system/tests/src/FunctionalJavascript/ModuleUninstallFilterTest.php core/modules/system/tests/src/FunctionalJavascript/ModuleUninstallFilterTest.php
modules/system/tests/src/FunctionalJavascript/ModuleUninstallFilterTest.php modules/system/tests/src/FunctionalJavascript/ModuleUninstallFilterTest.php
system/tests/src/FunctionalJavascript/ModuleUninstallFilterTest.php system/tests/src/FunctionalJavascript/ModuleUninstallFilterTest.php
@ -102891,6 +102898,13 @@ Tests/Core/Lock/LockBackendAbstractTest.php
Core/Lock/LockBackendAbstractTest.php Core/Lock/LockBackendAbstractTest.php
Lock/LockBackendAbstractTest.php Lock/LockBackendAbstractTest.php
LockBackendAbstractTest.php LockBackendAbstractTest.php
core/tests/Drupal/Tests/Core/State/StateTest.php
tests/Drupal/Tests/Core/State/StateTest.php
Drupal/Tests/Core/State/StateTest.php
Tests/Core/State/StateTest.php
Core/State/StateTest.php
State/StateTest.php
StateTest.php
core/tests/Drupal/Tests/Core/Layout/LayoutDefaultTest.php core/tests/Drupal/Tests/Core/Layout/LayoutDefaultTest.php
tests/Drupal/Tests/Core/Layout/LayoutDefaultTest.php tests/Drupal/Tests/Core/Layout/LayoutDefaultTest.php
Drupal/Tests/Core/Layout/LayoutDefaultTest.php Drupal/Tests/Core/Layout/LayoutDefaultTest.php

View file

@ -3728,6 +3728,7 @@ core/modules/system/tests/src/FunctionalJavascript/Form/TriggeringElementTest.ph
core/modules/system/tests/src/FunctionalJavascript/Form/RebuildTest.php core/modules/system/tests/src/FunctionalJavascript/Form/RebuildTest.php
core/modules/system/tests/src/FunctionalJavascript/Form/DevelopmentSettingsFormTest.php core/modules/system/tests/src/FunctionalJavascript/Form/DevelopmentSettingsFormTest.php
core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php
core/modules/system/tests/src/FunctionalJavascript/ActiveLinkTest.php
core/modules/system/tests/src/FunctionalJavascript/ModuleUninstallFilterTest.php core/modules/system/tests/src/FunctionalJavascript/ModuleUninstallFilterTest.php
core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php
core/modules/system/tests/src/FunctionalJavascript/ModuleFilterTest.php core/modules/system/tests/src/FunctionalJavascript/ModuleFilterTest.php
@ -14949,6 +14950,7 @@ core/tests/Drupal/Tests/Core/Common/TagsTest.php
core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php
core/tests/Drupal/Tests/Core/Listeners/DrupalStandardsListenerDeprecationTest.php core/tests/Drupal/Tests/Core/Listeners/DrupalStandardsListenerDeprecationTest.php
core/tests/Drupal/Tests/Core/Lock/LockBackendAbstractTest.php core/tests/Drupal/Tests/Core/Lock/LockBackendAbstractTest.php
core/tests/Drupal/Tests/Core/State/StateTest.php
core/tests/Drupal/Tests/Core/Layout/LayoutDefaultTest.php core/tests/Drupal/Tests/Core/Layout/LayoutDefaultTest.php
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php
core/tests/Drupal/Tests/Core/Recipe/RecipeQuickStartTest.php core/tests/Drupal/Tests/Core/Recipe/RecipeQuickStartTest.php

View file

@ -7003,11 +7003,6 @@ setup/setup_wizard/data/sample_blog_post.html
setup_wizard/data/sample_blog_post.html setup_wizard/data/sample_blog_post.html
data/sample_blog_post.html data/sample_blog_post.html
sample_blog_post.html sample_blog_post.html
erpnext/setup/setup_wizard/data/lead_source.txt
setup/setup_wizard/data/lead_source.txt
setup_wizard/data/lead_source.txt
data/lead_source.txt
lead_source.txt
erpnext/setup/setup_wizard/data/__init__.py erpnext/setup/setup_wizard/data/__init__.py
setup/setup_wizard/data/__init__.py setup/setup_wizard/data/__init__.py
setup_wizard/data/__init__.py setup_wizard/data/__init__.py
@ -7033,6 +7028,11 @@ setup/setup_wizard/data/country_wise_tax.json
setup_wizard/data/country_wise_tax.json setup_wizard/data/country_wise_tax.json
data/country_wise_tax.json data/country_wise_tax.json
country_wise_tax.json country_wise_tax.json
erpnext/setup/setup_wizard/data/marketing_source.txt
setup/setup_wizard/data/marketing_source.txt
setup_wizard/data/marketing_source.txt
data/marketing_source.txt
marketing_source.txt
erpnext/setup/setup_wizard/data/sales_stage.txt erpnext/setup/setup_wizard/data/sales_stage.txt
setup/setup_wizard/data/sales_stage.txt setup/setup_wizard/data/sales_stage.txt
setup_wizard/data/sales_stage.txt setup_wizard/data/sales_stage.txt
@ -14415,31 +14415,6 @@ crm/doctype/market_segment/test_market_segment.py
doctype/market_segment/test_market_segment.py doctype/market_segment/test_market_segment.py
market_segment/test_market_segment.py market_segment/test_market_segment.py
test_market_segment.py test_market_segment.py
erpnext/crm/doctype/lead_source/lead_source.json
crm/doctype/lead_source/lead_source.json
doctype/lead_source/lead_source.json
lead_source/lead_source.json
lead_source.json
erpnext/crm/doctype/lead_source/__init__.py
crm/doctype/lead_source/__init__.py
doctype/lead_source/__init__.py
lead_source/__init__.py
__init__.py
erpnext/crm/doctype/lead_source/lead_source.py
crm/doctype/lead_source/lead_source.py
doctype/lead_source/lead_source.py
lead_source/lead_source.py
lead_source.py
erpnext/crm/doctype/lead_source/test_lead_source.py
crm/doctype/lead_source/test_lead_source.py
doctype/lead_source/test_lead_source.py
lead_source/test_lead_source.py
test_lead_source.py
erpnext/crm/doctype/lead_source/lead_source.js
crm/doctype/lead_source/lead_source.js
doctype/lead_source/lead_source.js
lead_source/lead_source.js
lead_source.js
erpnext/crm/doctype/availability_of_slots/__init__.py erpnext/crm/doctype/availability_of_slots/__init__.py
crm/doctype/availability_of_slots/__init__.py crm/doctype/availability_of_slots/__init__.py
doctype/availability_of_slots/__init__.py doctype/availability_of_slots/__init__.py
@ -18077,6 +18052,10 @@ erpnext/patches/v15_0/saudi_depreciation_warning.py
patches/v15_0/saudi_depreciation_warning.py patches/v15_0/saudi_depreciation_warning.py
v15_0/saudi_depreciation_warning.py v15_0/saudi_depreciation_warning.py
saudi_depreciation_warning.py saudi_depreciation_warning.py
erpnext/patches/v15_0/migrate_to_utm_analytics.py
patches/v15_0/migrate_to_utm_analytics.py
v15_0/migrate_to_utm_analytics.py
migrate_to_utm_analytics.py
erpnext/patches/v15_0/set_difference_amount_in_asset_value_adjustment.py erpnext/patches/v15_0/set_difference_amount_in_asset_value_adjustment.py
patches/v15_0/set_difference_amount_in_asset_value_adjustment.py patches/v15_0/set_difference_amount_in_asset_value_adjustment.py
v15_0/set_difference_amount_in_asset_value_adjustment.py v15_0/set_difference_amount_in_asset_value_adjustment.py

View file

@ -1457,12 +1457,12 @@ erpnext/setup/default_success_action.py
erpnext/setup/setup_wizard/setup_wizard.py erpnext/setup/setup_wizard/setup_wizard.py
erpnext/setup/setup_wizard/__init__.py erpnext/setup/setup_wizard/__init__.py
erpnext/setup/setup_wizard/data/sample_blog_post.html erpnext/setup/setup_wizard/data/sample_blog_post.html
erpnext/setup/setup_wizard/data/lead_source.txt
erpnext/setup/setup_wizard/data/__init__.py erpnext/setup/setup_wizard/data/__init__.py
erpnext/setup/setup_wizard/data/industry_type.txt erpnext/setup/setup_wizard/data/industry_type.txt
erpnext/setup/setup_wizard/data/dashboard_charts.py erpnext/setup/setup_wizard/data/dashboard_charts.py
erpnext/setup/setup_wizard/data/sales_partner_type.txt erpnext/setup/setup_wizard/data/sales_partner_type.txt
erpnext/setup/setup_wizard/data/country_wise_tax.json erpnext/setup/setup_wizard/data/country_wise_tax.json
erpnext/setup/setup_wizard/data/marketing_source.txt
erpnext/setup/setup_wizard/data/sales_stage.txt erpnext/setup/setup_wizard/data/sales_stage.txt
erpnext/setup/setup_wizard/data/uom_data.json erpnext/setup/setup_wizard/data/uom_data.json
erpnext/setup/setup_wizard/data/uom_conversion_data.json erpnext/setup/setup_wizard/data/uom_conversion_data.json
@ -2936,11 +2936,6 @@ erpnext/crm/doctype/market_segment/market_segment.py
erpnext/crm/doctype/market_segment/market_segment.js erpnext/crm/doctype/market_segment/market_segment.js
erpnext/crm/doctype/market_segment/market_segment.json erpnext/crm/doctype/market_segment/market_segment.json
erpnext/crm/doctype/market_segment/test_market_segment.py erpnext/crm/doctype/market_segment/test_market_segment.py
erpnext/crm/doctype/lead_source/lead_source.json
erpnext/crm/doctype/lead_source/__init__.py
erpnext/crm/doctype/lead_source/lead_source.py
erpnext/crm/doctype/lead_source/test_lead_source.py
erpnext/crm/doctype/lead_source/lead_source.js
erpnext/crm/doctype/availability_of_slots/__init__.py erpnext/crm/doctype/availability_of_slots/__init__.py
erpnext/crm/doctype/availability_of_slots/availability_of_slots.py erpnext/crm/doctype/availability_of_slots/availability_of_slots.py
erpnext/crm/doctype/availability_of_slots/availability_of_slots.json erpnext/crm/doctype/availability_of_slots/availability_of_slots.json
@ -3720,6 +3715,7 @@ erpnext/patches/v15_0/rename_daily_depreciation_to_depreciation_amount_based_on_
erpnext/patches/v15_0/do_not_use_batchwise_valuation.py erpnext/patches/v15_0/do_not_use_batchwise_valuation.py
erpnext/patches/v15_0/remove_loan_management_module.py erpnext/patches/v15_0/remove_loan_management_module.py
erpnext/patches/v15_0/saudi_depreciation_warning.py erpnext/patches/v15_0/saudi_depreciation_warning.py
erpnext/patches/v15_0/migrate_to_utm_analytics.py
erpnext/patches/v15_0/set_difference_amount_in_asset_value_adjustment.py erpnext/patches/v15_0/set_difference_amount_in_asset_value_adjustment.py
erpnext/patches/v15_0/drop_index_posting_datetime_from_sle.py erpnext/patches/v15_0/drop_index_posting_datetime_from_sle.py
erpnext/patches/v15_0/allow_on_submit_dimensions_for_repostable_doctypes.py erpnext/patches/v15_0/allow_on_submit_dimensions_for_repostable_doctypes.py

View file

@ -41321,6 +41321,10 @@ schema/metadata/app/fieldProcessing.json
metadata/app/fieldProcessing.json metadata/app/fieldProcessing.json
app/fieldProcessing.json app/fieldProcessing.json
fieldProcessing.json fieldProcessing.json
schema/metadata/app/record.json
metadata/app/record.json
app/record.json
record.json
schema/metadata/app/clientRoutes.json schema/metadata/app/clientRoutes.json
metadata/app/clientRoutes.json metadata/app/clientRoutes.json
app/clientRoutes.json app/clientRoutes.json

View file

@ -6480,6 +6480,7 @@ schema/metadata/app/actions.json
schema/metadata/app/databasePlatforms.json schema/metadata/app/databasePlatforms.json
schema/metadata/app/emailTemplate.json schema/metadata/app/emailTemplate.json
schema/metadata/app/fieldProcessing.json schema/metadata/app/fieldProcessing.json
schema/metadata/app/record.json
schema/metadata/app/clientRoutes.json schema/metadata/app/clientRoutes.json
schema/metadata/app/scheduledJobs.json schema/metadata/app/scheduledJobs.json
schema/metadata/app/config.json schema/metadata/app/config.json

View file

@ -33245,6 +33245,11 @@ comments-ui/test/e2e/options.test.ts
test/e2e/options.test.ts test/e2e/options.test.ts
e2e/options.test.ts e2e/options.test.ts
options.test.ts options.test.ts
apps/comments-ui/test/e2e/labs.test.ts
comments-ui/test/e2e/labs.test.ts
test/e2e/labs.test.ts
e2e/labs.test.ts
labs.test.ts
apps/comments-ui/test/utils/MockedApi.ts apps/comments-ui/test/utils/MockedApi.ts
comments-ui/test/utils/MockedApi.ts comments-ui/test/utils/MockedApi.ts
test/utils/MockedApi.ts test/utils/MockedApi.ts

View file

@ -5562,6 +5562,7 @@ apps/comments-ui/test/e2e/pagination.test.ts
apps/comments-ui/test/e2e/auth-frame.test.ts apps/comments-ui/test/e2e/auth-frame.test.ts
apps/comments-ui/test/e2e/actions.test.ts apps/comments-ui/test/e2e/actions.test.ts
apps/comments-ui/test/e2e/options.test.ts apps/comments-ui/test/e2e/options.test.ts
apps/comments-ui/test/e2e/labs.test.ts
apps/comments-ui/test/utils/MockedApi.ts apps/comments-ui/test/utils/MockedApi.ts
apps/comments-ui/test/utils/e2e.ts apps/comments-ui/test/utils/e2e.ts
apps/comments-ui/test/utils/fixtures.ts apps/comments-ui/test/utils/fixtures.ts

View file

@ -31826,12 +31826,6 @@ Rss/Controller/Feed/IndexTest.php
Controller/Feed/IndexTest.php Controller/Feed/IndexTest.php
Feed/IndexTest.php Feed/IndexTest.php
IndexTest.php IndexTest.php
dev/tests/integration/testsuite/Magento/IntegrationTest.php
tests/integration/testsuite/Magento/IntegrationTest.php
integration/testsuite/Magento/IntegrationTest.php
testsuite/Magento/IntegrationTest.php
Magento/IntegrationTest.php
IntegrationTest.php
dev/tests/integration/testsuite/Magento/MediaGalleryUi/Model/Listing/DataProviderTest.php dev/tests/integration/testsuite/Magento/MediaGalleryUi/Model/Listing/DataProviderTest.php
tests/integration/testsuite/Magento/MediaGalleryUi/Model/Listing/DataProviderTest.php tests/integration/testsuite/Magento/MediaGalleryUi/Model/Listing/DataProviderTest.php
integration/testsuite/Magento/MediaGalleryUi/Model/Listing/DataProviderTest.php integration/testsuite/Magento/MediaGalleryUi/Model/Listing/DataProviderTest.php
@ -59004,6 +58998,15 @@ GraphQl/Quote/Customer/GetSpecifiedBillingAddressTest.php
Quote/Customer/GetSpecifiedBillingAddressTest.php Quote/Customer/GetSpecifiedBillingAddressTest.php
Customer/GetSpecifiedBillingAddressTest.php Customer/GetSpecifiedBillingAddressTest.php
GetSpecifiedBillingAddressTest.php GetSpecifiedBillingAddressTest.php
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/GetCartPaginatedItemsTest.php
tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/GetCartPaginatedItemsTest.php
api-functional/testsuite/Magento/GraphQl/Quote/Customer/GetCartPaginatedItemsTest.php
testsuite/Magento/GraphQl/Quote/Customer/GetCartPaginatedItemsTest.php
Magento/GraphQl/Quote/Customer/GetCartPaginatedItemsTest.php
GraphQl/Quote/Customer/GetCartPaginatedItemsTest.php
Quote/Customer/GetCartPaginatedItemsTest.php
Customer/GetCartPaginatedItemsTest.php
GetCartPaginatedItemsTest.php
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/MergeCartsTest.php dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/MergeCartsTest.php
tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/MergeCartsTest.php tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/MergeCartsTest.php
api-functional/testsuite/Magento/GraphQl/Quote/Customer/MergeCartsTest.php api-functional/testsuite/Magento/GraphQl/Quote/Customer/MergeCartsTest.php
@ -62304,6 +62307,15 @@ tests/lib/mage/calendar.test.js
lib/mage/calendar.test.js lib/mage/calendar.test.js
mage/calendar.test.js mage/calendar.test.js
calendar.test.js calendar.test.js
dev/tests/js/jasmine/tests/lib/mage/adminhtml/grid.test.js
tests/js/jasmine/tests/lib/mage/adminhtml/grid.test.js
js/jasmine/tests/lib/mage/adminhtml/grid.test.js
jasmine/tests/lib/mage/adminhtml/grid.test.js
tests/lib/mage/adminhtml/grid.test.js
lib/mage/adminhtml/grid.test.js
mage/adminhtml/grid.test.js
adminhtml/grid.test.js
grid.test.js
dev/tests/js/jasmine/tests/lib/mage/translate.test.js dev/tests/js/jasmine/tests/lib/mage/translate.test.js
tests/js/jasmine/tests/lib/mage/translate.test.js tests/js/jasmine/tests/lib/mage/translate.test.js
js/jasmine/tests/lib/mage/translate.test.js js/jasmine/tests/lib/mage/translate.test.js
@ -100117,12 +100129,6 @@ tiny_mce_7/themes/silver/theme.min.js
themes/silver/theme.min.js themes/silver/theme.min.js
silver/theme.min.js silver/theme.min.js
theme.min.js theme.min.js
lib/web/tiny_mce_7/themes/mobile/theme.min.js
web/tiny_mce_7/themes/mobile/theme.min.js
tiny_mce_7/themes/mobile/theme.min.js
themes/mobile/theme.min.js
mobile/theme.min.js
theme.min.js
lib/web/tiny_mce_7/models/dom/model.min.js lib/web/tiny_mce_7/models/dom/model.min.js
web/tiny_mce_7/models/dom/model.min.js web/tiny_mce_7/models/dom/model.min.js
tiny_mce_7/models/dom/model.min.js tiny_mce_7/models/dom/model.min.js
@ -100316,12 +100322,6 @@ tiny_mce_7/plugins/pagebreak/plugin.min.js
plugins/pagebreak/plugin.min.js plugins/pagebreak/plugin.min.js
pagebreak/plugin.min.js pagebreak/plugin.min.js
plugin.min.js plugin.min.js
lib/web/tiny_mce_7/plugins/noneditable/plugin.min.js
web/tiny_mce_7/plugins/noneditable/plugin.min.js
tiny_mce_7/plugins/noneditable/plugin.min.js
plugins/noneditable/plugin.min.js
noneditable/plugin.min.js
plugin.min.js
lib/web/tiny_mce_7/plugins/autolink/plugin.min.js lib/web/tiny_mce_7/plugins/autolink/plugin.min.js
web/tiny_mce_7/plugins/autolink/plugin.min.js web/tiny_mce_7/plugins/autolink/plugin.min.js
tiny_mce_7/plugins/autolink/plugin.min.js tiny_mce_7/plugins/autolink/plugin.min.js
@ -100410,12 +100410,6 @@ tiny_mce_7/plugins/quickbars/plugin.min.js
plugins/quickbars/plugin.min.js plugins/quickbars/plugin.min.js
quickbars/plugin.min.js quickbars/plugin.min.js
plugin.min.js plugin.min.js
lib/web/tiny_mce_7/plugins/paste/plugin.min.js
web/tiny_mce_7/plugins/paste/plugin.min.js
tiny_mce_7/plugins/paste/plugin.min.js
plugins/paste/plugin.min.js
paste/plugin.min.js
plugin.min.js
lib/web/tiny_mce_7/plugins/link/plugin.min.js lib/web/tiny_mce_7/plugins/link/plugin.min.js
web/tiny_mce_7/plugins/link/plugin.min.js web/tiny_mce_7/plugins/link/plugin.min.js
tiny_mce_7/plugins/link/plugin.min.js tiny_mce_7/plugins/link/plugin.min.js
@ -192731,6 +192725,16 @@ Unit/Model/Import/AbstractCustomerTest.php
Model/Import/AbstractCustomerTest.php Model/Import/AbstractCustomerTest.php
Import/AbstractCustomerTest.php Import/AbstractCustomerTest.php
AbstractCustomerTest.php AbstractCustomerTest.php
app/code/Magento/CustomerImportExport/Test/Unit/Model/Import/Customer/StorageTest.php
code/Magento/CustomerImportExport/Test/Unit/Model/Import/Customer/StorageTest.php
Magento/CustomerImportExport/Test/Unit/Model/Import/Customer/StorageTest.php
CustomerImportExport/Test/Unit/Model/Import/Customer/StorageTest.php
Test/Unit/Model/Import/Customer/StorageTest.php
Unit/Model/Import/Customer/StorageTest.php
Model/Import/Customer/StorageTest.php
Import/Customer/StorageTest.php
Customer/StorageTest.php
StorageTest.php
app/code/Magento/CustomerImportExport/Test/Mftf/LICENSE.txt app/code/Magento/CustomerImportExport/Test/Mftf/LICENSE.txt
code/Magento/CustomerImportExport/Test/Mftf/LICENSE.txt code/Magento/CustomerImportExport/Test/Mftf/LICENSE.txt
Magento/CustomerImportExport/Test/Mftf/LICENSE.txt Magento/CustomerImportExport/Test/Mftf/LICENSE.txt
@ -219626,6 +219630,22 @@ frontend/web/js/search-terms-log.js
web/js/search-terms-log.js web/js/search-terms-log.js
js/search-terms-log.js js/search-terms-log.js
search-terms-log.js search-terms-log.js
app/code/Magento/CatalogSearch/view/adminhtml/templates/search_engine_comment.phtml
code/Magento/CatalogSearch/view/adminhtml/templates/search_engine_comment.phtml
Magento/CatalogSearch/view/adminhtml/templates/search_engine_comment.phtml
CatalogSearch/view/adminhtml/templates/search_engine_comment.phtml
view/adminhtml/templates/search_engine_comment.phtml
adminhtml/templates/search_engine_comment.phtml
templates/search_engine_comment.phtml
search_engine_comment.phtml
app/code/Magento/CatalogSearch/view/adminhtml/layout/adminhtml_system_config_edit.xml
code/Magento/CatalogSearch/view/adminhtml/layout/adminhtml_system_config_edit.xml
Magento/CatalogSearch/view/adminhtml/layout/adminhtml_system_config_edit.xml
CatalogSearch/view/adminhtml/layout/adminhtml_system_config_edit.xml
view/adminhtml/layout/adminhtml_system_config_edit.xml
adminhtml/layout/adminhtml_system_config_edit.xml
layout/adminhtml_system_config_edit.xml
adminhtml_system_config_edit.xml
app/code/Magento/CatalogSearch/view/adminhtml/ui_component/product_attribute_add_form.xml app/code/Magento/CatalogSearch/view/adminhtml/ui_component/product_attribute_add_form.xml
code/Magento/CatalogSearch/view/adminhtml/ui_component/product_attribute_add_form.xml code/Magento/CatalogSearch/view/adminhtml/ui_component/product_attribute_add_form.xml
Magento/CatalogSearch/view/adminhtml/ui_component/product_attribute_add_form.xml Magento/CatalogSearch/view/adminhtml/ui_component/product_attribute_add_form.xml
@ -219642,6 +219662,15 @@ view/adminhtml/ui_component/product_listing.xml
adminhtml/ui_component/product_listing.xml adminhtml/ui_component/product_listing.xml
ui_component/product_listing.xml ui_component/product_listing.xml
product_listing.xml product_listing.xml
app/code/Magento/CatalogSearch/view/adminhtml/web/js/search-engine-comment.js
code/Magento/CatalogSearch/view/adminhtml/web/js/search-engine-comment.js
Magento/CatalogSearch/view/adminhtml/web/js/search-engine-comment.js
CatalogSearch/view/adminhtml/web/js/search-engine-comment.js
view/adminhtml/web/js/search-engine-comment.js
adminhtml/web/js/search-engine-comment.js
web/js/search-engine-comment.js
js/search-engine-comment.js
search-engine-comment.js
app/code/Magento/CatalogSearch/Helper/Data.php app/code/Magento/CatalogSearch/Helper/Data.php
code/Magento/CatalogSearch/Helper/Data.php code/Magento/CatalogSearch/Helper/Data.php
Magento/CatalogSearch/Helper/Data.php Magento/CatalogSearch/Helper/Data.php

View file

@ -3418,7 +3418,6 @@ dev/tests/integration/testsuite/Magento/ConfigurableImportExport/Model/Import/_f
dev/tests/integration/testsuite/Magento/ConfigurableImportExport/Model/Import/_files/import_configurable_for_multiple_store_views.csv dev/tests/integration/testsuite/Magento/ConfigurableImportExport/Model/Import/_files/import_configurable_for_multiple_store_views.csv
dev/tests/integration/testsuite/Magento/ConfigurableImportExport/Model/Import/_files/import_configurable_for_multiple_store_views_error.csv dev/tests/integration/testsuite/Magento/ConfigurableImportExport/Model/Import/_files/import_configurable_for_multiple_store_views_error.csv
dev/tests/integration/testsuite/Magento/Rss/Controller/Feed/IndexTest.php dev/tests/integration/testsuite/Magento/Rss/Controller/Feed/IndexTest.php
dev/tests/integration/testsuite/Magento/IntegrationTest.php
dev/tests/integration/testsuite/Magento/MediaGalleryUi/Model/Listing/DataProviderTest.php dev/tests/integration/testsuite/Magento/MediaGalleryUi/Model/Listing/DataProviderTest.php
dev/tests/integration/testsuite/Magento/ConfigurableProduct/Pricing/Render/FinalPriceBox/RenderingBasedOnIsProductListFlagWithDimensionTest.php dev/tests/integration/testsuite/Magento/ConfigurableProduct/Pricing/Render/FinalPriceBox/RenderingBasedOnIsProductListFlagWithDimensionTest.php
dev/tests/integration/testsuite/Magento/ConfigurableProduct/Pricing/Render/FinalPriceBox/RenderingBasedOnIsProductListFlagTest.php dev/tests/integration/testsuite/Magento/ConfigurableProduct/Pricing/Render/FinalPriceBox/RenderingBasedOnIsProductListFlagTest.php
@ -6412,6 +6411,7 @@ dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/AddProductsToCartWithVa
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/GetCustomOptionsValuesForQueryBySku.php dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/GetCustomOptionsValuesForQueryBySku.php
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/GetAvailablePaymentMethodsTest.php dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/GetAvailablePaymentMethodsTest.php
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/GetSpecifiedBillingAddressTest.php dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/GetSpecifiedBillingAddressTest.php
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/GetCartPaginatedItemsTest.php
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/MergeCartsTest.php dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/MergeCartsTest.php
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/SetBillingAddressOnCartTest.php dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/SetBillingAddressOnCartTest.php
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/GetSelectedShippingMethodTest.php dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/GetSelectedShippingMethodTest.php
@ -6816,6 +6816,7 @@ dev/tests/js/jasmine/tests/lib/mage/decorate.test.js
dev/tests/js/jasmine/tests/lib/mage/misc.test.js dev/tests/js/jasmine/tests/lib/mage/misc.test.js
dev/tests/js/jasmine/tests/lib/mage/validation.test.js dev/tests/js/jasmine/tests/lib/mage/validation.test.js
dev/tests/js/jasmine/tests/lib/mage/calendar.test.js dev/tests/js/jasmine/tests/lib/mage/calendar.test.js
dev/tests/js/jasmine/tests/lib/mage/adminhtml/grid.test.js
dev/tests/js/jasmine/tests/lib/mage/translate.test.js dev/tests/js/jasmine/tests/lib/mage/translate.test.js
dev/tests/js/jasmine/tests/lib/mage/backend/tree-suggest.test.js dev/tests/js/jasmine/tests/lib/mage/backend/tree-suggest.test.js
dev/tests/js/jasmine/tests/lib/mage/backend/bootstrap.test.js dev/tests/js/jasmine/tests/lib/mage/backend/bootstrap.test.js
@ -11468,7 +11469,6 @@ lib/web/tiny_mce_7/jquery.tinymce.min.js
lib/web/tiny_mce_7/tinymce.d.ts lib/web/tiny_mce_7/tinymce.d.ts
lib/web/tiny_mce_7/license.md lib/web/tiny_mce_7/license.md
lib/web/tiny_mce_7/themes/silver/theme.min.js lib/web/tiny_mce_7/themes/silver/theme.min.js
lib/web/tiny_mce_7/themes/mobile/theme.min.js
lib/web/tiny_mce_7/models/dom/model.min.js lib/web/tiny_mce_7/models/dom/model.min.js
lib/web/tiny_mce_7/icons/default/icons.min.js lib/web/tiny_mce_7/icons/default/icons.min.js
lib/web/tiny_mce_7/tinymce.min.js lib/web/tiny_mce_7/tinymce.min.js
@ -11498,7 +11498,6 @@ lib/web/tiny_mce_7/langs/README.md
lib/web/tiny_mce_7/plugins/nonbreaking/plugin.min.js lib/web/tiny_mce_7/plugins/nonbreaking/plugin.min.js
lib/web/tiny_mce_7/plugins/lists/plugin.min.js lib/web/tiny_mce_7/plugins/lists/plugin.min.js
lib/web/tiny_mce_7/plugins/pagebreak/plugin.min.js lib/web/tiny_mce_7/plugins/pagebreak/plugin.min.js
lib/web/tiny_mce_7/plugins/noneditable/plugin.min.js
lib/web/tiny_mce_7/plugins/autolink/plugin.min.js lib/web/tiny_mce_7/plugins/autolink/plugin.min.js
lib/web/tiny_mce_7/plugins/emoticons/plugin.min.js lib/web/tiny_mce_7/plugins/emoticons/plugin.min.js
lib/web/tiny_mce_7/plugins/emoticons/js/emojiimages.min.js lib/web/tiny_mce_7/plugins/emoticons/js/emojiimages.min.js
@ -11513,7 +11512,6 @@ lib/web/tiny_mce_7/plugins/charmap/plugin.min.js
lib/web/tiny_mce_7/plugins/directionality/plugin.min.js lib/web/tiny_mce_7/plugins/directionality/plugin.min.js
lib/web/tiny_mce_7/plugins/media/plugin.min.js lib/web/tiny_mce_7/plugins/media/plugin.min.js
lib/web/tiny_mce_7/plugins/quickbars/plugin.min.js lib/web/tiny_mce_7/plugins/quickbars/plugin.min.js
lib/web/tiny_mce_7/plugins/paste/plugin.min.js
lib/web/tiny_mce_7/plugins/link/plugin.min.js lib/web/tiny_mce_7/plugins/link/plugin.min.js
lib/web/tiny_mce_7/plugins/help/plugin.min.js lib/web/tiny_mce_7/plugins/help/plugin.min.js
lib/web/tiny_mce_7/plugins/help/js/i18n/keynav/ja.js lib/web/tiny_mce_7/plugins/help/js/i18n/keynav/ja.js
@ -23042,6 +23040,7 @@ app/code/Magento/CustomerImportExport/Test/Unit/Model/Import/_files/row_data_abs
app/code/Magento/CustomerImportExport/Test/Unit/Model/Import/AddressTest.php app/code/Magento/CustomerImportExport/Test/Unit/Model/Import/AddressTest.php
app/code/Magento/CustomerImportExport/Test/Unit/Model/Import/CustomerCompositeTest.php app/code/Magento/CustomerImportExport/Test/Unit/Model/Import/CustomerCompositeTest.php
app/code/Magento/CustomerImportExport/Test/Unit/Model/Import/AbstractCustomerTest.php app/code/Magento/CustomerImportExport/Test/Unit/Model/Import/AbstractCustomerTest.php
app/code/Magento/CustomerImportExport/Test/Unit/Model/Import/Customer/StorageTest.php
app/code/Magento/CustomerImportExport/Test/Mftf/LICENSE.txt app/code/Magento/CustomerImportExport/Test/Mftf/LICENSE.txt
app/code/Magento/CustomerImportExport/Test/Mftf/LICENSE_AFL.txt app/code/Magento/CustomerImportExport/Test/Mftf/LICENSE_AFL.txt
app/code/Magento/CustomerImportExport/Test/Mftf/README.md app/code/Magento/CustomerImportExport/Test/Mftf/README.md
@ -26411,8 +26410,11 @@ app/code/Magento/CatalogSearch/view/frontend/layout/catalogsearch_advanced_resul
app/code/Magento/CatalogSearch/view/frontend/layout/default.xml app/code/Magento/CatalogSearch/view/frontend/layout/default.xml
app/code/Magento/CatalogSearch/view/frontend/layout/catalogsearch_advanced_index.xml app/code/Magento/CatalogSearch/view/frontend/layout/catalogsearch_advanced_index.xml
app/code/Magento/CatalogSearch/view/frontend/web/js/search-terms-log.js app/code/Magento/CatalogSearch/view/frontend/web/js/search-terms-log.js
app/code/Magento/CatalogSearch/view/adminhtml/templates/search_engine_comment.phtml
app/code/Magento/CatalogSearch/view/adminhtml/layout/adminhtml_system_config_edit.xml
app/code/Magento/CatalogSearch/view/adminhtml/ui_component/product_attribute_add_form.xml app/code/Magento/CatalogSearch/view/adminhtml/ui_component/product_attribute_add_form.xml
app/code/Magento/CatalogSearch/view/adminhtml/ui_component/product_listing.xml app/code/Magento/CatalogSearch/view/adminhtml/ui_component/product_listing.xml
app/code/Magento/CatalogSearch/view/adminhtml/web/js/search-engine-comment.js
app/code/Magento/CatalogSearch/Helper/Data.php app/code/Magento/CatalogSearch/Helper/Data.php
app/code/Magento/CatalogSearch/LICENSE.txt app/code/Magento/CatalogSearch/LICENSE.txt
app/code/Magento/CatalogSearch/Ui/DataProvider/Product/AddFulltextFilterToCollection.php app/code/Magento/CatalogSearch/Ui/DataProvider/Product/AddFulltextFilterToCollection.php

View file

@ -11773,6 +11773,13 @@ modules/ps_newproducts/02_configuration/02_boHeaderButtons.ts
ps_newproducts/02_configuration/02_boHeaderButtons.ts ps_newproducts/02_configuration/02_boHeaderButtons.ts
02_configuration/02_boHeaderButtons.ts 02_configuration/02_boHeaderButtons.ts
02_boHeaderButtons.ts 02_boHeaderButtons.ts
tests/UI/campaigns/modules/ps_newproducts/02_configuration/01_configureSettingsProductsToDisplay.ts
UI/campaigns/modules/ps_newproducts/02_configuration/01_configureSettingsProductsToDisplay.ts
campaigns/modules/ps_newproducts/02_configuration/01_configureSettingsProductsToDisplay.ts
modules/ps_newproducts/02_configuration/01_configureSettingsProductsToDisplay.ts
ps_newproducts/02_configuration/01_configureSettingsProductsToDisplay.ts
02_configuration/01_configureSettingsProductsToDisplay.ts
01_configureSettingsProductsToDisplay.ts
tests/UI/campaigns/modules/ps_newproducts/02_configuration/03_configureSettingsNumberOfDays.ts tests/UI/campaigns/modules/ps_newproducts/02_configuration/03_configureSettingsNumberOfDays.ts
UI/campaigns/modules/ps_newproducts/02_configuration/03_configureSettingsNumberOfDays.ts UI/campaigns/modules/ps_newproducts/02_configuration/03_configureSettingsNumberOfDays.ts
campaigns/modules/ps_newproducts/02_configuration/03_configureSettingsNumberOfDays.ts campaigns/modules/ps_newproducts/02_configuration/03_configureSettingsNumberOfDays.ts
@ -12025,6 +12032,13 @@ modules/ps_facetedsearch/02_configuration/18_editTemplatePaperTypeFilter.ts
ps_facetedsearch/02_configuration/18_editTemplatePaperTypeFilter.ts ps_facetedsearch/02_configuration/18_editTemplatePaperTypeFilter.ts
02_configuration/18_editTemplatePaperTypeFilter.ts 02_configuration/18_editTemplatePaperTypeFilter.ts
18_editTemplatePaperTypeFilter.ts 18_editTemplatePaperTypeFilter.ts
tests/UI/campaigns/modules/ps_facetedsearch/02_configuration/10_editTemplateSizeFilter.ts
UI/campaigns/modules/ps_facetedsearch/02_configuration/10_editTemplateSizeFilter.ts
campaigns/modules/ps_facetedsearch/02_configuration/10_editTemplateSizeFilter.ts
modules/ps_facetedsearch/02_configuration/10_editTemplateSizeFilter.ts
ps_facetedsearch/02_configuration/10_editTemplateSizeFilter.ts
02_configuration/10_editTemplateSizeFilter.ts
10_editTemplateSizeFilter.ts
tests/UI/campaigns/modules/ps_facetedsearch/02_configuration/16_editTemplateProductConditionFilter.ts tests/UI/campaigns/modules/ps_facetedsearch/02_configuration/16_editTemplateProductConditionFilter.ts
UI/campaigns/modules/ps_facetedsearch/02_configuration/16_editTemplateProductConditionFilter.ts UI/campaigns/modules/ps_facetedsearch/02_configuration/16_editTemplateProductConditionFilter.ts
campaigns/modules/ps_facetedsearch/02_configuration/16_editTemplateProductConditionFilter.ts campaigns/modules/ps_facetedsearch/02_configuration/16_editTemplateProductConditionFilter.ts
@ -18650,13 +18664,6 @@ BO/modules/contactForm/index.ts
modules/contactForm/index.ts modules/contactForm/index.ts
contactForm/index.ts contactForm/index.ts
index.ts index.ts
tests/UI/pages/BO/modules/psWirePayment/index.ts
UI/pages/BO/modules/psWirePayment/index.ts
pages/BO/modules/psWirePayment/index.ts
BO/modules/psWirePayment/index.ts
modules/psWirePayment/index.ts
psWirePayment/index.ts
index.ts
tests/UI/pages/BO/modules/psGdpr/tabCustomerActivity.ts tests/UI/pages/BO/modules/psGdpr/tabCustomerActivity.ts
UI/pages/BO/modules/psGdpr/tabCustomerActivity.ts UI/pages/BO/modules/psGdpr/tabCustomerActivity.ts
pages/BO/modules/psGdpr/tabCustomerActivity.ts pages/BO/modules/psGdpr/tabCustomerActivity.ts
@ -18718,20 +18725,6 @@ UI/pages/BO/BObasePage.ts
pages/BO/BObasePage.ts pages/BO/BObasePage.ts
BO/BObasePage.ts BO/BObasePage.ts
BObasePage.ts BObasePage.ts
tests/UI/pages/BO/shipping/carriers/index.ts
UI/pages/BO/shipping/carriers/index.ts
pages/BO/shipping/carriers/index.ts
BO/shipping/carriers/index.ts
shipping/carriers/index.ts
carriers/index.ts
index.ts
tests/UI/pages/BO/shipping/carriers/add.ts
UI/pages/BO/shipping/carriers/add.ts
pages/BO/shipping/carriers/add.ts
BO/shipping/carriers/add.ts
shipping/carriers/add.ts
carriers/add.ts
add.ts
tests/UI/pages/BO/shipping/preferences/index.ts tests/UI/pages/BO/shipping/preferences/index.ts
UI/pages/BO/shipping/preferences/index.ts UI/pages/BO/shipping/preferences/index.ts
pages/BO/shipping/preferences/index.ts pages/BO/shipping/preferences/index.ts
@ -19432,13 +19425,6 @@ BO/catalog/suppliers/view.ts
catalog/suppliers/view.ts catalog/suppliers/view.ts
suppliers/view.ts suppliers/view.ts
view.ts view.ts
tests/UI/pages/BO/catalog/suppliers/add.ts
UI/pages/BO/catalog/suppliers/add.ts
pages/BO/catalog/suppliers/add.ts
BO/catalog/suppliers/add.ts
catalog/suppliers/add.ts
suppliers/add.ts
add.ts
tests/UI/pages/BO/catalog/files/index.ts tests/UI/pages/BO/catalog/files/index.ts
UI/pages/BO/catalog/files/index.ts UI/pages/BO/catalog/files/index.ts
pages/BO/catalog/files/index.ts pages/BO/catalog/files/index.ts

View file

@ -2132,6 +2132,7 @@ tests/UI/campaigns/modules/ps_newproducts/01_installation/05_disableEnableModule
tests/UI/campaigns/modules/ps_newproducts/01_installation/04_resetModule.ts tests/UI/campaigns/modules/ps_newproducts/01_installation/04_resetModule.ts
tests/UI/campaigns/modules/ps_newproducts/01_installation/03_uninstallAndDeleteModule.ts tests/UI/campaigns/modules/ps_newproducts/01_installation/03_uninstallAndDeleteModule.ts
tests/UI/campaigns/modules/ps_newproducts/02_configuration/02_boHeaderButtons.ts tests/UI/campaigns/modules/ps_newproducts/02_configuration/02_boHeaderButtons.ts
tests/UI/campaigns/modules/ps_newproducts/02_configuration/01_configureSettingsProductsToDisplay.ts
tests/UI/campaigns/modules/ps_newproducts/02_configuration/03_configureSettingsNumberOfDays.ts tests/UI/campaigns/modules/ps_newproducts/02_configuration/03_configureSettingsNumberOfDays.ts
tests/UI/campaigns/modules/ps_emailsubscription/02_configuration/02_checkConfirmationEmail.ts tests/UI/campaigns/modules/ps_emailsubscription/02_configuration/02_checkConfirmationEmail.ts
tests/UI/campaigns/modules/ps_emailsubscription/02_configuration/01_checkVerificationEmail.ts tests/UI/campaigns/modules/ps_emailsubscription/02_configuration/01_checkVerificationEmail.ts
@ -2167,6 +2168,7 @@ tests/UI/campaigns/modules/ps_facetedsearch/01_installation/04_uninstallAndDelet
tests/UI/campaigns/modules/ps_facetedsearch/02_configuration/14_editTemplateProductStockFilter.ts tests/UI/campaigns/modules/ps_facetedsearch/02_configuration/14_editTemplateProductStockFilter.ts
tests/UI/campaigns/modules/ps_facetedsearch/02_configuration/05_categoryFilterDepthFieldConfiguration.ts tests/UI/campaigns/modules/ps_facetedsearch/02_configuration/05_categoryFilterDepthFieldConfiguration.ts
tests/UI/campaigns/modules/ps_facetedsearch/02_configuration/18_editTemplatePaperTypeFilter.ts tests/UI/campaigns/modules/ps_facetedsearch/02_configuration/18_editTemplatePaperTypeFilter.ts
tests/UI/campaigns/modules/ps_facetedsearch/02_configuration/10_editTemplateSizeFilter.ts
tests/UI/campaigns/modules/ps_facetedsearch/02_configuration/16_editTemplateProductConditionFilter.ts tests/UI/campaigns/modules/ps_facetedsearch/02_configuration/16_editTemplateProductConditionFilter.ts
tests/UI/campaigns/modules/ps_facetedsearch/02_configuration/21_addNewTemplate.ts tests/UI/campaigns/modules/ps_facetedsearch/02_configuration/21_addNewTemplate.ts
tests/UI/campaigns/modules/ps_facetedsearch/02_configuration/09_editTemplateSubCategoriesFilter.ts tests/UI/campaigns/modules/ps_facetedsearch/02_configuration/09_editTemplateSubCategoriesFilter.ts
@ -2969,7 +2971,6 @@ tests/UI/pages/BO/advancedParameters/team/add.ts
tests/UI/pages/BO/advancedParameters/email/index.ts tests/UI/pages/BO/advancedParameters/email/index.ts
tests/UI/pages/BO/modules/moduleConfiguration/index.ts tests/UI/pages/BO/modules/moduleConfiguration/index.ts
tests/UI/pages/BO/modules/contactForm/index.ts tests/UI/pages/BO/modules/contactForm/index.ts
tests/UI/pages/BO/modules/psWirePayment/index.ts
tests/UI/pages/BO/modules/psGdpr/tabCustomerActivity.ts tests/UI/pages/BO/modules/psGdpr/tabCustomerActivity.ts
tests/UI/pages/BO/modules/psGdpr/index.ts tests/UI/pages/BO/modules/psGdpr/index.ts
tests/UI/pages/BO/modules/psGdpr/tabDataConsent.ts tests/UI/pages/BO/modules/psGdpr/tabDataConsent.ts
@ -2979,8 +2980,6 @@ tests/UI/pages/BO/modules/psEmailAlerts/index.ts
tests/UI/pages/BO/modules/psCheckPayment/index.ts tests/UI/pages/BO/modules/psCheckPayment/index.ts
tests/UI/pages/BO/modules/moduleCatalog/index.ts tests/UI/pages/BO/modules/moduleCatalog/index.ts
tests/UI/pages/BO/BObasePage.ts tests/UI/pages/BO/BObasePage.ts
tests/UI/pages/BO/shipping/carriers/index.ts
tests/UI/pages/BO/shipping/carriers/add.ts
tests/UI/pages/BO/shipping/preferences/index.ts tests/UI/pages/BO/shipping/preferences/index.ts
tests/UI/pages/BO/design/linkWidgets/index.ts tests/UI/pages/BO/design/linkWidgets/index.ts
tests/UI/pages/BO/design/linkWidgets/add.ts tests/UI/pages/BO/design/linkWidgets/add.ts
@ -3078,7 +3077,6 @@ tests/UI/pages/BO/catalog/products/add/pricingTab.ts
tests/UI/pages/BO/catalog/products/add/stocksTab.ts tests/UI/pages/BO/catalog/products/add/stocksTab.ts
tests/UI/pages/BO/catalog/suppliers/index.ts tests/UI/pages/BO/catalog/suppliers/index.ts
tests/UI/pages/BO/catalog/suppliers/view.ts tests/UI/pages/BO/catalog/suppliers/view.ts
tests/UI/pages/BO/catalog/suppliers/add.ts
tests/UI/pages/BO/catalog/files/index.ts tests/UI/pages/BO/catalog/files/index.ts
tests/UI/pages/BO/catalog/files/add.ts tests/UI/pages/BO/catalog/files/add.ts
tests/UI/pages/BO/catalog/brands/addAddress.ts tests/UI/pages/BO/catalog/brands/addAddress.ts

View file

@ -646,14 +646,33 @@ tests/integration/Administration/Dashboard/OrderAmountServiceTest.php
tests/integration/Core/Content/Product/Cart/ProductCartTest.php tests/integration/Core/Content/Product/Cart/ProductCartTest.php
tests/integration/Core/Content/Product/Cart/ProductLineItemCommandValidatorTest.php tests/integration/Core/Content/Product/Cart/ProductLineItemCommandValidatorTest.php
tests/integration/Core/Content/Product/Cart/ProductCartProcessorTest.php tests/integration/Core/Content/Product/Cart/ProductCartProcessorTest.php
tests/integration/Core/Content/Product/SalesChannel/ProductSuggestFilterOutOfStockTest.php
tests/integration/Core/Content/Product/SalesChannel/ProductListingFilterOutOfStockTest.php
tests/integration/Core/Content/Product/SalesChannel/ProductListRouteTest.php
tests/integration/Core/Content/Product/SalesChannel/Detail/ProductConfiguratorOrderTest.php
tests/integration/Core/Content/Product/SalesChannel/Detail/_fixtures/recursion_encoding_with_layout_result.json tests/integration/Core/Content/Product/SalesChannel/Detail/_fixtures/recursion_encoding_with_layout_result.json
tests/integration/Core/Content/Product/SalesChannel/Detail/CachedProductDetailRouteTest.php
tests/integration/Core/Content/Product/SalesChannel/Detail/AvailableCombinationLoaderTest.php tests/integration/Core/Content/Product/SalesChannel/Detail/AvailableCombinationLoaderTest.php
tests/integration/Core/Content/Product/SalesChannel/Detail/ProductDetailRouteTest.php tests/integration/Core/Content/Product/SalesChannel/Detail/ProductDetailRouteTest.php
tests/integration/Core/Content/Product/SalesChannel/ProductListingTest.php
tests/integration/Core/Content/Product/SalesChannel/CrossSelling/CrossSellingRouteTest.php
tests/integration/Core/Content/Product/SalesChannel/Listing/Processor/CompositeProcessorTest.php tests/integration/Core/Content/Product/SalesChannel/Listing/Processor/CompositeProcessorTest.php
tests/integration/Core/Content/Product/SalesChannel/Listing/ProductListingRouteTest.php tests/integration/Core/Content/Product/SalesChannel/Listing/ProductListingRouteTest.php
tests/integration/Core/Content/Product/SalesChannel/Listing/ProductListingLoaderTest.php tests/integration/Core/Content/Product/SalesChannel/Listing/ProductListingLoaderTest.php
tests/integration/Core/Content/Product/SalesChannel/Listing/CachedProductListingRouteTest.php
tests/integration/Core/Content/Product/SalesChannel/ProductSearchFilterOutOfStockTest.php
tests/integration/Core/Content/Product/SalesChannel/ProductSearchRouteTest.php
tests/integration/Core/Content/Product/SalesChannel/FindVariant/FindProductVariantRouteTest.php tests/integration/Core/Content/Product/SalesChannel/FindVariant/FindProductVariantRouteTest.php
tests/integration/Core/Content/Product/SalesChannel/Review/ProductReviewSaveRouteTest.php tests/integration/Core/Content/Product/SalesChannel/Review/ProductReviewSaveRouteTest.php
tests/integration/Core/Content/Product/SalesChannel/Review/ProductReviewRouteTest.php
tests/integration/Core/Content/Product/SalesChannel/Review/CachedProductReviewRouteTest.php
tests/integration/Core/Content/Product/ProductFeatureSet/ProductFeatureSetCrudTest.php
tests/integration/Core/Content/Product/ProductFeatureSet/ProductFeatureSetEntityTest.php
tests/integration/Core/Content/Product/ProductFeatureSet/ProductFeatureSetTranslationEntityTest.php
tests/integration/Core/Content/Product/ProductFeatureSet/ProductFeatureSetPropertyTest.php
tests/integration/Core/Content/Product/ProductVisibility/ProductVisibilityEntityTest.php
tests/integration/Core/Content/Product/Cleanup/CleanupProductKeywordDictionaryTaskHandlerTest.php
tests/integration/Core/Content/Product/Events/ProductListingResolvePreviewEventTest.php
tests/integration/Core/Content/Product/Cms/Type/ProductDetailCmsElementResolverTest.php tests/integration/Core/Content/Product/Cms/Type/ProductDetailCmsElementResolverTest.php
tests/integration/Core/Content/Product/Cms/Type/ManufacturerLogoTypeCmsResolverTest.php tests/integration/Core/Content/Product/Cms/Type/ManufacturerLogoTypeCmsResolverTest.php
tests/integration/Core/Content/Product/Cms/Type/CrossSellingTypeDataResolverTest.php tests/integration/Core/Content/Product/Cms/Type/CrossSellingTypeDataResolverTest.php
@ -663,15 +682,27 @@ tests/integration/Core/Content/Product/Cms/Type/ProductListingTypeDataResolverTe
tests/integration/Core/Content/Product/Cms/Type/ProductDescriptionReviewsTypeDataResolverTest.php tests/integration/Core/Content/Product/Cms/Type/ProductDescriptionReviewsTypeDataResolverTest.php
tests/integration/Core/Content/Product/Cms/Type/ProductNameTypeCmsElementResolverTest.php tests/integration/Core/Content/Product/Cms/Type/ProductNameTypeCmsElementResolverTest.php
tests/integration/Core/Content/Product/Cms/ProductListingCmsElementResolverTest.php tests/integration/Core/Content/Product/Cms/ProductListingCmsElementResolverTest.php
tests/integration/Core/Content/Product/DataAbstractionLayer/CheapestPrice/_fixtures/serialized_prices.json
tests/integration/Core/Content/Product/DataAbstractionLayer/CheapestPrice/CheapestPriceTest.php
tests/integration/Core/Content/Product/DataAbstractionLayer/Indexing/ProductRatingAverageIndexerTest.php tests/integration/Core/Content/Product/DataAbstractionLayer/Indexing/ProductRatingAverageIndexerTest.php
tests/integration/Core/Content/Product/DataAbstractionLayer/Indexing/VariantListingIndexerTest.php
tests/integration/Core/Content/Product/DataAbstractionLayer/SearchKeywordUpdaterTest.php
tests/integration/Core/Content/Product/DataAbstractionLayer/ProductStreamUpdaterTest.php
tests/integration/Core/Content/Product/DataAbstractionLayer/ProductCategoryDenormalizerTest.php tests/integration/Core/Content/Product/DataAbstractionLayer/ProductCategoryDenormalizerTest.php
tests/integration/Core/Content/Product/DataAbstractionLayer/ProductSearchConfigFieldExceptionHandlerTest.php
tests/integration/Core/Content/Product/DataAbstractionLayer/StatesUpdaterTest.php tests/integration/Core/Content/Product/DataAbstractionLayer/StatesUpdaterTest.php
tests/integration/Core/Content/Product/Subscriber/ProductLoadedSubscriberTest.php
tests/integration/Core/Content/Product/Stock/StockStorageTest.php tests/integration/Core/Content/Product/Stock/StockStorageTest.php
tests/integration/Core/Content/Product/Repository/ProductSearchScoringTest.php
tests/integration/Core/Content/Product/Repository/ProductSearchKeywordTest.php
tests/integration/Core/Content/Product/Repository/ProductTagTest.php
tests/integration/Core/Content/Product/Repository/ProductRepositoryTest.php tests/integration/Core/Content/Product/Repository/ProductRepositoryTest.php
tests/integration/Core/Content/Product/Api/ProductApiTest.php
tests/integration/Core/Content/Product/Hook/ProductPricingHookTest.php tests/integration/Core/Content/Product/Hook/ProductPricingHookTest.php
tests/integration/Core/Content/Product/Hook/_fixtures/pricing-cases/product-pricing.twig tests/integration/Core/Content/Product/Hook/_fixtures/pricing-cases/product-pricing.twig
tests/integration/Core/Content/Product/SearchKeyword/ProductSearchKeywordAnalyzerTest.php tests/integration/Core/Content/Product/SearchKeyword/ProductSearchKeywordAnalyzerTest.php
tests/integration/Core/Content/Product/SearchKeyword/ProductSearchTermInterpreterTest.php tests/integration/Core/Content/Product/SearchKeyword/ProductSearchTermInterpreterTest.php
tests/integration/Core/Content/ContactForm/ContactFormServiceTest.php
tests/integration/Core/Content/ContactForm/ContactFormRouteTest.php tests/integration/Core/Content/ContactForm/ContactFormRouteTest.php
tests/integration/Core/Content/Mail/Service/MailServiceTest.php tests/integration/Core/Content/Mail/Service/MailServiceTest.php
tests/integration/Core/Content/ProductExport/Command/ProductExportGenerateCommandTest.php tests/integration/Core/Content/ProductExport/Command/ProductExportGenerateCommandTest.php
@ -680,18 +711,38 @@ tests/integration/Core/Content/ProductExport/SalesChannel/fixtures/theme/manifes
tests/integration/Core/Content/ProductExport/SalesChannel/fixtures/theme/Resources/theme.json tests/integration/Core/Content/ProductExport/SalesChannel/fixtures/theme/Resources/theme.json
tests/integration/Core/Content/ProductExport/SalesChannel/fixtures/theme/Resources/snippet/swagtheme.de-DE.json tests/integration/Core/Content/ProductExport/SalesChannel/fixtures/theme/Resources/snippet/swagtheme.de-DE.json
tests/integration/Core/Content/ProductExport/SalesChannel/fixtures/theme/Resources/snippet/swagtheme.en-GB.json tests/integration/Core/Content/ProductExport/SalesChannel/fixtures/theme/Resources/snippet/swagtheme.en-GB.json
tests/integration/Core/Content/ProductExport/Service/ProductExportGeneratorTest.php
tests/integration/Core/Content/ProductExport/Service/ProductExportValidatorTest.php
tests/integration/Core/Content/ProductExport/Service/fixtures/test-export.csv
tests/integration/Core/Content/ProductExport/Service/ProductExporterTest.php
tests/integration/Core/Content/ProductExport/ScheduledTask/ProductExportGenerateTaskHandlerTest.php tests/integration/Core/Content/ProductExport/ScheduledTask/ProductExportGenerateTaskHandlerTest.php
tests/integration/Core/Content/ProductExport/Api/ProductExportControllerTest.php
tests/integration/Core/Content/ProductExport/ProductExportRepositoryTest.php
tests/integration/Core/Content/Flow/GenerateDocumentActionTest.php
tests/integration/Core/Content/Flow/SetCustomerGroupCustomFieldActionTest.php
tests/integration/Core/Content/Flow/AddCustomerAffiliateAndCampaignCodeActionTest.php
tests/integration/Core/Content/Flow/SendMailActionTest.php tests/integration/Core/Content/Flow/SendMailActionTest.php
tests/integration/Core/Content/Flow/RemoveOrderTagActionTest.php
tests/integration/Core/Content/Flow/Indexing/FlowIndexerTest.php
tests/integration/Core/Content/Flow/ChangeCustomerGroupActionTest.php tests/integration/Core/Content/Flow/ChangeCustomerGroupActionTest.php
tests/integration/Core/Content/Flow/AddOrderAffiliateAndCampaignCodeActionTest.php
tests/integration/Core/Content/Flow/Dispatching/FlowExecutorTest.php tests/integration/Core/Content/Flow/Dispatching/FlowExecutorTest.php
tests/integration/Core/Content/Flow/Dispatching/FlowBuilderTest.php
tests/integration/Core/Content/Flow/Dispatching/Action/SetOrderStateActionTest.php tests/integration/Core/Content/Flow/Dispatching/Action/SetOrderStateActionTest.php
tests/integration/Core/Content/Flow/Dispatching/Action/FlowMailVariablesTest.php tests/integration/Core/Content/Flow/Dispatching/Action/FlowMailVariablesTest.php
tests/integration/Core/Content/Flow/Dispatching/Action/GrantDownloadAccessActionTest.php tests/integration/Core/Content/Flow/Dispatching/Action/GrantDownloadAccessActionTest.php
tests/integration/Core/Content/Flow/ChangeCustomerStatusActionTest.php tests/integration/Core/Content/Flow/ChangeCustomerStatusActionTest.php
tests/integration/Core/Content/Flow/SetOrderCustomFieldActionTest.php
tests/integration/Core/Content/Flow/CacheFlowLoaderTest.php
tests/integration/Core/Content/Flow/SetCustomerCustomFieldActionTest.php
tests/integration/Core/Content/Flow/AddCustomerTagActionTest.php tests/integration/Core/Content/Flow/AddCustomerTagActionTest.php
tests/integration/Core/Content/Flow/DataAbstractionLayer/FlowPayloadUpdaterTest.php tests/integration/Core/Content/Flow/DataAbstractionLayer/FlowPayloadUpdaterTest.php
tests/integration/Core/Content/Flow/AddOrderTagActionTest.php
tests/integration/Core/Content/Flow/RemoveCustomerTagActionTest.php tests/integration/Core/Content/Flow/RemoveCustomerTagActionTest.php
tests/integration/Core/Content/Media/Message/GenerateThumbnailsHandlerTest.php
tests/integration/Core/Content/Media/Message/DeleteFileHandlerTest.php
tests/integration/Core/Content/Media/Command/GenerateThumbnailsCommandTest.php tests/integration/Core/Content/Media/Command/GenerateThumbnailsCommandTest.php
tests/integration/Core/Content/Media/MediaFolderServiceTest.php
tests/integration/Core/Content/Media/File/FileNameProviderTest.php tests/integration/Core/Content/Media/File/FileNameProviderTest.php
tests/integration/Core/Content/Media/File/FileSaverTest.php tests/integration/Core/Content/Media/File/FileSaverTest.php
tests/integration/Core/Content/Media/File/FileFetcherTest.php tests/integration/Core/Content/Media/File/FileFetcherTest.php
@ -717,7 +768,14 @@ tests/integration/Core/Content/Media/fixtures/small.mov
tests/integration/Core/Content/Media/fixtures/animated.webp tests/integration/Core/Content/Media/fixtures/animated.webp
tests/integration/Core/Content/Media/fixtures/reader.docx tests/integration/Core/Content/Media/fixtures/reader.docx
tests/integration/Core/Content/Media/fixtures/small.avi tests/integration/Core/Content/Media/fixtures/small.avi
tests/integration/Core/Content/Media/Aggregate/MediaFolder/MediaFolderTest.php
tests/integration/Core/Content/Media/Aggregate/MediaFolderConfigurationThumbnailSize/MediaFolderConfigurationMediaThumbnailSizeTest.php
tests/integration/Core/Content/Media/Aggregate/MediaThumbnail/MediaThumbnailStructTest.php
tests/integration/Core/Content/Media/MediaEntityTest.php
tests/integration/Core/Content/Media/Core/Application/MediaPathUpdaterTest.php tests/integration/Core/Content/Media/Core/Application/MediaPathUpdaterTest.php
tests/integration/Core/Content/Media/Cms/DefaultMediaResolverTest.php
tests/integration/Core/Content/Media/Cms/Type/ImageSliderTypeDataResolverTest.php
tests/integration/Core/Content/Media/Cms/Type/ImageTypeDataResolverTest.php
tests/integration/Core/Content/Media/DataAbstractionLayer/MediaFolderRepositoryTest.php tests/integration/Core/Content/Media/DataAbstractionLayer/MediaFolderRepositoryTest.php
tests/integration/Core/Content/Media/DataAbstractionLayer/Indexing/MediaFolderConfigIndexerTest.php tests/integration/Core/Content/Media/DataAbstractionLayer/Indexing/MediaFolderConfigIndexerTest.php
tests/integration/Core/Content/Media/DataAbstractionLayer/Indexing/MediaFolderIndexerTest.php tests/integration/Core/Content/Media/DataAbstractionLayer/Indexing/MediaFolderIndexerTest.php
@ -725,13 +783,30 @@ tests/integration/Core/Content/Media/DataAbstractionLayer/MediaRepositoryTest.ph
tests/integration/Core/Content/Media/DataAbstractionLayer/MediaThumbnailRepositoryTest.php tests/integration/Core/Content/Media/DataAbstractionLayer/MediaThumbnailRepositoryTest.php
tests/integration/Core/Content/Media/Subscriber/CustomFieldsUnusedMediaSubscriberTest.php tests/integration/Core/Content/Media/Subscriber/CustomFieldsUnusedMediaSubscriberTest.php
tests/integration/Core/Content/Media/Thumbnail/ThumbnailServiceTest.php tests/integration/Core/Content/Media/Thumbnail/ThumbnailServiceTest.php
tests/integration/Core/Content/Media/Api/MediaFolderControllerTest.php
tests/integration/Core/Content/Media/Api/MediaUploadControllerTest.php
tests/integration/Core/Content/Media/Commands/GenerateMediaTypesCommandTest.php
tests/integration/Core/Content/Media/Metadata/MetadataLoaderTest.php
tests/integration/Core/Content/Seo/HreflangLoaderTest.php
tests/integration/Core/Content/Seo/SalesChannel/StoreApiSeoResolverTest.php tests/integration/Core/Content/Seo/SalesChannel/StoreApiSeoResolverTest.php
tests/integration/Core/Content/Seo/SalesChannel/SeoUrlRouteTest.php
tests/integration/Core/Content/Seo/SalesChannel/FixturesPhp/StoreApiSeoResolverTestRoute.php tests/integration/Core/Content/Seo/SalesChannel/FixturesPhp/StoreApiSeoResolverTestRoute.php
tests/integration/Core/Content/Seo/SeoUrlTwigFactoryTest.php
tests/integration/Core/Content/Seo/SeoUrlGeneratorTest.php tests/integration/Core/Content/Seo/SeoUrlGeneratorTest.php
tests/integration/Core/Content/Seo/SeoUrlUpdaterTest.php
tests/integration/Core/Content/Seo/SeoResolverTest.php tests/integration/Core/Content/Seo/SeoResolverTest.php
tests/integration/Core/Content/ProductStream/ProductStreamRepositoryTest.php
tests/integration/Core/Content/ProductStream/Service/ProductStreamBuilderTest.php
tests/integration/Core/Content/ProductStream/ProductStreamSyncTest.php
tests/integration/Core/Content/ProductStream/ProductStreamFilterRepositoryTest.php
tests/integration/Core/Content/ProductStream/DataAbstractionLayer/ProductStreamIndexerTest.php
tests/integration/Core/Content/Rule/RuleValidatorTest.php
tests/integration/Core/Content/Rule/DataAbstractionLayer/RulePayloadSubscriberTest.php
tests/integration/Core/Content/Rule/DataAbstractionLayer/RulePayloadIndexerTest.php
tests/integration/Core/Content/ImportExport/Message/ImportExportHandlerTest.php tests/integration/Core/Content/ImportExport/Message/ImportExportHandlerTest.php
tests/integration/Core/Content/ImportExport/AbstractImportExportTestCase.php tests/integration/Core/Content/ImportExport/AbstractImportExportTestCase.php
tests/integration/Core/Content/ImportExport/Command/ImportEntityCommandTest.php tests/integration/Core/Content/ImportExport/Command/ImportEntityCommandTest.php
tests/integration/Core/Content/ImportExport/Service/FileServiceTest.php
tests/integration/Core/Content/ImportExport/Service/DownloadServiceTest.php tests/integration/Core/Content/ImportExport/Service/DownloadServiceTest.php
tests/integration/Core/Content/ImportExport/Service/MappingServiceTest.php tests/integration/Core/Content/ImportExport/Service/MappingServiceTest.php
tests/integration/Core/Content/ImportExport/Service/ImportExportServiceTest.php tests/integration/Core/Content/ImportExport/Service/ImportExportServiceTest.php
@ -764,24 +839,61 @@ tests/integration/Core/Content/ImportExport/fixtures/products_with_invalid_varia
tests/integration/Core/Content/ImportExport/fixtures/cross_selling_with_own_identifier.csv tests/integration/Core/Content/ImportExport/fixtures/cross_selling_with_own_identifier.csv
tests/integration/Core/Content/ImportExport/ImportExportTest.php tests/integration/Core/Content/ImportExport/ImportExportTest.php
tests/integration/Core/Content/ImportExport/ScheduledTask/CleanupImportExportFileTaskHandlerTest.php tests/integration/Core/Content/ImportExport/ScheduledTask/CleanupImportExportFileTaskHandlerTest.php
tests/integration/Core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/CountrySerializerTest.php
tests/integration/Core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/MediaSerializerTest.php
tests/integration/Core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/ProductCrossSellingSerializerTest.php
tests/integration/Core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/PromotionIndividualCodeSerializerTest.php
tests/integration/Core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/SalutationSerializerTest.php
tests/integration/Core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializerTest.php tests/integration/Core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializerTest.php
tests/integration/Core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/CustomerSerializerTest.php tests/integration/Core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/CustomerSerializerTest.php
tests/integration/Core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/OrderSerializerTest.php tests/integration/Core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/OrderSerializerTest.php
tests/integration/Core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/_fixtures/ensure_ids_for_products.php tests/integration/Core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/_fixtures/ensure_ids_for_products.php
tests/integration/Core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/ProductSerializerTest.php
tests/integration/Core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/LanguageSerializerTest.php
tests/integration/Core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializerTest.php tests/integration/Core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializerTest.php
tests/integration/Core/Content/ImportExport/Subscriber/ProductCategoryPathsSubscriberTest.php
tests/integration/Core/Content/ImportExport/Repository/ImportExportLogRepositoryTest.php tests/integration/Core/Content/ImportExport/Repository/ImportExportLogRepositoryTest.php
tests/integration/Core/Content/ImportExport/Repository/ImportExportProfileRepositoryTest.php tests/integration/Core/Content/ImportExport/Repository/ImportExportProfileRepositoryTest.php
tests/integration/Core/Content/ImportExport/Repository/ImportExportFileRepositoryTest.php
tests/integration/Core/Content/ImportExport/Api/ImportExportProfileApiTest.php tests/integration/Core/Content/ImportExport/Api/ImportExportProfileApiTest.php
tests/integration/Core/Content/ImportExport/Api/ImportExportActionControllerTest.php tests/integration/Core/Content/ImportExport/Api/ImportExportActionControllerTest.php
tests/integration/Core/Content/ImportExport/Api/ImportExportFileApiTest.php
tests/integration/Core/Content/ImportExport/Api/ImportExportLogApiTest.php tests/integration/Core/Content/ImportExport/Api/ImportExportLogApiTest.php
tests/integration/Core/Content/ImportExport/Processing/Pipe/DefaultMappingsTest.php tests/integration/Core/Content/ImportExport/Processing/Pipe/DefaultMappingsTest.php
tests/integration/Core/Content/ImportExport/Processing/Pipe/EntityPipeTest.php
tests/integration/Core/Content/ImportExport/Processing/Mapping/CriteriaBuilderTest.php
tests/integration/Core/Content/ImportExport/Commands/DeleteExpiredFilesCommandTest.php
tests/integration/Core/Content/Cms/SalesChannel/SalesChannelCmsPageLoaderTest.php
tests/integration/Core/Content/Cms/SalesChannel/CmsRouteTest.php
tests/integration/Core/Content/Cms/CmsEntityTest.php
tests/integration/Core/Content/Cms/Subscriber/CmsPageBeforeDefaultChangeSubscriberTest.php tests/integration/Core/Content/Cms/Subscriber/CmsPageBeforeDefaultChangeSubscriberTest.php
tests/integration/Core/Content/Cms/Subscriber/UnusedMediaSubscriberTest.php tests/integration/Core/Content/Cms/Subscriber/UnusedMediaSubscriberTest.php
tests/integration/Core/Content/Cms/Subscriber/CmsPageBeforeDeleteSubscriberTest.php tests/integration/Core/Content/Cms/Subscriber/CmsPageBeforeDeleteSubscriberTest.php
tests/integration/Core/Content/Sitemap/Command/SitemapGenerateCommandTest.php
tests/integration/Core/Content/Sitemap/SalesChannel/SitemapRouteTest.php
tests/integration/Core/Content/Sitemap/SalesChannel/CachedSitemapRouteTest.php
tests/integration/Core/Content/Sitemap/Service/SitemapExporterTest.php tests/integration/Core/Content/Sitemap/Service/SitemapExporterTest.php
tests/integration/Core/Content/Sitemap/Service/SitemapHandleTest.php tests/integration/Core/Content/Sitemap/Service/SitemapHandleTest.php
tests/integration/Core/Content/Sitemap/ScheduledTask/SitemapGenerateTaskHandlerTest.php
tests/integration/Core/Content/Sitemap/Provider/ProductUrlProviderTest.php
tests/integration/Core/Content/Sitemap/Provider/CategoryUrlProviderTest.php
tests/integration/Core/Content/Sitemap/Provider/HomeUrlProviderTest.php
tests/integration/Core/Content/LandingPage/SalesChannel/LandingPageRouteTest.php
tests/integration/Core/Content/LandingPage/Repository/LandingPageRepositoryTest.php
tests/integration/Core/Content/MailTemplate/Service/AttachmentLoaderTest.php
tests/integration/Core/Content/MailTemplate/Repository/MailHeaderFooterRepositoryTest.php
tests/integration/Core/Content/MailTemplate/Api/MailHeaderFooterApiTest.php
tests/integration/Core/Content/MailTemplate/Api/MailActionControllerTest.php tests/integration/Core/Content/MailTemplate/Api/MailActionControllerTest.php
tests/integration/Core/Content/Category/SalesChannel/CategoryListRouteTest.php
tests/integration/Core/Content/Category/SalesChannel/NavigationRouteTest.php
tests/integration/Core/Content/Category/SalesChannel/CachedNavigationRouteTest.php
tests/integration/Core/Content/Category/SalesChannel/CategoryRouteTest.php
tests/integration/Core/Content/Category/SalesChannel/CachedCategoryRouteTest.php
tests/integration/Core/Content/Category/Service/NavigationLoaderTest.php
tests/integration/Core/Content/Category/Service/CategoryBreadcrumbBuilderTest.php tests/integration/Core/Content/Category/Service/CategoryBreadcrumbBuilderTest.php
tests/integration/Core/Content/Category/Validation/EntryPointValidatorTest.php
tests/integration/Core/Content/Category/Event/NavigationLoadedEventTest.php
tests/integration/Core/Content/Category/DataAbstractionLayer/Indexing/BreadcrumbIndexerTest.php
tests/integration/Core/Content/Category/Repository/CategoryRepositoryTest.php tests/integration/Core/Content/Category/Repository/CategoryRepositoryTest.php
tests/integration/Core/Content/Newsletter/SalesChannel/NewsletterSubscribeRouteTest.php tests/integration/Core/Content/Newsletter/SalesChannel/NewsletterSubscribeRouteTest.php
tests/integration/Core/Content/Newsletter/SalesChannel/NewsletterUnsubscribeRouteTest.php tests/integration/Core/Content/Newsletter/SalesChannel/NewsletterUnsubscribeRouteTest.php
@ -2079,9 +2191,12 @@ tests/unit/Core/Content/Product/SalesChannel/FindVariant/FoundCombinationTest.ph
tests/unit/Core/Content/Product/SalesChannel/FindVariant/FindProductVariantRouteResponseTest.php tests/unit/Core/Content/Product/SalesChannel/FindVariant/FindProductVariantRouteResponseTest.php
tests/unit/Core/Content/Product/SalesChannel/FindVariant/FindProductVariantRouteTest.php tests/unit/Core/Content/Product/SalesChannel/FindVariant/FindProductVariantRouteTest.php
tests/unit/Core/Content/Product/SalesChannel/Review/ProductReviewSaveRouteTest.php tests/unit/Core/Content/Product/SalesChannel/Review/ProductReviewSaveRouteTest.php
tests/unit/Core/Content/Product/SalesChannel/Review/MatrixElementTest.php
tests/unit/Core/Content/Product/SalesChannel/Review/RatingMatrixTest.php
tests/unit/Core/Content/Product/SalesChannel/Review/Event/ReviewFormEventTest.php tests/unit/Core/Content/Product/SalesChannel/Review/Event/ReviewFormEventTest.php
tests/unit/Core/Content/Product/SalesChannel/Review/CachedProductReviewRouteTest.php tests/unit/Core/Content/Product/SalesChannel/Review/CachedProductReviewRouteTest.php
tests/unit/Core/Content/Product/ProductVariationBuilderTest.php tests/unit/Core/Content/Product/ProductVariationBuilderTest.php
tests/unit/Core/Content/Product/ProductMaxPurchaseCalculatorTest.php
tests/unit/Core/Content/Product/Cleanup/CleanupUnusedDownloadMediaTaskHandlerTest.php tests/unit/Core/Content/Product/Cleanup/CleanupUnusedDownloadMediaTaskHandlerTest.php
tests/unit/Core/Content/Product/Cleanup/CleanupUnusedDownloadMediaTaskTest.php tests/unit/Core/Content/Product/Cleanup/CleanupUnusedDownloadMediaTaskTest.php
tests/unit/Core/Content/Product/Events/ProductStatesChangedEventTest.php tests/unit/Core/Content/Product/Events/ProductStatesChangedEventTest.php
@ -2269,6 +2384,7 @@ tests/unit/Core/Content/ImportExport/Service/SupportedFeaturesServiceTest.php
tests/unit/Core/Content/ImportExport/Service/DownloadServiceTest.php tests/unit/Core/Content/ImportExport/Service/DownloadServiceTest.php
tests/unit/Core/Content/ImportExport/Service/ImportExportServiceTest.php tests/unit/Core/Content/ImportExport/Service/ImportExportServiceTest.php
tests/unit/Core/Content/ImportExport/fixtures/categories.csv tests/unit/Core/Content/ImportExport/fixtures/categories.csv
tests/unit/Core/Content/ImportExport/Event/ImportExportExceptionRecordTest.php
tests/unit/Core/Content/ImportExport/ImportExportTest.php tests/unit/Core/Content/ImportExport/ImportExportTest.php
tests/unit/Core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/CustomerSerializerTest.php tests/unit/Core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/CustomerSerializerTest.php
tests/unit/Core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/OrderSerializerTest.php tests/unit/Core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/OrderSerializerTest.php
@ -2279,6 +2395,7 @@ tests/unit/Core/Content/ImportExport/Strategy/Import/ImportStrategyTestCase.php
tests/unit/Core/Content/ImportExport/Strategy/Import/BatchImportStrategyTest.php tests/unit/Core/Content/ImportExport/Strategy/Import/BatchImportStrategyTest.php
tests/unit/Core/Content/ImportExport/Strategy/Import/OneByOneImportStrategyTest.php tests/unit/Core/Content/ImportExport/Strategy/Import/OneByOneImportStrategyTest.php
tests/unit/Core/Content/ImportExport/Processing/Pipe/KeyMappingPipeTest.php tests/unit/Core/Content/ImportExport/Processing/Pipe/KeyMappingPipeTest.php
tests/unit/Core/Content/ImportExport/Processing/Pipe/ChainPipeTest.php
tests/unit/Core/Content/ImportExport/Processing/Reader/CsvReaderTest.php tests/unit/Core/Content/ImportExport/Processing/Reader/CsvReaderTest.php
tests/unit/Core/Content/ImportExport/Processing/Mapping/MappingCollectionTest.php tests/unit/Core/Content/ImportExport/Processing/Mapping/MappingCollectionTest.php
tests/unit/Core/Content/Cms/Command/CreatePageCommandTest.php tests/unit/Core/Content/Cms/Command/CreatePageCommandTest.php
@ -2286,6 +2403,8 @@ tests/unit/Core/Content/Cms/SalesChannel/CmsRouteResponseTest.php
tests/unit/Core/Content/Cms/SalesChannel/SalesChannelCmsPageLoaderTest.php tests/unit/Core/Content/Cms/SalesChannel/SalesChannelCmsPageLoaderTest.php
tests/unit/Core/Content/Cms/SalesChannel/CmsRouteTest.php tests/unit/Core/Content/Cms/SalesChannel/CmsRouteTest.php
tests/unit/Core/Content/Cms/CmsExceptionTest.php tests/unit/Core/Content/Cms/CmsExceptionTest.php
tests/unit/Core/Content/Cms/Aggregate/CmsSlot/CmsSlotCollectionTest.php
tests/unit/Core/Content/Cms/Aggregate/CmsBlock/CmsBlockCollectionTest.php
tests/unit/Core/Content/Cms/Exception/PageNotFoundExceptionTest.php tests/unit/Core/Content/Cms/Exception/PageNotFoundExceptionTest.php
tests/unit/Core/Content/Cms/Exception/DuplicateCriteriaKeyExceptionTest.php tests/unit/Core/Content/Cms/Exception/DuplicateCriteriaKeyExceptionTest.php
tests/unit/Core/Content/Cms/Exception/UnexpectedFieldConfigValueTypeTest.php tests/unit/Core/Content/Cms/Exception/UnexpectedFieldConfigValueTypeTest.php
@ -2304,6 +2423,8 @@ tests/unit/Core/Content/Cms/Subscriber/UnusedMediaSubscriberTest.php
tests/unit/Core/Content/Sitemap/SitemapExceptionTest.php tests/unit/Core/Content/Sitemap/SitemapExceptionTest.php
tests/unit/Core/Content/Sitemap/SalesChannel/CachedSitemapRouteTest.php tests/unit/Core/Content/Sitemap/SalesChannel/CachedSitemapRouteTest.php
tests/unit/Core/Content/Sitemap/Service/SitemapExporterTest.php tests/unit/Core/Content/Sitemap/Service/SitemapExporterTest.php
tests/unit/Core/Content/Sitemap/ConfigHandler/FileTest.php
tests/unit/Core/Content/Sitemap/Provider/CustomUrlProviderTest.php
tests/unit/Core/Content/LandingPage/SalesChannel/CachedLandingPageRouteTest.php tests/unit/Core/Content/LandingPage/SalesChannel/CachedLandingPageRouteTest.php
tests/unit/Core/Content/MailTemplate/Service/Event/MailBeforeValidateEventTest.php tests/unit/Core/Content/MailTemplate/Service/Event/MailBeforeValidateEventTest.php
tests/unit/Core/Content/MailTemplate/Service/Event/MailSentEventTest.php tests/unit/Core/Content/MailTemplate/Service/Event/MailSentEventTest.php
@ -2312,10 +2433,12 @@ tests/unit/Core/Content/MailTemplate/Service/Event/MailBeforeSentEventTest.php
tests/unit/Core/Content/MailTemplate/Api/MailActionControllerTest.php tests/unit/Core/Content/MailTemplate/Api/MailActionControllerTest.php
tests/unit/Core/Content/Category/SalesChannel/CachedNavigationRouteTest.php tests/unit/Core/Content/Category/SalesChannel/CachedNavigationRouteTest.php
tests/unit/Core/Content/Category/SalesChannel/CachedCategoryRouteTest.php tests/unit/Core/Content/Category/SalesChannel/CachedCategoryRouteTest.php
tests/unit/Core/Content/Category/Service/CategoryUrlGeneratorTest.php
tests/unit/Core/Content/Category/Service/CategoryBreadcrumbBuilderTest.php tests/unit/Core/Content/Category/Service/CategoryBreadcrumbBuilderTest.php
tests/unit/Core/Content/Category/CategoryExceptionTest.php tests/unit/Core/Content/Category/CategoryExceptionTest.php
tests/unit/Core/Content/Category/DataAbstractionLayer/CategoryNonExistentExceptionHandlerTest.php tests/unit/Core/Content/Category/DataAbstractionLayer/CategoryNonExistentExceptionHandlerTest.php
tests/unit/Core/Content/Category/Subscriber/CategorySubscriberTest.php tests/unit/Core/Content/Category/Subscriber/CategorySubscriberTest.php
tests/unit/Core/Content/Property/PropertySortTest.php
tests/unit/Core/Content/Property/Aggregate/PropertyGroupOption/PropertyGroupOptionCollectionTest.php tests/unit/Core/Content/Property/Aggregate/PropertyGroupOption/PropertyGroupOptionCollectionTest.php
tests/unit/Core/Content/Newsletter/NewsletterExceptionTest.php tests/unit/Core/Content/Newsletter/NewsletterExceptionTest.php
tests/unit/Core/Content/Newsletter/SalesChannel/NewsletterSubscribeRouteTest.php tests/unit/Core/Content/Newsletter/SalesChannel/NewsletterSubscribeRouteTest.php
@ -3625,6 +3748,7 @@ tests/unit/Storefront/Framework/Routing/NotFound/NotFoundSubscriberTest.php
tests/unit/Storefront/Framework/Routing/SalesChannelMappingExceptionTest.php tests/unit/Storefront/Framework/Routing/SalesChannelMappingExceptionTest.php
tests/unit/Storefront/Framework/Routing/RequestTransformerTest.php tests/unit/Storefront/Framework/Routing/RequestTransformerTest.php
tests/unit/Storefront/Framework/Routing/StorefrontSubscriberTest.php tests/unit/Storefront/Framework/Routing/StorefrontSubscriberTest.php
tests/unit/Storefront/Framework/Routing/DomainNotMappedListenerTest.php
tests/unit/Storefront/Framework/Twig/Extension/IconCacheTwigFilterTest.php tests/unit/Storefront/Framework/Twig/Extension/IconCacheTwigFilterTest.php
tests/unit/Storefront/Framework/Twig/Extension/fixtures/Storefront/Resources/views/test/base.html.twig tests/unit/Storefront/Framework/Twig/Extension/fixtures/Storefront/Resources/views/test/base.html.twig
tests/unit/Storefront/Framework/Twig/Extension/UrlEncodingTwigFilterTest.php tests/unit/Storefront/Framework/Twig/Extension/UrlEncodingTwigFilterTest.php
@ -6126,6 +6250,7 @@ changelog/_unreleased/2024-08-26-Deprecate-address-card-template.md
changelog/_unreleased/2024-09-10-update-twig.md changelog/_unreleased/2024-09-10-update-twig.md
changelog/_unreleased/2024-01-31-improve-cart-page-performance.md changelog/_unreleased/2024-01-31-improve-cart-page-performance.md
changelog/_unreleased/2024-04-25-implement-mt-banner-code-mod.md changelog/_unreleased/2024-04-25-implement-mt-banner-code-mod.md
changelog/_unreleased/2024-09-10-allow-customfields-on-mapping-on-newsletter-recipient.md
changelog/_unreleased/2024-08-11-add-no-progress-option-to-indexing-commands.md changelog/_unreleased/2024-08-11-add-no-progress-option-to-indexing-commands.md
changelog/_unreleased/2024-08-07-add-contenthash-for-js-plugins.md changelog/_unreleased/2024-08-07-add-contenthash-for-js-plugins.md
changelog/_unreleased/2024-07-16-remove-manual-override-for-state-machine.md changelog/_unreleased/2024-07-16-remove-manual-override-for-state-machine.md
@ -6153,6 +6278,7 @@ changelog/_unreleased/2024-09-06-cache-name-fix.md
changelog/_unreleased/2024-07-04-enforce-timezone-utc-for-database-connections.md changelog/_unreleased/2024-07-04-enforce-timezone-utc-for-database-connections.md
changelog/_unreleased/2024-08-26-property-value-is-limited-to-500-on-when-on-generating-variant-modal.md changelog/_unreleased/2024-08-26-property-value-is-limited-to-500-on-when-on-generating-variant-modal.md
changelog/_unreleased/2024-08-21-fix-many-to-many-filtered-join.md changelog/_unreleased/2024-08-21-fix-many-to-many-filtered-join.md
changelog/_unreleased/2024-08-26-improve-error-suggestions.md
changelog/_unreleased/2024-08-19-add-context-to-orderstatechangecriteriaevent.md changelog/_unreleased/2024-08-19-add-context-to-orderstatechangecriteriaevent.md
changelog/_unreleased/2024-08-30-fix-unselect-for-media-base-item.md changelog/_unreleased/2024-08-30-fix-unselect-for-media-base-item.md
changelog/_unreleased/2024-08-27-mprove-keyboard-ux-and-a11y-in-top-bar-navigation.md changelog/_unreleased/2024-08-27-mprove-keyboard-ux-and-a11y-in-top-bar-navigation.md
@ -14006,168 +14132,23 @@ src/Core/Content/ImportExport/Processing/Mapping/UpdateByCollection.php
src/Core/Content/ImportExport/Processing/Mapping/CriteriaBuilder.php src/Core/Content/ImportExport/Processing/Mapping/CriteriaBuilder.php
src/Core/Content/ImportExport/ImportExportFactory.php src/Core/Content/ImportExport/ImportExportFactory.php
src/Core/Content/Test/TestProductSeoUrlRoute.php src/Core/Content/Test/TestProductSeoUrlRoute.php
src/Core/Content/Test/Product/SalesChannel/ProductSuggestFilterOutOfStockTest.php
src/Core/Content/Test/Product/SalesChannel/Fixture/ListingTestData.php src/Core/Content/Test/Product/SalesChannel/Fixture/ListingTestData.php
src/Core/Content/Test/Product/SalesChannel/ProductListingFilterOutOfStockTest.php
src/Core/Content/Test/Product/SalesChannel/ProductListRouteTest.php
src/Core/Content/Test/Product/SalesChannel/Detail/ProductConfiguratorOrderTest.php
src/Core/Content/Test/Product/SalesChannel/Detail/CachedProductDetailRouteTest.php
src/Core/Content/Test/Product/SalesChannel/ProductListingTest.php
src/Core/Content/Test/Product/SalesChannel/CrossSelling/CrossSellingRouteTest.php
src/Core/Content/Test/Product/SalesChannel/Listing/ProductListingRouteTest.php
src/Core/Content/Test/Product/SalesChannel/Listing/CachedProductListingRouteTest.php
src/Core/Content/Test/Product/SalesChannel/ProductSearchFilterOutOfStockTest.php
src/Core/Content/Test/Product/SalesChannel/ProductSearchRouteTest.php
src/Core/Content/Test/Product/SalesChannel/Review/MatrixElementTest.php
src/Core/Content/Test/Product/SalesChannel/Review/RatingMatrixTest.php
src/Core/Content/Test/Product/SalesChannel/Review/ProductReviewRouteTest.php
src/Core/Content/Test/Product/SalesChannel/Review/CachedProductReviewRouteTest.php
src/Core/Content/Test/Product/ProductFeatureSet/ProductFeatureSetCrudTest.php
src/Core/Content/Test/Product/ProductFeatureSet/ProductFeatureSetEntityTest.php
src/Core/Content/Test/Product/ProductFeatureSet/ProductFeatureSetTranslationEntityTest.php
src/Core/Content/Test/Product/ProductFeatureSet/ProductFeatureSetPropertyTest.php
src/Core/Content/Test/Product/ProductFeatureSet/ProductFeatureSetFixtures.php src/Core/Content/Test/Product/ProductFeatureSet/ProductFeatureSetFixtures.php
src/Core/Content/Test/Product/ProductMaxPurchaseCalculatorTest.php
src/Core/Content/Test/Product/ProductVisibility/ProductVisibilityEntityTest.php
src/Core/Content/Test/Product/Cleanup/CleanupProductKeywordDictionaryTaskHandlerTest.php
src/Core/Content/Test/Product/Events/ProductListingResolvePreviewEventTest.php
src/Core/Content/Test/Product/ProductBuilder.php src/Core/Content/Test/Product/ProductBuilder.php
src/Core/Content/Test/Product/DataAbstractionLayer/CheapestPrice/_fixtures/serialized_prices.json
src/Core/Content/Test/Product/DataAbstractionLayer/CheapestPrice/CheapestPriceTest.php
src/Core/Content/Test/Product/DataAbstractionLayer/Indexing/VariantListingIndexerTest.php
src/Core/Content/Test/Product/DataAbstractionLayer/SearchKeywordUpdaterTest.php
src/Core/Content/Test/Product/DataAbstractionLayer/ProductStreamUpdaterTest.php
src/Core/Content/Test/Product/DataAbstractionLayer/ProductSearchConfigFieldExceptionHandlerTest.php
src/Core/Content/Test/Product/Subscriber/ProductLoadedSubscriberTest.php
src/Core/Content/Test/Product/Repository/ProductSearchScoringTest.php
src/Core/Content/Test/Product/Repository/ProductSearchKeywordTest.php
src/Core/Content/Test/Product/Repository/ProductTagTest.php
src/Core/Content/Test/Product/Api/ProductApiTest.php
src/Core/Content/Test/ContactForm/ContactFormServiceTest.php
src/Core/Content/Test/TestNavigationSeoUrlRoute.php src/Core/Content/Test/TestNavigationSeoUrlRoute.php
src/Core/Content/Test/ProductExport/Service/ProductExportGeneratorTest.php
src/Core/Content/Test/ProductExport/Service/ProductExportValidatorTest.php
src/Core/Content/Test/ProductExport/Service/fixtures/test-export.csv
src/Core/Content/Test/ProductExport/Service/ProductExporterTest.php
src/Core/Content/Test/ProductExport/Api/ProductExportControllerTest.php
src/Core/Content/Test/ProductExport/ProductExportRepositoryTest.php
src/Core/Content/Test/Flow/GenerateDocumentActionTest.php
src/Core/Content/Test/Flow/SetCustomerGroupCustomFieldActionTest.php
src/Core/Content/Test/Flow/AddCustomerAffiliateAndCampaignCodeActionTest.php
src/Core/Content/Test/Flow/RemoveOrderTagActionTest.php
src/Core/Content/Test/Flow/Indexing/FlowIndexerTest.php
src/Core/Content/Test/Flow/OrderActionTrait.php src/Core/Content/Test/Flow/OrderActionTrait.php
src/Core/Content/Test/Flow/TestFlowBusinessEvent.php src/Core/Content/Test/Flow/TestFlowBusinessEvent.php
src/Core/Content/Test/Flow/AddOrderAffiliateAndCampaignCodeActionTest.php
src/Core/Content/Test/Flow/fixtures/RawFlowEvent.php src/Core/Content/Test/Flow/fixtures/RawFlowEvent.php
src/Core/Content/Test/Flow/fixtures/CustomerAwareEvent.php src/Core/Content/Test/Flow/fixtures/CustomerAwareEvent.php
src/Core/Content/Test/Flow/Dispatching/FlowBuilderTest.php
src/Core/Content/Test/Flow/SetOrderCustomFieldActionTest.php
src/Core/Content/Test/Flow/CacheFlowLoaderTest.php
src/Core/Content/Test/Flow/SetCustomerCustomFieldActionTest.php
src/Core/Content/Test/Flow/AddOrderTagActionTest.php
src/Core/Content/Test/Media/Message/GenerateThumbnailsHandlerTest.php
src/Core/Content/Test/Media/Message/DeleteFileHandlerTest.php
src/Core/Content/Test/Media/MediaFolderServiceTest.php
src/Core/Content/Test/Media/fixtures/small.pdf
src/Core/Content/Test/Media/fixtures/logo-version-professionalplus.svg
src/Core/Content/Test/Media/fixtures/animated.avif
src/Core/Content/Test/Media/fixtures/test.iso
src/Core/Content/Test/Media/fixtures/shopware-logo.avif
src/Core/Content/Test/Media/fixtures/reader.doc
src/Core/Content/Test/Media/fixtures/small.webm
src/Core/Content/Test/Media/fixtures/shopware-logo.vp8x.webp
src/Core/Content/Test/Media/fixtures/test.php
src/Core/Content/Test/Media/fixtures/file_example.mp3
src/Core/Content/Test/Media/fixtures/small.mp4
src/Core/Content/Test/Media/fixtures/small.mov
src/Core/Content/Test/Media/fixtures/animated.webp
src/Core/Content/Test/Media/fixtures/reader.docx
src/Core/Content/Test/Media/fixtures/small.avi
src/Core/Content/Test/Media/Aggregate/MediaFolder/MediaFolderTest.php
src/Core/Content/Test/Media/Aggregate/MediaFolderConfigurationThumbnailSize/MediaFolderConfigurationMediaThumbnailSizeTest.php
src/Core/Content/Test/Media/Aggregate/MediaThumbnail/MediaThumbnailStructTest.php
src/Core/Content/Test/Media/MediaFixtures.php src/Core/Content/Test/Media/MediaFixtures.php
src/Core/Content/Test/Media/MediaEntityTest.php
src/Core/Content/Test/Media/Cms/DefaultMediaResolverTest.php
src/Core/Content/Test/Media/Cms/Type/ImageSliderTypeDataResolverTest.php
src/Core/Content/Test/Media/Cms/Type/ImageTypeDataResolverTest.php
src/Core/Content/Test/Media/Thumbnail/ThumbnailServiceTest.php
src/Core/Content/Test/Media/Api/MediaFolderControllerTest.php
src/Core/Content/Test/Media/Api/MediaUploadControllerTest.php
src/Core/Content/Test/Media/Commands/GenerateMediaTypesCommandTest.php
src/Core/Content/Test/Media/Metadata/MetadataLoaderTest.php
src/Core/Content/Test/Seo/HreflangLoaderTest.php
src/Core/Content/Test/Seo/SalesChannel/SeoUrlRouteTest.php
src/Core/Content/Test/Seo/SeoUrlTwigFactoryTest.php
src/Core/Content/Test/Seo/SeoUrlUpdaterTest.php
src/Core/Content/Test/Seo/Twig/LastLetterBigTwigFilter.php src/Core/Content/Test/Seo/Twig/LastLetterBigTwigFilter.php
src/Core/Content/Test/ProductStream/ProductStreamRepositoryTest.php
src/Core/Content/Test/ProductStream/Service/ProductStreamBuilderTest.php
src/Core/Content/Test/ProductStream/ProductStreamSyncTest.php
src/Core/Content/Test/ProductStream/ProductStreamFilterRepositoryTest.php
src/Core/Content/Test/ProductStream/DataAbstractionLayer/ProductStreamIndexerTest.php
src/Core/Content/Test/Rule/RuleValidatorTest.php
src/Core/Content/Test/Rule/DataAbstractionLayer/RulePayloadSubscriberTest.php
src/Core/Content/Test/Rule/DataAbstractionLayer/RulePayloadIndexerTest.php
src/Core/Content/Test/ImportExport/TestSubscriber.php src/Core/Content/Test/ImportExport/TestSubscriber.php
src/Core/Content/Test/ImportExport/MockRepository.php src/Core/Content/Test/ImportExport/MockRepository.php
src/Core/Content/Test/ImportExport/Service/FileServiceTest.php
src/Core/Content/Test/ImportExport/fixtures/categories.csv
src/Core/Content/Test/ImportExport/fixtures/customers.csv
src/Core/Content/Test/ImportExport/fixtures/products_with_invalid.csv
src/Core/Content/Test/ImportExport/fixtures/advanced_prices.csv
src/Core/Content/Test/ImportExport/fixtures/properties.csv
src/Core/Content/Test/ImportExport/StockSubscriber.php src/Core/Content/Test/ImportExport/StockSubscriber.php
src/Core/Content/Test/ImportExport/Event/ImportExportExceptionRecordTest.php
src/Core/Content/Test/ImportExport/DataAbstractionLayer/Serializer/Entity/CountrySerializerTest.php
src/Core/Content/Test/ImportExport/DataAbstractionLayer/Serializer/Entity/MediaSerializerTest.php
src/Core/Content/Test/ImportExport/DataAbstractionLayer/Serializer/Entity/ProductCrossSellingSerializerTest.php
src/Core/Content/Test/ImportExport/DataAbstractionLayer/Serializer/Entity/PromotionIndividualCodeSerializerTest.php
src/Core/Content/Test/ImportExport/DataAbstractionLayer/Serializer/Entity/SalutationSerializerTest.php
src/Core/Content/Test/ImportExport/DataAbstractionLayer/Serializer/Entity/ProductSerializerTest.php
src/Core/Content/Test/ImportExport/DataAbstractionLayer/Serializer/Entity/LanguageSerializerTest.php
src/Core/Content/Test/ImportExport/Subscriber/ProductCategoryPathsSubscriberTest.php
src/Core/Content/Test/ImportExport/Repository/ImportExportFileRepositoryTest.php
src/Core/Content/Test/ImportExport/Api/ImportExportFileApiTest.php
src/Core/Content/Test/ImportExport/Processing/Pipe/ChainPipeTest.php
src/Core/Content/Test/ImportExport/Processing/Pipe/EntityPipeTest.php
src/Core/Content/Test/ImportExport/Processing/Mapping/CriteriaBuilderTest.php
src/Core/Content/Test/ImportExport/Commands/DeleteExpiredFilesCommandTest.php
src/Core/Content/Test/Cms/SalesChannel/SalesChannelCmsPageLoaderTest.php
src/Core/Content/Test/Cms/SalesChannel/CmsRouteTest.php
src/Core/Content/Test/Cms/LayoutBuilder.php src/Core/Content/Test/Cms/LayoutBuilder.php
src/Core/Content/Test/Cms/CmsEntityTest.php
src/Core/Content/Test/Cms/Aggregate/CmsSlot/CmsSlotCollectionTest.php
src/Core/Content/Test/Cms/Aggregate/CmsBlock/CmsBlockCollectionTest.php
src/Core/Content/Test/Sitemap/Command/SitemapGenerateCommandTest.php
src/Core/Content/Test/Sitemap/SalesChannel/SitemapRouteTest.php
src/Core/Content/Test/Sitemap/SalesChannel/CachedSitemapRouteTest.php
src/Core/Content/Test/Sitemap/ConfigHandler/FileTest.php
src/Core/Content/Test/Sitemap/ScheduledTask/SitemapGenerateTaskHandlerTest.php
src/Core/Content/Test/Sitemap/Provider/ProductUrlProviderTest.php
src/Core/Content/Test/Sitemap/Provider/CategoryUrlProviderTest.php
src/Core/Content/Test/Sitemap/Provider/CustomUrlProviderTest.php
src/Core/Content/Test/Sitemap/Provider/HomeUrlProviderTest.php
src/Core/Content/Test/LandingPage/SalesChannel/LandingPageRouteTest.php
src/Core/Content/Test/LandingPage/Repository/LandingPageRepositoryTest.php
src/Core/Content/Test/MailTemplate/Service/AttachmentLoaderTest.php
src/Core/Content/Test/MailTemplate/Repository/MailHeaderFooterRepositoryTest.php
src/Core/Content/Test/MailTemplate/Api/MailHeaderFooterApiTest.php
src/Core/Content/Test/Category/SalesChannel/CategoryListRouteTest.php
src/Core/Content/Test/Category/SalesChannel/NavigationRouteTest.php
src/Core/Content/Test/Category/SalesChannel/CachedNavigationRouteTest.php
src/Core/Content/Test/Category/SalesChannel/CategoryRouteTest.php
src/Core/Content/Test/Category/SalesChannel/CachedCategoryRouteTest.php
src/Core/Content/Test/Category/Service/NavigationLoaderTest.php
src/Core/Content/Test/Category/Service/CategoryUrlGeneratorTest.php
src/Core/Content/Test/Category/Service/CountingEntitySearcher.php src/Core/Content/Test/Category/Service/CountingEntitySearcher.php
src/Core/Content/Test/Category/Service/CountingEntityReader.php src/Core/Content/Test/Category/Service/CountingEntityReader.php
src/Core/Content/Test/Category/Validation/EntryPointValidatorTest.php
src/Core/Content/Test/Category/CategoryBuilder.php src/Core/Content/Test/Category/CategoryBuilder.php
src/Core/Content/Test/Category/Event/NavigationLoadedEventTest.php
src/Core/Content/Test/Category/DataAbstractionLayer/Indexing/BreadcrumbIndexerTest.php
src/Core/Content/Test/Property/PropertySortTest.php
src/Core/Content/Cms/Command/CreatePageCommand.php src/Core/Content/Cms/Command/CreatePageCommand.php
src/Core/Content/Cms/SalesChannel/CmsRoute.php src/Core/Content/Cms/SalesChannel/CmsRoute.php
src/Core/Content/Cms/SalesChannel/SalesChannelCmsPageLoader.php src/Core/Content/Cms/SalesChannel/SalesChannelCmsPageLoader.php
@ -19640,6 +19621,7 @@ src/Storefront/Resources/views/storefront/page/product-detail/buy-widget-form.ht
src/Storefront/Resources/views/storefront/page/product-detail/headline.html.twig src/Storefront/Resources/views/storefront/page/product-detail/headline.html.twig
src/Storefront/Resources/views/storefront/page/product-detail/configurator.html.twig src/Storefront/Resources/views/storefront/page/product-detail/configurator.html.twig
src/Storefront/Resources/views/storefront/page/error/error-std.html.twig src/Storefront/Resources/views/storefront/page/error/error-std.html.twig
src/Storefront/Resources/views/storefront/page/error/error-domain-mapping.html.twig
src/Storefront/Resources/views/storefront/page/error/_pagelet.html.twig src/Storefront/Resources/views/storefront/page/error/_pagelet.html.twig
src/Storefront/Resources/views/storefront/page/error/index.html.twig src/Storefront/Resources/views/storefront/page/error/index.html.twig
src/Storefront/Resources/views/storefront/page/error/_page.html.twig src/Storefront/Resources/views/storefront/page/error/_page.html.twig
@ -20565,6 +20547,7 @@ src/Storefront/Framework/Captcha/GoogleReCaptchaV3.php
src/Storefront/Framework/Captcha/AbstractCaptcha.php src/Storefront/Framework/Captcha/AbstractCaptcha.php
src/Storefront/Framework/Script/Api/StorefrontHook.php src/Storefront/Framework/Script/Api/StorefrontHook.php
src/Storefront/Framework/Routing/AbstractDomainLoader.php src/Storefront/Framework/Routing/AbstractDomainLoader.php
src/Storefront/Framework/Routing/DomainNotMappedListener.php
src/Storefront/Framework/Routing/StorefrontSubscriber.php src/Storefront/Framework/Routing/StorefrontSubscriber.php
src/Storefront/Framework/Routing/ResponseHeaderListener.php src/Storefront/Framework/Routing/ResponseHeaderListener.php
src/Storefront/Framework/Routing/CachedDomainLoader.php src/Storefront/Framework/Routing/CachedDomainLoader.php

View file

@ -10512,6 +10512,20 @@ web/twig/nodes/NamespaceNode.php
twig/nodes/NamespaceNode.php twig/nodes/NamespaceNode.php
nodes/NamespaceNode.php nodes/NamespaceNode.php
NamespaceNode.php NamespaceNode.php
src/web/twig/nodes/expressions/binaries/HasSomeBinary.php
web/twig/nodes/expressions/binaries/HasSomeBinary.php
twig/nodes/expressions/binaries/HasSomeBinary.php
nodes/expressions/binaries/HasSomeBinary.php
expressions/binaries/HasSomeBinary.php
binaries/HasSomeBinary.php
HasSomeBinary.php
src/web/twig/nodes/expressions/binaries/HasEveryBinary.php
web/twig/nodes/expressions/binaries/HasEveryBinary.php
twig/nodes/expressions/binaries/HasEveryBinary.php
nodes/expressions/binaries/HasEveryBinary.php
expressions/binaries/HasEveryBinary.php
binaries/HasEveryBinary.php
HasEveryBinary.php
src/web/twig/nodes/SwitchNode.php src/web/twig/nodes/SwitchNode.php
web/twig/nodes/SwitchNode.php web/twig/nodes/SwitchNode.php
twig/nodes/SwitchNode.php twig/nodes/SwitchNode.php

View file

@ -2657,6 +2657,8 @@ src/web/twig/nodes/RequireLoginNode.php
src/web/twig/nodes/ExpiresNode.php src/web/twig/nodes/ExpiresNode.php
src/web/twig/nodes/DeprecatedNode.php src/web/twig/nodes/DeprecatedNode.php
src/web/twig/nodes/NamespaceNode.php src/web/twig/nodes/NamespaceNode.php
src/web/twig/nodes/expressions/binaries/HasSomeBinary.php
src/web/twig/nodes/expressions/binaries/HasEveryBinary.php
src/web/twig/nodes/SwitchNode.php src/web/twig/nodes/SwitchNode.php
src/web/twig/nodes/HookNode.php src/web/twig/nodes/HookNode.php
src/web/twig/nodevisitors/BaseEventTagVisitor.php src/web/twig/nodevisitors/BaseEventTagVisitor.php

View file

@ -35044,6 +35044,62 @@ blocks/order-confirmation/additional-fields/index.tsx
order-confirmation/additional-fields/index.tsx order-confirmation/additional-fields/index.tsx
additional-fields/index.tsx additional-fields/index.tsx
index.tsx index.tsx
plugins/woocommerce-blocks/assets/js/blocks/order-confirmation/create-account/style.scss
woocommerce-blocks/assets/js/blocks/order-confirmation/create-account/style.scss
assets/js/blocks/order-confirmation/create-account/style.scss
js/blocks/order-confirmation/create-account/style.scss
blocks/order-confirmation/create-account/style.scss
order-confirmation/create-account/style.scss
create-account/style.scss
style.scss
plugins/woocommerce-blocks/assets/js/blocks/order-confirmation/create-account/utils.ts
woocommerce-blocks/assets/js/blocks/order-confirmation/create-account/utils.ts
assets/js/blocks/order-confirmation/create-account/utils.ts
js/blocks/order-confirmation/create-account/utils.ts
blocks/order-confirmation/create-account/utils.ts
order-confirmation/create-account/utils.ts
create-account/utils.ts
utils.ts
plugins/woocommerce-blocks/assets/js/blocks/order-confirmation/create-account/frontend.tsx
woocommerce-blocks/assets/js/blocks/order-confirmation/create-account/frontend.tsx
assets/js/blocks/order-confirmation/create-account/frontend.tsx
js/blocks/order-confirmation/create-account/frontend.tsx
blocks/order-confirmation/create-account/frontend.tsx
order-confirmation/create-account/frontend.tsx
create-account/frontend.tsx
frontend.tsx
plugins/woocommerce-blocks/assets/js/blocks/order-confirmation/create-account/block.json
woocommerce-blocks/assets/js/blocks/order-confirmation/create-account/block.json
assets/js/blocks/order-confirmation/create-account/block.json
js/blocks/order-confirmation/create-account/block.json
blocks/order-confirmation/create-account/block.json
order-confirmation/create-account/block.json
create-account/block.json
block.json
plugins/woocommerce-blocks/assets/js/blocks/order-confirmation/create-account/edit.tsx
woocommerce-blocks/assets/js/blocks/order-confirmation/create-account/edit.tsx
assets/js/blocks/order-confirmation/create-account/edit.tsx
js/blocks/order-confirmation/create-account/edit.tsx
blocks/order-confirmation/create-account/edit.tsx
order-confirmation/create-account/edit.tsx
create-account/edit.tsx
edit.tsx
plugins/woocommerce-blocks/assets/js/blocks/order-confirmation/create-account/form.tsx
woocommerce-blocks/assets/js/blocks/order-confirmation/create-account/form.tsx
assets/js/blocks/order-confirmation/create-account/form.tsx
js/blocks/order-confirmation/create-account/form.tsx
blocks/order-confirmation/create-account/form.tsx
order-confirmation/create-account/form.tsx
create-account/form.tsx
form.tsx
plugins/woocommerce-blocks/assets/js/blocks/order-confirmation/create-account/index.tsx
woocommerce-blocks/assets/js/blocks/order-confirmation/create-account/index.tsx
assets/js/blocks/order-confirmation/create-account/index.tsx
js/blocks/order-confirmation/create-account/index.tsx
blocks/order-confirmation/create-account/index.tsx
order-confirmation/create-account/index.tsx
create-account/index.tsx
index.tsx
plugins/woocommerce-blocks/assets/js/blocks/order-confirmation/shipping-address/style.scss plugins/woocommerce-blocks/assets/js/blocks/order-confirmation/shipping-address/style.scss
woocommerce-blocks/assets/js/blocks/order-confirmation/shipping-address/style.scss woocommerce-blocks/assets/js/blocks/order-confirmation/shipping-address/style.scss
assets/js/blocks/order-confirmation/shipping-address/style.scss assets/js/blocks/order-confirmation/shipping-address/style.scss
@ -36094,22 +36150,6 @@ js/blocks/checkout/frontend.tsx
blocks/checkout/frontend.tsx blocks/checkout/frontend.tsx
checkout/frontend.tsx checkout/frontend.tsx
frontend.tsx frontend.tsx
plugins/woocommerce-blocks/assets/js/blocks/checkout/password-strength-meter/style.scss
woocommerce-blocks/assets/js/blocks/checkout/password-strength-meter/style.scss
assets/js/blocks/checkout/password-strength-meter/style.scss
js/blocks/checkout/password-strength-meter/style.scss
blocks/checkout/password-strength-meter/style.scss
checkout/password-strength-meter/style.scss
password-strength-meter/style.scss
style.scss
plugins/woocommerce-blocks/assets/js/blocks/checkout/password-strength-meter/index.tsx
woocommerce-blocks/assets/js/blocks/checkout/password-strength-meter/index.tsx
assets/js/blocks/checkout/password-strength-meter/index.tsx
js/blocks/checkout/password-strength-meter/index.tsx
blocks/checkout/password-strength-meter/index.tsx
checkout/password-strength-meter/index.tsx
password-strength-meter/index.tsx
index.tsx
plugins/woocommerce-blocks/assets/js/blocks/checkout/block.json plugins/woocommerce-blocks/assets/js/blocks/checkout/block.json
woocommerce-blocks/assets/js/blocks/checkout/block.json woocommerce-blocks/assets/js/blocks/checkout/block.json
assets/js/blocks/checkout/block.json assets/js/blocks/checkout/block.json
@ -39100,6 +39140,13 @@ js/blocks/handpicked-products/index.tsx
blocks/handpicked-products/index.tsx blocks/handpicked-products/index.tsx
handpicked-products/index.tsx handpicked-products/index.tsx
index.tsx index.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/style.scss
woocommerce-blocks/assets/js/blocks/product-filters/style.scss
assets/js/blocks/product-filters/style.scss
js/blocks/product-filters/style.scss
blocks/product-filters/style.scss
product-filters/style.scss
style.scss
plugins/woocommerce-blocks/assets/js/blocks/product-filters/save.tsx plugins/woocommerce-blocks/assets/js/blocks/product-filters/save.tsx
woocommerce-blocks/assets/js/blocks/product-filters/save.tsx woocommerce-blocks/assets/js/blocks/product-filters/save.tsx
assets/js/blocks/product-filters/save.tsx assets/js/blocks/product-filters/save.tsx
@ -39814,6 +39861,15 @@ product-filters/inner-blocks/overlay-navigation/save.tsx
inner-blocks/overlay-navigation/save.tsx inner-blocks/overlay-navigation/save.tsx
overlay-navigation/save.tsx overlay-navigation/save.tsx
save.tsx save.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/overlay-navigation/frontend.tsx
woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/overlay-navigation/frontend.tsx
assets/js/blocks/product-filters/inner-blocks/overlay-navigation/frontend.tsx
js/blocks/product-filters/inner-blocks/overlay-navigation/frontend.tsx
blocks/product-filters/inner-blocks/overlay-navigation/frontend.tsx
product-filters/inner-blocks/overlay-navigation/frontend.tsx
inner-blocks/overlay-navigation/frontend.tsx
overlay-navigation/frontend.tsx
frontend.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/overlay-navigation/block.json plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/overlay-navigation/block.json
woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/overlay-navigation/block.json woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/overlay-navigation/block.json
assets/js/blocks/product-filters/inner-blocks/overlay-navigation/block.json assets/js/blocks/product-filters/inner-blocks/overlay-navigation/block.json
@ -41887,6 +41943,13 @@ js/blocks/single-product/block.json
blocks/single-product/block.json blocks/single-product/block.json
single-product/block.json single-product/block.json
block.json block.json
plugins/woocommerce-blocks/assets/js/blocks/single-product/deprecated.tsx
woocommerce-blocks/assets/js/blocks/single-product/deprecated.tsx
assets/js/blocks/single-product/deprecated.tsx
js/blocks/single-product/deprecated.tsx
blocks/single-product/deprecated.tsx
single-product/deprecated.tsx
deprecated.tsx
plugins/woocommerce-blocks/assets/js/blocks/single-product/edit/editor-block-controls.tsx plugins/woocommerce-blocks/assets/js/blocks/single-product/edit/editor-block-controls.tsx
woocommerce-blocks/assets/js/blocks/single-product/edit/editor-block-controls.tsx woocommerce-blocks/assets/js/blocks/single-product/edit/editor-block-controls.tsx
assets/js/blocks/single-product/edit/editor-block-controls.tsx assets/js/blocks/single-product/edit/editor-block-controls.tsx
@ -45071,6 +45134,24 @@ components/cart-checkout/product-badge/index.tsx
cart-checkout/product-badge/index.tsx cart-checkout/product-badge/index.tsx
product-badge/index.tsx product-badge/index.tsx
index.tsx index.tsx
plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/password-strength-meter/style.scss
woocommerce-blocks/assets/js/base/components/cart-checkout/password-strength-meter/style.scss
assets/js/base/components/cart-checkout/password-strength-meter/style.scss
js/base/components/cart-checkout/password-strength-meter/style.scss
base/components/cart-checkout/password-strength-meter/style.scss
components/cart-checkout/password-strength-meter/style.scss
cart-checkout/password-strength-meter/style.scss
password-strength-meter/style.scss
style.scss
plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/password-strength-meter/index.tsx
woocommerce-blocks/assets/js/base/components/cart-checkout/password-strength-meter/index.tsx
assets/js/base/components/cart-checkout/password-strength-meter/index.tsx
js/base/components/cart-checkout/password-strength-meter/index.tsx
base/components/cart-checkout/password-strength-meter/index.tsx
components/cart-checkout/password-strength-meter/index.tsx
cart-checkout/password-strength-meter/index.tsx
password-strength-meter/index.tsx
index.tsx
plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/style.scss plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/style.scss
woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/style.scss woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/style.scss
assets/js/base/components/cart-checkout/payment-method-icons/style.scss assets/js/base/components/cart-checkout/payment-method-icons/style.scss
@ -63798,6 +63879,10 @@ plugins/woocommerce/changelog/fix-misspelling-in-plugins-woocommerce-blocks-docs
woocommerce/changelog/fix-misspelling-in-plugins-woocommerce-blocks-docs woocommerce/changelog/fix-misspelling-in-plugins-woocommerce-blocks-docs
changelog/fix-misspelling-in-plugins-woocommerce-blocks-docs changelog/fix-misspelling-in-plugins-woocommerce-blocks-docs
fix-misspelling-in-plugins-woocommerce-blocks-docs fix-misspelling-in-plugins-woocommerce-blocks-docs
plugins/woocommerce/changelog/e2e-fix-flaky-and-refactor-payment-spec
woocommerce/changelog/e2e-fix-flaky-and-refactor-payment-spec
changelog/e2e-fix-flaky-and-refactor-payment-spec
e2e-fix-flaky-and-refactor-payment-spec
plugins/woocommerce/changelog/e2e-select-payment-method plugins/woocommerce/changelog/e2e-select-payment-method
woocommerce/changelog/e2e-select-payment-method woocommerce/changelog/e2e-select-payment-method
changelog/e2e-select-payment-method changelog/e2e-select-payment-method
@ -63830,6 +63915,10 @@ plugins/woocommerce/changelog/fix-50891
woocommerce/changelog/fix-50891 woocommerce/changelog/fix-50891
changelog/fix-50891 changelog/fix-50891
fix-50891 fix-50891
plugins/woocommerce/changelog/fix-improve-local-pickup-id-settings
woocommerce/changelog/fix-improve-local-pickup-id-settings
changelog/fix-improve-local-pickup-id-settings
fix-improve-local-pickup-id-settings
plugins/woocommerce/changelog/51016-e2e-external-sites-update-merchant-tests-pt2 plugins/woocommerce/changelog/51016-e2e-external-sites-update-merchant-tests-pt2
woocommerce/changelog/51016-e2e-external-sites-update-merchant-tests-pt2 woocommerce/changelog/51016-e2e-external-sites-update-merchant-tests-pt2
changelog/51016-e2e-external-sites-update-merchant-tests-pt2 changelog/51016-e2e-external-sites-update-merchant-tests-pt2
@ -63842,6 +63931,10 @@ plugins/woocommerce/changelog/enhance-fts-index-2
woocommerce/changelog/enhance-fts-index-2 woocommerce/changelog/enhance-fts-index-2
changelog/enhance-fts-index-2 changelog/enhance-fts-index-2
enhance-fts-index-2 enhance-fts-index-2
plugins/woocommerce/changelog/add-delayed-account-creation-block-50632
woocommerce/changelog/add-delayed-account-creation-block-50632
changelog/add-delayed-account-creation-block-50632
add-delayed-account-creation-block-50632
plugins/woocommerce/changelog/fix-anonymize-customer plugins/woocommerce/changelog/fix-anonymize-customer
woocommerce/changelog/fix-anonymize-customer woocommerce/changelog/fix-anonymize-customer
changelog/fix-anonymize-customer changelog/fix-anonymize-customer
@ -63850,6 +63943,10 @@ plugins/woocommerce/changelog/51004-e2e-external-sites-update-customize-store-te
woocommerce/changelog/51004-e2e-external-sites-update-customize-store-tests woocommerce/changelog/51004-e2e-external-sites-update-customize-store-tests
changelog/51004-e2e-external-sites-update-customize-store-tests changelog/51004-e2e-external-sites-update-customize-store-tests
51004-e2e-external-sites-update-customize-store-tests 51004-e2e-external-sites-update-customize-store-tests
plugins/woocommerce/changelog/test-skip-failing-tests
woocommerce/changelog/test-skip-failing-tests
changelog/test-skip-failing-tests
test-skip-failing-tests
plugins/woocommerce/changelog/50333-patch-20 plugins/woocommerce/changelog/50333-patch-20
woocommerce/changelog/50333-patch-20 woocommerce/changelog/50333-patch-20
changelog/50333-patch-20 changelog/50333-patch-20
@ -63866,6 +63963,10 @@ plugins/woocommerce/changelog/51102-fix-settings-js-save-activation
woocommerce/changelog/51102-fix-settings-js-save-activation woocommerce/changelog/51102-fix-settings-js-save-activation
changelog/51102-fix-settings-js-save-activation changelog/51102-fix-settings-js-save-activation
51102-fix-settings-js-save-activation 51102-fix-settings-js-save-activation
plugins/woocommerce/changelog/fix-unsnooze-notes
woocommerce/changelog/fix-unsnooze-notes
changelog/fix-unsnooze-notes
fix-unsnooze-notes
plugins/woocommerce/changelog/50146-patch-5 plugins/woocommerce/changelog/50146-patch-5
woocommerce/changelog/50146-patch-5 woocommerce/changelog/50146-patch-5
changelog/50146-patch-5 changelog/50146-patch-5
@ -63918,6 +64019,10 @@ plugins/woocommerce/changelog/e2e-tag-e2e-tests
woocommerce/changelog/e2e-tag-e2e-tests woocommerce/changelog/e2e-tag-e2e-tests
changelog/e2e-tag-e2e-tests changelog/e2e-tag-e2e-tests
e2e-tag-e2e-tests e2e-tag-e2e-tests
plugins/woocommerce/changelog/50505-feat-49977-add-fullscreen-filters-overlay-dialog
woocommerce/changelog/50505-feat-49977-add-fullscreen-filters-overlay-dialog
changelog/50505-feat-49977-add-fullscreen-filters-overlay-dialog
50505-feat-49977-add-fullscreen-filters-overlay-dialog
plugins/woocommerce/changelog/50836-29617-fix-bulk-edit-price plugins/woocommerce/changelog/50836-29617-fix-bulk-edit-price
woocommerce/changelog/50836-29617-fix-bulk-edit-price woocommerce/changelog/50836-29617-fix-bulk-edit-price
changelog/50836-29617-fix-bulk-edit-price changelog/50836-29617-fix-bulk-edit-price
@ -63926,6 +64031,10 @@ plugins/woocommerce/changelog/fix-48619
woocommerce/changelog/fix-48619 woocommerce/changelog/fix-48619
changelog/fix-48619 changelog/fix-48619
fix-48619 fix-48619
plugins/woocommerce/changelog/51211-product-filters-overlay-nav-block
woocommerce/changelog/51211-product-filters-overlay-nav-block
changelog/51211-product-filters-overlay-nav-block
51211-product-filters-overlay-nav-block
plugins/woocommerce/changelog/update-move-woo-version-check plugins/woocommerce/changelog/update-move-woo-version-check
woocommerce/changelog/update-move-woo-version-check woocommerce/changelog/update-move-woo-version-check
changelog/update-move-woo-version-check changelog/update-move-woo-version-check
@ -63990,6 +64099,10 @@ plugins/woocommerce/changelog/51228-fix-wccom-21571-business-services-descriptio
woocommerce/changelog/51228-fix-wccom-21571-business-services-description woocommerce/changelog/51228-fix-wccom-21571-business-services-description
changelog/51228-fix-wccom-21571-business-services-description changelog/51228-fix-wccom-21571-business-services-description
51228-fix-wccom-21571-business-services-description 51228-fix-wccom-21571-business-services-description
plugins/woocommerce/changelog/dev-slow-tests
woocommerce/changelog/dev-slow-tests
changelog/dev-slow-tests
dev-slow-tests
plugins/woocommerce/changelog/update-51103-woopayments-incentive-to-tracks-props plugins/woocommerce/changelog/update-51103-woopayments-incentive-to-tracks-props
woocommerce/changelog/update-51103-woopayments-incentive-to-tracks-props woocommerce/changelog/update-51103-woopayments-incentive-to-tracks-props
changelog/update-51103-woopayments-incentive-to-tracks-props changelog/update-51103-woopayments-incentive-to-tracks-props
@ -64110,6 +64223,10 @@ plugins/woocommerce/changelog/fix-43632
woocommerce/changelog/fix-43632 woocommerce/changelog/fix-43632
changelog/fix-43632 changelog/fix-43632
fix-43632 fix-43632
plugins/woocommerce/changelog/e2e-fix-flakiness-refactor-create-order-spec
woocommerce/changelog/e2e-fix-flakiness-refactor-create-order-spec
changelog/e2e-fix-flakiness-refactor-create-order-spec
e2e-fix-flakiness-refactor-create-order-spec
plugins/woocommerce/changelog/fix-50667-my-account-hooked-size plugins/woocommerce/changelog/fix-50667-my-account-hooked-size
woocommerce/changelog/fix-50667-my-account-hooked-size woocommerce/changelog/fix-50667-my-account-hooked-size
changelog/fix-50667-my-account-hooked-size changelog/fix-50667-my-account-hooked-size
@ -64174,6 +64291,10 @@ plugins/woocommerce/changelog/e2e-fix-restricted-coupons-tests-wait-for-animatio
woocommerce/changelog/e2e-fix-restricted-coupons-tests-wait-for-animation woocommerce/changelog/e2e-fix-restricted-coupons-tests-wait-for-animation
changelog/e2e-fix-restricted-coupons-tests-wait-for-animation changelog/e2e-fix-restricted-coupons-tests-wait-for-animation
e2e-fix-restricted-coupons-tests-wait-for-animation e2e-fix-restricted-coupons-tests-wait-for-animation
plugins/woocommerce/changelog/51288-update-wccom-21570-in-app-product-cards-padding
woocommerce/changelog/51288-update-wccom-21570-in-app-product-cards-padding
changelog/51288-update-wccom-21570-in-app-product-cards-padding
51288-update-wccom-21570-in-app-product-cards-padding
plugins/woocommerce/changelog/fix-lint-warnings plugins/woocommerce/changelog/fix-lint-warnings
woocommerce/changelog/fix-lint-warnings woocommerce/changelog/fix-lint-warnings
changelog/fix-lint-warnings changelog/fix-lint-warnings
@ -64214,6 +64335,10 @@ plugins/woocommerce/changelog/50164-add-44877-context-linking-a-product-with-col
woocommerce/changelog/50164-add-44877-context-linking-a-product-with-collection woocommerce/changelog/50164-add-44877-context-linking-a-product-with-collection
changelog/50164-add-44877-context-linking-a-product-with-collection changelog/50164-add-44877-context-linking-a-product-with-collection
50164-add-44877-context-linking-a-product-with-collection 50164-add-44877-context-linking-a-product-with-collection
plugins/woocommerce/changelog/fix-deprectated_single_product_block_save
woocommerce/changelog/fix-deprectated_single_product_block_save
changelog/fix-deprectated_single_product_block_save
fix-deprectated_single_product_block_save
plugins/woocommerce/phpcs.xml plugins/woocommerce/phpcs.xml
woocommerce/phpcs.xml woocommerce/phpcs.xml
phpcs.xml phpcs.xml
@ -69119,6 +69244,13 @@ src/Blocks/BlockTypes/CartOrderSummarySubtotalBlock.php
Blocks/BlockTypes/CartOrderSummarySubtotalBlock.php Blocks/BlockTypes/CartOrderSummarySubtotalBlock.php
BlockTypes/CartOrderSummarySubtotalBlock.php BlockTypes/CartOrderSummarySubtotalBlock.php
CartOrderSummarySubtotalBlock.php CartOrderSummarySubtotalBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation/CreateAccount.php
woocommerce/src/Blocks/BlockTypes/OrderConfirmation/CreateAccount.php
src/Blocks/BlockTypes/OrderConfirmation/CreateAccount.php
Blocks/BlockTypes/OrderConfirmation/CreateAccount.php
BlockTypes/OrderConfirmation/CreateAccount.php
OrderConfirmation/CreateAccount.php
CreateAccount.php
plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation/BillingAddress.php plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation/BillingAddress.php
woocommerce/src/Blocks/BlockTypes/OrderConfirmation/BillingAddress.php woocommerce/src/Blocks/BlockTypes/OrderConfirmation/BillingAddress.php
src/Blocks/BlockTypes/OrderConfirmation/BillingAddress.php src/Blocks/BlockTypes/OrderConfirmation/BillingAddress.php

View file

@ -5668,6 +5668,13 @@ plugins/woocommerce-blocks/assets/js/blocks/order-confirmation/additional-fields
plugins/woocommerce-blocks/assets/js/blocks/order-confirmation/additional-fields/block.json plugins/woocommerce-blocks/assets/js/blocks/order-confirmation/additional-fields/block.json
plugins/woocommerce-blocks/assets/js/blocks/order-confirmation/additional-fields/edit.tsx plugins/woocommerce-blocks/assets/js/blocks/order-confirmation/additional-fields/edit.tsx
plugins/woocommerce-blocks/assets/js/blocks/order-confirmation/additional-fields/index.tsx plugins/woocommerce-blocks/assets/js/blocks/order-confirmation/additional-fields/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/order-confirmation/create-account/style.scss
plugins/woocommerce-blocks/assets/js/blocks/order-confirmation/create-account/utils.ts
plugins/woocommerce-blocks/assets/js/blocks/order-confirmation/create-account/frontend.tsx
plugins/woocommerce-blocks/assets/js/blocks/order-confirmation/create-account/block.json
plugins/woocommerce-blocks/assets/js/blocks/order-confirmation/create-account/edit.tsx
plugins/woocommerce-blocks/assets/js/blocks/order-confirmation/create-account/form.tsx
plugins/woocommerce-blocks/assets/js/blocks/order-confirmation/create-account/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/order-confirmation/shipping-address/style.scss plugins/woocommerce-blocks/assets/js/blocks/order-confirmation/shipping-address/style.scss
plugins/woocommerce-blocks/assets/js/blocks/order-confirmation/shipping-address/block.json plugins/woocommerce-blocks/assets/js/blocks/order-confirmation/shipping-address/block.json
plugins/woocommerce-blocks/assets/js/blocks/order-confirmation/shipping-address/edit.tsx plugins/woocommerce-blocks/assets/js/blocks/order-confirmation/shipping-address/edit.tsx
@ -5805,8 +5812,6 @@ plugins/woocommerce-blocks/assets/js/blocks/checkout/form-step/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/checkout/form-step/form-step-heading.tsx plugins/woocommerce-blocks/assets/js/blocks/checkout/form-step/form-step-heading.tsx
plugins/woocommerce-blocks/assets/js/blocks/checkout/utils.ts plugins/woocommerce-blocks/assets/js/blocks/checkout/utils.ts
plugins/woocommerce-blocks/assets/js/blocks/checkout/frontend.tsx plugins/woocommerce-blocks/assets/js/blocks/checkout/frontend.tsx
plugins/woocommerce-blocks/assets/js/blocks/checkout/password-strength-meter/style.scss
plugins/woocommerce-blocks/assets/js/blocks/checkout/password-strength-meter/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/checkout/block.json plugins/woocommerce-blocks/assets/js/blocks/checkout/block.json
plugins/woocommerce-blocks/assets/js/blocks/checkout/checkout-order-error/style.scss plugins/woocommerce-blocks/assets/js/blocks/checkout/checkout-order-error/style.scss
plugins/woocommerce-blocks/assets/js/blocks/checkout/checkout-order-error/index.js plugins/woocommerce-blocks/assets/js/blocks/checkout/checkout-order-error/index.js
@ -6174,6 +6179,7 @@ plugins/woocommerce-blocks/assets/js/blocks/handpicked-products/editor.scss
plugins/woocommerce-blocks/assets/js/blocks/handpicked-products/inspector-controls.tsx plugins/woocommerce-blocks/assets/js/blocks/handpicked-products/inspector-controls.tsx
plugins/woocommerce-blocks/assets/js/blocks/handpicked-products/types.ts plugins/woocommerce-blocks/assets/js/blocks/handpicked-products/types.ts
plugins/woocommerce-blocks/assets/js/blocks/handpicked-products/index.tsx plugins/woocommerce-blocks/assets/js/blocks/handpicked-products/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/style.scss
plugins/woocommerce-blocks/assets/js/blocks/product-filters/save.tsx plugins/woocommerce-blocks/assets/js/blocks/product-filters/save.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/frontend.tsx plugins/woocommerce-blocks/assets/js/blocks/product-filters/frontend.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/block.json plugins/woocommerce-blocks/assets/js/blocks/product-filters/block.json
@ -6253,6 +6259,7 @@ plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/stock-f
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/stock-filter/index.tsx plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/stock-filter/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/overlay-navigation/style.scss plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/overlay-navigation/style.scss
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/overlay-navigation/save.tsx plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/overlay-navigation/save.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/overlay-navigation/frontend.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/overlay-navigation/block.json plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/overlay-navigation/block.json
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/overlay-navigation/block-variations.tsx plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/overlay-navigation/block-variations.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/overlay-navigation/edit.tsx plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/overlay-navigation/edit.tsx
@ -6502,6 +6509,7 @@ plugins/woocommerce-blocks/assets/js/blocks/stock-filter/test/__snapshots__/bloc
plugins/woocommerce-blocks/assets/js/blocks/single-product/constants.tsx plugins/woocommerce-blocks/assets/js/blocks/single-product/constants.tsx
plugins/woocommerce-blocks/assets/js/blocks/single-product/save.tsx plugins/woocommerce-blocks/assets/js/blocks/single-product/save.tsx
plugins/woocommerce-blocks/assets/js/blocks/single-product/block.json plugins/woocommerce-blocks/assets/js/blocks/single-product/block.json
plugins/woocommerce-blocks/assets/js/blocks/single-product/deprecated.tsx
plugins/woocommerce-blocks/assets/js/blocks/single-product/edit/editor-block-controls.tsx plugins/woocommerce-blocks/assets/js/blocks/single-product/edit/editor-block-controls.tsx
plugins/woocommerce-blocks/assets/js/blocks/single-product/edit/editor.scss plugins/woocommerce-blocks/assets/js/blocks/single-product/edit/editor.scss
plugins/woocommerce-blocks/assets/js/blocks/single-product/edit/shared-product-control.tsx plugins/woocommerce-blocks/assets/js/blocks/single-product/edit/shared-product-control.tsx
@ -6876,6 +6884,8 @@ plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/order-summary
plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/place-order-button/index.tsx plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/place-order-button/index.tsx
plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/product-badge/style.scss plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/product-badge/style.scss
plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/product-badge/index.tsx plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/product-badge/index.tsx
plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/password-strength-meter/style.scss
plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/password-strength-meter/index.tsx
plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/style.scss plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/style.scss
plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/utils.ts plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/utils.ts
plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/payment-method-icon.tsx plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/payment-method-icon.tsx
@ -9659,6 +9669,7 @@ plugins/woocommerce/changelog/update-mobile-order-summary-styling-50635
plugins/woocommerce/changelog/50953-update-woo-pay-task plugins/woocommerce/changelog/50953-update-woo-pay-task
plugins/woocommerce/changelog/e2e-fix-compatibility-external-envs-part2 plugins/woocommerce/changelog/e2e-fix-compatibility-external-envs-part2
plugins/woocommerce/changelog/fix-misspelling-in-plugins-woocommerce-blocks-docs plugins/woocommerce/changelog/fix-misspelling-in-plugins-woocommerce-blocks-docs
plugins/woocommerce/changelog/e2e-fix-flaky-and-refactor-payment-spec
plugins/woocommerce/changelog/e2e-select-payment-method plugins/woocommerce/changelog/e2e-select-payment-method
plugins/woocommerce/changelog/51123-e2e-external-envs-disble-failing-tests plugins/woocommerce/changelog/51123-e2e-external-envs-disble-failing-tests
plugins/woocommerce/changelog/e2e-cleanup-created-products-in-prduct-edit-tests plugins/woocommerce/changelog/e2e-cleanup-created-products-in-prduct-edit-tests
@ -9667,15 +9678,19 @@ plugins/woocommerce/changelog/fix-50550-improve-product-details-minimal-style-fo
plugins/woocommerce/changelog/50770-image-add-additional-size-units plugins/woocommerce/changelog/50770-image-add-additional-size-units
plugins/woocommerce/changelog/fix-47794_variation_selector_display plugins/woocommerce/changelog/fix-47794_variation_selector_display
plugins/woocommerce/changelog/fix-50891 plugins/woocommerce/changelog/fix-50891
plugins/woocommerce/changelog/fix-improve-local-pickup-id-settings
plugins/woocommerce/changelog/51016-e2e-external-sites-update-merchant-tests-pt2 plugins/woocommerce/changelog/51016-e2e-external-sites-update-merchant-tests-pt2
plugins/woocommerce/changelog/51033-47922-product-sku-improvements plugins/woocommerce/changelog/51033-47922-product-sku-improvements
plugins/woocommerce/changelog/enhance-fts-index-2 plugins/woocommerce/changelog/enhance-fts-index-2
plugins/woocommerce/changelog/add-delayed-account-creation-block-50632
plugins/woocommerce/changelog/fix-anonymize-customer plugins/woocommerce/changelog/fix-anonymize-customer
plugins/woocommerce/changelog/51004-e2e-external-sites-update-customize-store-tests plugins/woocommerce/changelog/51004-e2e-external-sites-update-customize-store-tests
plugins/woocommerce/changelog/test-skip-failing-tests
plugins/woocommerce/changelog/50333-patch-20 plugins/woocommerce/changelog/50333-patch-20
plugins/woocommerce/changelog/51048-fix-flaky-cart-coupon-test-50928-2 plugins/woocommerce/changelog/51048-fix-flaky-cart-coupon-test-50928-2
plugins/woocommerce/changelog/50644-update-express-checkout-design plugins/woocommerce/changelog/50644-update-express-checkout-design
plugins/woocommerce/changelog/51102-fix-settings-js-save-activation plugins/woocommerce/changelog/51102-fix-settings-js-save-activation
plugins/woocommerce/changelog/fix-unsnooze-notes
plugins/woocommerce/changelog/50146-patch-5 plugins/woocommerce/changelog/50146-patch-5
plugins/woocommerce/changelog/fix-48088-select-default-saved-token plugins/woocommerce/changelog/fix-48088-select-default-saved-token
plugins/woocommerce/changelog/dev-psr4-naming-fixes plugins/woocommerce/changelog/dev-psr4-naming-fixes
@ -9689,8 +9704,10 @@ plugins/woocommerce/changelog/fix-hide-payments-recommendation-when-no-extension
plugins/woocommerce/changelog/50590-add-44877-context-linking-a-product-with-collection-inspector-control plugins/woocommerce/changelog/50590-add-44877-context-linking-a-product-with-collection-inspector-control
plugins/woocommerce/changelog/fix-site-visibility-badge plugins/woocommerce/changelog/fix-site-visibility-badge
plugins/woocommerce/changelog/e2e-tag-e2e-tests plugins/woocommerce/changelog/e2e-tag-e2e-tests
plugins/woocommerce/changelog/50505-feat-49977-add-fullscreen-filters-overlay-dialog
plugins/woocommerce/changelog/50836-29617-fix-bulk-edit-price plugins/woocommerce/changelog/50836-29617-fix-bulk-edit-price
plugins/woocommerce/changelog/fix-48619 plugins/woocommerce/changelog/fix-48619
plugins/woocommerce/changelog/51211-product-filters-overlay-nav-block
plugins/woocommerce/changelog/update-move-woo-version-check plugins/woocommerce/changelog/update-move-woo-version-check
plugins/woocommerce/changelog/50960-e2e-external-sites-update-products-block-editor plugins/woocommerce/changelog/50960-e2e-external-sites-update-products-block-editor
plugins/woocommerce/changelog/50935-fix-price-filter-slider plugins/woocommerce/changelog/50935-fix-price-filter-slider
@ -9707,6 +9724,7 @@ plugins/woocommerce/changelog/add-product_data_views_list
plugins/woocommerce/changelog/50979-42947-disable-product-rating plugins/woocommerce/changelog/50979-42947-disable-product-rating
plugins/woocommerce/changelog/50842-43149-fix-bulk-product-price-in-de-crease plugins/woocommerce/changelog/50842-43149-fix-bulk-product-price-in-de-crease
plugins/woocommerce/changelog/51228-fix-wccom-21571-business-services-description plugins/woocommerce/changelog/51228-fix-wccom-21571-business-services-description
plugins/woocommerce/changelog/dev-slow-tests
plugins/woocommerce/changelog/update-51103-woopayments-incentive-to-tracks-props plugins/woocommerce/changelog/update-51103-woopayments-incentive-to-tracks-props
plugins/woocommerce/changelog/add-46275-custom-order-by-for-analytics-report plugins/woocommerce/changelog/add-46275-custom-order-by-for-analytics-report
plugins/woocommerce/changelog/dev-slow-phpunit-tests-report plugins/woocommerce/changelog/dev-slow-phpunit-tests-report
@ -9737,6 +9755,7 @@ plugins/woocommerce/changelog/48262-patch-16
plugins/woocommerce/changelog/update-contrib-docs-and-fixes plugins/woocommerce/changelog/update-contrib-docs-and-fixes
plugins/woocommerce/changelog/50977-update-settings-feature-setup plugins/woocommerce/changelog/50977-update-settings-feature-setup
plugins/woocommerce/changelog/fix-43632 plugins/woocommerce/changelog/fix-43632
plugins/woocommerce/changelog/e2e-fix-flakiness-refactor-create-order-spec
plugins/woocommerce/changelog/fix-50667-my-account-hooked-size plugins/woocommerce/changelog/fix-50667-my-account-hooked-size
plugins/woocommerce/changelog/fix-50055-compatibility-layer-patterns plugins/woocommerce/changelog/fix-50055-compatibility-layer-patterns
plugins/woocommerce/changelog/update-shipping-wording plugins/woocommerce/changelog/update-shipping-wording
@ -9753,6 +9772,7 @@ plugins/woocommerce/changelog/k6-fix-broken-tests-update-page-titles
plugins/woocommerce/changelog/update-add-chevron-see-more-product-list plugins/woocommerce/changelog/update-add-chevron-see-more-product-list
plugins/woocommerce/changelog/update-coming-soon-extensibility-examples plugins/woocommerce/changelog/update-coming-soon-extensibility-examples
plugins/woocommerce/changelog/e2e-fix-restricted-coupons-tests-wait-for-animation plugins/woocommerce/changelog/e2e-fix-restricted-coupons-tests-wait-for-animation
plugins/woocommerce/changelog/51288-update-wccom-21570-in-app-product-cards-padding
plugins/woocommerce/changelog/fix-lint-warnings plugins/woocommerce/changelog/fix-lint-warnings
plugins/woocommerce/changelog/fix-register-ptk-patterns-warning-log plugins/woocommerce/changelog/fix-register-ptk-patterns-warning-log
plugins/woocommerce/changelog/update-contribution-docs plugins/woocommerce/changelog/update-contribution-docs
@ -9763,6 +9783,7 @@ plugins/woocommerce/changelog/add-docblocks-to-products-shortcode-hooks
plugins/woocommerce/changelog/51148-e2e-external-sites-run-on-release-checks plugins/woocommerce/changelog/51148-e2e-external-sites-run-on-release-checks
plugins/woocommerce/changelog/fix-43576 plugins/woocommerce/changelog/fix-43576
plugins/woocommerce/changelog/50164-add-44877-context-linking-a-product-with-collection plugins/woocommerce/changelog/50164-add-44877-context-linking-a-product-with-collection
plugins/woocommerce/changelog/fix-deprectated_single_product_block_save
plugins/woocommerce/phpcs.xml plugins/woocommerce/phpcs.xml
plugins/woocommerce/.phpunit-watcher.yml plugins/woocommerce/.phpunit-watcher.yml
plugins/woocommerce/sample-data/sample_products.xml plugins/woocommerce/sample-data/sample_products.xml
@ -10516,6 +10537,7 @@ plugins/woocommerce/src/Blocks/BlockTypes/ComingSoon.php
plugins/woocommerce/src/Blocks/BlockTypes/ProductFiltersOverlayNavigation.php plugins/woocommerce/src/Blocks/BlockTypes/ProductFiltersOverlayNavigation.php
plugins/woocommerce/src/Blocks/BlockTypes/EmptyMiniCartContentsBlock.php plugins/woocommerce/src/Blocks/BlockTypes/EmptyMiniCartContentsBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/CartOrderSummarySubtotalBlock.php plugins/woocommerce/src/Blocks/BlockTypes/CartOrderSummarySubtotalBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation/CreateAccount.php
plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation/BillingAddress.php plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation/BillingAddress.php
plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation/BillingWrapper.php plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation/BillingWrapper.php
plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation/Downloads.php plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation/Downloads.php

View file

@ -6899,6 +6899,9 @@ brakeman.yml
config/initializers/delayed_jobs_timeout_per_job.rb config/initializers/delayed_jobs_timeout_per_job.rb
initializers/delayed_jobs_timeout_per_job.rb initializers/delayed_jobs_timeout_per_job.rb
delayed_jobs_timeout_per_job.rb delayed_jobs_timeout_per_job.rb
config/initializers/cors.rb
initializers/cors.rb
cors.rb
config/initializers/delayed_jobs_settings_reset.rb config/initializers/delayed_jobs_settings_reset.rb
initializers/delayed_jobs_settings_reset.rb initializers/delayed_jobs_settings_reset.rb
delayed_jobs_settings_reset.rb delayed_jobs_settings_reset.rb
@ -6947,6 +6950,9 @@ assets.rb
config/initializers/db_preflight_check.rb config/initializers/db_preflight_check.rb
initializers/db_preflight_check.rb initializers/db_preflight_check.rb
db_preflight_check.rb db_preflight_check.rb
config/initializers/credentials.rb
initializers/credentials.rb
credentials.rb
config/initializers/session_store.rb config/initializers/session_store.rb
initializers/session_store.rb initializers/session_store.rb
session_store.rb session_store.rb
@ -6974,6 +6980,9 @@ application_controller_renderer.rb
config/initializers/delayed_jobs_ensure_active_job_lock_removal.rb config/initializers/delayed_jobs_ensure_active_job_lock_removal.rb
initializers/delayed_jobs_ensure_active_job_lock_removal.rb initializers/delayed_jobs_ensure_active_job_lock_removal.rb
delayed_jobs_ensure_active_job_lock_removal.rb delayed_jobs_ensure_active_job_lock_removal.rb
config/initializers/default_column_serializer.rb
initializers/default_column_serializer.rb
default_column_serializer.rb
config/initializers/zzz_action_cable_preferences.rb config/initializers/zzz_action_cable_preferences.rb
initializers/zzz_action_cable_preferences.rb initializers/zzz_action_cable_preferences.rb
zzz_action_cable_preferences.rb zzz_action_cable_preferences.rb
@ -7035,8 +7044,6 @@ config/holiday_calendars.yml
holiday_calendars.yml holiday_calendars.yml
config/storage.yml config/storage.yml
storage.yml storage.yml
config/secrets.yml
secrets.yml
config/cable.yml config/cable.yml
cable.yml cable.yml
config/application.rb config/application.rb
@ -45339,6 +45346,9 @@ migrate/20221116134211_issue_2185_and_or_conditions.rb
db/migrate/20171123000001_email_process_customer_selection_based_on_sender_recipient.rb db/migrate/20171123000001_email_process_customer_selection_based_on_sender_recipient.rb
migrate/20171123000001_email_process_customer_selection_based_on_sender_recipient.rb migrate/20171123000001_email_process_customer_selection_based_on_sender_recipient.rb
20171123000001_email_process_customer_selection_based_on_sender_recipient.rb 20171123000001_email_process_customer_selection_based_on_sender_recipient.rb
db/migrate/20240909062109_add_service_name_to_active_storage_blobs.active_storage.rb
migrate/20240909062109_add_service_name_to_active_storage_blobs.active_storage.rb
20240909062109_add_service_name_to_active_storage_blobs.active_storage.rb
db/migrate/20181030000001_setting_add_placetel1.rb db/migrate/20181030000001_setting_add_placetel1.rb
migrate/20181030000001_setting_add_placetel1.rb migrate/20181030000001_setting_add_placetel1.rb
20181030000001_setting_add_placetel1.rb 20181030000001_setting_add_placetel1.rb
@ -45576,6 +45586,9 @@ migrate/20220330092945_object_manager_update_user_password.rb
db/migrate/20220513083500_mark_settings_as_translatable.rb db/migrate/20220513083500_mark_settings_as_translatable.rb
migrate/20220513083500_mark_settings_as_translatable.rb migrate/20220513083500_mark_settings_as_translatable.rb
20220513083500_mark_settings_as_translatable.rb 20220513083500_mark_settings_as_translatable.rb
db/migrate/20240909062110_create_active_storage_variant_records.active_storage.rb
migrate/20240909062110_create_active_storage_variant_records.active_storage.rb
20240909062110_create_active_storage_variant_records.active_storage.rb
db/migrate/20170403000001_fixed_admin_user_permission_920.rb db/migrate/20170403000001_fixed_admin_user_permission_920.rb
migrate/20170403000001_fixed_admin_user_permission_920.rb migrate/20170403000001_fixed_admin_user_permission_920.rb
20170403000001_fixed_admin_user_permission_920.rb 20170403000001_fixed_admin_user_permission_920.rb
@ -45846,6 +45859,9 @@ migrate/20210726065124_issue_3627_outdated_urls_security_page.rb
db/migrate/20221213145618_issue4411_setting_saml_custom_uid_attribute.rb db/migrate/20221213145618_issue4411_setting_saml_custom_uid_attribute.rb
migrate/20221213145618_issue4411_setting_saml_custom_uid_attribute.rb migrate/20221213145618_issue4411_setting_saml_custom_uid_attribute.rb
20221213145618_issue4411_setting_saml_custom_uid_attribute.rb 20221213145618_issue4411_setting_saml_custom_uid_attribute.rb
db/migrate/20240909062111_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb
migrate/20240909062111_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb
20240909062111_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb
db/migrate/20211028072158_maintenance_remove_active_ldap_sessions.rb db/migrate/20211028072158_maintenance_remove_active_ldap_sessions.rb
migrate/20211028072158_maintenance_remove_active_ldap_sessions.rb migrate/20211028072158_maintenance_remove_active_ldap_sessions.rb
20211028072158_maintenance_remove_active_ldap_sessions.rb 20211028072158_maintenance_remove_active_ldap_sessions.rb

View file

@ -1457,6 +1457,7 @@ config/pre_initializers/safe_mode.rb
config/pre_initializers/email_address.rb config/pre_initializers/email_address.rb
config/brakeman.yml config/brakeman.yml
config/initializers/delayed_jobs_timeout_per_job.rb config/initializers/delayed_jobs_timeout_per_job.rb
config/initializers/cors.rb
config/initializers/delayed_jobs_settings_reset.rb config/initializers/delayed_jobs_settings_reset.rb
config/initializers/log_websocket_session_store.rb config/initializers/log_websocket_session_store.rb
config/initializers/log_cache_store.rb config/initializers/log_cache_store.rb
@ -1473,6 +1474,7 @@ config/initializers/active_record_lock_issue_3664.rb
config/initializers/active_record_as_batches.rb config/initializers/active_record_as_batches.rb
config/initializers/assets.rb config/initializers/assets.rb
config/initializers/db_preflight_check.rb config/initializers/db_preflight_check.rb
config/initializers/credentials.rb
config/initializers/session_store.rb config/initializers/session_store.rb
config/initializers/wrap_parameters.rb config/initializers/wrap_parameters.rb
config/initializers/core_ext.rb config/initializers/core_ext.rb
@ -1482,6 +1484,7 @@ config/initializers/mime_types.rb
config/initializers/store_provider_check.rb config/initializers/store_provider_check.rb
config/initializers/application_controller_renderer.rb config/initializers/application_controller_renderer.rb
config/initializers/delayed_jobs_ensure_active_job_lock_removal.rb config/initializers/delayed_jobs_ensure_active_job_lock_removal.rb
config/initializers/default_column_serializer.rb
config/initializers/zzz_action_cable_preferences.rb config/initializers/zzz_action_cable_preferences.rb
config/initializers/mariadb_json_columns.rb config/initializers/mariadb_json_columns.rb
config/initializers/delayed_jobs_verify_db_connection.rb config/initializers/delayed_jobs_verify_db_connection.rb
@ -1504,7 +1507,6 @@ config/locales/en.yml
config/locales/doorkeeper.en.yml config/locales/doorkeeper.en.yml
config/holiday_calendars.yml config/holiday_calendars.yml
config/storage.yml config/storage.yml
config/secrets.yml
config/cable.yml config/cable.yml
config/application.rb config/application.rb
config/routes/channel_email.rb config/routes/channel_email.rb
@ -7427,6 +7429,7 @@ db/migrate/20230523104006_two_factor_authentication_recovery_codes.rb
db/migrate/20170130000001_follow_up_possible_check_643.rb db/migrate/20170130000001_follow_up_possible_check_643.rb
db/migrate/20221116134211_issue_2185_and_or_conditions.rb db/migrate/20221116134211_issue_2185_and_or_conditions.rb
db/migrate/20171123000001_email_process_customer_selection_based_on_sender_recipient.rb db/migrate/20171123000001_email_process_customer_selection_based_on_sender_recipient.rb
db/migrate/20240909062109_add_service_name_to_active_storage_blobs.active_storage.rb
db/migrate/20181030000001_setting_add_placetel1.rb db/migrate/20181030000001_setting_add_placetel1.rb
db/migrate/20180108000001_change_exchange_external_sync_identifier.rb db/migrate/20180108000001_change_exchange_external_sync_identifier.rb
db/migrate/20230410202420_rename_email_realname.rb db/migrate/20230410202420_rename_email_realname.rb
@ -7506,6 +7509,7 @@ db/migrate/20221019062814_issue4299_calendar_weeks.rb
db/migrate/20180611070839_add_ux_flow_next_up_to_macros.rb db/migrate/20180611070839_add_ux_flow_next_up_to_macros.rb
db/migrate/20220330092945_object_manager_update_user_password.rb db/migrate/20220330092945_object_manager_update_user_password.rb
db/migrate/20220513083500_mark_settings_as_translatable.rb db/migrate/20220513083500_mark_settings_as_translatable.rb
db/migrate/20240909062110_create_active_storage_variant_records.active_storage.rb
db/migrate/20170403000001_fixed_admin_user_permission_920.rb db/migrate/20170403000001_fixed_admin_user_permission_920.rb
db/migrate/20180913000002_permission_add_time_accounting.rb db/migrate/20180913000002_permission_add_time_accounting.rb
db/migrate/20221014093134_ticket_hook_setting_description.rb db/migrate/20221014093134_ticket_hook_setting_description.rb
@ -7596,6 +7600,7 @@ db/migrate/20211026000001_object_manager_ticket_object_update.rb
db/migrate/20181108123847_add_country_attribute_to_users.rb db/migrate/20181108123847_add_country_attribute_to_users.rb
db/migrate/20210726065124_issue_3627_outdated_urls_security_page.rb db/migrate/20210726065124_issue_3627_outdated_urls_security_page.rb
db/migrate/20221213145618_issue4411_setting_saml_custom_uid_attribute.rb db/migrate/20221213145618_issue4411_setting_saml_custom_uid_attribute.rb
db/migrate/20240909062111_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb
db/migrate/20211028072158_maintenance_remove_active_ldap_sessions.rb db/migrate/20211028072158_maintenance_remove_active_ldap_sessions.rb
db/migrate/20240318132554_issue_5091_timezone_default.rb db/migrate/20240318132554_issue_5091_timezone_default.rb
db/migrate/20240203201031_issue5028_undo.rb db/migrate/20240203201031_issue5028_undo.rb

View file

@ -2183,7 +2183,6 @@ edurec
ehf ehf
ekansa/Open-Context-Data ekansa/Open-Context-Data
ekansa/opencontext- ekansa/opencontext-
el-gr.www.cloudflare.com
elite? elite?
email email
email-unsubscribe email-unsubscribe
@ -2748,8 +2747,8 @@ hotelfinder/rpc
hotels/rpc hotels/rpc
hp/video hp/video
hpc/*/supported-applications.aspx? hpc/*/supported-applications.aspx?
http://amzn.to/robots.txt http://fiverr.com/robots.txt
http://ec.europa.eu/robots.txt http://imdb.com/robots.txt
hub?category= hub?category=
hz/contact-us/ajax/initiate-trusted-contact hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$ hz/help/contact/*/message/$
@ -3426,7 +3425,6 @@ name/nm*/filmotype
name/nm*/mediaviewer/rm*/tr name/nm*/mediaviewer/rm*/tr
narrative- narrative-
native native
nb-no.www.cloudflare.com
nbubumblebee nbubumblebee
network network
new_invite new_invite
@ -4165,7 +4163,7 @@ shopping/seller
shopping/suppliers/search shopping/suppliers/search
shopping? shopping?
shopstream shopstream
showtimes/location/*http://ted.com/robots.txt showtimes/location/*http://microsoft.com/robots.txt
sidewiki/entry sidewiki/entry
signature signature
signin/inject signin/inject