[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot] 2025-02-01 10:03:29 +00:00
parent 589b7ea7ad
commit 44dfdf76b7
24 changed files with 2069 additions and 1880 deletions

View file

@ -3,6 +3,6 @@
"last_update": 1738263792
},
"Trickest wordlist update": {
"last_update": 1738317824
"last_update": 1738404199
}
}

View file

@ -17685,6 +17685,7 @@ phpstan.neon
ecs.php
composer.json
.prettierignore
rector.php
webpack.config.js
CHANGELOG.md
.nvmrc

View file

@ -3912,6 +3912,7 @@ phpstan.neon
ecs.php
composer.json
.prettierignore
rector.php
webpack.config.js
CHANGELOG.md
.nvmrc

View file

@ -2263,6 +2263,8 @@ wet-days-joke.md
ninety-pugs-serve.md
.changeset/mighty-baboons-sip.md
mighty-baboons-sip.md
.changeset/tidy-shirts-occur.md
tidy-shirts-occur.md
.changeset/config.json
config.json
.changeset/thirty-doors-attack.md

View file

@ -528,6 +528,7 @@ sdk/tests/schema.ts
.changeset/wet-days-joke.md
.changeset/ninety-pugs-serve.md
.changeset/mighty-baboons-sip.md
.changeset/tidy-shirts-occur.md
.changeset/config.json
.changeset/thirty-doors-attack.md
tests/blackbox/docker-compose.yml

View file

@ -2908,12 +2908,6 @@ src/common/models/DialogMessage.ts
common/models/DialogMessage.ts
models/DialogMessage.ts
DialogMessage.ts
extensions/messages/js/src/@types/shims.d.ts
messages/js/src/@types/shims.d.ts
js/src/@types/shims.d.ts
src/@types/shims.d.ts
@types/shims.d.ts
shims.d.ts
extensions/messages/js/src/admin/index.ts
messages/js/src/admin/index.ts
js/src/admin/index.ts
@ -2934,6 +2928,11 @@ extensions/messages/js/tsconfig.json
messages/js/tsconfig.json
js/tsconfig.json
tsconfig.json
extensions/messages/js/@types/shims.d.ts
messages/js/@types/shims.d.ts
js/@types/shims.d.ts
@types/shims.d.ts
shims.d.ts
extensions/messages/js/tsconfig.test.json
messages/js/tsconfig.test.json
js/tsconfig.test.json
@ -3067,12 +3066,6 @@ js/dist-typings/common/extend.d.ts
dist-typings/common/extend.d.ts
common/extend.d.ts
extend.d.ts
extensions/messages/js/dist-typings/@types/shims.d.ts
messages/js/dist-typings/@types/shims.d.ts
js/dist-typings/@types/shims.d.ts
dist-typings/@types/shims.d.ts
@types/shims.d.ts
shims.d.ts
extensions/messages/js/dist-typings/admin/index.d.ts
messages/js/dist-typings/admin/index.d.ts
js/dist-typings/admin/index.d.ts
@ -9580,6 +9573,11 @@ core/less/admin/AdminHeader.less
less/admin/AdminHeader.less
admin/AdminHeader.less
AdminHeader.less
framework/core/less/admin/AdminPage.less
core/less/admin/AdminPage.less
less/admin/AdminPage.less
admin/AdminPage.less
AdminPage.less
framework/core/less/admin/AppearancePage.less
core/less/admin/AppearancePage.less
less/admin/AppearancePage.less

View file

@ -570,11 +570,11 @@ extensions/messages/js/src/common/index.ts
extensions/messages/js/src/common/extend.ts
extensions/messages/js/src/common/models/Dialog.ts
extensions/messages/js/src/common/models/DialogMessage.ts
extensions/messages/js/src/@types/shims.d.ts
extensions/messages/js/src/admin/index.ts
extensions/messages/js/src/admin/extend.ts
extensions/messages/js/package.json
extensions/messages/js/tsconfig.json
extensions/messages/js/@types/shims.d.ts
extensions/messages/js/tsconfig.test.json
extensions/messages/js/dist-typings/forum/states/DialogListState.d.ts
extensions/messages/js/dist-typings/forum/states/MessageStreamState.d.ts
@ -595,7 +595,6 @@ extensions/messages/js/dist-typings/common/index.d.ts
extensions/messages/js/dist-typings/common/models/DialogMessage.d.ts
extensions/messages/js/dist-typings/common/models/Dialog.d.ts
extensions/messages/js/dist-typings/common/extend.d.ts
extensions/messages/js/dist-typings/@types/shims.d.ts
extensions/messages/js/dist-typings/admin/index.d.ts
extensions/messages/js/dist-typings/admin/extend.d.ts
extensions/messages/js/admin.ts
@ -1817,6 +1816,7 @@ framework/core/less/admin/NoJs.less
framework/core/less/admin/UsersListPage.less
framework/core/less/admin/AlertWidget.less
framework/core/less/admin/AdminHeader.less
framework/core/less/admin/AdminPage.less
framework/core/less/admin/AppearancePage.less
framework/core/less/admin/MailPage.less
framework/core/less/admin/ExtensionPage.less

View file

@ -4755,6 +4755,13 @@ admin-x-framework/test/utils/mockFetch.ts
test/utils/mockFetch.ts
utils/mockFetch.ts
mockFetch.ts
apps/admin-x-framework/test/unit/utils/api/settings.test.tsx
admin-x-framework/test/unit/utils/api/settings.test.tsx
test/unit/utils/api/settings.test.tsx
unit/utils/api/settings.test.tsx
utils/api/settings.test.tsx
api/settings.test.tsx
settings.test.tsx
apps/admin-x-framework/test/unit/utils/api/hooks.test.tsx
admin-x-framework/test/unit/utils/api/hooks.test.tsx
test/unit/utils/api/hooks.test.tsx

View file

@ -889,6 +889,7 @@ apps/admin-x-framework/package.json
apps/admin-x-framework/tsconfig.json
apps/admin-x-framework/tsconfig.node.json
apps/admin-x-framework/test/utils/mockFetch.ts
apps/admin-x-framework/test/unit/utils/api/settings.test.tsx
apps/admin-x-framework/test/unit/utils/api/hooks.test.tsx
apps/admin-x-framework/test/unit/utils/api/fetchApi.test.tsx
apps/admin-x-framework/test/unit/utils/api/updateQueries.test.ts

View file

@ -21806,6 +21806,18 @@ CampaignBundle/Tests/Entity/EventFake.php
Tests/Entity/EventFake.php
Entity/EventFake.php
EventFake.php
app/bundles/CampaignBundle/Tests/Entity/LeadEventLogRepositoryTest.php
bundles/CampaignBundle/Tests/Entity/LeadEventLogRepositoryTest.php
CampaignBundle/Tests/Entity/LeadEventLogRepositoryTest.php
Tests/Entity/LeadEventLogRepositoryTest.php
Entity/LeadEventLogRepositoryTest.php
LeadEventLogRepositoryTest.php
app/bundles/CampaignBundle/Tests/Entity/EventRepositoryTest.php
bundles/CampaignBundle/Tests/Entity/EventRepositoryTest.php
CampaignBundle/Tests/Entity/EventRepositoryTest.php
Tests/Entity/EventRepositoryTest.php
Entity/EventRepositoryTest.php
EventRepositoryTest.php
app/bundles/CampaignBundle/Tests/Entity/CampaignRepositoryTest.php
bundles/CampaignBundle/Tests/Entity/CampaignRepositoryTest.php
CampaignBundle/Tests/Entity/CampaignRepositoryTest.php

View file

@ -3732,6 +3732,8 @@ app/bundles/CampaignBundle/Tests/Functional/Fixtures/FixtureHelper.php
app/bundles/CampaignBundle/Tests/Functional/Entity/LeadEventLogRepositoryTest.php
app/bundles/CampaignBundle/Tests/Entity/ContactLimiterTraitTest.php
app/bundles/CampaignBundle/Tests/Entity/EventFake.php
app/bundles/CampaignBundle/Tests/Entity/LeadEventLogRepositoryTest.php
app/bundles/CampaignBundle/Tests/Entity/EventRepositoryTest.php
app/bundles/CampaignBundle/Tests/Entity/CampaignRepositoryTest.php
app/bundles/CampaignBundle/Tests/Entity/EventRepositoryFunctionalTest.php
app/bundles/CampaignBundle/Tests/Entity/CampaignTest.php

View file

@ -8594,10 +8594,6 @@ PrestaShopBundle/ApiPlatform/Pagination/PaginationElements.php
ApiPlatform/Pagination/PaginationElements.php
Pagination/PaginationElements.php
PaginationElements.php
src/PrestaShopBundle/ApiPlatform/ContextParametersTrait.php
PrestaShopBundle/ApiPlatform/ContextParametersTrait.php
ApiPlatform/ContextParametersTrait.php
ContextParametersTrait.php
src/PrestaShopBundle/ApiPlatform/Encoder/MultipartDecoder.php
PrestaShopBundle/ApiPlatform/Encoder/MultipartDecoder.php
ApiPlatform/Encoder/MultipartDecoder.php
@ -8632,11 +8628,17 @@ PrestaShopBundle/ApiPlatform/Provider/QueryProvider.php
ApiPlatform/Provider/QueryProvider.php
Provider/QueryProvider.php
QueryProvider.php
src/PrestaShopBundle/ApiPlatform/Serializer/DomainSerializer.php
PrestaShopBundle/ApiPlatform/Serializer/DomainSerializer.php
ApiPlatform/Serializer/DomainSerializer.php
Serializer/DomainSerializer.php
DomainSerializer.php
src/PrestaShopBundle/ApiPlatform/OpenApi/Factory/CQRSOpenApiFactory.php
PrestaShopBundle/ApiPlatform/OpenApi/Factory/CQRSOpenApiFactory.php
ApiPlatform/OpenApi/Factory/CQRSOpenApiFactory.php
OpenApi/Factory/CQRSOpenApiFactory.php
Factory/CQRSOpenApiFactory.php
CQRSOpenApiFactory.php
src/PrestaShopBundle/ApiPlatform/Serializer/CQRSApiSerializer.php
PrestaShopBundle/ApiPlatform/Serializer/CQRSApiSerializer.php
ApiPlatform/Serializer/CQRSApiSerializer.php
Serializer/CQRSApiSerializer.php
CQRSApiSerializer.php
src/PrestaShopBundle/ApiPlatform/Scopes/ApiResourceScopesExtractor.php
PrestaShopBundle/ApiPlatform/Scopes/ApiResourceScopesExtractor.php
ApiPlatform/Scopes/ApiResourceScopesExtractor.php
@ -8657,6 +8659,10 @@ PrestaShopBundle/ApiPlatform/Scopes/ApiResourceScopes.php
ApiPlatform/Scopes/ApiResourceScopes.php
Scopes/ApiResourceScopes.php
ApiResourceScopes.php
src/PrestaShopBundle/ApiPlatform/LocalizedValueUpdater.php
PrestaShopBundle/ApiPlatform/LocalizedValueUpdater.php
ApiPlatform/LocalizedValueUpdater.php
LocalizedValueUpdater.php
src/PrestaShopBundle/ApiPlatform/Exception/LocaleNotFoundException.php
PrestaShopBundle/ApiPlatform/Exception/LocaleNotFoundException.php
ApiPlatform/Exception/LocaleNotFoundException.php
@ -8677,11 +8683,19 @@ PrestaShopBundle/ApiPlatform/Exception/CQRSQueryNotFoundException.php
ApiPlatform/Exception/CQRSQueryNotFoundException.php
Exception/CQRSQueryNotFoundException.php
CQRSQueryNotFoundException.php
src/PrestaShopBundle/ApiPlatform/ContextParametersProvider.php
PrestaShopBundle/ApiPlatform/ContextParametersProvider.php
ApiPlatform/ContextParametersProvider.php
ContextParametersProvider.php
src/PrestaShopBundle/ApiPlatform/Processor/CommandProcessor.php
PrestaShopBundle/ApiPlatform/Processor/CommandProcessor.php
ApiPlatform/Processor/CommandProcessor.php
Processor/CommandProcessor.php
CommandProcessor.php
src/PrestaShopBundle/ApiPlatform/NormalizationMapper.php
PrestaShopBundle/ApiPlatform/NormalizationMapper.php
ApiPlatform/NormalizationMapper.php
NormalizationMapper.php
src/PrestaShopBundle/ApiPlatform/Metadata/PaginatedList.php
PrestaShopBundle/ApiPlatform/Metadata/PaginatedList.php
ApiPlatform/Metadata/PaginatedList.php
@ -8729,6 +8743,13 @@ PrestaShopBundle/ApiPlatform/Metadata/CQRSUpdate.php
ApiPlatform/Metadata/CQRSUpdate.php
Metadata/CQRSUpdate.php
CQRSUpdate.php
src/PrestaShopBundle/ApiPlatform/Metadata/Property/Factory/CQRSConstructorPropertyMetadataFactory.php
PrestaShopBundle/ApiPlatform/Metadata/Property/Factory/CQRSConstructorPropertyMetadataFactory.php
ApiPlatform/Metadata/Property/Factory/CQRSConstructorPropertyMetadataFactory.php
Metadata/Property/Factory/CQRSConstructorPropertyMetadataFactory.php
Property/Factory/CQRSConstructorPropertyMetadataFactory.php
Factory/CQRSConstructorPropertyMetadataFactory.php
CQRSConstructorPropertyMetadataFactory.php
src/PrestaShopBundle/ApiPlatform/Metadata/CQRSDelete.php
PrestaShopBundle/ApiPlatform/Metadata/CQRSDelete.php
ApiPlatform/Metadata/CQRSDelete.php
@ -8739,6 +8760,11 @@ PrestaShopBundle/ApiPlatform/Metadata/CQRSGet.php
ApiPlatform/Metadata/CQRSGet.php
Metadata/CQRSGet.php
CQRSGet.php
src/PrestaShopBundle/ApiPlatform/Validator/CQRSApiValidator.php
PrestaShopBundle/ApiPlatform/Validator/CQRSApiValidator.php
ApiPlatform/Validator/CQRSApiValidator.php
Validator/CQRSApiValidator.php
CQRSApiValidator.php
src/PrestaShopBundle/DataCollector/CommandsAndQueriesDataCollector.php
PrestaShopBundle/DataCollector/CommandsAndQueriesDataCollector.php
DataCollector/CommandsAndQueriesDataCollector.php
@ -8899,6 +8925,13 @@ Resources/config/services/legacy.yml
config/services/legacy.yml
services/legacy.yml
legacy.yml
src/PrestaShopBundle/Resources/config/services/bundle/open_api.yml
PrestaShopBundle/Resources/config/services/bundle/open_api.yml
Resources/config/services/bundle/open_api.yml
config/services/bundle/open_api.yml
services/bundle/open_api.yml
bundle/open_api.yml
open_api.yml
src/PrestaShopBundle/Resources/config/services/bundle/repository.yml
PrestaShopBundle/Resources/config/services/bundle/repository.yml
Resources/config/services/bundle/repository.yml
@ -64237,29 +64270,6 @@ BO/international/languages/add.ts
international/languages/add.ts
languages/add.ts
add.ts
tests/UI/pages/BO/international/taxes/index.ts
UI/pages/BO/international/taxes/index.ts
pages/BO/international/taxes/index.ts
BO/international/taxes/index.ts
international/taxes/index.ts
taxes/index.ts
index.ts
tests/UI/pages/BO/international/taxes/taxRules/index.ts
UI/pages/BO/international/taxes/taxRules/index.ts
pages/BO/international/taxes/taxRules/index.ts
BO/international/taxes/taxRules/index.ts
international/taxes/taxRules/index.ts
taxes/taxRules/index.ts
taxRules/index.ts
index.ts
tests/UI/pages/BO/international/taxes/taxRules/add.ts
UI/pages/BO/international/taxes/taxRules/add.ts
pages/BO/international/taxes/taxRules/add.ts
BO/international/taxes/taxRules/add.ts
international/taxes/taxRules/add.ts
taxes/taxRules/add.ts
taxRules/add.ts
add.ts
tests/UI/pages/BO/international/taxes/add.ts
UI/pages/BO/international/taxes/add.ts
pages/BO/international/taxes/add.ts
@ -64330,68 +64340,6 @@ UI/pages/BO/BObasePage.ts
pages/BO/BObasePage.ts
BO/BObasePage.ts
BObasePage.ts
tests/UI/pages/BO/orders/creditSlips/index.ts
UI/pages/BO/orders/creditSlips/index.ts
pages/BO/orders/creditSlips/index.ts
BO/orders/creditSlips/index.ts
orders/creditSlips/index.ts
creditSlips/index.ts
index.ts
tests/UI/pages/BO/orders/invoices/index.ts
UI/pages/BO/orders/invoices/index.ts
pages/BO/orders/invoices/index.ts
BO/orders/invoices/index.ts
orders/invoices/index.ts
invoices/index.ts
index.ts
tests/UI/pages/BO/orders/add.ts
UI/pages/BO/orders/add.ts
pages/BO/orders/add.ts
BO/orders/add.ts
orders/add.ts
add.ts
tests/UI/pages/BO/orders/shoppingCarts/view.ts
UI/pages/BO/orders/shoppingCarts/view.ts
pages/BO/orders/shoppingCarts/view.ts
BO/orders/shoppingCarts/view.ts
orders/shoppingCarts/view.ts
shoppingCarts/view.ts
view.ts
tests/UI/pages/BO/orders/deliverySlips/index.ts
UI/pages/BO/orders/deliverySlips/index.ts
pages/BO/orders/deliverySlips/index.ts
BO/orders/deliverySlips/index.ts
orders/deliverySlips/index.ts
deliverySlips/index.ts
index.ts
tests/UI/pages/BO/orders/view/viewOrderBasePage.ts
UI/pages/BO/orders/view/viewOrderBasePage.ts
pages/BO/orders/view/viewOrderBasePage.ts
BO/orders/view/viewOrderBasePage.ts
orders/view/viewOrderBasePage.ts
view/viewOrderBasePage.ts
viewOrderBasePage.ts
tests/UI/pages/BO/orders/view/paymentBlock.ts
UI/pages/BO/orders/view/paymentBlock.ts
pages/BO/orders/view/paymentBlock.ts
BO/orders/view/paymentBlock.ts
orders/view/paymentBlock.ts
view/paymentBlock.ts
paymentBlock.ts
tests/UI/pages/BO/orders/view/messagesBlock.ts
UI/pages/BO/orders/view/messagesBlock.ts
pages/BO/orders/view/messagesBlock.ts
BO/orders/view/messagesBlock.ts
orders/view/messagesBlock.ts
view/messagesBlock.ts
messagesBlock.ts
tests/UI/pages/BO/orders/view/customerBlock.ts
UI/pages/BO/orders/view/customerBlock.ts
pages/BO/orders/view/customerBlock.ts
BO/orders/view/customerBlock.ts
orders/view/customerBlock.ts
view/customerBlock.ts
customerBlock.ts
tests/UI/pages/BO/searchResults/index.ts
UI/pages/BO/searchResults/index.ts
pages/BO/searchResults/index.ts
@ -64522,27 +64470,6 @@ BO/shopParameters/stores/add.ts
shopParameters/stores/add.ts
stores/add.ts
add.ts
tests/UI/pages/BO/customerService/merchandiseReturns/index.ts
UI/pages/BO/customerService/merchandiseReturns/index.ts
pages/BO/customerService/merchandiseReturns/index.ts
BO/customerService/merchandiseReturns/index.ts
customerService/merchandiseReturns/index.ts
merchandiseReturns/index.ts
index.ts
tests/UI/pages/BO/customerService/merchandiseReturns/edit.ts
UI/pages/BO/customerService/merchandiseReturns/edit.ts
pages/BO/customerService/merchandiseReturns/edit.ts
BO/customerService/merchandiseReturns/edit.ts
customerService/merchandiseReturns/edit.ts
merchandiseReturns/edit.ts
edit.ts
tests/UI/pages/BO/customerService/customerService/index.ts
UI/pages/BO/customerService/customerService/index.ts
pages/BO/customerService/customerService/index.ts
BO/customerService/customerService/index.ts
customerService/customerService/index.ts
customerService/index.ts
index.ts
tests/UI/pages/BO/customerService/customerService/view.ts
UI/pages/BO/customerService/customerService/view.ts
pages/BO/customerService/customerService/view.ts
@ -64550,13 +64477,6 @@ BO/customerService/customerService/view.ts
customerService/customerService/view.ts
customerService/view.ts
view.ts
tests/UI/pages/BO/customerService/orderMessages/index.ts
UI/pages/BO/customerService/orderMessages/index.ts
pages/BO/customerService/orderMessages/index.ts
BO/customerService/orderMessages/index.ts
customerService/orderMessages/index.ts
orderMessages/index.ts
index.ts
tests/UI/pages/BO/customerService/orderMessages/add.ts
UI/pages/BO/customerService/orderMessages/add.ts
pages/BO/customerService/orderMessages/add.ts
@ -64564,13 +64484,6 @@ BO/customerService/orderMessages/add.ts
customerService/orderMessages/add.ts
orderMessages/add.ts
add.ts
tests/UI/pages/BO/modules/productComments/index.ts
UI/pages/BO/modules/productComments/index.ts
pages/BO/modules/productComments/index.ts
BO/modules/productComments/index.ts
modules/productComments/index.ts
productComments/index.ts
index.ts
tests/UI/pages/BO/modules/contactForm/index.ts
UI/pages/BO/modules/contactForm/index.ts
pages/BO/modules/contactForm/index.ts
@ -64668,26 +64581,6 @@ pages/BO/error/index.ts
BO/error/index.ts
error/index.ts
index.ts
tests/UI/pages/BO/customers/view.ts
UI/pages/BO/customers/view.ts
pages/BO/customers/view.ts
BO/customers/view.ts
customers/view.ts
view.ts
tests/UI/pages/BO/customers/addresses/index.ts
UI/pages/BO/customers/addresses/index.ts
pages/BO/customers/addresses/index.ts
BO/customers/addresses/index.ts
customers/addresses/index.ts
addresses/index.ts
index.ts
tests/UI/pages/BO/customers/addresses/add.ts
UI/pages/BO/customers/addresses/add.ts
pages/BO/customers/addresses/add.ts
BO/customers/addresses/add.ts
customers/addresses/add.ts
addresses/add.ts
add.ts
tests/UI/pages/BO/customers/add.ts
UI/pages/BO/customers/add.ts
pages/BO/customers/add.ts
@ -64722,13 +64615,6 @@ BO/advancedParameters/webservice/add.ts
advancedParameters/webservice/add.ts
webservice/add.ts
add.ts
tests/UI/pages/BO/advancedParameters/multistore/index.ts
UI/pages/BO/advancedParameters/multistore/index.ts
pages/BO/advancedParameters/multistore/index.ts
BO/advancedParameters/multistore/index.ts
advancedParameters/multistore/index.ts
multistore/index.ts
index.ts
tests/UI/pages/BO/advancedParameters/multistore/url/index.ts
UI/pages/BO/advancedParameters/multistore/url/index.ts
pages/BO/advancedParameters/multistore/url/index.ts
@ -64737,30 +64623,6 @@ advancedParameters/multistore/url/index.ts
multistore/url/index.ts
url/index.ts
index.ts
tests/UI/pages/BO/advancedParameters/multistore/url/addURL.ts
UI/pages/BO/advancedParameters/multistore/url/addURL.ts
pages/BO/advancedParameters/multistore/url/addURL.ts
BO/advancedParameters/multistore/url/addURL.ts
advancedParameters/multistore/url/addURL.ts
multistore/url/addURL.ts
url/addURL.ts
addURL.ts
tests/UI/pages/BO/advancedParameters/multistore/shop/index.ts
UI/pages/BO/advancedParameters/multistore/shop/index.ts
pages/BO/advancedParameters/multistore/shop/index.ts
BO/advancedParameters/multistore/shop/index.ts
advancedParameters/multistore/shop/index.ts
multistore/shop/index.ts
shop/index.ts
index.ts
tests/UI/pages/BO/advancedParameters/multistore/shop/add.ts
UI/pages/BO/advancedParameters/multistore/shop/add.ts
pages/BO/advancedParameters/multistore/shop/add.ts
BO/advancedParameters/multistore/shop/add.ts
advancedParameters/multistore/shop/add.ts
multistore/shop/add.ts
shop/add.ts
add.ts
tests/UI/pages/BO/advancedParameters/multistore/add.ts
UI/pages/BO/advancedParameters/multistore/add.ts
pages/BO/advancedParameters/multistore/add.ts
@ -64791,13 +64653,6 @@ BO/advancedParameters/team/employeeBasePage.ts
advancedParameters/team/employeeBasePage.ts
team/employeeBasePage.ts
employeeBasePage.ts
tests/UI/pages/BO/advancedParameters/team/add.ts
UI/pages/BO/advancedParameters/team/add.ts
pages/BO/advancedParameters/team/add.ts
BO/advancedParameters/team/add.ts
advancedParameters/team/add.ts
team/add.ts
add.ts
tests/UI/pages/BO/advancedParameters/team/permissions/index.ts
UI/pages/BO/advancedParameters/team/permissions/index.ts
pages/BO/advancedParameters/team/permissions/index.ts
@ -64806,43 +64661,6 @@ advancedParameters/team/permissions/index.ts
team/permissions/index.ts
permissions/index.ts
index.ts
tests/UI/pages/BO/advancedParameters/logs/index.ts
UI/pages/BO/advancedParameters/logs/index.ts
pages/BO/advancedParameters/logs/index.ts
BO/advancedParameters/logs/index.ts
advancedParameters/logs/index.ts
logs/index.ts
index.ts
tests/UI/pages/BO/catalog/discounts/index.ts
UI/pages/BO/catalog/discounts/index.ts
pages/BO/catalog/discounts/index.ts
BO/catalog/discounts/index.ts
catalog/discounts/index.ts
discounts/index.ts
index.ts
tests/UI/pages/BO/catalog/discounts/catalogPriceRules/index.ts
UI/pages/BO/catalog/discounts/catalogPriceRules/index.ts
pages/BO/catalog/discounts/catalogPriceRules/index.ts
BO/catalog/discounts/catalogPriceRules/index.ts
catalog/discounts/catalogPriceRules/index.ts
discounts/catalogPriceRules/index.ts
catalogPriceRules/index.ts
index.ts
tests/UI/pages/BO/catalog/discounts/catalogPriceRules/add.ts
UI/pages/BO/catalog/discounts/catalogPriceRules/add.ts
pages/BO/catalog/discounts/catalogPriceRules/add.ts
BO/catalog/discounts/catalogPriceRules/add.ts
catalog/discounts/catalogPriceRules/add.ts
discounts/catalogPriceRules/add.ts
catalogPriceRules/add.ts
add.ts
tests/UI/pages/BO/catalog/discounts/add.ts
UI/pages/BO/catalog/discounts/add.ts
pages/BO/catalog/discounts/add.ts
BO/catalog/discounts/add.ts
catalog/discounts/add.ts
discounts/add.ts
add.ts
tests/UI/pages/BO/catalog/brands/view.ts
UI/pages/BO/catalog/brands/view.ts
pages/BO/catalog/brands/view.ts
@ -64878,49 +64696,6 @@ BO/catalog/suppliers/view.ts
catalog/suppliers/view.ts
suppliers/view.ts
view.ts
tests/UI/pages/BO/catalog/stocks/movements/index.ts
UI/pages/BO/catalog/stocks/movements/index.ts
pages/BO/catalog/stocks/movements/index.ts
BO/catalog/stocks/movements/index.ts
catalog/stocks/movements/index.ts
stocks/movements/index.ts
movements/index.ts
index.ts
tests/UI/pages/BO/catalog/features/addValue.ts
UI/pages/BO/catalog/features/addValue.ts
pages/BO/catalog/features/addValue.ts
BO/catalog/features/addValue.ts
catalog/features/addValue.ts
features/addValue.ts
addValue.ts
tests/UI/pages/BO/catalog/features/index.ts
UI/pages/BO/catalog/features/index.ts
pages/BO/catalog/features/index.ts
BO/catalog/features/index.ts
catalog/features/index.ts
features/index.ts
index.ts
tests/UI/pages/BO/catalog/features/addFeature.ts
UI/pages/BO/catalog/features/addFeature.ts
pages/BO/catalog/features/addFeature.ts
BO/catalog/features/addFeature.ts
catalog/features/addFeature.ts
features/addFeature.ts
addFeature.ts
tests/UI/pages/BO/catalog/features/view.ts
UI/pages/BO/catalog/features/view.ts
pages/BO/catalog/features/view.ts
BO/catalog/features/view.ts
catalog/features/view.ts
features/view.ts
view.ts
tests/UI/pages/BO/catalog/files/index.ts
UI/pages/BO/catalog/files/index.ts
pages/BO/catalog/files/index.ts
BO/catalog/files/index.ts
catalog/files/index.ts
files/index.ts
index.ts
tests/UI/pages/BO/catalog/files/add.ts
UI/pages/BO/catalog/files/add.ts
pages/BO/catalog/files/add.ts
@ -64928,94 +64703,6 @@ BO/catalog/files/add.ts
catalog/files/add.ts
files/add.ts
add.ts
tests/UI/pages/BO/catalog/categories/index.ts
UI/pages/BO/catalog/categories/index.ts
pages/BO/catalog/categories/index.ts
BO/catalog/categories/index.ts
catalog/categories/index.ts
categories/index.ts
index.ts
tests/UI/pages/BO/catalog/categories/add.ts
UI/pages/BO/catalog/categories/add.ts
pages/BO/catalog/categories/add.ts
BO/catalog/categories/add.ts
catalog/categories/add.ts
categories/add.ts
add.ts
tests/UI/pages/BO/catalog/attributes/addValue.ts
UI/pages/BO/catalog/attributes/addValue.ts
pages/BO/catalog/attributes/addValue.ts
BO/catalog/attributes/addValue.ts
catalog/attributes/addValue.ts
attributes/addValue.ts
addValue.ts
tests/UI/pages/BO/catalog/attributes/view.ts
UI/pages/BO/catalog/attributes/view.ts
pages/BO/catalog/attributes/view.ts
BO/catalog/attributes/view.ts
catalog/attributes/view.ts
attributes/view.ts
view.ts
tests/UI/pages/BO/catalog/attributes/addAttribute.ts
UI/pages/BO/catalog/attributes/addAttribute.ts
pages/BO/catalog/attributes/addAttribute.ts
BO/catalog/attributes/addAttribute.ts
catalog/attributes/addAttribute.ts
attributes/addAttribute.ts
addAttribute.ts
tests/UI/pages/BO/catalog/products/add/index.ts
UI/pages/BO/catalog/products/add/index.ts
pages/BO/catalog/products/add/index.ts
BO/catalog/products/add/index.ts
catalog/products/add/index.ts
products/add/index.ts
add/index.ts
index.ts
tests/UI/pages/BO/catalog/products/add/optionsTab.ts
UI/pages/BO/catalog/products/add/optionsTab.ts
pages/BO/catalog/products/add/optionsTab.ts
BO/catalog/products/add/optionsTab.ts
catalog/products/add/optionsTab.ts
products/add/optionsTab.ts
add/optionsTab.ts
optionsTab.ts
tests/UI/pages/BO/catalog/products/add/seoTab.ts
UI/pages/BO/catalog/products/add/seoTab.ts
pages/BO/catalog/products/add/seoTab.ts
BO/catalog/products/add/seoTab.ts
catalog/products/add/seoTab.ts
products/add/seoTab.ts
add/seoTab.ts
seoTab.ts
tests/UI/pages/BO/catalog/products/add/combinationsTab.ts
UI/pages/BO/catalog/products/add/combinationsTab.ts
pages/BO/catalog/products/add/combinationsTab.ts
BO/catalog/products/add/combinationsTab.ts
catalog/products/add/combinationsTab.ts
products/add/combinationsTab.ts
add/combinationsTab.ts
combinationsTab.ts
tests/UI/pages/BO/catalog/products/add/packTab.ts
UI/pages/BO/catalog/products/add/packTab.ts
pages/BO/catalog/products/add/packTab.ts
BO/catalog/products/add/packTab.ts
catalog/products/add/packTab.ts
products/add/packTab.ts
add/packTab.ts
packTab.ts
tests/UI/pages/BO/catalog/monitoring/index.ts
UI/pages/BO/catalog/monitoring/index.ts
pages/BO/catalog/monitoring/index.ts
BO/catalog/monitoring/index.ts
catalog/monitoring/index.ts
monitoring/index.ts
index.ts
tests/UI/pages/BO/stats/index.ts
UI/pages/BO/stats/index.ts
pages/BO/stats/index.ts
BO/stats/index.ts
stats/index.ts
index.ts
tests/UI/pages/BO/payment/preferences/index.ts
UI/pages/BO/payment/preferences/index.ts
pages/BO/payment/preferences/index.ts
@ -65049,13 +64736,6 @@ FO/classic/bestSales/index.ts
classic/bestSales/index.ts
bestSales/index.ts
index.ts
tests/UI/pages/FO/classic/siteMap/index.ts
UI/pages/FO/classic/siteMap/index.ts
pages/FO/classic/siteMap/index.ts
FO/classic/siteMap/index.ts
classic/siteMap/index.ts
siteMap/index.ts
index.ts
tests/UI/pages/FO/classic/delivery/index.ts
UI/pages/FO/classic/delivery/index.ts
pages/FO/classic/delivery/index.ts
@ -65119,27 +64799,6 @@ FO/classic/myAccount/gdprPersonalData.ts
classic/myAccount/gdprPersonalData.ts
myAccount/gdprPersonalData.ts
gdprPersonalData.ts
tests/UI/pages/FO/classic/myAccount/merchandiseReturns.ts
UI/pages/FO/classic/myAccount/merchandiseReturns.ts
pages/FO/classic/myAccount/merchandiseReturns.ts
FO/classic/myAccount/merchandiseReturns.ts
classic/myAccount/merchandiseReturns.ts
myAccount/merchandiseReturns.ts
merchandiseReturns.ts
tests/UI/pages/FO/classic/myAccount/orderHistory.ts
UI/pages/FO/classic/myAccount/orderHistory.ts
pages/FO/classic/myAccount/orderHistory.ts
FO/classic/myAccount/orderHistory.ts
classic/myAccount/orderHistory.ts
myAccount/orderHistory.ts
orderHistory.ts
tests/UI/pages/FO/classic/myAccount/orderDetails.ts
UI/pages/FO/classic/myAccount/orderDetails.ts
pages/FO/classic/myAccount/orderDetails.ts
FO/classic/myAccount/orderDetails.ts
classic/myAccount/orderDetails.ts
myAccount/orderDetails.ts
orderDetails.ts
tests/UI/pages/FO/classic/myAccount/addresses.ts
UI/pages/FO/classic/myAccount/addresses.ts
pages/FO/classic/myAccount/addresses.ts
@ -65203,13 +64862,6 @@ FO/hummingbird/bestSales/index.ts
hummingbird/bestSales/index.ts
bestSales/index.ts
index.ts
tests/UI/pages/FO/hummingbird/siteMap/index.ts
UI/pages/FO/hummingbird/siteMap/index.ts
pages/FO/hummingbird/siteMap/index.ts
FO/hummingbird/siteMap/index.ts
hummingbird/siteMap/index.ts
siteMap/index.ts
index.ts
tests/UI/pages/FO/hummingbird/delivery/index.ts
UI/pages/FO/hummingbird/delivery/index.ts
pages/FO/hummingbird/delivery/index.ts
@ -65273,27 +64925,6 @@ FO/hummingbird/myAccount/gdprPersonalData.ts
hummingbird/myAccount/gdprPersonalData.ts
myAccount/gdprPersonalData.ts
gdprPersonalData.ts
tests/UI/pages/FO/hummingbird/myAccount/merchandiseReturns.ts
UI/pages/FO/hummingbird/myAccount/merchandiseReturns.ts
pages/FO/hummingbird/myAccount/merchandiseReturns.ts
FO/hummingbird/myAccount/merchandiseReturns.ts
hummingbird/myAccount/merchandiseReturns.ts
myAccount/merchandiseReturns.ts
merchandiseReturns.ts
tests/UI/pages/FO/hummingbird/myAccount/orderHistory.ts
UI/pages/FO/hummingbird/myAccount/orderHistory.ts
pages/FO/hummingbird/myAccount/orderHistory.ts
FO/hummingbird/myAccount/orderHistory.ts
hummingbird/myAccount/orderHistory.ts
myAccount/orderHistory.ts
orderHistory.ts
tests/UI/pages/FO/hummingbird/myAccount/orderDetails.ts
UI/pages/FO/hummingbird/myAccount/orderDetails.ts
pages/FO/hummingbird/myAccount/orderDetails.ts
FO/hummingbird/myAccount/orderDetails.ts
hummingbird/myAccount/orderDetails.ts
myAccount/orderDetails.ts
orderDetails.ts
tests/UI/pages/FO/hummingbird/myAccount/addresses.ts
UI/pages/FO/hummingbird/myAccount/addresses.ts
pages/FO/hummingbird/myAccount/addresses.ts
@ -65409,11 +65040,11 @@ Integration/ApiPlatform/EndPoint/ApiAccessTokenEndpointTest.php
ApiPlatform/EndPoint/ApiAccessTokenEndpointTest.php
EndPoint/ApiAccessTokenEndpointTest.php
ApiAccessTokenEndpointTest.php
tests/Integration/ApiPlatform/Serializer/DomainSerializerTest.php
Integration/ApiPlatform/Serializer/DomainSerializerTest.php
ApiPlatform/Serializer/DomainSerializerTest.php
Serializer/DomainSerializerTest.php
DomainSerializerTest.php
tests/Integration/ApiPlatform/Serializer/CQRSApiSerializerTest.php
Integration/ApiPlatform/Serializer/CQRSApiSerializerTest.php
ApiPlatform/Serializer/CQRSApiSerializerTest.php
Serializer/CQRSApiSerializerTest.php
CQRSApiSerializerTest.php
tests/Integration/ApiPlatform/ApiSecurityTest.php
Integration/ApiPlatform/ApiSecurityTest.php
ApiPlatform/ApiSecurityTest.php
@ -65716,6 +65347,11 @@ PrestaShopBundle/Routing/Linter/SecurityAttributeLinterTest.php
Routing/Linter/SecurityAttributeLinterTest.php
Linter/SecurityAttributeLinterTest.php
SecurityAttributeLinterTest.php
tests/Integration/PrestaShopBundle/ApiPlatform/CQRSOpenApiFactoryTest.php
Integration/PrestaShopBundle/ApiPlatform/CQRSOpenApiFactoryTest.php
PrestaShopBundle/ApiPlatform/CQRSOpenApiFactoryTest.php
ApiPlatform/CQRSOpenApiFactoryTest.php
CQRSOpenApiFactoryTest.php
tests/Integration/PrestaShopBundle/Command/LoadLegacyClassesinCommandTest.php
Integration/PrestaShopBundle/Command/LoadLegacyClassesinCommandTest.php
PrestaShopBundle/Command/LoadLegacyClassesinCommandTest.php
@ -70065,12 +69701,6 @@ PrestaShopBundle/ApiPlatform/Metadata/CQRSPartialUpdateTest.php
ApiPlatform/Metadata/CQRSPartialUpdateTest.php
Metadata/CQRSPartialUpdateTest.php
CQRSPartialUpdateTest.php
tests/Unit/PrestaShopBundle/ApiPlatform/StateProvider/QueryProviderTest.php
Unit/PrestaShopBundle/ApiPlatform/StateProvider/QueryProviderTest.php
PrestaShopBundle/ApiPlatform/StateProvider/QueryProviderTest.php
ApiPlatform/StateProvider/QueryProviderTest.php
StateProvider/QueryProviderTest.php
QueryProviderTest.php
tests/Unit/PrestaShopBundle/Utils/TreeTest.php
Unit/PrestaShopBundle/Utils/TreeTest.php
PrestaShopBundle/Utils/TreeTest.php

View file

@ -1933,7 +1933,6 @@ src/PrestaShopBundle/ApiPlatform/Normalizer/UploadedFileNormalizer.php
src/PrestaShopBundle/ApiPlatform/Normalizer/DateTimeImmutableNormalizer.php
src/PrestaShopBundle/ApiPlatform/Normalizer/ValueObjectNormalizer.php
src/PrestaShopBundle/ApiPlatform/Pagination/PaginationElements.php
src/PrestaShopBundle/ApiPlatform/ContextParametersTrait.php
src/PrestaShopBundle/ApiPlatform/Encoder/MultipartDecoder.php
src/PrestaShopBundle/ApiPlatform/Resources/Language.php
src/PrestaShopBundle/ApiPlatform/Resources/README.md
@ -1941,16 +1940,20 @@ src/PrestaShopBundle/ApiPlatform/Resources/ApiClient.php
src/PrestaShopBundle/ApiPlatform/QueryResultSerializerTrait.php
src/PrestaShopBundle/ApiPlatform/Provider/QueryListProvider.php
src/PrestaShopBundle/ApiPlatform/Provider/QueryProvider.php
src/PrestaShopBundle/ApiPlatform/Serializer/DomainSerializer.php
src/PrestaShopBundle/ApiPlatform/OpenApi/Factory/CQRSOpenApiFactory.php
src/PrestaShopBundle/ApiPlatform/Serializer/CQRSApiSerializer.php
src/PrestaShopBundle/ApiPlatform/Scopes/ApiResourceScopesExtractor.php
src/PrestaShopBundle/ApiPlatform/Scopes/CachedApiResourceScopesExtractor.php
src/PrestaShopBundle/ApiPlatform/Scopes/ApiResourceScopesExtractorInterface.php
src/PrestaShopBundle/ApiPlatform/Scopes/ApiResourceScopes.php
src/PrestaShopBundle/ApiPlatform/LocalizedValueUpdater.php
src/PrestaShopBundle/ApiPlatform/Exception/LocaleNotFoundException.php
src/PrestaShopBundle/ApiPlatform/Exception/CQRSCommandNotFoundException.php
src/PrestaShopBundle/ApiPlatform/Exception/GridDataFactoryNotFoundException.php
src/PrestaShopBundle/ApiPlatform/Exception/CQRSQueryNotFoundException.php
src/PrestaShopBundle/ApiPlatform/ContextParametersProvider.php
src/PrestaShopBundle/ApiPlatform/Processor/CommandProcessor.php
src/PrestaShopBundle/ApiPlatform/NormalizationMapper.php
src/PrestaShopBundle/ApiPlatform/Metadata/PaginatedList.php
src/PrestaShopBundle/ApiPlatform/Metadata/CQRSGetCollection.php
src/PrestaShopBundle/ApiPlatform/Metadata/LocalizedValue.php
@ -1960,8 +1963,10 @@ src/PrestaShopBundle/ApiPlatform/Metadata/CQRSCreate.php
src/PrestaShopBundle/ApiPlatform/Metadata/Resource/Factory/ExperimentalOperationsMetadataCollectionFactoryDecorator.php
src/PrestaShopBundle/ApiPlatform/Metadata/AbstractCQRSOperation.php
src/PrestaShopBundle/ApiPlatform/Metadata/CQRSUpdate.php
src/PrestaShopBundle/ApiPlatform/Metadata/Property/Factory/CQRSConstructorPropertyMetadataFactory.php
src/PrestaShopBundle/ApiPlatform/Metadata/CQRSDelete.php
src/PrestaShopBundle/ApiPlatform/Metadata/CQRSGet.php
src/PrestaShopBundle/ApiPlatform/Validator/CQRSApiValidator.php
src/PrestaShopBundle/DataCollector/CommandsAndQueriesDataCollector.php
src/PrestaShopBundle/DataCollector/ConfigDataCollector.php
src/PrestaShopBundle/DataCollector/HookDataCollector.php
@ -2000,6 +2005,7 @@ src/PrestaShopBundle/Resources/config/routing.yml
src/PrestaShopBundle/Resources/config/services/alias.yml
src/PrestaShopBundle/Resources/config/services/front_legacy.yml
src/PrestaShopBundle/Resources/config/services/legacy.yml
src/PrestaShopBundle/Resources/config/services/bundle/open_api.yml
src/PrestaShopBundle/Resources/config/services/bundle/repository.yml
src/PrestaShopBundle/Resources/config/services/bundle/common.yml
src/PrestaShopBundle/Resources/config/services/bundle/routing.yml
@ -10520,9 +10526,6 @@ tests/UI/package-lock.json
tests/UI/pages/CONVENTIONS.md
tests/UI/pages/BO/international/languages/index.ts
tests/UI/pages/BO/international/languages/add.ts
tests/UI/pages/BO/international/taxes/index.ts
tests/UI/pages/BO/international/taxes/taxRules/index.ts
tests/UI/pages/BO/international/taxes/taxRules/add.ts
tests/UI/pages/BO/international/taxes/add.ts
tests/UI/pages/BO/international/localization/localizationBasePage.ts
tests/UI/pages/BO/international/localization/geolocation.ts
@ -10533,15 +10536,6 @@ tests/UI/pages/BO/international/locations/index.ts
tests/UI/pages/BO/international/locations/add.ts
tests/UI/pages/BO/shipping/preferences/index.ts
tests/UI/pages/BO/BObasePage.ts
tests/UI/pages/BO/orders/creditSlips/index.ts
tests/UI/pages/BO/orders/invoices/index.ts
tests/UI/pages/BO/orders/add.ts
tests/UI/pages/BO/orders/shoppingCarts/view.ts
tests/UI/pages/BO/orders/deliverySlips/index.ts
tests/UI/pages/BO/orders/view/viewOrderBasePage.ts
tests/UI/pages/BO/orders/view/paymentBlock.ts
tests/UI/pages/BO/orders/view/messagesBlock.ts
tests/UI/pages/BO/orders/view/customerBlock.ts
tests/UI/pages/BO/searchResults/index.ts
tests/UI/pages/BO/shopParameters/search/tags/index.ts
tests/UI/pages/BO/shopParameters/search/tags/add.ts
@ -10559,13 +10553,8 @@ tests/UI/pages/BO/shopParameters/trafficAndSeo/searchEngines/index.ts
tests/UI/pages/BO/shopParameters/trafficAndSeo/searchEngines/add.ts
tests/UI/pages/BO/shopParameters/stores/index.ts
tests/UI/pages/BO/shopParameters/stores/add.ts
tests/UI/pages/BO/customerService/merchandiseReturns/index.ts
tests/UI/pages/BO/customerService/merchandiseReturns/edit.ts
tests/UI/pages/BO/customerService/customerService/index.ts
tests/UI/pages/BO/customerService/customerService/view.ts
tests/UI/pages/BO/customerService/orderMessages/index.ts
tests/UI/pages/BO/customerService/orderMessages/add.ts
tests/UI/pages/BO/modules/productComments/index.ts
tests/UI/pages/BO/modules/contactForm/index.ts
tests/UI/pages/BO/modules/moduleCatalog/index.ts
tests/UI/pages/BO/modules/moduleConfiguration/index.ts
@ -10580,60 +10569,28 @@ tests/UI/pages/BO/design/pages/add.ts
tests/UI/pages/BO/design/pages/pageCategory/add.ts
tests/UI/pages/BO/quickAccess/add.ts
tests/UI/pages/BO/error/index.ts
tests/UI/pages/BO/customers/view.ts
tests/UI/pages/BO/customers/addresses/index.ts
tests/UI/pages/BO/customers/addresses/add.ts
tests/UI/pages/BO/customers/add.ts
tests/UI/pages/BO/customers/outstanding/index.ts
tests/UI/pages/BO/advancedParameters/menuTab/index.ts
tests/UI/pages/BO/advancedParameters/webservice/index.ts
tests/UI/pages/BO/advancedParameters/webservice/add.ts
tests/UI/pages/BO/advancedParameters/multistore/index.ts
tests/UI/pages/BO/advancedParameters/multistore/url/index.ts
tests/UI/pages/BO/advancedParameters/multistore/url/addURL.ts
tests/UI/pages/BO/advancedParameters/multistore/shop/index.ts
tests/UI/pages/BO/advancedParameters/multistore/shop/add.ts
tests/UI/pages/BO/advancedParameters/multistore/add.ts
tests/UI/pages/BO/advancedParameters/team/roles/index.ts
tests/UI/pages/BO/advancedParameters/team/roles/add.ts
tests/UI/pages/BO/advancedParameters/team/employeeBasePage.ts
tests/UI/pages/BO/advancedParameters/team/add.ts
tests/UI/pages/BO/advancedParameters/team/permissions/index.ts
tests/UI/pages/BO/advancedParameters/logs/index.ts
tests/UI/pages/BO/catalog/discounts/index.ts
tests/UI/pages/BO/catalog/discounts/catalogPriceRules/index.ts
tests/UI/pages/BO/catalog/discounts/catalogPriceRules/add.ts
tests/UI/pages/BO/catalog/discounts/add.ts
tests/UI/pages/BO/catalog/brands/view.ts
tests/UI/pages/BO/catalog/brands/addAddress.ts
tests/UI/pages/BO/catalog/brands/add.ts
tests/UI/pages/BO/catalog/suppliers/index.ts
tests/UI/pages/BO/catalog/suppliers/view.ts
tests/UI/pages/BO/catalog/stocks/movements/index.ts
tests/UI/pages/BO/catalog/features/addValue.ts
tests/UI/pages/BO/catalog/features/index.ts
tests/UI/pages/BO/catalog/features/addFeature.ts
tests/UI/pages/BO/catalog/features/view.ts
tests/UI/pages/BO/catalog/files/index.ts
tests/UI/pages/BO/catalog/files/add.ts
tests/UI/pages/BO/catalog/categories/index.ts
tests/UI/pages/BO/catalog/categories/add.ts
tests/UI/pages/BO/catalog/attributes/addValue.ts
tests/UI/pages/BO/catalog/attributes/view.ts
tests/UI/pages/BO/catalog/attributes/addAttribute.ts
tests/UI/pages/BO/catalog/products/add/index.ts
tests/UI/pages/BO/catalog/products/add/optionsTab.ts
tests/UI/pages/BO/catalog/products/add/seoTab.ts
tests/UI/pages/BO/catalog/products/add/combinationsTab.ts
tests/UI/pages/BO/catalog/products/add/packTab.ts
tests/UI/pages/BO/catalog/monitoring/index.ts
tests/UI/pages/BO/stats/index.ts
tests/UI/pages/BO/payment/preferences/index.ts
tests/UI/pages/FO/FObasePage.ts
tests/UI/pages/FO/classic/legalNotice/index.ts
tests/UI/pages/FO/classic/cms/index.ts
tests/UI/pages/FO/classic/bestSales/index.ts
tests/UI/pages/FO/classic/siteMap/index.ts
tests/UI/pages/FO/classic/delivery/index.ts
tests/UI/pages/FO/classic/newProducts/index.ts
tests/UI/pages/FO/classic/pricesDrop/index.ts
@ -10643,9 +10600,6 @@ tests/UI/pages/FO/classic/myAccount/vouchers.ts
tests/UI/pages/FO/classic/myAccount/returnDetails.ts
tests/UI/pages/FO/classic/myAccount/addAddress.ts
tests/UI/pages/FO/classic/myAccount/gdprPersonalData.ts
tests/UI/pages/FO/classic/myAccount/merchandiseReturns.ts
tests/UI/pages/FO/classic/myAccount/orderHistory.ts
tests/UI/pages/FO/classic/myAccount/orderDetails.ts
tests/UI/pages/FO/classic/myAccount/addresses.ts
tests/UI/pages/FO/classic/myAccount/creditSlips.ts
tests/UI/pages/FO/classic/myAccount/add.ts
@ -10655,7 +10609,6 @@ tests/UI/pages/FO/classic/termsAndConditionsOfUse/index.ts
tests/UI/pages/FO/classic/securePayment/index.ts
tests/UI/pages/FO/hummingbird/legalNotice/index.ts
tests/UI/pages/FO/hummingbird/bestSales/index.ts
tests/UI/pages/FO/hummingbird/siteMap/index.ts
tests/UI/pages/FO/hummingbird/delivery/index.ts
tests/UI/pages/FO/hummingbird/newProducts/index.ts
tests/UI/pages/FO/hummingbird/pricesDrop/index.ts
@ -10665,9 +10618,6 @@ tests/UI/pages/FO/hummingbird/myAccount/vouchers.ts
tests/UI/pages/FO/hummingbird/myAccount/returnDetails.ts
tests/UI/pages/FO/hummingbird/myAccount/addAddress.ts
tests/UI/pages/FO/hummingbird/myAccount/gdprPersonalData.ts
tests/UI/pages/FO/hummingbird/myAccount/merchandiseReturns.ts
tests/UI/pages/FO/hummingbird/myAccount/orderHistory.ts
tests/UI/pages/FO/hummingbird/myAccount/orderDetails.ts
tests/UI/pages/FO/hummingbird/myAccount/addresses.ts
tests/UI/pages/FO/hummingbird/myAccount/creditSlips.ts
tests/UI/pages/FO/hummingbird/myAccount/add.ts
@ -10692,7 +10642,7 @@ tests/Integration/ApiPlatform/EndPoint/ApiClientEndpointTest.php
tests/Integration/ApiPlatform/EndPoint/LanguageEndpointTest.php
tests/Integration/ApiPlatform/EndPoint/ApiTestCase.php
tests/Integration/ApiPlatform/EndPoint/ApiAccessTokenEndpointTest.php
tests/Integration/ApiPlatform/Serializer/DomainSerializerTest.php
tests/Integration/ApiPlatform/Serializer/CQRSApiSerializerTest.php
tests/Integration/ApiPlatform/ApiSecurityTest.php
tests/Integration/ApiPlatform/AdminAPIFeatureListenerTest.php
tests/Integration/ApiPlatform/DisabledEndpointsTest.php
@ -10758,6 +10708,7 @@ tests/Integration/PrestaShopBundle/TranslationIntegrationTest.php
tests/Integration/PrestaShopBundle/Routing/Converter/LegacyUrlConverterTest.php
tests/Integration/PrestaShopBundle/Routing/Converter/RoutingCacheKeyGeneratorTest.php
tests/Integration/PrestaShopBundle/Routing/Linter/SecurityAttributeLinterTest.php
tests/Integration/PrestaShopBundle/ApiPlatform/CQRSOpenApiFactoryTest.php
tests/Integration/PrestaShopBundle/Command/LoadLegacyClassesinCommandTest.php
tests/Integration/PrestaShopBundle/Command/GenerateMailTemplatesCommandTest.php
tests/Integration/PrestaShopBundle/Command/FeatureFlagCommandTest.php
@ -11385,7 +11336,6 @@ tests/Unit/PrestaShopBundle/ApiPlatform/Metadata/CQRSCreateTest.php
tests/Unit/PrestaShopBundle/ApiPlatform/Metadata/CQRSUpdateTest.php
tests/Unit/PrestaShopBundle/ApiPlatform/Metadata/CQRSGetTest.php
tests/Unit/PrestaShopBundle/ApiPlatform/Metadata/CQRSPartialUpdateTest.php
tests/Unit/PrestaShopBundle/ApiPlatform/StateProvider/QueryProviderTest.php
tests/Unit/PrestaShopBundle/Utils/TreeTest.php
tests/Unit/PrestaShopBundle/Utils/FloatParserTest.php
tests/Unit/PrestaShopBundle/Command/ExportThemeCommandTest.php

View file

@ -21880,6 +21880,12 @@ Content/ImportExport/Event/ImportExportExceptionImportExportHandlerEvent.php
ImportExport/Event/ImportExportExceptionImportExportHandlerEvent.php
Event/ImportExportExceptionImportExportHandlerEvent.php
ImportExportExceptionImportExportHandlerEvent.php
src/Core/Content/ImportExport/Event/ImportExportAfterProcessFinishedEvent.php
Core/Content/ImportExport/Event/ImportExportAfterProcessFinishedEvent.php
Content/ImportExport/Event/ImportExportAfterProcessFinishedEvent.php
ImportExport/Event/ImportExportAfterProcessFinishedEvent.php
Event/ImportExportAfterProcessFinishedEvent.php
ImportExportAfterProcessFinishedEvent.php
src/Core/Content/ImportExport/Event/ImportExportAfterImportRecordEvent.php
Core/Content/ImportExport/Event/ImportExportAfterImportRecordEvent.php
Content/ImportExport/Event/ImportExportAfterImportRecordEvent.php
@ -103133,21 +103139,33 @@ _unreleased/2025-01-17-shopware_admin_build_only_extensions-flag-is-now-only-wor
changelog/_unreleased/2024-11-26-using-external-url-for-media-s-path-without-storing-physical-files.md
_unreleased/2024-11-26-using-external-url-for-media-s-path-without-storing-physical-files.md
2024-11-26-using-external-url-for-media-s-path-without-storing-physical-files.md
changelog/_unreleased/2024-12-11-fix-webpack-plugin-config-order.md
_unreleased/2024-12-11-fix-webpack-plugin-config-order.md
2024-12-11-fix-webpack-plugin-config-order.md
changelog/_unreleased/2024-11-14-improve-mail-sender-fs.md
_unreleased/2024-11-14-improve-mail-sender-fs.md
2024-11-14-improve-mail-sender-fs.md
changelog/_unreleased/2024-11-20-datepicker-shows-date-and-time-in-the-format-depending-on-the-locale.md
_unreleased/2024-11-20-datepicker-shows-date-and-time-in-the-format-depending-on-the-locale.md
2024-11-20-datepicker-shows-date-and-time-in-the-format-depending-on-the-locale.md
changelog/_unreleased/2025-01-30-update-twig-to-3-19-0.md
_unreleased/2025-01-30-update-twig-to-3-19-0.md
2025-01-30-update-twig-to-3-19-0.md
changelog/_unreleased/2024-11-26-improve-checkout-order-placed-event.md
_unreleased/2024-11-26-improve-checkout-order-placed-event.md
2024-11-26-improve-checkout-order-placed-event.md
changelog/_unreleased/2024-07-16-remove-manual-override-for-state-machine.md
_unreleased/2024-07-16-remove-manual-override-for-state-machine.md
2024-07-16-remove-manual-override-for-state-machine.md
changelog/_unreleased/2025-01-29-mark-import-export-internal.md
_unreleased/2025-01-29-mark-import-export-internal.md
2025-01-29-mark-import-export-internal.md
changelog/_unreleased/2024-11-20-a11y-promotion-discounts-are-not-read-as-negative-amounts.md
_unreleased/2024-11-20-a11y-promotion-discounts-are-not-read-as-negative-amounts.md
2024-11-20-a11y-promotion-discounts-are-not-read-as-negative-amounts.md
changelog/_unreleased/2025-01-11-make-jira-issue-in-changelog-create-command-optional.md
_unreleased/2025-01-11-make-jira-issue-in-changelog-create-command-optional.md
2025-01-11-make-jira-issue-in-changelog-create-command-optional.md
changelog/_unreleased/2024-11-13-fix-exception-in-elasticsearch-indexer.md
_unreleased/2024-11-13-fix-exception-in-elasticsearch-indexer.md
2024-11-13-fix-exception-in-elasticsearch-indexer.md
@ -103265,6 +103283,9 @@ _unreleased/2024-11-28-improved-checkout-for-a11y.md
changelog/_unreleased/2024-12-11-deprecate-custom-entities-for-plugins.md
_unreleased/2024-12-11-deprecate-custom-entities-for-plugins.md
2024-12-11-deprecate-custom-entities-for-plugins.md
changelog/_unreleased/2025-01-14-replace-custom-css-declarations-from-the-header-scss-file-by-bootstrap-helper-classes.md
_unreleased/2025-01-14-replace-custom-css-declarations-from-the-header-scss-file-by-bootstrap-helper-classes.md
2025-01-14-replace-custom-css-declarations-from-the-header-scss-file-by-bootstrap-helper-classes.md
changelog/_unreleased/2025-01-08-fix-memory-leak-in-tooltip-directive.md
_unreleased/2025-01-08-fix-memory-leak-in-tooltip-directive.md
2025-01-08-fix-memory-leak-in-tooltip-directive.md
@ -103298,11 +103319,6 @@ _unreleased/2024-11-26-deprecate-settwig-in-storefront-controller.md
changelog/_unreleased/2024-12-17-refactor-form-handling.md
_unreleased/2024-12-17-refactor-form-handling.md
2024-12-17-refactor-form-handling.md
changelog/_unreleased/changelog/_unreleased/2024-12-11-fix-webpack-plugin-config-order.md
_unreleased/changelog/_unreleased/2024-12-11-fix-webpack-plugin-config-order.md
changelog/_unreleased/2024-12-11-fix-webpack-plugin-config-order.md
_unreleased/2024-12-11-fix-webpack-plugin-config-order.md
2024-12-11-fix-webpack-plugin-config-order.md
changelog/_unreleased/2025-01-28-fix-history-back-for-listing-filters.md
_unreleased/2025-01-28-fix-history-back-for-listing-filters.md
2025-01-28-fix-history-back-for-listing-filters.md
@ -103459,6 +103475,9 @@ _unreleased/2024-11-26-adding-the-sort-when-searching-the-properties.md
changelog/_unreleased/2024-12-13-add-promo-code-input-placeholder.md
_unreleased/2024-12-13-add-promo-code-input-placeholder.md
2024-12-13-add-promo-code-input-placeholder.md
changelog/_unreleased/2025-01-30-add-skip-image-gallery-button.md
_unreleased/2025-01-30-add-skip-image-gallery-button.md
2025-01-30-add-skip-image-gallery-button.md
changelog/_unreleased/2025-01-22-send-small-mail-object-directly.md
_unreleased/2025-01-22-send-small-mail-object-directly.md
2025-01-22-send-small-mail-object-directly.md
@ -103564,6 +103583,9 @@ _unreleased/2025-01-09-improve-administration-area-search-usage.md
changelog/_unreleased/2025-01-15-fix-message-deserialization.md
_unreleased/2025-01-15-fix-message-deserialization.md
2025-01-15-fix-message-deserialization.md
changelog/_unreleased/2025-01-30-allow-empty-theme-config-fields.md
_unreleased/2025-01-30-allow-empty-theme-config-fields.md
2025-01-30-allow-empty-theme-config-fields.md
changelog/_unreleased/2024-10-04-smaller-documents-sender-address.md
_unreleased/2024-10-04-smaller-documents-sender-address.md
2024-10-04-smaller-documents-sender-address.md

View file

@ -3070,6 +3070,7 @@ src/Core/Content/ImportExport/Event/ImportExportExceptionExportRecordEvent.php
src/Core/Content/ImportExport/Event/EnrichExportCriteriaEvent.php
src/Core/Content/ImportExport/Event/ImportExportBeforeImportRowEvent.php
src/Core/Content/ImportExport/Event/ImportExportExceptionImportExportHandlerEvent.php
src/Core/Content/ImportExport/Event/ImportExportAfterProcessFinishedEvent.php
src/Core/Content/ImportExport/Event/ImportExportAfterImportRecordEvent.php
src/Core/Content/ImportExport/Event/ImportExportBeforeExportRecordEvent.php
src/Core/Content/ImportExport/Event/ImportExportProfileEvents.php
@ -13161,11 +13162,15 @@ changelog/_unreleased/2024-11-05-set-group-promotions-cause-a-timeout-if-too-man
changelog/_unreleased/2024-04-25-implement-mt-banner-code-mod.md
changelog/_unreleased/2025-01-17-shopware_admin_build_only_extensions-flag-is-now-only-working-in-production-builds.md
changelog/_unreleased/2024-11-26-using-external-url-for-media-s-path-without-storing-physical-files.md
changelog/_unreleased/2024-12-11-fix-webpack-plugin-config-order.md
changelog/_unreleased/2024-11-14-improve-mail-sender-fs.md
changelog/_unreleased/2024-11-20-datepicker-shows-date-and-time-in-the-format-depending-on-the-locale.md
changelog/_unreleased/2025-01-30-update-twig-to-3-19-0.md
changelog/_unreleased/2024-11-26-improve-checkout-order-placed-event.md
changelog/_unreleased/2024-07-16-remove-manual-override-for-state-machine.md
changelog/_unreleased/2025-01-29-mark-import-export-internal.md
changelog/_unreleased/2024-11-20-a11y-promotion-discounts-are-not-read-as-negative-amounts.md
changelog/_unreleased/2025-01-11-make-jira-issue-in-changelog-create-command-optional.md
changelog/_unreleased/2024-11-13-fix-exception-in-elasticsearch-indexer.md
changelog/_unreleased/2024-11-22-a11y-convey-how-the-promotion-information-when-submit.md
changelog/_unreleased/2025-01-09-improve-method-call-usage.md
@ -13205,6 +13210,7 @@ changelog/_unreleased/2024-12-03-a11y-mobile-filter-panel.md
changelog/_unreleased/2024-11-27-improved-a11y-for-3d-viewer.md
changelog/_unreleased/2024-11-28-improved-checkout-for-a11y.md
changelog/_unreleased/2024-12-11-deprecate-custom-entities-for-plugins.md
changelog/_unreleased/2025-01-14-replace-custom-css-declarations-from-the-header-scss-file-by-bootstrap-helper-classes.md
changelog/_unreleased/2025-01-08-fix-memory-leak-in-tooltip-directive.md
changelog/_unreleased/2025-01-07-introduce-global-template-data-for-language-and-navigation.md
changelog/_unreleased/2024-12-17-shopping-cart-is-not-moved-to-new-token.md
@ -13216,7 +13222,6 @@ changelog/_unreleased/2024-10-31-bulk-entity-extension.md
changelog/_unreleased/2022-04-05-keep-track-of-changes-on-rule-builder-detail-page.md
changelog/_unreleased/2024-11-26-deprecate-settwig-in-storefront-controller.md
changelog/_unreleased/2024-12-17-refactor-form-handling.md
changelog/_unreleased/changelog/_unreleased/2024-12-11-fix-webpack-plugin-config-order.md
changelog/_unreleased/2025-01-28-fix-history-back-for-listing-filters.md
changelog/_unreleased/2024-12-27-set-default-search-result-sorting.md
changelog/_unreleased/2024-12-06-fix-assert-in-state-machine-dump.md
@ -13269,6 +13274,7 @@ changelog/_unreleased/2024-11-12-use-global-entity-and-entity-collection-types.m
changelog/_unreleased/2025-01-08-introduce-hydrator-class-attribute-entity.md
changelog/_unreleased/2024-11-26-adding-the-sort-when-searching-the-properties.md
changelog/_unreleased/2024-12-13-add-promo-code-input-placeholder.md
changelog/_unreleased/2025-01-30-add-skip-image-gallery-button.md
changelog/_unreleased/2025-01-22-send-small-mail-object-directly.md
changelog/_unreleased/2024-12-09-add-mysql-cache-invalidator-storage.md
changelog/_unreleased/2025-01-05-select-initial-hreflang-localisation-when-creating-a-new-sales-channel-domain.md
@ -13304,6 +13310,7 @@ changelog/_unreleased/2024-09-27-add-an-option-for-generating-documents-via-bulk
changelog/_unreleased/2025-01-29-fix-data-grid-inline-edit.md
changelog/_unreleased/2025-01-09-improve-administration-area-search-usage.md
changelog/_unreleased/2025-01-15-fix-message-deserialization.md
changelog/_unreleased/2025-01-30-allow-empty-theme-config-fields.md
changelog/_unreleased/2024-10-04-smaller-documents-sender-address.md
changelog/_unreleased/2025-01-16-deprecations-related-to-the-update-of-doctrine-dbal-to-v4-in-shopware-6-7.md
changelog/_unreleased/2024-11-19-fix-navbar-category-image-width.md

View file

@ -17685,6 +17685,7 @@ phpstan.neon
ecs.php
composer.json
.prettierignore
rector.php
webpack.config.js
CHANGELOG.md
.nvmrc

View file

@ -3912,6 +3912,7 @@ phpstan.neon
ecs.php
composer.json
.prettierignore
rector.php
webpack.config.js
CHANGELOG.md
.nvmrc

View file

@ -19800,6 +19800,11 @@ js/settings-editor/changelog/53913-update-handle-outputed-script
settings-editor/changelog/53913-update-handle-outputed-script
changelog/53913-update-handle-outputed-script
53913-update-handle-outputed-script
packages/js/settings-editor/changelog/fix-settings-custom-view
js/settings-editor/changelog/fix-settings-custom-view
settings-editor/changelog/fix-settings-custom-view
changelog/fix-settings-custom-view
fix-settings-custom-view
packages/js/settings-editor/babel.config.js
js/settings-editor/babel.config.js
settings-editor/babel.config.js
@ -29292,13 +29297,6 @@ js/icons/library/mini-cart-alt.tsx
icons/library/mini-cart-alt.tsx
library/mini-cart-alt.tsx
mini-cart-alt.tsx
plugins/woocommerce-blocks/assets/js/icons/library/thumbnails-position-left.tsx
woocommerce-blocks/assets/js/icons/library/thumbnails-position-left.tsx
assets/js/icons/library/thumbnails-position-left.tsx
js/icons/library/thumbnails-position-left.tsx
icons/library/thumbnails-position-left.tsx
library/thumbnails-position-left.tsx
thumbnails-position-left.tsx
plugins/woocommerce-blocks/assets/js/icons/library/filter.tsx
woocommerce-blocks/assets/js/icons/library/filter.tsx
assets/js/icons/library/filter.tsx
@ -29320,13 +29318,6 @@ js/icons/library/check-payment.tsx
icons/library/check-payment.tsx
library/check-payment.tsx
check-payment.tsx
plugins/woocommerce-blocks/assets/js/icons/library/thumbnails-position-right.tsx
woocommerce-blocks/assets/js/icons/library/thumbnails-position-right.tsx
assets/js/icons/library/thumbnails-position-right.tsx
js/icons/library/thumbnails-position-right.tsx
icons/library/thumbnails-position-right.tsx
library/thumbnails-position-right.tsx
thumbnails-position-right.tsx
plugins/woocommerce-blocks/assets/js/icons/library/customer-account-style-alt.tsx
woocommerce-blocks/assets/js/icons/library/customer-account-style-alt.tsx
assets/js/icons/library/customer-account-style-alt.tsx
@ -29376,13 +29367,6 @@ js/icons/library/product-filter-attribute.tsx
icons/library/product-filter-attribute.tsx
library/product-filter-attribute.tsx
product-filter-attribute.tsx
plugins/woocommerce-blocks/assets/js/icons/library/thumbnails-position-bottom.tsx
woocommerce-blocks/assets/js/icons/library/thumbnails-position-bottom.tsx
assets/js/icons/library/thumbnails-position-bottom.tsx
js/icons/library/thumbnails-position-bottom.tsx
icons/library/thumbnails-position-bottom.tsx
library/thumbnails-position-bottom.tsx
thumbnails-position-bottom.tsx
plugins/woocommerce-blocks/assets/js/icons/library/totals.tsx
woocommerce-blocks/assets/js/icons/library/totals.tsx
assets/js/icons/library/totals.tsx
@ -31334,6 +31318,15 @@ components/cart-checkout/form/custom-validation-handler.ts
cart-checkout/form/custom-validation-handler.ts
form/custom-validation-handler.ts
custom-validation-handler.ts
plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/form/use-form-fields.ts
woocommerce-blocks/assets/js/base/components/cart-checkout/form/use-form-fields.ts
assets/js/base/components/cart-checkout/form/use-form-fields.ts
js/base/components/cart-checkout/form/use-form-fields.ts
base/components/cart-checkout/form/use-form-fields.ts
components/cart-checkout/form/use-form-fields.ts
cart-checkout/form/use-form-fields.ts
form/use-form-fields.ts
use-form-fields.ts
plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/form/validate-country.ts
woocommerce-blocks/assets/js/base/components/cart-checkout/form/validate-country.ts
assets/js/base/components/cart-checkout/form/validate-country.ts
@ -35854,24 +35847,15 @@ product-gallery/inner-blocks/product-gallery-pager/edit.tsx
inner-blocks/product-gallery-pager/edit.tsx
product-gallery-pager/edit.tsx
edit.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/constants.tsx
woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/constants.tsx
assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/constants.tsx
js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/constants.tsx
blocks/product-gallery/inner-blocks/product-gallery-thumbnails/constants.tsx
product-gallery/inner-blocks/product-gallery-thumbnails/constants.tsx
inner-blocks/product-gallery-thumbnails/constants.tsx
product-gallery-thumbnails/constants.tsx
constants.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/editor.scss
woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/editor.scss
assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/editor.scss
js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/editor.scss
blocks/product-gallery/inner-blocks/product-gallery-thumbnails/editor.scss
product-gallery/inner-blocks/product-gallery-thumbnails/editor.scss
inner-blocks/product-gallery-thumbnails/editor.scss
product-gallery-thumbnails/editor.scss
editor.scss
plugins/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/types.ts
woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/types.ts
assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/types.ts
js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/types.ts
blocks/product-gallery/inner-blocks/product-gallery-thumbnails/types.ts
product-gallery/inner-blocks/product-gallery-thumbnails/types.ts
inner-blocks/product-gallery-thumbnails/types.ts
product-gallery-thumbnails/types.ts
types.ts
plugins/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/icon.tsx
woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/icon.tsx
assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/icon.tsx
@ -35954,13 +35938,6 @@ js/blocks/product-gallery/frontend.tsx
blocks/product-gallery/frontend.tsx
product-gallery/frontend.tsx
frontend.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-gallery/utils.tsx
woocommerce-blocks/assets/js/blocks/product-gallery/utils.tsx
assets/js/blocks/product-gallery/utils.tsx
js/blocks/product-gallery/utils.tsx
blocks/product-gallery/utils.tsx
product-gallery/utils.tsx
utils.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-gallery/edit.tsx
woocommerce-blocks/assets/js/blocks/product-gallery/edit.tsx
assets/js/blocks/product-gallery/edit.tsx
@ -40572,6 +40549,13 @@ add-to-cart-with-options/components/downgrade-notice/index.tsx
components/downgrade-notice/index.tsx
downgrade-notice/index.tsx
index.tsx
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/utils.ts
woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/utils.ts
assets/js/blocks/add-to-cart-with-options/utils.ts
js/blocks/add-to-cart-with-options/utils.ts
blocks/add-to-cart-with-options/utils.ts
add-to-cart-with-options/utils.ts
utils.ts
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/hooks/use-product-type-selector/index.ts
woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/hooks/use-product-type-selector/index.ts
assets/js/blocks/add-to-cart-with-options/hooks/use-product-type-selector/index.ts
@ -40581,13 +40565,6 @@ add-to-cart-with-options/hooks/use-product-type-selector/index.ts
hooks/use-product-type-selector/index.ts
use-product-type-selector/index.ts
index.ts
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/settings.tsx
woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/settings.tsx
assets/js/blocks/add-to-cart-with-options/settings.tsx
js/blocks/add-to-cart-with-options/settings.tsx
blocks/add-to-cart-with-options/settings.tsx
add-to-cart-with-options/settings.tsx
settings.tsx
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/quantity-selector/style.scss
woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/quantity-selector/style.scss
assets/js/blocks/add-to-cart-with-options/quantity-selector/style.scss
@ -49153,6 +49130,11 @@ woocommerce/src/Enums/OrderStatus.php
src/Enums/OrderStatus.php
Enums/OrderStatus.php
OrderStatus.php
plugins/woocommerce/src/Enums/ProductStockStatus.php
woocommerce/src/Enums/ProductStockStatus.php
src/Enums/ProductStockStatus.php
Enums/ProductStockStatus.php
ProductStockStatus.php
plugins/woocommerce/src/Enums/README.md
woocommerce/src/Enums/README.md
src/Enums/README.md
@ -49173,6 +49155,11 @@ woocommerce/src/Enums/ProductType.php
src/Enums/ProductType.php
Enums/ProductType.php
ProductType.php
plugins/woocommerce/src/Enums/CatalogVisibility.php
woocommerce/src/Enums/CatalogVisibility.php
src/Enums/CatalogVisibility.php
Enums/CatalogVisibility.php
CatalogVisibility.php
plugins/woocommerce/src/Container.php
woocommerce/src/Container.php
src/Container.php
@ -64889,10 +64876,18 @@ plugins/woocommerce/changelog/54996-chore-update-wireit
woocommerce/changelog/54996-chore-update-wireit
changelog/54996-chore-update-wireit
54996-chore-update-wireit
plugins/woocommerce/changelog/fix-flaky-mini-cart-test
woocommerce/changelog/fix-flaky-mini-cart-test
changelog/fix-flaky-mini-cart-test
fix-flaky-mini-cart-test
plugins/woocommerce/changelog/fix-system-status-pages-api-return-type
woocommerce/changelog/fix-system-status-pages-api-return-type
changelog/fix-system-status-pages-api-return-type
fix-system-status-pages-api-return-type
plugins/woocommerce/changelog/55004-fix-prevent-undefined-key-cost
woocommerce/changelog/55004-fix-prevent-undefined-key-cost
changelog/55004-fix-prevent-undefined-key-cost
55004-fix-prevent-undefined-key-cost
plugins/woocommerce/changelog/54801-fix-is-rest-api-request
woocommerce/changelog/54801-fix-is-rest-api-request
changelog/54801-fix-is-rest-api-request
@ -64917,6 +64912,10 @@ plugins/woocommerce/changelog/dev-install_plugin-check_in_ci
woocommerce/changelog/dev-install_plugin-check_in_ci
changelog/dev-install_plugin-check_in_ci
dev-install_plugin-check_in_ci
plugins/woocommerce/changelog/55006-fix-brands-boolean-markup-issue
woocommerce/changelog/55006-fix-brands-boolean-markup-issue
changelog/55006-fix-brands-boolean-markup-issue
55006-fix-brands-boolean-markup-issue
plugins/woocommerce/changelog/54695-fix-settings-label-sanitization
woocommerce/changelog/54695-fix-settings-label-sanitization
changelog/54695-fix-settings-label-sanitization
@ -64937,6 +64936,14 @@ plugins/woocommerce/changelog/fix-54431-create-add-to-cart-with-options-template
woocommerce/changelog/fix-54431-create-add-to-cart-with-options-template-parts
changelog/fix-54431-create-add-to-cart-with-options-template-parts
fix-54431-create-add-to-cart-with-options-template-parts
plugins/woocommerce/changelog/54986-product-filters-fix-product-counts
woocommerce/changelog/54986-product-filters-fix-product-counts
changelog/54986-product-filters-fix-product-counts
54986-product-filters-fix-product-counts
plugins/woocommerce/changelog/2025-01-30-16-35-38-940528
woocommerce/changelog/2025-01-30-16-35-38-940528
changelog/2025-01-30-16-35-38-940528
2025-01-30-16-35-38-940528
plugins/woocommerce/changelog/dev-e2e-enable-task-list-at-teardown
woocommerce/changelog/dev-e2e-enable-task-list-at-teardown
changelog/dev-e2e-enable-task-list-at-teardown
@ -64961,6 +64968,10 @@ plugins/woocommerce/changelog/54661-trunk
woocommerce/changelog/54661-trunk
changelog/54661-trunk
54661-trunk
plugins/woocommerce/changelog/54965-product-filters-fix-removable-chip-color
woocommerce/changelog/54965-product-filters-fix-removable-chip-color
changelog/54965-product-filters-fix-removable-chip-color
54965-product-filters-fix-removable-chip-color
plugins/woocommerce/changelog/54623-fix-ces-feedback-title
woocommerce/changelog/54623-fix-ces-feedback-title
changelog/54623-fix-ces-feedback-title
@ -64993,10 +65004,6 @@ plugins/woocommerce/changelog/54925-fix-add-to-cart-form-tweak-css
woocommerce/changelog/54925-fix-add-to-cart-form-tweak-css
changelog/54925-fix-add-to-cart-form-tweak-css
54925-fix-add-to-cart-form-tweak-css
plugins/woocommerce/changelog/update-10199-woopayments-recommended-pms-add-tracks
woocommerce/changelog/update-10199-woopayments-recommended-pms-add-tracks
changelog/update-10199-woopayments-recommended-pms-add-tracks
update-10199-woopayments-recommended-pms-add-tracks
plugins/woocommerce/changelog/fix-QueryBuilder-defaults
woocommerce/changelog/fix-QueryBuilder-defaults
changelog/fix-QueryBuilder-defaults
@ -65021,6 +65028,10 @@ plugins/woocommerce/changelog/dev-e2e-unskip-wpcom-pressable-task-list
woocommerce/changelog/dev-e2e-unskip-wpcom-pressable-task-list
changelog/dev-e2e-unskip-wpcom-pressable-task-list
dev-e2e-unskip-wpcom-pressable-task-list
plugins/woocommerce/changelog/fix-54848-add-to-cart-with-options-only-block-themes
woocommerce/changelog/fix-54848-add-to-cart-with-options-only-block-themes
changelog/fix-54848-add-to-cart-with-options-only-block-themes
fix-54848-add-to-cart-with-options-only-block-themes
plugins/woocommerce/changelog/54448-add-connected-notice
woocommerce/changelog/54448-add-connected-notice
changelog/54448-add-connected-notice
@ -65041,14 +65052,30 @@ plugins/woocommerce/changelog/remove-dialog-gallery-template-part
woocommerce/changelog/remove-dialog-gallery-template-part
changelog/remove-dialog-gallery-template-part
remove-dialog-gallery-template-part
plugins/woocommerce/changelog/fix-55012
woocommerce/changelog/fix-55012
changelog/fix-55012
fix-55012
plugins/woocommerce/changelog/54725-dev-introducing-product-stock-status-constants
woocommerce/changelog/54725-dev-introducing-product-stock-status-constants
changelog/54725-dev-introducing-product-stock-status-constants
54725-dev-introducing-product-stock-status-constants
plugins/woocommerce/changelog/fix-53810-rest-order-emails
woocommerce/changelog/fix-53810-rest-order-emails
changelog/fix-53810-rest-order-emails
fix-53810-rest-order-emails
plugins/woocommerce/changelog/54935-add-js-conditional-visibility
woocommerce/changelog/54935-add-js-conditional-visibility
changelog/54935-add-js-conditional-visibility
54935-add-js-conditional-visibility
plugins/woocommerce/changelog/54852-update-k6-http-perf-config-automate-default-product-id
woocommerce/changelog/54852-update-k6-http-perf-config-automate-default-product-id
changelog/54852-update-k6-http-perf-config-automate-default-product-id
54852-update-k6-http-perf-config-automate-default-product-id
plugins/woocommerce/changelog/52072-fix-settings-shipping-endpoint
woocommerce/changelog/52072-fix-settings-shipping-endpoint
changelog/52072-fix-settings-shipping-endpoint
52072-fix-settings-shipping-endpoint
plugins/woocommerce/changelog/add-schema-validation-54474
woocommerce/changelog/add-schema-validation-54474
changelog/add-schema-validation-54474
@ -65065,6 +65092,10 @@ plugins/woocommerce/changelog/fix-product-gallery-minor-cleanup
woocommerce/changelog/fix-product-gallery-minor-cleanup
changelog/fix-product-gallery-minor-cleanup
fix-product-gallery-minor-cleanup
plugins/woocommerce/changelog/fix-product-gallery-e2e-flaky-test
woocommerce/changelog/fix-product-gallery-e2e-flaky-test
changelog/fix-product-gallery-e2e-flaky-test
fix-product-gallery-e2e-flaky-test
plugins/woocommerce/changelog/54723-fix-global-popover-element
woocommerce/changelog/54723-fix-global-popover-element
changelog/54723-fix-global-popover-element
@ -65109,6 +65140,10 @@ plugins/woocommerce/changelog/update-checkout-data-store-types
woocommerce/changelog/update-checkout-data-store-types
changelog/update-checkout-data-store-types
update-checkout-data-store-types
plugins/woocommerce/changelog/55005-fix-brands-permalink-false-issue
woocommerce/changelog/55005-fix-brands-permalink-false-issue
changelog/55005-fix-brands-permalink-false-issue
55005-fix-brands-permalink-false-issue
plugins/woocommerce/changelog/54885-add-schema-document-object
woocommerce/changelog/54885-add-schema-document-object
changelog/54885-add-schema-document-object
@ -65117,6 +65152,10 @@ plugins/woocommerce/changelog/54823-add-shipping-zone-method-ids
woocommerce/changelog/54823-add-shipping-zone-method-ids
changelog/54823-add-shipping-zone-method-ids
54823-add-shipping-zone-method-ids
plugins/woocommerce/changelog/fix-mini-cart-notices
woocommerce/changelog/fix-mini-cart-notices
changelog/fix-mini-cart-notices
fix-mini-cart-notices
plugins/woocommerce/changelog/54746-issues-#54726-rename-collection-to-pickup
woocommerce/changelog/54746-issues-#54726-rename-collection-to-pickup
changelog/54746-issues-#54726-rename-collection-to-pickup
@ -65157,6 +65196,10 @@ plugins/woocommerce/changelog/add-local-pickup-preview-data-42098
woocommerce/changelog/add-local-pickup-preview-data-42098
changelog/add-local-pickup-preview-data-42098
add-local-pickup-preview-data-42098
plugins/woocommerce/changelog/54001-dev-introducing-visibility-constants
woocommerce/changelog/54001-dev-introducing-visibility-constants
changelog/54001-dev-introducing-visibility-constants
54001-dev-introducing-visibility-constants
plugins/woocommerce/changelog/fix-51003
woocommerce/changelog/fix-51003
changelog/fix-51003
@ -65181,6 +65224,10 @@ plugins/woocommerce/changelog/54521-update-coming-soon-template-dynamic-font
woocommerce/changelog/54521-update-coming-soon-template-dynamic-font
changelog/54521-update-coming-soon-template-dynamic-font
54521-update-coming-soon-template-dynamic-font
plugins/woocommerce/changelog/add-54512
woocommerce/changelog/add-54512
changelog/add-54512
add-54512
plugins/woocommerce/changelog/update-coming-soon-template-heading
woocommerce/changelog/update-coming-soon-template-heading
changelog/update-coming-soon-template-heading
@ -65189,6 +65236,10 @@ plugins/woocommerce/changelog/add-53013
woocommerce/changelog/add-53013
changelog/add-53013
add-53013
plugins/woocommerce/changelog/fix-settings-custom-view
woocommerce/changelog/fix-settings-custom-view
changelog/fix-settings-custom-view
fix-settings-custom-view
plugins/woocommerce/patterns/page-coming-soon-split-right-image.php
woocommerce/patterns/page-coming-soon-split-right-image.php
patterns/page-coming-soon-split-right-image.php
@ -72043,6 +72094,22 @@ src/Blocks/Mocks/BlockHooksTestBlock.php
Blocks/Mocks/BlockHooksTestBlock.php
Mocks/BlockHooksTestBlock.php
BlockHooksTestBlock.php
plugins/woocommerce/tests/php/src/Blocks/Mocks/AddToCartWithOptionsQuantitySelectorMock.php
woocommerce/tests/php/src/Blocks/Mocks/AddToCartWithOptionsQuantitySelectorMock.php
tests/php/src/Blocks/Mocks/AddToCartWithOptionsQuantitySelectorMock.php
php/src/Blocks/Mocks/AddToCartWithOptionsQuantitySelectorMock.php
src/Blocks/Mocks/AddToCartWithOptionsQuantitySelectorMock.php
Blocks/Mocks/AddToCartWithOptionsQuantitySelectorMock.php
Mocks/AddToCartWithOptionsQuantitySelectorMock.php
AddToCartWithOptionsQuantitySelectorMock.php
plugins/woocommerce/tests/php/src/Blocks/Mocks/AddToCartWithOptionsMock.php
woocommerce/tests/php/src/Blocks/Mocks/AddToCartWithOptionsMock.php
tests/php/src/Blocks/Mocks/AddToCartWithOptionsMock.php
php/src/Blocks/Mocks/AddToCartWithOptionsMock.php
src/Blocks/Mocks/AddToCartWithOptionsMock.php
Blocks/Mocks/AddToCartWithOptionsMock.php
Mocks/AddToCartWithOptionsMock.php
AddToCartWithOptionsMock.php
plugins/woocommerce/tests/php/src/Blocks/Mocks/AssetDataRegistryMock.php
woocommerce/tests/php/src/Blocks/Mocks/AssetDataRegistryMock.php
tests/php/src/Blocks/Mocks/AssetDataRegistryMock.php

View file

@ -3359,6 +3359,7 @@ packages/js/settings-editor/changelog/53772-add-settings-data-group-layout
packages/js/settings-editor/changelog/tweak-settings-route
packages/js/settings-editor/changelog/54041-update-settings-dataform
packages/js/settings-editor/changelog/53913-update-handle-outputed-script
packages/js/settings-editor/changelog/fix-settings-custom-view
packages/js/settings-editor/babel.config.js
packages/js/settings-editor/webpack.config.js
packages/js/settings-editor/.eslintrc.js
@ -4888,11 +4889,9 @@ plugins/woocommerce-blocks/assets/js/icons/library/product-filter-status.tsx
plugins/woocommerce-blocks/assets/js/icons/library/toggle.tsx
plugins/woocommerce-blocks/assets/js/icons/library/customer-account-style.tsx
plugins/woocommerce-blocks/assets/js/icons/library/mini-cart-alt.tsx
plugins/woocommerce-blocks/assets/js/icons/library/thumbnails-position-left.tsx
plugins/woocommerce-blocks/assets/js/icons/library/filter.tsx
plugins/woocommerce-blocks/assets/js/icons/library/close-square-shadow.tsx
plugins/woocommerce-blocks/assets/js/icons/library/check-payment.tsx
plugins/woocommerce-blocks/assets/js/icons/library/thumbnails-position-right.tsx
plugins/woocommerce-blocks/assets/js/icons/library/customer-account-style-alt.tsx
plugins/woocommerce-blocks/assets/js/icons/library/product-filter-options.tsx
plugins/woocommerce-blocks/assets/js/icons/library/remove-cart.tsx
@ -4900,7 +4899,6 @@ plugins/woocommerce-blocks/assets/js/icons/library/product-filter-active.tsx
plugins/woocommerce-blocks/assets/js/icons/library/barcode.tsx
plugins/woocommerce-blocks/assets/js/icons/library/filter-three-lines.tsx
plugins/woocommerce-blocks/assets/js/icons/library/product-filter-attribute.tsx
plugins/woocommerce-blocks/assets/js/icons/library/thumbnails-position-bottom.tsx
plugins/woocommerce-blocks/assets/js/icons/library/totals.tsx
plugins/woocommerce-blocks/assets/js/icons/library/customer-account.tsx
plugins/woocommerce-blocks/assets/js/icons/library/product-meta.tsx
@ -5135,6 +5133,7 @@ plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/form/test/ind
plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/form/utils.ts
plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/form/address-line-fields.tsx
plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/form/custom-validation-handler.ts
plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/form/use-form-fields.ts
plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/form/validate-country.ts
plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/product-summary/index.tsx
plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/product-metadata/style.scss
@ -5696,8 +5695,7 @@ plugins/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product
plugins/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-pager/block.json
plugins/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-pager/icons.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-pager/edit.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/constants.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/editor.scss
plugins/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/types.ts
plugins/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/icon.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/block.json
@ -5708,7 +5706,6 @@ plugins/woocommerce-blocks/assets/js/blocks/product-gallery/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-gallery/block.json
plugins/woocommerce-blocks/assets/js/blocks/product-gallery/block-settings/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-gallery/frontend.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-gallery/utils.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-gallery/edit.tsx
plugins/woocommerce-blocks/assets/js/blocks/classic-template/types.ts
plugins/woocommerce-blocks/assets/js/blocks/classic-template/README.md
@ -6281,8 +6278,8 @@ plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/types.ts
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/style.scss
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/components/toolbar-type-product-selector-group/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/components/downgrade-notice/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/utils.ts
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/hooks/use-product-type-selector/index.ts
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/settings.tsx
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/quantity-selector/style.scss
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/quantity-selector/editor.scss
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/quantity-selector/index.tsx
@ -7526,10 +7523,12 @@ plugins/woocommerce/src/StoreApi/Authentication.php
plugins/woocommerce/src/Deprecated.php
plugins/woocommerce/src/Vendor/README.md
plugins/woocommerce/src/Enums/OrderStatus.php
plugins/woocommerce/src/Enums/ProductStockStatus.php
plugins/woocommerce/src/Enums/README.md
plugins/woocommerce/src/Enums/ProductStatus.php
plugins/woocommerce/src/Enums/OrderInternalStatus.php
plugins/woocommerce/src/Enums/ProductType.php
plugins/woocommerce/src/Enums/CatalogVisibility.php
plugins/woocommerce/src/Container.php
plugins/woocommerce/src/Internal/RestApiControllerBase.php
plugins/woocommerce/src/Internal/BrandingController.php
@ -9525,24 +9524,30 @@ plugins/woocommerce/changelog/dev-enable-wpenv-debug-for-testing-containers-1
plugins/woocommerce/changelog/fix-54434-3rd-party-product-types-fallback
plugins/woocommerce/changelog/fix-activity-panel-reviews
plugins/woocommerce/changelog/54996-chore-update-wireit
plugins/woocommerce/changelog/fix-flaky-mini-cart-test
plugins/woocommerce/changelog/fix-system-status-pages-api-return-type
plugins/woocommerce/changelog/55004-fix-prevent-undefined-key-cost
plugins/woocommerce/changelog/54801-fix-is-rest-api-request
plugins/woocommerce/changelog/54744-fix-popover-styling
plugins/woocommerce/changelog/54837-safari-email-preview-overflow
plugins/woocommerce/changelog/.gitkeep
plugins/woocommerce/changelog/54635-update-bump-e2e-test-utils-playwright
plugins/woocommerce/changelog/dev-install_plugin-check_in_ci
plugins/woocommerce/changelog/55006-fix-brands-boolean-markup-issue
plugins/woocommerce/changelog/54695-fix-settings-label-sanitization
plugins/woocommerce/changelog/54747-product-filters-rating-limit-fix
plugins/woocommerce/changelog/54735-fix-popover-with-info-button
plugins/woocommerce/changelog/update-coming-soon-template-images
plugins/woocommerce/changelog/fix-54431-create-add-to-cart-with-options-template-parts
plugins/woocommerce/changelog/54986-product-filters-fix-product-counts
plugins/woocommerce/changelog/2025-01-30-16-35-38-940528
plugins/woocommerce/changelog/dev-e2e-enable-task-list-at-teardown
plugins/woocommerce/changelog/54706-dev-clean-up-shared-config
plugins/woocommerce/changelog/fix-52132
plugins/woocommerce/changelog/54650-product-filters-remove-clear-button-settings
plugins/woocommerce/changelog/add-54666_add_tests
plugins/woocommerce/changelog/54661-trunk
plugins/woocommerce/changelog/54965-product-filters-fix-removable-chip-color
plugins/woocommerce/changelog/54623-fix-ces-feedback-title
plugins/woocommerce/changelog/e2e-move-products-specs-new-structure
plugins/woocommerce/changelog/dev-e2e-unskip-on-pressable-settings-woocom
@ -9551,24 +9556,29 @@ plugins/woocommerce/changelog/add-54666_initial_accordion_block
plugins/woocommerce/changelog/dev-e2e-unskip-wpcom-create-variations
plugins/woocommerce/changelog/54557-update-coming-soon-template-loginout-button
plugins/woocommerce/changelog/54925-fix-add-to-cart-form-tweak-css
plugins/woocommerce/changelog/update-10199-woopayments-recommended-pms-add-tracks
plugins/woocommerce/changelog/fix-QueryBuilder-defaults
plugins/woocommerce/changelog/fix-coming-soon-previews-height
plugins/woocommerce/changelog/enhance-improve-plugin-installation-failures
plugins/woocommerce/changelog/54798-add-dataform-settings-textarea
plugins/woocommerce/changelog/e2e-move-analytics-pages-tests
plugins/woocommerce/changelog/dev-e2e-unskip-wpcom-pressable-task-list
plugins/woocommerce/changelog/fix-54848-add-to-cart-with-options-only-block-themes
plugins/woocommerce/changelog/54448-add-connected-notice
plugins/woocommerce/changelog/54740-54727-create-blockified-product-details-block
plugins/woocommerce/changelog/tweak-wccom-22605-track-plugin-install-woo
plugins/woocommerce/changelog/fix-coming-soon-template-classic-theme
plugins/woocommerce/changelog/remove-dialog-gallery-template-part
plugins/woocommerce/changelog/fix-55012
plugins/woocommerce/changelog/54725-dev-introducing-product-stock-status-constants
plugins/woocommerce/changelog/fix-53810-rest-order-emails
plugins/woocommerce/changelog/54935-add-js-conditional-visibility
plugins/woocommerce/changelog/54852-update-k6-http-perf-config-automate-default-product-id
plugins/woocommerce/changelog/52072-fix-settings-shipping-endpoint
plugins/woocommerce/changelog/add-schema-validation-54474
plugins/woocommerce/changelog/54703-dev-update-dewp-blocks
plugins/woocommerce/changelog/e2e-try-setup-projects-for-global-setup
plugins/woocommerce/changelog/fix-product-gallery-minor-cleanup
plugins/woocommerce/changelog/fix-product-gallery-e2e-flaky-test
plugins/woocommerce/changelog/54723-fix-global-popover-element
plugins/woocommerce/changelog/54840-fix-filter-lint
plugins/woocommerce/changelog/54041-update-settings-dataform
@ -9580,8 +9590,10 @@ plugins/woocommerce/changelog/fix-54432-template-parts-in-editor
plugins/woocommerce/changelog/54701-fix-ces-tracks-queue-fatal
plugins/woocommerce/changelog/54669-50844-fix-fatal-error
plugins/woocommerce/changelog/update-checkout-data-store-types
plugins/woocommerce/changelog/55005-fix-brands-permalink-false-issue
plugins/woocommerce/changelog/54885-add-schema-document-object
plugins/woocommerce/changelog/54823-add-shipping-zone-method-ids
plugins/woocommerce/changelog/fix-mini-cart-notices
plugins/woocommerce/changelog/54746-issues-#54726-rename-collection-to-pickup
plugins/woocommerce/changelog/update-product-gallery-remove-parent-block-next-prev-attr
plugins/woocommerce/changelog/54708-dev-webpack-remove-unused-file-suffix
@ -9592,14 +9604,17 @@ plugins/woocommerce/changelog/fix-coding-styles
plugins/woocommerce/changelog/fix-uncaught-type-error-on-installer
plugins/woocommerce/changelog/54522-email-logo-width
plugins/woocommerce/changelog/add-local-pickup-preview-data-42098
plugins/woocommerce/changelog/54001-dev-introducing-visibility-constants
plugins/woocommerce/changelog/fix-51003
plugins/woocommerce/changelog/dev-update-e2e-hpos-job-config
plugins/woocommerce/changelog/53950-preview-plain-text-emails
plugins/woocommerce/changelog/dev-e2e-unskip-wpcom-wordpress-post
plugins/woocommerce/changelog/54696-dev-doc-files-for-the-introduced-constant-classes
plugins/woocommerce/changelog/54521-update-coming-soon-template-dynamic-font
plugins/woocommerce/changelog/add-54512
plugins/woocommerce/changelog/update-coming-soon-template-heading
plugins/woocommerce/changelog/add-53013
plugins/woocommerce/changelog/fix-settings-custom-view
plugins/woocommerce/patterns/page-coming-soon-split-right-image.php
plugins/woocommerce/patterns/related-products.php
plugins/woocommerce/patterns/banner.php
@ -10565,6 +10580,8 @@ plugins/woocommerce/tests/php/src/Blocks/Mocks/OrderConfirmation/TotalsMock.php
plugins/woocommerce/tests/php/src/Blocks/Mocks/ProductQueryMock.php
plugins/woocommerce/tests/php/src/Blocks/Mocks/CheckoutMock.php
plugins/woocommerce/tests/php/src/Blocks/Mocks/BlockHooksTestBlock.php
plugins/woocommerce/tests/php/src/Blocks/Mocks/AddToCartWithOptionsQuantitySelectorMock.php
plugins/woocommerce/tests/php/src/Blocks/Mocks/AddToCartWithOptionsMock.php
plugins/woocommerce/tests/php/src/Blocks/Mocks/AssetDataRegistryMock.php
plugins/woocommerce/tests/php/src/Blocks/Mocks/CartCheckoutUtilsMock.php
plugins/woocommerce/tests/php/src/Blocks/Bootstrap/MainFile.php

View file

@ -5370,6 +5370,9 @@ migrate/20250124112935_reserved_words_per_model.rb
db/migrate/20241113154014_issue5409_wrong_db_column_array_type.rb
migrate/20241113154014_issue5409_wrong_db_column_array_type.rb
20241113154014_issue5409_wrong_db_column_array_type.rb
db/migrate/20250129140759_add_article_language_detection.rb
migrate/20250129140759_add_article_language_detection.rb
20250129140759_add_article_language_detection.rb
db/migrate/20170117000001_unable_to_enable_time_accounting_633.rb
migrate/20170117000001_unable_to_enable_time_accounting_633.rb
20170117000001_unable_to_enable_time_accounting_633.rb
@ -28544,6 +28547,16 @@ components/TicketDetailView/ArticleMeta/types.ts
TicketDetailView/ArticleMeta/types.ts
ArticleMeta/types.ts
types.ts
app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleMeta/ArticleMetaDetectedLanguage.vue
frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleMeta/ArticleMetaDetectedLanguage.vue
apps/desktop/pages/ticket/components/TicketDetailView/ArticleMeta/ArticleMetaDetectedLanguage.vue
desktop/pages/ticket/components/TicketDetailView/ArticleMeta/ArticleMetaDetectedLanguage.vue
pages/ticket/components/TicketDetailView/ArticleMeta/ArticleMetaDetectedLanguage.vue
ticket/components/TicketDetailView/ArticleMeta/ArticleMetaDetectedLanguage.vue
components/TicketDetailView/ArticleMeta/ArticleMetaDetectedLanguage.vue
TicketDetailView/ArticleMeta/ArticleMetaDetectedLanguage.vue
ArticleMeta/ArticleMetaDetectedLanguage.vue
ArticleMetaDetectedLanguage.vue
app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleMeta/ArticleMetaAddress.vue
frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleMeta/ArticleMetaAddress.vue
apps/desktop/pages/ticket/components/TicketDetailView/ArticleMeta/ArticleMetaAddress.vue
@ -52274,6 +52287,8 @@ concerns/has_interruptible_sleep.rb
has_interruptible_sleep.rb
lib/user_context.rb
user_context.rb
lib/language_detection_helper.rb
language_detection_helper.rb
lib/can_be_published/state_machine.rb
can_be_published/state_machine.rb
state_machine.rb
@ -55616,6 +55631,10 @@ spec/db/migrate/issue4012_missing_rows_for_textarea_fields_spec.rb
db/migrate/issue4012_missing_rows_for_textarea_fields_spec.rb
migrate/issue4012_missing_rows_for_textarea_fields_spec.rb
issue4012_missing_rows_for_textarea_fields_spec.rb
spec/db/migrate/add_article_language_detection_spec.rb
db/migrate/add_article_language_detection_spec.rb
migrate/add_article_language_detection_spec.rb
add_article_language_detection_spec.rb
spec/db/migrate/issue_4411_setting_saml_custom_uid_attribute_spec.rb
db/migrate/issue_4411_setting_saml_custom_uid_attribute_spec.rb
migrate/issue_4411_setting_saml_custom_uid_attribute_spec.rb
@ -60245,6 +60264,9 @@ spec/lib/validations/verify_perform_rules_validator_spec.rb
lib/validations/verify_perform_rules_validator_spec.rb
validations/verify_perform_rules_validator_spec.rb
verify_perform_rules_validator_spec.rb
spec/lib/language_detection_helper_spec.rb
lib/language_detection_helper_spec.rb
language_detection_helper_spec.rb
spec/lib/url_information_spec.rb
lib/url_information_spec.rb
url_information_spec.rb

View file

@ -1345,6 +1345,7 @@ db/migrate/20230807051414_input_fields_operator_renaming.rb
db/migrate/20221031105713_issue_4316_template_options_migration.rb
db/migrate/20250124112935_reserved_words_per_model.rb
db/migrate/20241113154014_issue5409_wrong_db_column_array_type.rb
db/migrate/20250129140759_add_article_language_detection.rb
db/migrate/20170117000001_unable_to_enable_time_accounting_633.rb
db/migrate/20221208131506_issue3971_exchange_oauth2.rb
db/migrate/20220131135531_issue3940_add_index.rb
@ -4853,6 +4854,7 @@ app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/article-type/
app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/article-type/plugins/twitterDirectMessage.ts
app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/article-type/plugins/facebookFeedPost.ts
app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleMeta/types.ts
app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleMeta/ArticleMetaDetectedLanguage.vue
app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleMeta/ArticleMetaAddress.vue
app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleMeta/ArticleMetaWhatsappMessageStatus.vue
app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleMeta/useArticleMeta.ts
@ -8606,6 +8608,7 @@ lib/background_services/service/manage_sessions_jobs.rb
lib/background_services/cli.rb
lib/background_services/concerns/has_interruptible_sleep.rb
lib/user_context.rb
lib/language_detection_helper.rb
lib/can_be_published/state_machine.rb
lib/stats.rb
lib/github.rb
@ -9312,6 +9315,7 @@ spec/db/migrate/synchronize_checklist_item_state_from_tickets_spec.rb
spec/db/migrate/issue3110_service_now_provider_spec.rb
spec/db/migrate/issue_4461_kb_feed_token_persistent_spec.rb
spec/db/migrate/issue4012_missing_rows_for_textarea_fields_spec.rb
spec/db/migrate/add_article_language_detection_spec.rb
spec/db/migrate/issue_4411_setting_saml_custom_uid_attribute_spec.rb
spec/db/migrate/issue_5286_add_setting_option_for_postmaster_follow_up_search_in_spec.rb
spec/db/migrate/issue_2455_follow_up_assignment_spec.rb
@ -10255,6 +10259,7 @@ spec/lib/validations/object_manager/attribute_validator/required_spec.rb
spec/lib/validations/object_manager/attribute_validator/backend_spec.rb
spec/lib/validations/object_manager/attribute_validator_spec.rb
spec/lib/validations/verify_perform_rules_validator_spec.rb
spec/lib/language_detection_helper_spec.rb
spec/lib/url_information_spec.rb
spec/lib/signature_detection_spec.rb
spec/lib/sessions/event/chat_session_start_spec.rb

View file

@ -387,6 +387,7 @@ Fragment/SysConfig
Germany/kleinunternehmen/euga/detail.mspx?
Germany/kleinunternehmen/euga/results.mspx?
GoogleInternetAuthority
HpImageArchive.aspx
HpOptOut=true$
IEB/ToolBox/SB
IntegrationCenter
@ -399,6 +400,7 @@ People/all
People/domain
Present
Project
Proxy.ashx
RDF/Validator/ARPServlet
RDF/Validator/ARPServlet?
RDF/Validator/rdfval
@ -407,6 +409,7 @@ REST/auth/CSRFTicket
ReportBug
SAGE
SNP
Search
Search/Mail/Public
ServiceDesks/
Structure
@ -585,8 +588,11 @@ abuse
ac
ac/globalnav/2.0/*/images/ac-globalnav/globalnav/search
ac2
academic/profile
academic/search
account
account-login
account/
account/deactivated
accounts/ClientAuth
accounts/ClientAuth
@ -596,6 +602,7 @@ accounts/activate
accounts/force-by-email
accounts/o8
accounts/o8/id
aclick
aclk
action=accessorysearch&
action=accessorysearch&page=2$
@ -667,9 +674,11 @@ alerts
alerts/$
alerts/manage
alerts/remove
alink
alkali
ambry
amp
amp/
amphtml
amphtml/blogs/test
amphtml/classic-apps
@ -687,8 +696,10 @@ android/market_images
answers
ap/signin
api
api/
api/?
api/jobPostings/jobs
api/maps/
api/recommend/embed_videos
api/rest_v1/?doc
api/share/settings
@ -724,6 +735,7 @@ athletic*amp_reader_id
athletic*campaignid
athletic/*/discuss
athletic/*?*embed=1
athletic/*?*rss=1
athletic/amp-auth
athletic/amp-social-login
athletic/api
@ -790,8 +802,10 @@ bePatron
bePatronDone
best-countries-for-business/list
bfe/apps/website
bfp/search
bin/search.go
bin/search.py
bing-site-safety
bitesize/my
bitesize/my$
bitesize/search
@ -827,6 +841,7 @@ blog/wp-includes/*.xml
blog/xmlrpc.php
blogs
blogs/nationals-journal-beta
blogs/search/
blogs/slow-ride
blogs/test
blogsearch
@ -935,6 +950,7 @@ citations?*cstart=
citations?user=
citations?view_op=new_profile
citations?view_op=top_venues
ck/
cl2/feeds
cl2/ical
claim-money?
@ -1020,6 +1036,8 @@ couchmode
coupons/visit
covid19
covid19/mobility
cr$
cr?
create_pin
creative-europe/404_en.htm
creative-studio
@ -1225,6 +1243,9 @@ endorsements
engagement
enterprise-jobs
enterprise-partner-search/sitemaps
entities/search
entityexplore$
entityexplore?
entrez
entrez/eutils
entrez/sutils
@ -1300,6 +1321,7 @@ faves-i_love_u_get_away_from_me
favorite
fb
fb.html
fd/
fe=true
feature/sf-test
feed
@ -1369,6 +1391,8 @@ from_id=
frommers
frontend-track
fullscreen/ReportLinker
fun/api/
fun/g/
fundraiser/charity
ga/p
ga_exp.js
@ -1534,6 +1558,7 @@ help/verify_email
help/vodafone
help/zendesk_sso
hex
history
history/static
holiday-spotlight
holidays-celebrations
@ -1541,13 +1566,17 @@ home
homefeed
homepage-video-test
hosted/images
hotel/reviews?
hotelfinder/rpc
hotels/rpc
hotels/search
hotfix/
hp/video
hpc/*/supported-applications.aspx?
http://blog.google/robots.txt
http://mozilla.org/robots.txt
hpm
hpmob
http://amazon.co.uk/robots.txt
http://web.archive.org/robots.txt
hub?category=
hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$
@ -1571,6 +1600,19 @@ ie?
il/cart
im?
images
images/async/?
images/async?
images/hosted/?
images/hosted/search?
images/hosted?
images/search%3F
images/search%5C
images/search/?
images/search?
images/searchbyimage
images?
images?*mmbaseline*
images?*nr*
imaginecup/*
imesync
imgres
@ -1579,6 +1621,7 @@ imode/search?
imode?
inapp
inbox
inboxcommerce
includes
incontext
index.html?
@ -1705,6 +1748,7 @@ lm/R3HQ5WJSZK6QSO
loadHelpcenterDecouplePage
loc=
local
local
local/ajax
local/blogsandcolumns/slow-ride-front
local/blogsandcolumns/slow-ride-story-achenblog
@ -1746,6 +1790,7 @@ maphp?
mapprint?
maps
maps/about
maps/adsendpoint
maps/api/js
maps/api/place/js
maps/api/staticmap
@ -1788,6 +1833,7 @@ media-manager
meetup_api/?
meetup_api?
memberInvite
merchant/reviews?
merchantapps
message
messaging
@ -1875,6 +1921,7 @@ nl-nl/searchresults
node/add/
nonprofits/account
notifications
notifications/
ns/hydra/console/?
nus-trk
nwshp$
@ -1887,6 +1934,8 @@ oauth/v2
oauth2
oauth2/v2
oauth_error
offers/proxy/dealsserver/api/log
offers/proxy/dealsserver/buy
offsite
og
okxbet.com
@ -1980,6 +2029,7 @@ pin/create
pin/find
pin/find?url=
pin_shop
ping
ping?
pingback
pinterest-predicts
@ -2046,9 +2096,11 @@ preview
previewtemplate
print
private
proFile/history?
product-catalogs
product-feed
product-reviews/B0069IY63Y
product/reviews?
productPurchaseDone
product_
production-monitoring
@ -2056,6 +2108,7 @@ products;
products?
products_
profile
profile/history?
profile/view
profiles
profiles/
@ -2139,6 +2192,7 @@ research/participants/cofund
resource
resource/*/get
results
results
retail
retail/old
return_to=
@ -2151,6 +2205,7 @@ reviews/iframe
reviews/polls
reviews/search?
reviews/top-reviewers
rewardsapp/
row
rss
rss/people/*/reviews
@ -2188,6 +2243,7 @@ scripts
sdch
sdk/js
search
search
search$
search*&*&*&
search*offset=
@ -2226,6 +2282,7 @@ services
services/oauth
setprefs
settings
settings
settings/deactivated
settings/loid-email-unsubscribe
settings/loid-email-unsubscribe-router
@ -2238,12 +2295,17 @@ shareArticle
sharing
sharing/files
sharing/folders
shenghuo
shenghuo/search?
shihui
shihui?
shop$
shop/
shop/browse/overlay
shop/collections
shop/iphone/payments/overlay
shop/view/product
shop?
shop_pins
shopping-content-api/product_images
shopping/deals
@ -2543,6 +2605,7 @@ smart/buttons
snp
social/photosui/images
social/photosui/sitemap
social/search?
social/social-security-directory/cai
socialmanager
sounds/search
@ -2553,11 +2616,13 @@ source=
source_repo=
spain/empresas/
spain/medianaempresa/
spbasic
sport/404_en.htm
sport/alpha
sport/olympics/2008/events
sport/olympics/2008/medals
spreadsheet
spresults
sprint_wml
sprint_xhtml
squared/api
@ -2573,6 +2638,7 @@ stadia/gamers
start
stat
static
static/
static/css
static/images
static/js
@ -2621,6 +2687,8 @@ store/xhr/getdevicepermissions
store/xhr/install
storefront
storepicker
stores$
stores/
stores/page/*visitId=
stories
story-pin-builder
@ -2716,10 +2784,12 @@ templates/search
test
testpage-forhomepage
tetro
th$
th-th.www.cloudflare.com
th-th/feedback
th-th/lp
th-th/searchresults
th?
thanksgiving-spotlight
themacallan/worlds-together
theme
@ -2749,6 +2819,7 @@ transcripts/470280334
transcripts/480128005
transcripts/830237502
transit?
translator/?ref=
transparency
transparency/regexpert/index.cfm?do=groupDetail.groupDetailDoc&id=14885
transparency/regexpert/index.cfm?do=groupDetail.groupDetailDoc&id=14895
@ -2768,14 +2839,31 @@ travel-frontend/images
travel-vacations
travel/
travel/2013/aug/22/been-there-readers-competition?
travel/api
travel/clk
travel/css
travel/entity
travel/flight-search
travel/flight/flightSearch
travel/flight/flightSearchAction
travel/flight/search/?
travel/flight/search?
travel/flights
travel/flights/s
travel/hotel-search
travel/hotel/hotelMiniSearchRequest
travel/hotel/hotelSearch
travel/hotels/*/entity
travel/hotels/*/stories
travel/hotels/checkout
travel/hotels/detail
travel/hotels/entity
travel/hotels/search/?
travel/hotels/search?
travel/hotels/stories
travel/scripts
travel/search
travel/secure
trending
trends
trends/api
@ -2820,6 +2908,7 @@ upload-image-lens-history
upload-lens-image
uploads
urchin_test
url
user
user.php
user/login
@ -2843,6 +2932,24 @@ vi-vn/lp
vi-vn/searchresults
video/embedded
videos
videos/?
videos/browsing
videos/explore
videos/favorites
videos/feed
videos/feedcontent
videos/music
videos/music/
videos/music/?
videos/music?
videos/riverview/relatedvideo
videos/riverview/relatedvideo/?
videos/riverview/relatedvideo?
videos/search/?
videos/search?
videos/trending
videos/trendingcontent
videos?
viewer
viewlocale=zh_CN
viewvc
@ -2877,6 +2984,10 @@ website/confirm/download
welcome
whats-next/planes-trains-and-analytics
whsmiths
widget/cr
widget/entity/search/?
widget/render
widget/snapshot
widget_auth.php
wiki/%D0%A1%D0%BF%D0%B5%D1%86%D0%B8%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B5%3ASearch
wiki/%D0%A1%D0%BF%D0%B5%D1%86%D0%B8%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B5:Search
@ -3176,7 +3287,7 @@ wiki/Wikipedia_Diskussion:Checkuser
wiki/Wikipedia_Diskussion:Spam-Blacklist-Log
wiki/Wikipedia_talk%3AAbuse_reports
wiki/Wikipedia_talk%3AAbuse_response
wiki/Wikipedia_talk%3AAdministrator_electionshttp://accounts.google.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_electionshttp://goo.gl/robots.txt
wiki/Wikipedia_talk%3AAdministrator_recall
wiki/Wikipedia_talk%3AAdministrator_review
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
@ -3323,6 +3434,7 @@ wml/?
wml/search?
wml?
wondermissive/interest
work
work/_
work/acceptinvitation
work/account