[Github Action] Automated trickest wordlists update.

This commit is contained in:
GitHub Action 2023-12-09 00:19:34 +00:00
parent 2d9c5c509f
commit 7c091d131c
17 changed files with 1703 additions and 2165 deletions

View file

@ -13421,13 +13421,13 @@ default/build/assets/hero-image-3170dce6.webp
build/assets/hero-image-3170dce6.webp
assets/hero-image-3170dce6.webp
hero-image-3170dce6.webp
public/themes/shop/default/build/assets/app-348beba2.js
themes/shop/default/build/assets/app-348beba2.js
shop/default/build/assets/app-348beba2.js
default/build/assets/app-348beba2.js
build/assets/app-348beba2.js
assets/app-348beba2.js
app-348beba2.js
public/themes/shop/default/build/assets/app-3c12b944.js
themes/shop/default/build/assets/app-3c12b944.js
shop/default/build/assets/app-3c12b944.js
default/build/assets/app-3c12b944.js
build/assets/app-3c12b944.js
assets/app-3c12b944.js
app-3c12b944.js
public/themes/shop/default/build/assets/default-language-6ef0ef70.svg
themes/shop/default/build/assets/default-language-6ef0ef70.svg
shop/default/build/assets/default-language-6ef0ef70.svg

View file

@ -1899,7 +1899,7 @@ public/themes/installer/default/build/assets/spinner-51c5cf50.svg
public/themes/installer/default/build/manifest.json
public/themes/shop/default/build/assets/large-product-placeholder-13b8a96b.webp
public/themes/shop/default/build/assets/hero-image-3170dce6.webp
public/themes/shop/default/build/assets/app-348beba2.js
public/themes/shop/default/build/assets/app-3c12b944.js
public/themes/shop/default/build/assets/default-language-6ef0ef70.svg
public/themes/shop/default/build/assets/medium-product-placeholder-3b1a7b7d.webp
public/themes/shop/default/build/assets/spinner-51c5cf50.svg

View file

@ -6636,6 +6636,8 @@ contributing.md
mighty-years-occur.md
.changeset/config.json
config.json
.changeset/six-trees-cry.md
six-trees-cry.md
.changeset/green-snakes-smash.md
green-snakes-smash.md
.changeset/honest-terms-hear.md
@ -6652,6 +6654,8 @@ plenty-seahorses-taste.md
green-dolls-clean.md
.changeset/strange-cooks-reply.md
strange-cooks-reply.md
.changeset/thick-badgers-report.md
thick-badgers-report.md
.changeset/silent-pumpkins-relax.md
silent-pumpkins-relax.md
.changeset/tired-papers-speak.md

View file

@ -1299,6 +1299,7 @@ contributing.md
.npmrc
.changeset/mighty-years-occur.md
.changeset/config.json
.changeset/six-trees-cry.md
.changeset/green-snakes-smash.md
.changeset/honest-terms-hear.md
.changeset/metal-spiders-boil.md
@ -1307,6 +1308,7 @@ contributing.md
.changeset/plenty-seahorses-taste.md
.changeset/green-dolls-clean.md
.changeset/strange-cooks-reply.md
.changeset/thick-badgers-report.md
.changeset/silent-pumpkins-relax.md
.changeset/tired-papers-speak.md
.changeset/forty-lemons-smoke.md

View file

@ -7295,6 +7295,12 @@ Core/Console/Commands/Version.php
Console/Commands/Version.php
Commands/Version.php
Version.php
application/Espo/Core/Console/Commands/UpdateAppTimestamp.php
Espo/Core/Console/Commands/UpdateAppTimestamp.php
Core/Console/Commands/UpdateAppTimestamp.php
Console/Commands/UpdateAppTimestamp.php
Commands/UpdateAppTimestamp.php
UpdateAppTimestamp.php
application/Espo/Core/Console/Commands/Command.php
Espo/Core/Console/Commands/Command.php
Core/Console/Commands/Command.php
@ -51176,6 +51182,11 @@ unit/Espo/ORM/EntityTest.php
Espo/ORM/EntityTest.php
ORM/EntityTest.php
EntityTest.php
tests/unit/Espo/ORM/CollectionTest.php
unit/Espo/ORM/CollectionTest.php
Espo/ORM/CollectionTest.php
ORM/CollectionTest.php
CollectionTest.php
tests/unit/Espo/ORM/Repository/UtilTest.php
unit/Espo/ORM/Repository/UtilTest.php
Espo/ORM/Repository/UtilTest.php

View file

@ -1237,6 +1237,7 @@ application/Espo/Core/Console/Command.php
application/Espo/Core/Console/Commands/EntityUtil.php
application/Espo/Core/Console/Commands/AppInfo.php
application/Espo/Core/Console/Commands/Version.php
application/Espo/Core/Console/Commands/UpdateAppTimestamp.php
application/Espo/Core/Console/Commands/Command.php
application/Espo/Core/Console/Commands/AclCheck.php
application/Espo/Core/Console/Commands/UpgradeStep.php
@ -8212,6 +8213,7 @@ tests/unit/Espo/ORM/PostgresqlQueryComposerTest.php
tests/unit/Espo/ORM/QueryBuilderTest.php
tests/unit/Espo/ORM/BaseLockerTest.php
tests/unit/Espo/ORM/EntityTest.php
tests/unit/Espo/ORM/CollectionTest.php
tests/unit/Espo/ORM/Repository/UtilTest.php
tests/unit/Espo/ORM/Repository/RDBTransactionManagerTest.php
tests/unit/Espo/ORM/Repository/RDBRepositoryTest.php

View file

@ -27970,6 +27970,11 @@ admin-x-settings/src/hooks/useStaffUsers.tsx
src/hooks/useStaffUsers.tsx
hooks/useStaffUsers.tsx
useStaffUsers.tsx
apps/admin-x-settings/src/hooks/useSaveButton.ts
admin-x-settings/src/hooks/useSaveButton.ts
src/hooks/useSaveButton.ts
hooks/useSaveButton.ts
useSaveButton.ts
apps/admin-x-settings/src/hooks/useSettingGroup.tsx
admin-x-settings/src/hooks/useSettingGroup.tsx
src/hooks/useSettingGroup.tsx

View file

@ -4584,6 +4584,7 @@ apps/admin-x-settings/src/main.tsx
apps/admin-x-settings/src/hooks/useScrollSection.tsx
apps/admin-x-settings/src/hooks/usePinturaEditor.ts
apps/admin-x-settings/src/hooks/useStaffUsers.tsx
apps/admin-x-settings/src/hooks/useSaveButton.ts
apps/admin-x-settings/src/hooks/useSettingGroup.tsx
apps/admin-x-settings/src/hooks/useQueryParams.ts
apps/admin-x-settings/src/hooks/useLimiter.tsx

View file

@ -193122,6 +193122,14 @@ Test/Mftf/Test/AdminProductGridSwitchViewBookmarkTest.xml
Mftf/Test/AdminProductGridSwitchViewBookmarkTest.xml
Test/AdminProductGridSwitchViewBookmarkTest.xml
AdminProductGridSwitchViewBookmarkTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/StorefrontCheckSpecialPriceWithCustomOptionAndTaxTest.xml
code/Magento/Catalog/Test/Mftf/Test/StorefrontCheckSpecialPriceWithCustomOptionAndTaxTest.xml
Magento/Catalog/Test/Mftf/Test/StorefrontCheckSpecialPriceWithCustomOptionAndTaxTest.xml
Catalog/Test/Mftf/Test/StorefrontCheckSpecialPriceWithCustomOptionAndTaxTest.xml
Test/Mftf/Test/StorefrontCheckSpecialPriceWithCustomOptionAndTaxTest.xml
Mftf/Test/StorefrontCheckSpecialPriceWithCustomOptionAndTaxTest.xml
Test/StorefrontCheckSpecialPriceWithCustomOptionAndTaxTest.xml
StorefrontCheckSpecialPriceWithCustomOptionAndTaxTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateCategoryWithNoAnchorFieldTest.xml
code/Magento/Catalog/Test/Mftf/Test/AdminCreateCategoryWithNoAnchorFieldTest.xml
Magento/Catalog/Test/Mftf/Test/AdminCreateCategoryWithNoAnchorFieldTest.xml
@ -204589,6 +204597,24 @@ Model/Attribute/Backend/Consumer.php
Attribute/Backend/Consumer.php
Backend/Consumer.php
Consumer.php
app/code/Magento/Catalog/Model/Attribute/Backend/WebsiteSpecific/Scheduler.php
code/Magento/Catalog/Model/Attribute/Backend/WebsiteSpecific/Scheduler.php
Magento/Catalog/Model/Attribute/Backend/WebsiteSpecific/Scheduler.php
Catalog/Model/Attribute/Backend/WebsiteSpecific/Scheduler.php
Model/Attribute/Backend/WebsiteSpecific/Scheduler.php
Attribute/Backend/WebsiteSpecific/Scheduler.php
Backend/WebsiteSpecific/Scheduler.php
WebsiteSpecific/Scheduler.php
Scheduler.php
app/code/Magento/Catalog/Model/Attribute/Backend/WebsiteSpecific/ValueSynchronizer.php
code/Magento/Catalog/Model/Attribute/Backend/WebsiteSpecific/ValueSynchronizer.php
Magento/Catalog/Model/Attribute/Backend/WebsiteSpecific/ValueSynchronizer.php
Catalog/Model/Attribute/Backend/WebsiteSpecific/ValueSynchronizer.php
Model/Attribute/Backend/WebsiteSpecific/ValueSynchronizer.php
Attribute/Backend/WebsiteSpecific/ValueSynchronizer.php
Backend/WebsiteSpecific/ValueSynchronizer.php
WebsiteSpecific/ValueSynchronizer.php
ValueSynchronizer.php
app/code/Magento/Catalog/Model/Attribute/Backend/Customlayoutupdate.php
code/Magento/Catalog/Model/Attribute/Backend/Customlayoutupdate.php
Magento/Catalog/Model/Attribute/Backend/Customlayoutupdate.php
@ -267736,6 +267762,17 @@ Model/Attribute/Backend/StartdateTest.php
Attribute/Backend/StartdateTest.php
Backend/StartdateTest.php
StartdateTest.php
dev/tests/integration/testsuite/Magento/Catalog/Model/Attribute/Backend/WebsiteSpecific/ValueSynchronizerTest.php
tests/integration/testsuite/Magento/Catalog/Model/Attribute/Backend/WebsiteSpecific/ValueSynchronizerTest.php
integration/testsuite/Magento/Catalog/Model/Attribute/Backend/WebsiteSpecific/ValueSynchronizerTest.php
testsuite/Magento/Catalog/Model/Attribute/Backend/WebsiteSpecific/ValueSynchronizerTest.php
Magento/Catalog/Model/Attribute/Backend/WebsiteSpecific/ValueSynchronizerTest.php
Catalog/Model/Attribute/Backend/WebsiteSpecific/ValueSynchronizerTest.php
Model/Attribute/Backend/WebsiteSpecific/ValueSynchronizerTest.php
Attribute/Backend/WebsiteSpecific/ValueSynchronizerTest.php
Backend/WebsiteSpecific/ValueSynchronizerTest.php
WebsiteSpecific/ValueSynchronizerTest.php
ValueSynchronizerTest.php
dev/tests/integration/testsuite/Magento/Catalog/Model/ProductExternalTest.php
tests/integration/testsuite/Magento/Catalog/Model/ProductExternalTest.php
integration/testsuite/Magento/Catalog/Model/ProductExternalTest.php
@ -272476,6 +272513,16 @@ Model/ResourceModel/Option/AreBundleOptionsSalableTest.php
ResourceModel/Option/AreBundleOptionsSalableTest.php
Option/AreBundleOptionsSalableTest.php
AreBundleOptionsSalableTest.php
dev/tests/integration/testsuite/Magento/Bundle/Model/ResourceModel/Selection/CollectionTest.php
tests/integration/testsuite/Magento/Bundle/Model/ResourceModel/Selection/CollectionTest.php
integration/testsuite/Magento/Bundle/Model/ResourceModel/Selection/CollectionTest.php
testsuite/Magento/Bundle/Model/ResourceModel/Selection/CollectionTest.php
Magento/Bundle/Model/ResourceModel/Selection/CollectionTest.php
Bundle/Model/ResourceModel/Selection/CollectionTest.php
Model/ResourceModel/Selection/CollectionTest.php
ResourceModel/Selection/CollectionTest.php
Selection/CollectionTest.php
CollectionTest.php
dev/tests/integration/testsuite/Magento/Bundle/Model/ResourceModel/Indexer/StockTest.php
tests/integration/testsuite/Magento/Bundle/Model/ResourceModel/Indexer/StockTest.php
integration/testsuite/Magento/Bundle/Model/ResourceModel/Indexer/StockTest.php

View file

@ -23778,6 +23778,7 @@ app/code/Magento/Catalog/Test/Mftf/Test/AdminCheckProductListPriceAttributesWith
app/code/Magento/Catalog/Test/Mftf/Test/AdminProductGridFilteringByDateWithCustomLocaleTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateCategoryWithAnchorFieldTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/AdminProductGridSwitchViewBookmarkTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/StorefrontCheckSpecialPriceWithCustomOptionAndTaxTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateCategoryWithNoAnchorFieldTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/StoreFrontAddRelatedandUpsellstoCartfromproductpageTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/EndToEndB2CAdminTest.xml
@ -25201,6 +25202,8 @@ app/code/Magento/Catalog/Model/Attribute/Config/Converter.php
app/code/Magento/Catalog/Model/Attribute/Config/SchemaLocator.php
app/code/Magento/Catalog/Model/Attribute/Backend/AbstractLayoutUpdate.php
app/code/Magento/Catalog/Model/Attribute/Backend/Consumer.php
app/code/Magento/Catalog/Model/Attribute/Backend/WebsiteSpecific/Scheduler.php
app/code/Magento/Catalog/Model/Attribute/Backend/WebsiteSpecific/ValueSynchronizer.php
app/code/Magento/Catalog/Model/Attribute/Backend/Customlayoutupdate.php
app/code/Magento/Catalog/Model/Attribute/Backend/Startdate.php
app/code/Magento/Catalog/Model/Attribute/Backend/ConsumerWebsiteAssign.php
@ -32237,6 +32240,7 @@ dev/tests/integration/testsuite/Magento/Catalog/Model/Attribute/Backend/Consumer
dev/tests/integration/testsuite/Magento/Catalog/Model/Attribute/Backend/ConsumerWebsiteAssignTest.php
dev/tests/integration/testsuite/Magento/Catalog/Model/Attribute/Backend/AbstractLayoutUpdateTest.php
dev/tests/integration/testsuite/Magento/Catalog/Model/Attribute/Backend/StartdateTest.php
dev/tests/integration/testsuite/Magento/Catalog/Model/Attribute/Backend/WebsiteSpecific/ValueSynchronizerTest.php
dev/tests/integration/testsuite/Magento/Catalog/Model/ProductExternalTest.php
dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/Product/Price/InvalidateIndexTest.php
dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/Product/Price/SimpleWithOptionsTierPriceWithDimensionTest.php
@ -32791,6 +32795,7 @@ dev/tests/integration/testsuite/Magento/Bundle/Controller/Adminhtml/Product/Fixe
dev/tests/integration/testsuite/Magento/Bundle/Controller/Adminhtml/Bundle/Product/Edit/MassDeleteTest.php
dev/tests/integration/testsuite/Magento/Bundle/Model/OptionRepositoryTest.php
dev/tests/integration/testsuite/Magento/Bundle/Model/ResourceModel/Option/AreBundleOptionsSalableTest.php
dev/tests/integration/testsuite/Magento/Bundle/Model/ResourceModel/Selection/CollectionTest.php
dev/tests/integration/testsuite/Magento/Bundle/Model/ResourceModel/Indexer/StockTest.php
dev/tests/integration/testsuite/Magento/Bundle/Model/ResourceModel/Indexer/PriceTest.php
dev/tests/integration/testsuite/Magento/Bundle/Model/ProductTest.php

View file

@ -8017,6 +8017,9 @@ _unreleased/2023-08-11-fix-media-move-navigation.md
changelog/_unreleased/2023-12-05-remove-writeaccess-field-from-integrationdefinition.md
_unreleased/2023-12-05-remove-writeaccess-field-from-integrationdefinition.md
2023-12-05-remove-writeaccess-field-from-integrationdefinition.md
changelog/_unreleased/2023-11-24-remove-http-cache-deprecations.md
_unreleased/2023-11-24-remove-http-cache-deprecations.md
2023-11-24-remove-http-cache-deprecations.md
changelog/_unreleased/2023-11-30-improve-file-validation-service.md
_unreleased/2023-11-30-improve-file-validation-service.md
2023-11-30-improve-file-validation-service.md
@ -8104,6 +8107,9 @@ _unreleased/2023-10-23-reworked-behavior-of-default-sorting-selection-in-sw-sett
changelog/_unreleased/2023-09-14-fix-vue-meta-for-vue-3.md
_unreleased/2023-09-14-fix-vue-meta-for-vue-3.md
2023-09-14-fix-vue-meta-for-vue-3.md
changelog/_unreleased/2023-06-16-order-get-language-can-be-null.md
_unreleased/2023-06-16-order-get-language-can-be-null.md
2023-06-16-order-get-language-can-be-null.md
changelog/_unreleased/2023-05-18-new-language-inheritance-mechanism-for-elasticsearch.md
_unreleased/2023-05-18-new-language-inheritance-mechanism-for-elasticsearch.md
2023-05-18-new-language-inheritance-mechanism-for-elasticsearch.md
@ -8158,6 +8164,9 @@ _unreleased/2023-10-21-fix-promotion-used-logic.md
changelog/_unreleased/2023-08-09-change-sw-multi-tag-select-default-event.md
_unreleased/2023-08-09-change-sw-multi-tag-select-default-event.md
2023-08-09-change-sw-multi-tag-select-default-event.md
changelog/_unreleased/2023-12-07-remove-flow-deprecations.md
_unreleased/2023-12-07-remove-flow-deprecations.md
2023-12-07-remove-flow-deprecations.md
changelog/_unreleased/2023-11-21-handle-languages-correct-on-not-found-pages.md
_unreleased/2023-11-21-handle-languages-correct-on-not-found-pages.md
2023-11-21-handle-languages-correct-on-not-found-pages.md
@ -8218,6 +8227,9 @@ _unreleased/2023-09-26-fix-listings-and-tabs.md
changelog/_unreleased/2023-08-09-change-sw-file-input-default-event.md
_unreleased/2023-08-09-change-sw-file-input-default-event.md
2023-08-09-change-sw-file-input-default-event.md
changelog/_unreleased/2023-12-07-remove-storefront-deprecations.md
_unreleased/2023-12-07-remove-storefront-deprecations.md
2023-12-07-remove-storefront-deprecations.md
changelog/_unreleased/2023-11-17-improve-customfieldsubscriber-performance.md
_unreleased/2023-11-17-improve-customfieldsubscriber-performance.md
2023-11-17-improve-customfieldsubscriber-performance.md
@ -15129,22 +15141,6 @@ Flow/Dispatching/Storer/CustomerRecoveryStorerTest.php
Dispatching/Storer/CustomerRecoveryStorerTest.php
Storer/CustomerRecoveryStorerTest.php
CustomerRecoveryStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/ConfirmUrlStorerTest.php
unit/Core/Content/Flow/Dispatching/Storer/ConfirmUrlStorerTest.php
Core/Content/Flow/Dispatching/Storer/ConfirmUrlStorerTest.php
Content/Flow/Dispatching/Storer/ConfirmUrlStorerTest.php
Flow/Dispatching/Storer/ConfirmUrlStorerTest.php
Dispatching/Storer/ConfirmUrlStorerTest.php
Storer/ConfirmUrlStorerTest.php
ConfirmUrlStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/DataStorerTest.php
unit/Core/Content/Flow/Dispatching/Storer/DataStorerTest.php
Core/Content/Flow/Dispatching/Storer/DataStorerTest.php
Content/Flow/Dispatching/Storer/DataStorerTest.php
Flow/Dispatching/Storer/DataStorerTest.php
Dispatching/Storer/DataStorerTest.php
Storer/DataStorerTest.php
DataStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/NewsletterRecipientStorerTest.php
unit/Core/Content/Flow/Dispatching/Storer/NewsletterRecipientStorerTest.php
Core/Content/Flow/Dispatching/Storer/NewsletterRecipientStorerTest.php
@ -15161,14 +15157,6 @@ Flow/Dispatching/Storer/OrderTransactionStorerTest.php
Dispatching/Storer/OrderTransactionStorerTest.php
Storer/OrderTransactionStorerTest.php
OrderTransactionStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/NameStorerTest.php
unit/Core/Content/Flow/Dispatching/Storer/NameStorerTest.php
Core/Content/Flow/Dispatching/Storer/NameStorerTest.php
Content/Flow/Dispatching/Storer/NameStorerTest.php
Flow/Dispatching/Storer/NameStorerTest.php
Dispatching/Storer/NameStorerTest.php
Storer/NameStorerTest.php
NameStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/CustomAppStorerTest.php
unit/Core/Content/Flow/Dispatching/Storer/CustomAppStorerTest.php
Core/Content/Flow/Dispatching/Storer/CustomAppStorerTest.php
@ -15185,14 +15173,6 @@ Flow/Dispatching/Storer/ProductStorerTest.php
Dispatching/Storer/ProductStorerTest.php
Storer/ProductStorerTest.php
ProductStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/TemplateDataStorerTest.php
unit/Core/Content/Flow/Dispatching/Storer/TemplateDataStorerTest.php
Core/Content/Flow/Dispatching/Storer/TemplateDataStorerTest.php
Content/Flow/Dispatching/Storer/TemplateDataStorerTest.php
Flow/Dispatching/Storer/TemplateDataStorerTest.php
Dispatching/Storer/TemplateDataStorerTest.php
Storer/TemplateDataStorerTest.php
TemplateDataStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/UserStorerTest.php
unit/Core/Content/Flow/Dispatching/Storer/UserStorerTest.php
Core/Content/Flow/Dispatching/Storer/UserStorerTest.php
@ -15201,22 +15181,6 @@ Flow/Dispatching/Storer/UserStorerTest.php
Dispatching/Storer/UserStorerTest.php
Storer/UserStorerTest.php
UserStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/ResetUrlStorerTest.php
unit/Core/Content/Flow/Dispatching/Storer/ResetUrlStorerTest.php
Core/Content/Flow/Dispatching/Storer/ResetUrlStorerTest.php
Content/Flow/Dispatching/Storer/ResetUrlStorerTest.php
Flow/Dispatching/Storer/ResetUrlStorerTest.php
Dispatching/Storer/ResetUrlStorerTest.php
Storer/ResetUrlStorerTest.php
ResetUrlStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/MediaUploadedStorerTest.php
unit/Core/Content/Flow/Dispatching/Storer/MediaUploadedStorerTest.php
Core/Content/Flow/Dispatching/Storer/MediaUploadedStorerTest.php
Content/Flow/Dispatching/Storer/MediaUploadedStorerTest.php
Flow/Dispatching/Storer/MediaUploadedStorerTest.php
Dispatching/Storer/MediaUploadedStorerTest.php
Storer/MediaUploadedStorerTest.php
MediaUploadedStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/OrderStorerTest.php
unit/Core/Content/Flow/Dispatching/Storer/OrderStorerTest.php
Core/Content/Flow/Dispatching/Storer/OrderStorerTest.php
@ -15233,22 +15197,6 @@ Flow/Dispatching/Storer/MailStorerTest.php
Dispatching/Storer/MailStorerTest.php
Storer/MailStorerTest.php
MailStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/SubjectStorerTest.php
unit/Core/Content/Flow/Dispatching/Storer/SubjectStorerTest.php
Core/Content/Flow/Dispatching/Storer/SubjectStorerTest.php
Content/Flow/Dispatching/Storer/SubjectStorerTest.php
Flow/Dispatching/Storer/SubjectStorerTest.php
Dispatching/Storer/SubjectStorerTest.php
Storer/SubjectStorerTest.php
SubjectStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/RecipientsStorerTest.php
unit/Core/Content/Flow/Dispatching/Storer/RecipientsStorerTest.php
Core/Content/Flow/Dispatching/Storer/RecipientsStorerTest.php
Content/Flow/Dispatching/Storer/RecipientsStorerTest.php
Flow/Dispatching/Storer/RecipientsStorerTest.php
Dispatching/Storer/RecipientsStorerTest.php
Storer/RecipientsStorerTest.php
RecipientsStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/CustomerGroupStorerTest.php
unit/Core/Content/Flow/Dispatching/Storer/CustomerGroupStorerTest.php
Core/Content/Flow/Dispatching/Storer/CustomerGroupStorerTest.php
@ -15265,14 +15213,6 @@ Flow/Dispatching/Storer/MessageStorerTest.php
Dispatching/Storer/MessageStorerTest.php
Storer/MessageStorerTest.php
MessageStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/ContactFormDataStorerTest.php
unit/Core/Content/Flow/Dispatching/Storer/ContactFormDataStorerTest.php
Core/Content/Flow/Dispatching/Storer/ContactFormDataStorerTest.php
Content/Flow/Dispatching/Storer/ContactFormDataStorerTest.php
Flow/Dispatching/Storer/ContactFormDataStorerTest.php
Dispatching/Storer/ContactFormDataStorerTest.php
Storer/ContactFormDataStorerTest.php
ContactFormDataStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/CustomerStorerTest.php
unit/Core/Content/Flow/Dispatching/Storer/CustomerStorerTest.php
Core/Content/Flow/Dispatching/Storer/CustomerStorerTest.php
@ -15281,46 +15221,6 @@ Flow/Dispatching/Storer/CustomerStorerTest.php
Dispatching/Storer/CustomerStorerTest.php
Storer/CustomerStorerTest.php
CustomerStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/ShopNameStorerTest.php
unit/Core/Content/Flow/Dispatching/Storer/ShopNameStorerTest.php
Core/Content/Flow/Dispatching/Storer/ShopNameStorerTest.php
Content/Flow/Dispatching/Storer/ShopNameStorerTest.php
Flow/Dispatching/Storer/ShopNameStorerTest.php
Dispatching/Storer/ShopNameStorerTest.php
Storer/ShopNameStorerTest.php
ShopNameStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/ScalarFlowStorerTest.php
unit/Core/Content/Flow/Dispatching/Storer/ScalarFlowStorerTest.php
Core/Content/Flow/Dispatching/Storer/ScalarFlowStorerTest.php
Content/Flow/Dispatching/Storer/ScalarFlowStorerTest.php
Flow/Dispatching/Storer/ScalarFlowStorerTest.php
Dispatching/Storer/ScalarFlowStorerTest.php
Storer/ScalarFlowStorerTest.php
ScalarFlowStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/UrlStorerTest.php
unit/Core/Content/Flow/Dispatching/Storer/UrlStorerTest.php
Core/Content/Flow/Dispatching/Storer/UrlStorerTest.php
Content/Flow/Dispatching/Storer/UrlStorerTest.php
Flow/Dispatching/Storer/UrlStorerTest.php
Dispatching/Storer/UrlStorerTest.php
Storer/UrlStorerTest.php
UrlStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/ContentsStorerTest.php
unit/Core/Content/Flow/Dispatching/Storer/ContentsStorerTest.php
Core/Content/Flow/Dispatching/Storer/ContentsStorerTest.php
Content/Flow/Dispatching/Storer/ContentsStorerTest.php
Flow/Dispatching/Storer/ContentsStorerTest.php
Dispatching/Storer/ContentsStorerTest.php
Storer/ContentsStorerTest.php
ContentsStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/ReviewFormDataStorerTest.php
unit/Core/Content/Flow/Dispatching/Storer/ReviewFormDataStorerTest.php
Core/Content/Flow/Dispatching/Storer/ReviewFormDataStorerTest.php
Content/Flow/Dispatching/Storer/ReviewFormDataStorerTest.php
Flow/Dispatching/Storer/ReviewFormDataStorerTest.php
Dispatching/Storer/ReviewFormDataStorerTest.php
Storer/ReviewFormDataStorerTest.php
ReviewFormDataStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/StorableFlowTest.php
unit/Core/Content/Flow/Dispatching/StorableFlowTest.php
Core/Content/Flow/Dispatching/StorableFlowTest.php
@ -18979,6 +18879,37 @@ Framework/Adapter/Asset/AssetInstallCommandTest.php
Adapter/Asset/AssetInstallCommandTest.php
Asset/AssetInstallCommandTest.php
AssetInstallCommandTest.php
tests/unit/Core/Framework/Adapter/Cache/Http/CacheResponseSubscriberTest.php
unit/Core/Framework/Adapter/Cache/Http/CacheResponseSubscriberTest.php
Core/Framework/Adapter/Cache/Http/CacheResponseSubscriberTest.php
Framework/Adapter/Cache/Http/CacheResponseSubscriberTest.php
Adapter/Cache/Http/CacheResponseSubscriberTest.php
Cache/Http/CacheResponseSubscriberTest.php
Http/CacheResponseSubscriberTest.php
CacheResponseSubscriberTest.php
tests/unit/Core/Framework/Adapter/Cache/Http/CacheStoreTest.php
unit/Core/Framework/Adapter/Cache/Http/CacheStoreTest.php
Core/Framework/Adapter/Cache/Http/CacheStoreTest.php
Framework/Adapter/Cache/Http/CacheStoreTest.php
Adapter/Cache/Http/CacheStoreTest.php
Cache/Http/CacheStoreTest.php
Http/CacheStoreTest.php
CacheStoreTest.php
tests/unit/Core/Framework/Adapter/Cache/Http/CacheStateValidatorTest.php
unit/Core/Framework/Adapter/Cache/Http/CacheStateValidatorTest.php
Core/Framework/Adapter/Cache/Http/CacheStateValidatorTest.php
Framework/Adapter/Cache/Http/CacheStateValidatorTest.php
Adapter/Cache/Http/CacheStateValidatorTest.php
Cache/Http/CacheStateValidatorTest.php
Http/CacheStateValidatorTest.php
CacheStateValidatorTest.php
tests/unit/Core/Framework/Adapter/Cache/HttpCacheKeyGeneratorTest.php
unit/Core/Framework/Adapter/Cache/HttpCacheKeyGeneratorTest.php
Core/Framework/Adapter/Cache/HttpCacheKeyGeneratorTest.php
Framework/Adapter/Cache/HttpCacheKeyGeneratorTest.php
Adapter/Cache/HttpCacheKeyGeneratorTest.php
Cache/HttpCacheKeyGeneratorTest.php
HttpCacheKeyGeneratorTest.php
tests/unit/Core/Framework/Adapter/Cache/InvalidateCacheTaskHandlerTest.php
unit/Core/Framework/Adapter/Cache/InvalidateCacheTaskHandlerTest.php
Core/Framework/Adapter/Cache/InvalidateCacheTaskHandlerTest.php
@ -19000,14 +18931,54 @@ Framework/Adapter/Cache/CacheInvalidationSubscriberTest.php
Adapter/Cache/CacheInvalidationSubscriberTest.php
Cache/CacheInvalidationSubscriberTest.php
CacheInvalidationSubscriberTest.php
tests/unit/Core/Framework/Adapter/Cache/InvalidatorStorage/CacheInvalidatorStorageTest.php
unit/Core/Framework/Adapter/Cache/InvalidatorStorage/CacheInvalidatorStorageTest.php
Core/Framework/Adapter/Cache/InvalidatorStorage/CacheInvalidatorStorageTest.php
Framework/Adapter/Cache/InvalidatorStorage/CacheInvalidatorStorageTest.php
Adapter/Cache/InvalidatorStorage/CacheInvalidatorStorageTest.php
Cache/InvalidatorStorage/CacheInvalidatorStorageTest.php
InvalidatorStorage/CacheInvalidatorStorageTest.php
CacheInvalidatorStorageTest.php
tests/unit/Core/Framework/Adapter/Cache/ReverseProxy/VarnishReverseProxyGatewayTest.php
unit/Core/Framework/Adapter/Cache/ReverseProxy/VarnishReverseProxyGatewayTest.php
Core/Framework/Adapter/Cache/ReverseProxy/VarnishReverseProxyGatewayTest.php
Framework/Adapter/Cache/ReverseProxy/VarnishReverseProxyGatewayTest.php
Adapter/Cache/ReverseProxy/VarnishReverseProxyGatewayTest.php
Cache/ReverseProxy/VarnishReverseProxyGatewayTest.php
ReverseProxy/VarnishReverseProxyGatewayTest.php
VarnishReverseProxyGatewayTest.php
tests/unit/Core/Framework/Adapter/Cache/ReverseProxy/ReverseProxyCacheTest.php
unit/Core/Framework/Adapter/Cache/ReverseProxy/ReverseProxyCacheTest.php
Core/Framework/Adapter/Cache/ReverseProxy/ReverseProxyCacheTest.php
Framework/Adapter/Cache/ReverseProxy/ReverseProxyCacheTest.php
Adapter/Cache/ReverseProxy/ReverseProxyCacheTest.php
Cache/ReverseProxy/ReverseProxyCacheTest.php
ReverseProxy/ReverseProxyCacheTest.php
ReverseProxyCacheTest.php
tests/unit/Core/Framework/Adapter/Cache/ReverseProxy/ReverseProxyCompilerPassTest.php
unit/Core/Framework/Adapter/Cache/ReverseProxy/ReverseProxyCompilerPassTest.php
Core/Framework/Adapter/Cache/ReverseProxy/ReverseProxyCompilerPassTest.php
Framework/Adapter/Cache/ReverseProxy/ReverseProxyCompilerPassTest.php
Adapter/Cache/ReverseProxy/ReverseProxyCompilerPassTest.php
Cache/ReverseProxy/ReverseProxyCompilerPassTest.php
ReverseProxy/ReverseProxyCompilerPassTest.php
ReverseProxyCompilerPassTest.php
tests/unit/Core/Framework/Adapter/Cache/ReverseProxy/RedisReverseProxyGatewayTest.php
unit/Core/Framework/Adapter/Cache/ReverseProxy/RedisReverseProxyGatewayTest.php
Core/Framework/Adapter/Cache/ReverseProxy/RedisReverseProxyGatewayTest.php
Framework/Adapter/Cache/ReverseProxy/RedisReverseProxyGatewayTest.php
Adapter/Cache/ReverseProxy/RedisReverseProxyGatewayTest.php
Cache/ReverseProxy/RedisReverseProxyGatewayTest.php
ReverseProxy/RedisReverseProxyGatewayTest.php
RedisReverseProxyGatewayTest.php
tests/unit/Core/Framework/Adapter/Cache/ReverseProxy/FastlyReverseProxyGatewayTest.php
unit/Core/Framework/Adapter/Cache/ReverseProxy/FastlyReverseProxyGatewayTest.php
Core/Framework/Adapter/Cache/ReverseProxy/FastlyReverseProxyGatewayTest.php
Framework/Adapter/Cache/ReverseProxy/FastlyReverseProxyGatewayTest.php
Adapter/Cache/ReverseProxy/FastlyReverseProxyGatewayTest.php
Cache/ReverseProxy/FastlyReverseProxyGatewayTest.php
ReverseProxy/FastlyReverseProxyGatewayTest.php
FastlyReverseProxyGatewayTest.php
tests/unit/Core/Framework/Adapter/Cache/ReverseProxy/ReverseProxyCacheClearerTest.php
unit/Core/Framework/Adapter/Cache/ReverseProxy/ReverseProxyCacheClearerTest.php
Core/Framework/Adapter/Cache/ReverseProxy/ReverseProxyCacheClearerTest.php
Framework/Adapter/Cache/ReverseProxy/ReverseProxyCacheClearerTest.php
Adapter/Cache/ReverseProxy/ReverseProxyCacheClearerTest.php
Cache/ReverseProxy/ReverseProxyCacheClearerTest.php
ReverseProxy/ReverseProxyCacheClearerTest.php
ReverseProxyCacheClearerTest.php
tests/unit/Core/Framework/Adapter/Cache/InvalidatorStorage/RedisInvalidatorStorageTest.php
unit/Core/Framework/Adapter/Cache/InvalidatorStorage/RedisInvalidatorStorageTest.php
Core/Framework/Adapter/Cache/InvalidatorStorage/RedisInvalidatorStorageTest.php
@ -20424,13 +20395,6 @@ app/storefront/dist/.gitkeep
storefront/dist/.gitkeep
dist/.gitkeep
.gitkeep
tests/unit/Core/Framework/DependencyInjection/CompilerPass/RemoveOldFlowStorerCompilerPassTest.php
unit/Core/Framework/DependencyInjection/CompilerPass/RemoveOldFlowStorerCompilerPassTest.php
Core/Framework/DependencyInjection/CompilerPass/RemoveOldFlowStorerCompilerPassTest.php
Framework/DependencyInjection/CompilerPass/RemoveOldFlowStorerCompilerPassTest.php
DependencyInjection/CompilerPass/RemoveOldFlowStorerCompilerPassTest.php
CompilerPass/RemoveOldFlowStorerCompilerPassTest.php
RemoveOldFlowStorerCompilerPassTest.php
tests/unit/Core/Framework/DependencyInjection/CompilerPass/TwigLoaderConfigCompilerPassTest.php
unit/Core/Framework/DependencyInjection/CompilerPass/TwigLoaderConfigCompilerPassTest.php
Core/Framework/DependencyInjection/CompilerPass/TwigLoaderConfigCompilerPassTest.php
@ -21356,53 +21320,6 @@ Storefront/Framework/Routing/StorefrontSubscriberTest.php
Framework/Routing/StorefrontSubscriberTest.php
Routing/StorefrontSubscriberTest.php
StorefrontSubscriberTest.php
tests/unit/Storefront/Framework/Cache/CacheResponseSubscriberTest.php
unit/Storefront/Framework/Cache/CacheResponseSubscriberTest.php
Storefront/Framework/Cache/CacheResponseSubscriberTest.php
Framework/Cache/CacheResponseSubscriberTest.php
Cache/CacheResponseSubscriberTest.php
CacheResponseSubscriberTest.php
tests/unit/Storefront/Framework/Cache/CacheStoreTest.php
unit/Storefront/Framework/Cache/CacheStoreTest.php
Storefront/Framework/Cache/CacheStoreTest.php
Framework/Cache/CacheStoreTest.php
Cache/CacheStoreTest.php
CacheStoreTest.php
tests/unit/Storefront/Framework/Cache/ReverseProxy/VarnishReverseProxyGatewayTest.php
unit/Storefront/Framework/Cache/ReverseProxy/VarnishReverseProxyGatewayTest.php
Storefront/Framework/Cache/ReverseProxy/VarnishReverseProxyGatewayTest.php
Framework/Cache/ReverseProxy/VarnishReverseProxyGatewayTest.php
Cache/ReverseProxy/VarnishReverseProxyGatewayTest.php
ReverseProxy/VarnishReverseProxyGatewayTest.php
VarnishReverseProxyGatewayTest.php
tests/unit/Storefront/Framework/Cache/ReverseProxy/ReverseProxyCacheTest.php
unit/Storefront/Framework/Cache/ReverseProxy/ReverseProxyCacheTest.php
Storefront/Framework/Cache/ReverseProxy/ReverseProxyCacheTest.php
Framework/Cache/ReverseProxy/ReverseProxyCacheTest.php
Cache/ReverseProxy/ReverseProxyCacheTest.php
ReverseProxy/ReverseProxyCacheTest.php
ReverseProxyCacheTest.php
tests/unit/Storefront/Framework/Cache/ReverseProxy/FastlyReverseProxyGatewayTest.php
unit/Storefront/Framework/Cache/ReverseProxy/FastlyReverseProxyGatewayTest.php
Storefront/Framework/Cache/ReverseProxy/FastlyReverseProxyGatewayTest.php
Framework/Cache/ReverseProxy/FastlyReverseProxyGatewayTest.php
Cache/ReverseProxy/FastlyReverseProxyGatewayTest.php
ReverseProxy/FastlyReverseProxyGatewayTest.php
FastlyReverseProxyGatewayTest.php
tests/unit/Storefront/Framework/Cache/CacheWarmer/CacheWarmerTest.php
unit/Storefront/Framework/Cache/CacheWarmer/CacheWarmerTest.php
Storefront/Framework/Cache/CacheWarmer/CacheWarmerTest.php
Framework/Cache/CacheWarmer/CacheWarmerTest.php
Cache/CacheWarmer/CacheWarmerTest.php
CacheWarmer/CacheWarmerTest.php
CacheWarmerTest.php
tests/unit/Storefront/Framework/Cache/CacheWarmer/CacheWarmerTaskHandlerTest.php
unit/Storefront/Framework/Cache/CacheWarmer/CacheWarmerTaskHandlerTest.php
Storefront/Framework/Cache/CacheWarmer/CacheWarmerTaskHandlerTest.php
Framework/Cache/CacheWarmer/CacheWarmerTaskHandlerTest.php
Cache/CacheWarmer/CacheWarmerTaskHandlerTest.php
CacheWarmer/CacheWarmerTaskHandlerTest.php
CacheWarmerTaskHandlerTest.php
tests/unit/Storefront/Framework/Twig/Extension/fixtures/Storefront/Resources/views/test/base.html.twig
unit/Storefront/Framework/Twig/Extension/fixtures/Storefront/Resources/views/test/base.html.twig
Storefront/Framework/Twig/Extension/fixtures/Storefront/Resources/views/test/base.html.twig
@ -21428,11 +21345,6 @@ Storefront/Framework/Command/SalesChannelCreateStorefrontCommandTest.php
Framework/Command/SalesChannelCreateStorefrontCommandTest.php
Command/SalesChannelCreateStorefrontCommandTest.php
SalesChannelCreateStorefrontCommandTest.php
tests/unit/Storefront/DependencyInjection/ReverseProxyCompilerPassTest.php
unit/Storefront/DependencyInjection/ReverseProxyCompilerPassTest.php
Storefront/DependencyInjection/ReverseProxyCompilerPassTest.php
DependencyInjection/ReverseProxyCompilerPassTest.php
ReverseProxyCompilerPassTest.php
tests/unit/Maintenance/System/Command/SystemUpdatePrepareCommandTest.php
unit/Maintenance/System/Command/SystemUpdatePrepareCommandTest.php
Maintenance/System/Command/SystemUpdatePrepareCommandTest.php
@ -21855,12 +21767,6 @@ Common/Stubs/DataAbstractionLayer/StaticEntityRepository.php
Stubs/DataAbstractionLayer/StaticEntityRepository.php
DataAbstractionLayer/StaticEntityRepository.php
StaticEntityRepository.php
tests/unit/Common/Stubs/Flow/DummyEvent.php
unit/Common/Stubs/Flow/DummyEvent.php
Common/Stubs/Flow/DummyEvent.php
Stubs/Flow/DummyEvent.php
Flow/DummyEvent.php
DummyEvent.php
tests/unit/Common/Stubs/SystemConfigService/StaticSystemConfigService.php
unit/Common/Stubs/SystemConfigService/StaticSystemConfigService.php
Common/Stubs/SystemConfigService/StaticSystemConfigService.php
@ -40586,20 +40492,6 @@ Content/Flow/Dispatching/CachedFlowLoader.php
Flow/Dispatching/CachedFlowLoader.php
Dispatching/CachedFlowLoader.php
CachedFlowLoader.php
src/Core/Content/Flow/Dispatching/Aware/MediaUploadedAware.php
Core/Content/Flow/Dispatching/Aware/MediaUploadedAware.php
Content/Flow/Dispatching/Aware/MediaUploadedAware.php
Flow/Dispatching/Aware/MediaUploadedAware.php
Dispatching/Aware/MediaUploadedAware.php
Aware/MediaUploadedAware.php
MediaUploadedAware.php
src/Core/Content/Flow/Dispatching/Aware/ConfirmUrlAware.php
Core/Content/Flow/Dispatching/Aware/ConfirmUrlAware.php
Content/Flow/Dispatching/Aware/ConfirmUrlAware.php
Flow/Dispatching/Aware/ConfirmUrlAware.php
Dispatching/Aware/ConfirmUrlAware.php
Aware/ConfirmUrlAware.php
ConfirmUrlAware.php
src/Core/Content/Flow/Dispatching/Aware/ScalarValuesAware.php
Core/Content/Flow/Dispatching/Aware/ScalarValuesAware.php
Content/Flow/Dispatching/Aware/ScalarValuesAware.php
@ -40607,13 +40499,6 @@ Flow/Dispatching/Aware/ScalarValuesAware.php
Dispatching/Aware/ScalarValuesAware.php
Aware/ScalarValuesAware.php
ScalarValuesAware.php
src/Core/Content/Flow/Dispatching/Aware/RecipientsAware.php
Core/Content/Flow/Dispatching/Aware/RecipientsAware.php
Content/Flow/Dispatching/Aware/RecipientsAware.php
Flow/Dispatching/Aware/RecipientsAware.php
Dispatching/Aware/RecipientsAware.php
Aware/RecipientsAware.php
RecipientsAware.php
src/Core/Content/Flow/Dispatching/Aware/CustomerRecoveryAware.php
Core/Content/Flow/Dispatching/Aware/CustomerRecoveryAware.php
Content/Flow/Dispatching/Aware/CustomerRecoveryAware.php
@ -40621,13 +40506,6 @@ Flow/Dispatching/Aware/CustomerRecoveryAware.php
Dispatching/Aware/CustomerRecoveryAware.php
Aware/CustomerRecoveryAware.php
CustomerRecoveryAware.php
src/Core/Content/Flow/Dispatching/Aware/ContactFormDataAware.php
Core/Content/Flow/Dispatching/Aware/ContactFormDataAware.php
Content/Flow/Dispatching/Aware/ContactFormDataAware.php
Flow/Dispatching/Aware/ContactFormDataAware.php
Dispatching/Aware/ContactFormDataAware.php
Aware/ContactFormDataAware.php
ContactFormDataAware.php
src/Core/Content/Flow/Dispatching/Aware/CustomAppAware.php
Core/Content/Flow/Dispatching/Aware/CustomAppAware.php
Content/Flow/Dispatching/Aware/CustomAppAware.php
@ -40635,41 +40513,6 @@ Flow/Dispatching/Aware/CustomAppAware.php
Dispatching/Aware/CustomAppAware.php
Aware/CustomAppAware.php
CustomAppAware.php
src/Core/Content/Flow/Dispatching/Aware/SubjectAware.php
Core/Content/Flow/Dispatching/Aware/SubjectAware.php
Content/Flow/Dispatching/Aware/SubjectAware.php
Flow/Dispatching/Aware/SubjectAware.php
Dispatching/Aware/SubjectAware.php
Aware/SubjectAware.php
SubjectAware.php
src/Core/Content/Flow/Dispatching/Aware/NameAware.php
Core/Content/Flow/Dispatching/Aware/NameAware.php
Content/Flow/Dispatching/Aware/NameAware.php
Flow/Dispatching/Aware/NameAware.php
Dispatching/Aware/NameAware.php
Aware/NameAware.php
NameAware.php
src/Core/Content/Flow/Dispatching/Aware/ShopNameAware.php
Core/Content/Flow/Dispatching/Aware/ShopNameAware.php
Content/Flow/Dispatching/Aware/ShopNameAware.php
Flow/Dispatching/Aware/ShopNameAware.php
Dispatching/Aware/ShopNameAware.php
Aware/ShopNameAware.php
ShopNameAware.php
src/Core/Content/Flow/Dispatching/Aware/ResetUrlAware.php
Core/Content/Flow/Dispatching/Aware/ResetUrlAware.php
Content/Flow/Dispatching/Aware/ResetUrlAware.php
Flow/Dispatching/Aware/ResetUrlAware.php
Dispatching/Aware/ResetUrlAware.php
Aware/ResetUrlAware.php
ResetUrlAware.php
src/Core/Content/Flow/Dispatching/Aware/UrlAware.php
Core/Content/Flow/Dispatching/Aware/UrlAware.php
Content/Flow/Dispatching/Aware/UrlAware.php
Flow/Dispatching/Aware/UrlAware.php
Dispatching/Aware/UrlAware.php
Aware/UrlAware.php
UrlAware.php
src/Core/Content/Flow/Dispatching/Aware/NewsletterRecipientAware.php
Core/Content/Flow/Dispatching/Aware/NewsletterRecipientAware.php
Content/Flow/Dispatching/Aware/NewsletterRecipientAware.php
@ -40677,27 +40520,6 @@ Flow/Dispatching/Aware/NewsletterRecipientAware.php
Dispatching/Aware/NewsletterRecipientAware.php
Aware/NewsletterRecipientAware.php
NewsletterRecipientAware.php
src/Core/Content/Flow/Dispatching/Aware/ReviewFormDataAware.php
Core/Content/Flow/Dispatching/Aware/ReviewFormDataAware.php
Content/Flow/Dispatching/Aware/ReviewFormDataAware.php
Flow/Dispatching/Aware/ReviewFormDataAware.php
Dispatching/Aware/ReviewFormDataAware.php
Aware/ReviewFormDataAware.php
ReviewFormDataAware.php
src/Core/Content/Flow/Dispatching/Aware/ContentsAware.php
Core/Content/Flow/Dispatching/Aware/ContentsAware.php
Content/Flow/Dispatching/Aware/ContentsAware.php
Flow/Dispatching/Aware/ContentsAware.php
Dispatching/Aware/ContentsAware.php
Aware/ContentsAware.php
ContentsAware.php
src/Core/Content/Flow/Dispatching/Aware/DataAware.php
Core/Content/Flow/Dispatching/Aware/DataAware.php
Content/Flow/Dispatching/Aware/DataAware.php
Flow/Dispatching/Aware/DataAware.php
Dispatching/Aware/DataAware.php
Aware/DataAware.php
DataAware.php
src/Core/Content/Flow/Dispatching/Aware/OrderTransactionAware.php
Core/Content/Flow/Dispatching/Aware/OrderTransactionAware.php
Content/Flow/Dispatching/Aware/OrderTransactionAware.php
@ -40705,13 +40527,6 @@ Flow/Dispatching/Aware/OrderTransactionAware.php
Dispatching/Aware/OrderTransactionAware.php
Aware/OrderTransactionAware.php
OrderTransactionAware.php
src/Core/Content/Flow/Dispatching/Aware/TemplateDataAware.php
Core/Content/Flow/Dispatching/Aware/TemplateDataAware.php
Content/Flow/Dispatching/Aware/TemplateDataAware.php
Flow/Dispatching/Aware/TemplateDataAware.php
Dispatching/Aware/TemplateDataAware.php
Aware/TemplateDataAware.php
TemplateDataAware.php
src/Core/Content/Flow/Dispatching/Aware/MessageAware.php
Core/Content/Flow/Dispatching/Aware/MessageAware.php
Content/Flow/Dispatching/Aware/MessageAware.php
@ -40922,13 +40737,6 @@ Content/Flow/Dispatching/FlowState.php
Flow/Dispatching/FlowState.php
Dispatching/FlowState.php
FlowState.php
src/Core/Content/Flow/Dispatching/Storer/ContentsStorer.php
Core/Content/Flow/Dispatching/Storer/ContentsStorer.php
Content/Flow/Dispatching/Storer/ContentsStorer.php
Flow/Dispatching/Storer/ContentsStorer.php
Dispatching/Storer/ContentsStorer.php
Storer/ContentsStorer.php
ContentsStorer.php
src/Core/Content/Flow/Dispatching/Storer/ScalarValuesStorer.php
Core/Content/Flow/Dispatching/Storer/ScalarValuesStorer.php
Content/Flow/Dispatching/Storer/ScalarValuesStorer.php
@ -40943,13 +40751,6 @@ Flow/Dispatching/Storer/ProductStorer.php
Dispatching/Storer/ProductStorer.php
Storer/ProductStorer.php
ProductStorer.php
src/Core/Content/Flow/Dispatching/Storer/ContactFormDataStorer.php
Core/Content/Flow/Dispatching/Storer/ContactFormDataStorer.php
Content/Flow/Dispatching/Storer/ContactFormDataStorer.php
Flow/Dispatching/Storer/ContactFormDataStorer.php
Dispatching/Storer/ContactFormDataStorer.php
Storer/ContactFormDataStorer.php
ContactFormDataStorer.php
src/Core/Content/Flow/Dispatching/Storer/CustomerRecoveryStorer.php
Core/Content/Flow/Dispatching/Storer/CustomerRecoveryStorer.php
Content/Flow/Dispatching/Storer/CustomerRecoveryStorer.php
@ -40964,27 +40765,6 @@ Flow/Dispatching/Storer/CustomerGroupStorer.php
Dispatching/Storer/CustomerGroupStorer.php
Storer/CustomerGroupStorer.php
CustomerGroupStorer.php
src/Core/Content/Flow/Dispatching/Storer/SubjectStorer.php
Core/Content/Flow/Dispatching/Storer/SubjectStorer.php
Content/Flow/Dispatching/Storer/SubjectStorer.php
Flow/Dispatching/Storer/SubjectStorer.php
Dispatching/Storer/SubjectStorer.php
Storer/SubjectStorer.php
SubjectStorer.php
src/Core/Content/Flow/Dispatching/Storer/DataStorer.php
Core/Content/Flow/Dispatching/Storer/DataStorer.php
Content/Flow/Dispatching/Storer/DataStorer.php
Flow/Dispatching/Storer/DataStorer.php
Dispatching/Storer/DataStorer.php
Storer/DataStorer.php
DataStorer.php
src/Core/Content/Flow/Dispatching/Storer/ReviewFormDataStorer.php
Core/Content/Flow/Dispatching/Storer/ReviewFormDataStorer.php
Content/Flow/Dispatching/Storer/ReviewFormDataStorer.php
Flow/Dispatching/Storer/ReviewFormDataStorer.php
Dispatching/Storer/ReviewFormDataStorer.php
Storer/ReviewFormDataStorer.php
ReviewFormDataStorer.php
src/Core/Content/Flow/Dispatching/Storer/MailStorer.php
Core/Content/Flow/Dispatching/Storer/MailStorer.php
Content/Flow/Dispatching/Storer/MailStorer.php
@ -40999,13 +40779,6 @@ Flow/Dispatching/Storer/FlowStorer.php
Dispatching/Storer/FlowStorer.php
Storer/FlowStorer.php
FlowStorer.php
src/Core/Content/Flow/Dispatching/Storer/TemplateDataStorer.php
Core/Content/Flow/Dispatching/Storer/TemplateDataStorer.php
Content/Flow/Dispatching/Storer/TemplateDataStorer.php
Flow/Dispatching/Storer/TemplateDataStorer.php
Dispatching/Storer/TemplateDataStorer.php
Storer/TemplateDataStorer.php
TemplateDataStorer.php
src/Core/Content/Flow/Dispatching/Storer/CustomAppStorer.php
Core/Content/Flow/Dispatching/Storer/CustomAppStorer.php
Content/Flow/Dispatching/Storer/CustomAppStorer.php
@ -41013,27 +40786,6 @@ Flow/Dispatching/Storer/CustomAppStorer.php
Dispatching/Storer/CustomAppStorer.php
Storer/CustomAppStorer.php
CustomAppStorer.php
src/Core/Content/Flow/Dispatching/Storer/RecipientsStorer.php
Core/Content/Flow/Dispatching/Storer/RecipientsStorer.php
Content/Flow/Dispatching/Storer/RecipientsStorer.php
Flow/Dispatching/Storer/RecipientsStorer.php
Dispatching/Storer/RecipientsStorer.php
Storer/RecipientsStorer.php
RecipientsStorer.php
src/Core/Content/Flow/Dispatching/Storer/MediaUploadedStorer.php
Core/Content/Flow/Dispatching/Storer/MediaUploadedStorer.php
Content/Flow/Dispatching/Storer/MediaUploadedStorer.php
Flow/Dispatching/Storer/MediaUploadedStorer.php
Dispatching/Storer/MediaUploadedStorer.php
Storer/MediaUploadedStorer.php
MediaUploadedStorer.php
src/Core/Content/Flow/Dispatching/Storer/ResetUrlStorer.php
Core/Content/Flow/Dispatching/Storer/ResetUrlStorer.php
Content/Flow/Dispatching/Storer/ResetUrlStorer.php
Flow/Dispatching/Storer/ResetUrlStorer.php
Dispatching/Storer/ResetUrlStorer.php
Storer/ResetUrlStorer.php
ResetUrlStorer.php
src/Core/Content/Flow/Dispatching/Storer/CustomerStorer.php
Core/Content/Flow/Dispatching/Storer/CustomerStorer.php
Content/Flow/Dispatching/Storer/CustomerStorer.php
@ -41041,27 +40793,6 @@ Flow/Dispatching/Storer/CustomerStorer.php
Dispatching/Storer/CustomerStorer.php
Storer/CustomerStorer.php
CustomerStorer.php
src/Core/Content/Flow/Dispatching/Storer/ConfirmUrlStorer.php
Core/Content/Flow/Dispatching/Storer/ConfirmUrlStorer.php
Content/Flow/Dispatching/Storer/ConfirmUrlStorer.php
Flow/Dispatching/Storer/ConfirmUrlStorer.php
Dispatching/Storer/ConfirmUrlStorer.php
Storer/ConfirmUrlStorer.php
ConfirmUrlStorer.php
src/Core/Content/Flow/Dispatching/Storer/ShopNameStorer.php
Core/Content/Flow/Dispatching/Storer/ShopNameStorer.php
Content/Flow/Dispatching/Storer/ShopNameStorer.php
Flow/Dispatching/Storer/ShopNameStorer.php
Dispatching/Storer/ShopNameStorer.php
Storer/ShopNameStorer.php
ShopNameStorer.php
src/Core/Content/Flow/Dispatching/Storer/UrlStorer.php
Core/Content/Flow/Dispatching/Storer/UrlStorer.php
Content/Flow/Dispatching/Storer/UrlStorer.php
Flow/Dispatching/Storer/UrlStorer.php
Dispatching/Storer/UrlStorer.php
Storer/UrlStorer.php
UrlStorer.php
src/Core/Content/Flow/Dispatching/Storer/OrderStorer.php
Core/Content/Flow/Dispatching/Storer/OrderStorer.php
Content/Flow/Dispatching/Storer/OrderStorer.php
@ -41097,13 +40828,6 @@ Flow/Dispatching/Storer/NewsletterRecipientStorer.php
Dispatching/Storer/NewsletterRecipientStorer.php
Storer/NewsletterRecipientStorer.php
NewsletterRecipientStorer.php
src/Core/Content/Flow/Dispatching/Storer/NameStorer.php
Core/Content/Flow/Dispatching/Storer/NameStorer.php
Content/Flow/Dispatching/Storer/NameStorer.php
Flow/Dispatching/Storer/NameStorer.php
Dispatching/Storer/NameStorer.php
Storer/NameStorer.php
NameStorer.php
src/Core/Content/Flow/Dispatching/FlowFactory.php
Core/Content/Flow/Dispatching/FlowFactory.php
Content/Flow/Dispatching/FlowFactory.php
@ -65451,6 +65175,13 @@ Adapter/Cache/Http/CacheStateValidator.php
Cache/Http/CacheStateValidator.php
Http/CacheStateValidator.php
CacheStateValidator.php
src/Core/Framework/Adapter/Cache/Http/CacheResponseSubscriber.php
Core/Framework/Adapter/Cache/Http/CacheResponseSubscriber.php
Framework/Adapter/Cache/Http/CacheResponseSubscriber.php
Adapter/Cache/Http/CacheResponseSubscriber.php
Cache/Http/CacheResponseSubscriber.php
Http/CacheResponseSubscriber.php
CacheResponseSubscriber.php
src/Core/Framework/Adapter/Cache/Http/CacheStore.php
Core/Framework/Adapter/Cache/Http/CacheStore.php
Framework/Adapter/Cache/Http/CacheStore.php
@ -65528,6 +65259,13 @@ Framework/Adapter/Cache/CacheTracer.php
Adapter/Cache/CacheTracer.php
Cache/CacheTracer.php
CacheTracer.php
src/Core/Framework/Adapter/Cache/ReverseProxy/VarnishReverseProxyGateway.php
Core/Framework/Adapter/Cache/ReverseProxy/VarnishReverseProxyGateway.php
Framework/Adapter/Cache/ReverseProxy/VarnishReverseProxyGateway.php
Adapter/Cache/ReverseProxy/VarnishReverseProxyGateway.php
Cache/ReverseProxy/VarnishReverseProxyGateway.php
ReverseProxy/VarnishReverseProxyGateway.php
VarnishReverseProxyGateway.php
src/Core/Framework/Adapter/Cache/ReverseProxy/AbstractReverseProxyGateway.php
Core/Framework/Adapter/Cache/ReverseProxy/AbstractReverseProxyGateway.php
Framework/Adapter/Cache/ReverseProxy/AbstractReverseProxyGateway.php
@ -65535,6 +65273,27 @@ Adapter/Cache/ReverseProxy/AbstractReverseProxyGateway.php
Cache/ReverseProxy/AbstractReverseProxyGateway.php
ReverseProxy/AbstractReverseProxyGateway.php
AbstractReverseProxyGateway.php
src/Core/Framework/Adapter/Cache/ReverseProxy/RedisReverseProxyGateway.php
Core/Framework/Adapter/Cache/ReverseProxy/RedisReverseProxyGateway.php
Framework/Adapter/Cache/ReverseProxy/RedisReverseProxyGateway.php
Adapter/Cache/ReverseProxy/RedisReverseProxyGateway.php
Cache/ReverseProxy/RedisReverseProxyGateway.php
ReverseProxy/RedisReverseProxyGateway.php
RedisReverseProxyGateway.php
src/Core/Framework/Adapter/Cache/ReverseProxy/ReverseProxyCacheClearer.php
Core/Framework/Adapter/Cache/ReverseProxy/ReverseProxyCacheClearer.php
Framework/Adapter/Cache/ReverseProxy/ReverseProxyCacheClearer.php
Adapter/Cache/ReverseProxy/ReverseProxyCacheClearer.php
Cache/ReverseProxy/ReverseProxyCacheClearer.php
ReverseProxy/ReverseProxyCacheClearer.php
ReverseProxyCacheClearer.php
src/Core/Framework/Adapter/Cache/ReverseProxy/ReverseProxyCompilerPass.php
Core/Framework/Adapter/Cache/ReverseProxy/ReverseProxyCompilerPass.php
Framework/Adapter/Cache/ReverseProxy/ReverseProxyCompilerPass.php
Adapter/Cache/ReverseProxy/ReverseProxyCompilerPass.php
Cache/ReverseProxy/ReverseProxyCompilerPass.php
ReverseProxy/ReverseProxyCompilerPass.php
ReverseProxyCompilerPass.php
src/Core/Framework/Adapter/Cache/ReverseProxy/ReverseProxyException.php
Core/Framework/Adapter/Cache/ReverseProxy/ReverseProxyException.php
Framework/Adapter/Cache/ReverseProxy/ReverseProxyException.php
@ -65542,6 +65301,20 @@ Adapter/Cache/ReverseProxy/ReverseProxyException.php
Cache/ReverseProxy/ReverseProxyException.php
ReverseProxy/ReverseProxyException.php
ReverseProxyException.php
src/Core/Framework/Adapter/Cache/ReverseProxy/ReverseProxyCache.php
Core/Framework/Adapter/Cache/ReverseProxy/ReverseProxyCache.php
Framework/Adapter/Cache/ReverseProxy/ReverseProxyCache.php
Adapter/Cache/ReverseProxy/ReverseProxyCache.php
Cache/ReverseProxy/ReverseProxyCache.php
ReverseProxy/ReverseProxyCache.php
ReverseProxyCache.php
src/Core/Framework/Adapter/Cache/ReverseProxy/FastlyReverseProxyGateway.php
Core/Framework/Adapter/Cache/ReverseProxy/FastlyReverseProxyGateway.php
Framework/Adapter/Cache/ReverseProxy/FastlyReverseProxyGateway.php
Adapter/Cache/ReverseProxy/FastlyReverseProxyGateway.php
Cache/ReverseProxy/FastlyReverseProxyGateway.php
ReverseProxy/FastlyReverseProxyGateway.php
FastlyReverseProxyGateway.php
src/Core/Framework/Adapter/Cache/AbstractCacheTracer.php
Core/Framework/Adapter/Cache/AbstractCacheTracer.php
Framework/Adapter/Cache/AbstractCacheTracer.php
@ -65554,13 +65327,6 @@ Framework/Adapter/Cache/CacheDecorator.php
Adapter/Cache/CacheDecorator.php
Cache/CacheDecorator.php
CacheDecorator.php
src/Core/Framework/Adapter/Cache/InvalidatorStorage/CacheInvalidatorStorage.php
Core/Framework/Adapter/Cache/InvalidatorStorage/CacheInvalidatorStorage.php
Framework/Adapter/Cache/InvalidatorStorage/CacheInvalidatorStorage.php
Adapter/Cache/InvalidatorStorage/CacheInvalidatorStorage.php
Cache/InvalidatorStorage/CacheInvalidatorStorage.php
InvalidatorStorage/CacheInvalidatorStorage.php
CacheInvalidatorStorage.php
src/Core/Framework/Adapter/Cache/InvalidatorStorage/RedisInvalidatorStorage.php
Core/Framework/Adapter/Cache/InvalidatorStorage/RedisInvalidatorStorage.php
Framework/Adapter/Cache/InvalidatorStorage/RedisInvalidatorStorage.php
@ -69552,12 +69318,6 @@ Framework/DependencyInjection/CompilerPass/EntityCompilerPass.php
DependencyInjection/CompilerPass/EntityCompilerPass.php
CompilerPass/EntityCompilerPass.php
EntityCompilerPass.php
src/Core/Framework/DependencyInjection/CompilerPass/RemoveOldFlowStorerCompilerPass.php
Core/Framework/DependencyInjection/CompilerPass/RemoveOldFlowStorerCompilerPass.php
Framework/DependencyInjection/CompilerPass/RemoveOldFlowStorerCompilerPass.php
DependencyInjection/CompilerPass/RemoveOldFlowStorerCompilerPass.php
CompilerPass/RemoveOldFlowStorerCompilerPass.php
RemoveOldFlowStorerCompilerPass.php
src/Core/Framework/DependencyInjection/CompilerPass/AutoconfigureCompilerPass.php
Core/Framework/DependencyInjection/CompilerPass/AutoconfigureCompilerPass.php
Framework/DependencyInjection/CompilerPass/AutoconfigureCompilerPass.php
@ -118444,14 +118204,6 @@ storefront/page/product-detail/configurator.html.twig
page/product-detail/configurator.html.twig
product-detail/configurator.html.twig
configurator.html.twig
src/Storefront/Resources/views/storefront/page/product-detail/index.html.twig
Storefront/Resources/views/storefront/page/product-detail/index.html.twig
Resources/views/storefront/page/product-detail/index.html.twig
views/storefront/page/product-detail/index.html.twig
storefront/page/product-detail/index.html.twig
page/product-detail/index.html.twig
product-detail/index.html.twig
index.html.twig
src/Storefront/Resources/views/storefront/page/product-detail/description.html.twig
Storefront/Resources/views/storefront/page/product-detail/description.html.twig
Resources/views/storefront/page/product-detail/description.html.twig
@ -127645,11 +127397,6 @@ Storefront/Theme/Exception/ThemeCompileException.php
Theme/Exception/ThemeCompileException.php
Exception/ThemeCompileException.php
ThemeCompileException.php
src/Storefront/Theme/Exception/InvalidThemeException.php
Storefront/Theme/Exception/InvalidThemeException.php
Theme/Exception/InvalidThemeException.php
Exception/InvalidThemeException.php
InvalidThemeException.php
src/Storefront/Theme/Exception/InvalidThemeBundleException.php
Storefront/Theme/Exception/InvalidThemeBundleException.php
Theme/Exception/InvalidThemeBundleException.php
@ -128655,45 +128402,12 @@ Framework/Routing/Helper/ExpectedRequest.php
Routing/Helper/ExpectedRequest.php
Helper/ExpectedRequest.php
ExpectedRequest.php
src/Storefront/Test/Framework/Cache/HttpCacheKeyGeneratorTest.php
Storefront/Test/Framework/Cache/HttpCacheKeyGeneratorTest.php
Test/Framework/Cache/HttpCacheKeyGeneratorTest.php
Framework/Cache/HttpCacheKeyGeneratorTest.php
Cache/HttpCacheKeyGeneratorTest.php
HttpCacheKeyGeneratorTest.php
src/Storefront/Test/Framework/Cache/ReverseProxy/ReverseProxyCacheTest.php
Storefront/Test/Framework/Cache/ReverseProxy/ReverseProxyCacheTest.php
Test/Framework/Cache/ReverseProxy/ReverseProxyCacheTest.php
Framework/Cache/ReverseProxy/ReverseProxyCacheTest.php
Cache/ReverseProxy/ReverseProxyCacheTest.php
ReverseProxy/ReverseProxyCacheTest.php
ReverseProxyCacheTest.php
src/Storefront/Test/Framework/Cache/ReverseProxy/RedisReverseProxyGatewayTest.php
Storefront/Test/Framework/Cache/ReverseProxy/RedisReverseProxyGatewayTest.php
Test/Framework/Cache/ReverseProxy/RedisReverseProxyGatewayTest.php
Framework/Cache/ReverseProxy/RedisReverseProxyGatewayTest.php
Cache/ReverseProxy/RedisReverseProxyGatewayTest.php
ReverseProxy/RedisReverseProxyGatewayTest.php
RedisReverseProxyGatewayTest.php
src/Storefront/Test/Framework/Cache/ReverseProxy/ReverseProxyCacheClearerTest.php
Storefront/Test/Framework/Cache/ReverseProxy/ReverseProxyCacheClearerTest.php
Test/Framework/Cache/ReverseProxy/ReverseProxyCacheClearerTest.php
Framework/Cache/ReverseProxy/ReverseProxyCacheClearerTest.php
Cache/ReverseProxy/ReverseProxyCacheClearerTest.php
ReverseProxy/ReverseProxyCacheClearerTest.php
ReverseProxyCacheClearerTest.php
src/Storefront/Test/Framework/Cache/HttpCacheIntegrationTest.php
Storefront/Test/Framework/Cache/HttpCacheIntegrationTest.php
Test/Framework/Cache/HttpCacheIntegrationTest.php
Framework/Cache/HttpCacheIntegrationTest.php
Cache/HttpCacheIntegrationTest.php
HttpCacheIntegrationTest.php
src/Storefront/Test/Framework/Cache/CacheStateValidatorTest.php
Storefront/Test/Framework/Cache/CacheStateValidatorTest.php
Test/Framework/Cache/CacheStateValidatorTest.php
Framework/Cache/CacheStateValidatorTest.php
Cache/CacheStateValidatorTest.php
CacheStateValidatorTest.php
src/Storefront/Test/Framework/Cache/_fixtures/http-cache-cases/Resources/scripts/storefront-custom-cache-config/script.twig
Storefront/Test/Framework/Cache/_fixtures/http-cache-cases/Resources/scripts/storefront-custom-cache-config/script.twig
Test/Framework/Cache/_fixtures/http-cache-cases/Resources/scripts/storefront-custom-cache-config/script.twig
@ -129356,139 +129070,11 @@ Framework/Routing/NotFound/NotFoundPageCacheKeyEvent.php
Routing/NotFound/NotFoundPageCacheKeyEvent.php
NotFound/NotFoundPageCacheKeyEvent.php
NotFoundPageCacheKeyEvent.php
src/Storefront/Framework/Cache/CacheStateValidator.php
Storefront/Framework/Cache/CacheStateValidator.php
Framework/Cache/CacheStateValidator.php
Cache/CacheStateValidator.php
CacheStateValidator.php
src/Storefront/Framework/Cache/CacheResponseSubscriber.php
Storefront/Framework/Cache/CacheResponseSubscriber.php
Framework/Cache/CacheResponseSubscriber.php
Cache/CacheResponseSubscriber.php
CacheResponseSubscriber.php
src/Storefront/Framework/Cache/AbstractHttpCacheKeyGenerator.php
Storefront/Framework/Cache/AbstractHttpCacheKeyGenerator.php
Framework/Cache/AbstractHttpCacheKeyGenerator.php
Cache/AbstractHttpCacheKeyGenerator.php
AbstractHttpCacheKeyGenerator.php
src/Storefront/Framework/Cache/Event/HttpCacheGenerateKeyEvent.php
Storefront/Framework/Cache/Event/HttpCacheGenerateKeyEvent.php
Framework/Cache/Event/HttpCacheGenerateKeyEvent.php
Cache/Event/HttpCacheGenerateKeyEvent.php
Event/HttpCacheGenerateKeyEvent.php
HttpCacheGenerateKeyEvent.php
src/Storefront/Framework/Cache/Event/HttpCacheItemWrittenEvent.php
Storefront/Framework/Cache/Event/HttpCacheItemWrittenEvent.php
Framework/Cache/Event/HttpCacheItemWrittenEvent.php
Cache/Event/HttpCacheItemWrittenEvent.php
Event/HttpCacheItemWrittenEvent.php
HttpCacheItemWrittenEvent.php
src/Storefront/Framework/Cache/Event/HttpCacheHitEvent.php
Storefront/Framework/Cache/Event/HttpCacheHitEvent.php
Framework/Cache/Event/HttpCacheHitEvent.php
Cache/Event/HttpCacheHitEvent.php
Event/HttpCacheHitEvent.php
HttpCacheHitEvent.php
src/Storefront/Framework/Cache/CacheTracer.php
Storefront/Framework/Cache/CacheTracer.php
Framework/Cache/CacheTracer.php
Cache/CacheTracer.php
CacheTracer.php
src/Storefront/Framework/Cache/ReverseProxy/VarnishReverseProxyGateway.php
Storefront/Framework/Cache/ReverseProxy/VarnishReverseProxyGateway.php
Framework/Cache/ReverseProxy/VarnishReverseProxyGateway.php
Cache/ReverseProxy/VarnishReverseProxyGateway.php
ReverseProxy/VarnishReverseProxyGateway.php
VarnishReverseProxyGateway.php
src/Storefront/Framework/Cache/ReverseProxy/AbstractReverseProxyGateway.php
Storefront/Framework/Cache/ReverseProxy/AbstractReverseProxyGateway.php
Framework/Cache/ReverseProxy/AbstractReverseProxyGateway.php
Cache/ReverseProxy/AbstractReverseProxyGateway.php
ReverseProxy/AbstractReverseProxyGateway.php
AbstractReverseProxyGateway.php
src/Storefront/Framework/Cache/ReverseProxy/RedisReverseProxyGateway.php
Storefront/Framework/Cache/ReverseProxy/RedisReverseProxyGateway.php
Framework/Cache/ReverseProxy/RedisReverseProxyGateway.php
Cache/ReverseProxy/RedisReverseProxyGateway.php
ReverseProxy/RedisReverseProxyGateway.php
RedisReverseProxyGateway.php
src/Storefront/Framework/Cache/ReverseProxy/ReverseProxyCacheClearer.php
Storefront/Framework/Cache/ReverseProxy/ReverseProxyCacheClearer.php
Framework/Cache/ReverseProxy/ReverseProxyCacheClearer.php
Cache/ReverseProxy/ReverseProxyCacheClearer.php
ReverseProxy/ReverseProxyCacheClearer.php
ReverseProxyCacheClearer.php
src/Storefront/Framework/Cache/ReverseProxy/ReverseProxyCache.php
Storefront/Framework/Cache/ReverseProxy/ReverseProxyCache.php
Framework/Cache/ReverseProxy/ReverseProxyCache.php
Cache/ReverseProxy/ReverseProxyCache.php
ReverseProxy/ReverseProxyCache.php
ReverseProxyCache.php
src/Storefront/Framework/Cache/ReverseProxy/FastlyReverseProxyGateway.php
Storefront/Framework/Cache/ReverseProxy/FastlyReverseProxyGateway.php
Framework/Cache/ReverseProxy/FastlyReverseProxyGateway.php
Cache/ReverseProxy/FastlyReverseProxyGateway.php
ReverseProxy/FastlyReverseProxyGateway.php
FastlyReverseProxyGateway.php
src/Storefront/Framework/Cache/CacheStateValidatorInterface.php
Storefront/Framework/Cache/CacheStateValidatorInterface.php
Framework/Cache/CacheStateValidatorInterface.php
Cache/CacheStateValidatorInterface.php
CacheStateValidatorInterface.php
src/Storefront/Framework/Cache/CacheStore.php
Storefront/Framework/Cache/CacheStore.php
Framework/Cache/CacheStore.php
Cache/CacheStore.php
CacheStore.php
src/Storefront/Framework/Cache/CacheWarmer/CacheWarmerTaskHandler.php
Storefront/Framework/Cache/CacheWarmer/CacheWarmerTaskHandler.php
Framework/Cache/CacheWarmer/CacheWarmerTaskHandler.php
Cache/CacheWarmer/CacheWarmerTaskHandler.php
CacheWarmer/CacheWarmerTaskHandler.php
CacheWarmerTaskHandler.php
src/Storefront/Framework/Cache/CacheWarmer/CacheRouteWarmerRegistry.php
Storefront/Framework/Cache/CacheWarmer/CacheRouteWarmerRegistry.php
Framework/Cache/CacheWarmer/CacheRouteWarmerRegistry.php
Cache/CacheWarmer/CacheRouteWarmerRegistry.php
CacheWarmer/CacheRouteWarmerRegistry.php
CacheRouteWarmerRegistry.php
src/Storefront/Framework/Cache/CacheWarmer/CacheRouteWarmer.php
Storefront/Framework/Cache/CacheWarmer/CacheRouteWarmer.php
Framework/Cache/CacheWarmer/CacheRouteWarmer.php
Cache/CacheWarmer/CacheRouteWarmer.php
CacheWarmer/CacheRouteWarmer.php
CacheRouteWarmer.php
src/Storefront/Framework/Cache/CacheWarmer/Product/ProductRouteWarmer.php
Storefront/Framework/Cache/CacheWarmer/Product/ProductRouteWarmer.php
Framework/Cache/CacheWarmer/Product/ProductRouteWarmer.php
Cache/CacheWarmer/Product/ProductRouteWarmer.php
CacheWarmer/Product/ProductRouteWarmer.php
Product/ProductRouteWarmer.php
ProductRouteWarmer.php
src/Storefront/Framework/Cache/CacheWarmer/WarmUpMessage.php
Storefront/Framework/Cache/CacheWarmer/WarmUpMessage.php
Framework/Cache/CacheWarmer/WarmUpMessage.php
Cache/CacheWarmer/WarmUpMessage.php
CacheWarmer/WarmUpMessage.php
WarmUpMessage.php
src/Storefront/Framework/Cache/CacheWarmer/Navigation/NavigationRouteWarmer.php
Storefront/Framework/Cache/CacheWarmer/Navigation/NavigationRouteWarmer.php
Framework/Cache/CacheWarmer/Navigation/NavigationRouteWarmer.php
Cache/CacheWarmer/Navigation/NavigationRouteWarmer.php
CacheWarmer/Navigation/NavigationRouteWarmer.php
Navigation/NavigationRouteWarmer.php
NavigationRouteWarmer.php
src/Storefront/Framework/Cache/CacheWarmer/CacheWarmer.php
Storefront/Framework/Cache/CacheWarmer/CacheWarmer.php
Framework/Cache/CacheWarmer/CacheWarmer.php
Cache/CacheWarmer/CacheWarmer.php
CacheWarmer/CacheWarmer.php
CacheWarmer.php
src/Storefront/Framework/Cache/HttpCacheKeyGenerator.php
Storefront/Framework/Cache/HttpCacheKeyGenerator.php
Framework/Cache/HttpCacheKeyGenerator.php
Cache/HttpCacheKeyGenerator.php
HttpCacheKeyGenerator.php
src/Storefront/Framework/Page/StorefrontSearchResult.php
Storefront/Framework/Page/StorefrontSearchResult.php
Framework/Page/StorefrontSearchResult.php
@ -129575,11 +129161,6 @@ Framework/App/Template/IconTemplateLoader.php
App/Template/IconTemplateLoader.php
Template/IconTemplateLoader.php
IconTemplateLoader.php
src/Storefront/Framework/Command/HttpCacheWarmUpCommand.php
Storefront/Framework/Command/HttpCacheWarmUpCommand.php
Framework/Command/HttpCacheWarmUpCommand.php
Command/HttpCacheWarmUpCommand.php
HttpCacheWarmUpCommand.php
src/Storefront/Framework/Command/SalesChannelCreateStorefrontCommand.php
Storefront/Framework/Command/SalesChannelCreateStorefrontCommand.php
Framework/Command/SalesChannelCreateStorefrontCommand.php
@ -129639,10 +129220,6 @@ src/Storefront/DependencyInjection/services.xml
Storefront/DependencyInjection/services.xml
DependencyInjection/services.xml
services.xml
src/Storefront/DependencyInjection/ReverseProxyCompilerPass.php
Storefront/DependencyInjection/ReverseProxyCompilerPass.php
DependencyInjection/ReverseProxyCompilerPass.php
ReverseProxyCompilerPass.php
src/Storefront/DependencyInjection/StorefrontMigrationReplacementCompilerPass.php
Storefront/DependencyInjection/StorefrontMigrationReplacementCompilerPass.php
DependencyInjection/StorefrontMigrationReplacementCompilerPass.php

View file

@ -2731,6 +2731,7 @@ changelog/_unreleased/2022-07-04-mail-attach.md
changelog/_unreleased/2023-11-15-add-api-aware-flags-to-product-stream-definitions.md
changelog/_unreleased/2023-08-11-fix-media-move-navigation.md
changelog/_unreleased/2023-12-05-remove-writeaccess-field-from-integrationdefinition.md
changelog/_unreleased/2023-11-24-remove-http-cache-deprecations.md
changelog/_unreleased/2023-11-30-improve-file-validation-service.md
changelog/_unreleased/2023-06-19-add-avif-image-file-support.md
changelog/_unreleased/2023-01-17-hide-configurable-custom-product-default-layout.md
@ -2760,6 +2761,7 @@ changelog/_unreleased/2023-08-10-change-sw-radio-field-default-event.md
changelog/_unreleased/2023-08-10-change-sw-import-export-entity-path-select-default-event.md
changelog/_unreleased/2023-10-23-reworked-behavior-of-default-sorting-selection-in-sw-settings-listing.md
changelog/_unreleased/2023-09-14-fix-vue-meta-for-vue-3.md
changelog/_unreleased/2023-06-16-order-get-language-can-be-null.md
changelog/_unreleased/2023-05-18-new-language-inheritance-mechanism-for-elasticsearch.md
changelog/_unreleased/2023-11-13-listing-variant-in-the-product-assignment-of-the-category-configuration.md
changelog/_unreleased/2023-09-08-make-cms-module-compatible-with-vue3.md
@ -2778,6 +2780,7 @@ changelog/_unreleased/2023-08-09-change-sw-url-field-default-event.md
changelog/_unreleased/2023-11-22-es-admin-search-is-broken-with-third-party-plugins.md
changelog/_unreleased/2023-10-21-fix-promotion-used-logic.md
changelog/_unreleased/2023-08-09-change-sw-multi-tag-select-default-event.md
changelog/_unreleased/2023-12-07-remove-flow-deprecations.md
changelog/_unreleased/2023-11-21-handle-languages-correct-on-not-found-pages.md
changelog/_unreleased/2023-10-17-customer-custom-field-rule-evaluates-wrong-on-multiple-selection-custom-fields.md
changelog/_unreleased/2023-11-16-added-new-create-migration-command.md
@ -2798,6 +2801,7 @@ changelog/_unreleased/2023-10-11-make-settings-module-compatible-with-vue3.md
changelog/_unreleased/2023-08-09-change-sw-select-number-field-default-event.md
changelog/_unreleased/2023-09-26-fix-listings-and-tabs.md
changelog/_unreleased/2023-08-09-change-sw-file-input-default-event.md
changelog/_unreleased/2023-12-07-remove-storefront-deprecations.md
changelog/_unreleased/2023-11-17-improve-customfieldsubscriber-performance.md
changelog/_unreleased/2023-11-30-fix-typehint.md
changelog/_unreleased/2023-08-10-change-sw-multi-snippet-drag-and-drop-default-event.md
@ -4494,30 +4498,16 @@ tests/unit/Core/Content/Flow/Dispatching/Action/SetCustomerCustomFieldActionTest
tests/unit/Core/Content/Flow/Dispatching/Action/SetCustomerGroupCustomFieldActionTest.php
tests/unit/Core/Content/Flow/Dispatching/Action/SetOrderStateActionTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/CustomerRecoveryStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/ConfirmUrlStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/DataStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/NewsletterRecipientStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/OrderTransactionStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/NameStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/CustomAppStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/ProductStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/TemplateDataStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/UserStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/ResetUrlStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/MediaUploadedStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/OrderStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/MailStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/SubjectStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/RecipientsStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/CustomerGroupStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/MessageStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/ContactFormDataStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/CustomerStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/ShopNameStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/ScalarFlowStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/UrlStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/ContentsStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/Storer/ReviewFormDataStorerTest.php
tests/unit/Core/Content/Flow/Dispatching/StorableFlowTest.php
tests/unit/Core/Content/Flow/Rule/OrderCustomFieldRuleTest.php
tests/unit/Core/Content/Flow/Rule/OrderStatusRuleTest.php
@ -4985,10 +4975,19 @@ tests/unit/Core/Framework/Adapter/Filesystem/Adapter/GoogleStorageFactoryTest.ph
tests/unit/Core/Framework/Adapter/Filesystem/Adapter/AwsS3v3FactoryTest.php
tests/unit/Core/Framework/Adapter/Messenger/MessageBusTest.php
tests/unit/Core/Framework/Adapter/Asset/AssetInstallCommandTest.php
tests/unit/Core/Framework/Adapter/Cache/Http/CacheResponseSubscriberTest.php
tests/unit/Core/Framework/Adapter/Cache/Http/CacheStoreTest.php
tests/unit/Core/Framework/Adapter/Cache/Http/CacheStateValidatorTest.php
tests/unit/Core/Framework/Adapter/Cache/HttpCacheKeyGeneratorTest.php
tests/unit/Core/Framework/Adapter/Cache/InvalidateCacheTaskHandlerTest.php
tests/unit/Core/Framework/Adapter/Cache/StoreApiRouteCacheKeyEventTest.php
tests/unit/Core/Framework/Adapter/Cache/CacheInvalidationSubscriberTest.php
tests/unit/Core/Framework/Adapter/Cache/InvalidatorStorage/CacheInvalidatorStorageTest.php
tests/unit/Core/Framework/Adapter/Cache/ReverseProxy/VarnishReverseProxyGatewayTest.php
tests/unit/Core/Framework/Adapter/Cache/ReverseProxy/ReverseProxyCacheTest.php
tests/unit/Core/Framework/Adapter/Cache/ReverseProxy/ReverseProxyCompilerPassTest.php
tests/unit/Core/Framework/Adapter/Cache/ReverseProxy/RedisReverseProxyGatewayTest.php
tests/unit/Core/Framework/Adapter/Cache/ReverseProxy/FastlyReverseProxyGatewayTest.php
tests/unit/Core/Framework/Adapter/Cache/ReverseProxy/ReverseProxyCacheClearerTest.php
tests/unit/Core/Framework/Adapter/Cache/InvalidatorStorage/RedisInvalidatorStorageTest.php
tests/unit/Core/Framework/Adapter/Cache/InvalidateCacheTaskTest.php
tests/unit/Core/Framework/Adapter/Cache/Message/CleanupOldCacheFoldersHandlerTest.php
@ -5150,7 +5149,6 @@ tests/unit/Core/Framework/DependencyInjection/CompilerPass/fixtures/secondAppPat
tests/unit/Core/Framework/DependencyInjection/CompilerPass/fixtures/secondAppPath/Resources/app/storefront/dist/.gitkeep
tests/unit/Core/Framework/DependencyInjection/CompilerPass/fixtures/firstAppPath/Resources/views/.gitkeep
tests/unit/Core/Framework/DependencyInjection/CompilerPass/fixtures/firstAppPath/Resources/app/storefront/dist/.gitkeep
tests/unit/Core/Framework/DependencyInjection/CompilerPass/RemoveOldFlowStorerCompilerPassTest.php
tests/unit/Core/Framework/DependencyInjection/CompilerPass/TwigLoaderConfigCompilerPassTest.php
tests/unit/Core/Framework/DependencyInjection/CompilerPass/RateLimiterCompilerPassTest.php
tests/unit/Core/Framework/DependencyInjection/CompilerPass/AssetBundleRegistrationCompilerPassTest.php
@ -5276,17 +5274,9 @@ tests/unit/Storefront/Framework/Seo/SeoUrlRoute/NavigationPageSeoUrlRouteTest.ph
tests/unit/Storefront/Framework/Routing/MaintenanceModeResolverTest.php
tests/unit/Storefront/Framework/Routing/RequestTransformerTest.php
tests/unit/Storefront/Framework/Routing/StorefrontSubscriberTest.php
tests/unit/Storefront/Framework/Cache/CacheResponseSubscriberTest.php
tests/unit/Storefront/Framework/Cache/CacheStoreTest.php
tests/unit/Storefront/Framework/Cache/ReverseProxy/VarnishReverseProxyGatewayTest.php
tests/unit/Storefront/Framework/Cache/ReverseProxy/ReverseProxyCacheTest.php
tests/unit/Storefront/Framework/Cache/ReverseProxy/FastlyReverseProxyGatewayTest.php
tests/unit/Storefront/Framework/Cache/CacheWarmer/CacheWarmerTest.php
tests/unit/Storefront/Framework/Cache/CacheWarmer/CacheWarmerTaskHandlerTest.php
tests/unit/Storefront/Framework/Twig/Extension/fixtures/Storefront/Resources/views/test/base.html.twig
tests/unit/Storefront/Framework/Twig/Extension/IconCacheTwigFilterTest.php
tests/unit/Storefront/Framework/Command/SalesChannelCreateStorefrontCommandTest.php
tests/unit/Storefront/DependencyInjection/ReverseProxyCompilerPassTest.php
tests/unit/Maintenance/System/Command/SystemUpdatePrepareCommandTest.php
tests/unit/Maintenance/System/Command/SystemUpdateFinishCommandTest.php
tests/unit/Elasticsearch/Admin/AdminSearchControllerTest.php
@ -5363,7 +5353,6 @@ tests/unit/Common/Stubs/IniMock.php
tests/unit/Common/Stubs/DataAbstractionLayer/StaticDefinitionInstanceRegistry.php
tests/unit/Common/Stubs/DataAbstractionLayer/StaticEntityWriterGateway.php
tests/unit/Common/Stubs/DataAbstractionLayer/StaticEntityRepository.php
tests/unit/Common/Stubs/Flow/DummyEvent.php
tests/unit/Common/Stubs/SystemConfigService/StaticSystemConfigService.php
tests/e2e/cypress/plugins/index.js
tests/e2e/cypress/fixtures/shipping-method.json
@ -8093,24 +8082,11 @@ src/Core/Content/Flow/Aggregate/FlowSequence/FlowSequenceCollection.php
src/Core/Content/Flow/DataAbstractionLayer/Field/FlowTemplateConfigField.php
src/Core/Content/Flow/DataAbstractionLayer/FieldSerializer/FlowTemplateConfigFieldSerializer.php
src/Core/Content/Flow/Dispatching/CachedFlowLoader.php
src/Core/Content/Flow/Dispatching/Aware/MediaUploadedAware.php
src/Core/Content/Flow/Dispatching/Aware/ConfirmUrlAware.php
src/Core/Content/Flow/Dispatching/Aware/ScalarValuesAware.php
src/Core/Content/Flow/Dispatching/Aware/RecipientsAware.php
src/Core/Content/Flow/Dispatching/Aware/CustomerRecoveryAware.php
src/Core/Content/Flow/Dispatching/Aware/ContactFormDataAware.php
src/Core/Content/Flow/Dispatching/Aware/CustomAppAware.php
src/Core/Content/Flow/Dispatching/Aware/SubjectAware.php
src/Core/Content/Flow/Dispatching/Aware/NameAware.php
src/Core/Content/Flow/Dispatching/Aware/ShopNameAware.php
src/Core/Content/Flow/Dispatching/Aware/ResetUrlAware.php
src/Core/Content/Flow/Dispatching/Aware/UrlAware.php
src/Core/Content/Flow/Dispatching/Aware/NewsletterRecipientAware.php
src/Core/Content/Flow/Dispatching/Aware/ReviewFormDataAware.php
src/Core/Content/Flow/Dispatching/Aware/ContentsAware.php
src/Core/Content/Flow/Dispatching/Aware/DataAware.php
src/Core/Content/Flow/Dispatching/Aware/OrderTransactionAware.php
src/Core/Content/Flow/Dispatching/Aware/TemplateDataAware.php
src/Core/Content/Flow/Dispatching/Aware/MessageAware.php
src/Core/Content/Flow/Dispatching/FlowBuilder.php
src/Core/Content/Flow/Dispatching/StorableFlow.php
@ -8142,32 +8118,19 @@ src/Core/Content/Flow/Dispatching/Action/SetCustomerCustomFieldAction.php
src/Core/Content/Flow/Dispatching/Action/SendMailAction.php
src/Core/Content/Flow/Dispatching/AbstractFlowLoader.php
src/Core/Content/Flow/Dispatching/FlowState.php
src/Core/Content/Flow/Dispatching/Storer/ContentsStorer.php
src/Core/Content/Flow/Dispatching/Storer/ScalarValuesStorer.php
src/Core/Content/Flow/Dispatching/Storer/ProductStorer.php
src/Core/Content/Flow/Dispatching/Storer/ContactFormDataStorer.php
src/Core/Content/Flow/Dispatching/Storer/CustomerRecoveryStorer.php
src/Core/Content/Flow/Dispatching/Storer/CustomerGroupStorer.php
src/Core/Content/Flow/Dispatching/Storer/SubjectStorer.php
src/Core/Content/Flow/Dispatching/Storer/DataStorer.php
src/Core/Content/Flow/Dispatching/Storer/ReviewFormDataStorer.php
src/Core/Content/Flow/Dispatching/Storer/MailStorer.php
src/Core/Content/Flow/Dispatching/Storer/FlowStorer.php
src/Core/Content/Flow/Dispatching/Storer/TemplateDataStorer.php
src/Core/Content/Flow/Dispatching/Storer/CustomAppStorer.php
src/Core/Content/Flow/Dispatching/Storer/RecipientsStorer.php
src/Core/Content/Flow/Dispatching/Storer/MediaUploadedStorer.php
src/Core/Content/Flow/Dispatching/Storer/ResetUrlStorer.php
src/Core/Content/Flow/Dispatching/Storer/CustomerStorer.php
src/Core/Content/Flow/Dispatching/Storer/ConfirmUrlStorer.php
src/Core/Content/Flow/Dispatching/Storer/ShopNameStorer.php
src/Core/Content/Flow/Dispatching/Storer/UrlStorer.php
src/Core/Content/Flow/Dispatching/Storer/OrderStorer.php
src/Core/Content/Flow/Dispatching/Storer/OrderTransactionStorer.php
src/Core/Content/Flow/Dispatching/Storer/UserStorer.php
src/Core/Content/Flow/Dispatching/Storer/MessageStorer.php
src/Core/Content/Flow/Dispatching/Storer/NewsletterRecipientStorer.php
src/Core/Content/Flow/Dispatching/Storer/NameStorer.php
src/Core/Content/Flow/Dispatching/FlowFactory.php
src/Core/Content/Flow/Dispatching/DelayableAction.php
src/Core/Content/Flow/FlowEntity.php
@ -11958,6 +11921,7 @@ src/Core/Framework/Adapter/Asset/FallbackUrlPackage.php
src/Core/Framework/Adapter/Asset/AssetInstallCommand.php
src/Core/Framework/Adapter/Cache/InvalidateCacheTask.php
src/Core/Framework/Adapter/Cache/Http/CacheStateValidator.php
src/Core/Framework/Adapter/Cache/Http/CacheResponseSubscriber.php
src/Core/Framework/Adapter/Cache/Http/CacheStore.php
src/Core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php
src/Core/Framework/Adapter/Cache/CacheCompressor.php
@ -11970,11 +11934,16 @@ src/Core/Framework/Adapter/Cache/Event/HttpCacheStoreEvent.php
src/Core/Framework/Adapter/Cache/ShopwareRedisAdapter.php
src/Core/Framework/Adapter/Cache/CacheStateSubscriber.php
src/Core/Framework/Adapter/Cache/CacheTracer.php
src/Core/Framework/Adapter/Cache/ReverseProxy/VarnishReverseProxyGateway.php
src/Core/Framework/Adapter/Cache/ReverseProxy/AbstractReverseProxyGateway.php
src/Core/Framework/Adapter/Cache/ReverseProxy/RedisReverseProxyGateway.php
src/Core/Framework/Adapter/Cache/ReverseProxy/ReverseProxyCacheClearer.php
src/Core/Framework/Adapter/Cache/ReverseProxy/ReverseProxyCompilerPass.php
src/Core/Framework/Adapter/Cache/ReverseProxy/ReverseProxyException.php
src/Core/Framework/Adapter/Cache/ReverseProxy/ReverseProxyCache.php
src/Core/Framework/Adapter/Cache/ReverseProxy/FastlyReverseProxyGateway.php
src/Core/Framework/Adapter/Cache/AbstractCacheTracer.php
src/Core/Framework/Adapter/Cache/CacheDecorator.php
src/Core/Framework/Adapter/Cache/InvalidatorStorage/CacheInvalidatorStorage.php
src/Core/Framework/Adapter/Cache/InvalidatorStorage/RedisInvalidatorStorage.php
src/Core/Framework/Adapter/Cache/InvalidatorStorage/AbstractInvalidatorStorage.php
src/Core/Framework/Adapter/Cache/RedisConnectionFactory.php
@ -12560,7 +12529,6 @@ src/Core/Framework/DependencyInjection/Configuration.php
src/Core/Framework/DependencyInjection/app_test.xml
src/Core/Framework/DependencyInjection/CompilerPass/FilesystemConfigMigrationCompilerPass.php
src/Core/Framework/DependencyInjection/CompilerPass/EntityCompilerPass.php
src/Core/Framework/DependencyInjection/CompilerPass/RemoveOldFlowStorerCompilerPass.php
src/Core/Framework/DependencyInjection/CompilerPass/AutoconfigureCompilerPass.php
src/Core/Framework/DependencyInjection/CompilerPass/RateLimiterCompilerPass.php
src/Core/Framework/DependencyInjection/CompilerPass/BusinessEventRegisterCompilerPass.php
@ -17310,7 +17278,6 @@ src/Storefront/Resources/views/storefront/page/product-detail/properties.html.tw
src/Storefront/Resources/views/storefront/page/product-detail/headline.html.twig
src/Storefront/Resources/views/storefront/page/product-detail/buy-widget-form.html.twig
src/Storefront/Resources/views/storefront/page/product-detail/configurator.html.twig
src/Storefront/Resources/views/storefront/page/product-detail/index.html.twig
src/Storefront/Resources/views/storefront/page/product-detail/description.html.twig
src/Storefront/Resources/views/storefront/page/product-detail/configurator/select.html.twig
src/Storefront/Resources/views/storefront/page/product-detail/buy-widget.html.twig
@ -18323,7 +18290,6 @@ src/Storefront/Theme/ResolvedConfigLoader.php
src/Storefront/Theme/Exception/ThemeException.php
src/Storefront/Theme/Exception/ThemeAssignmentException.php
src/Storefront/Theme/Exception/ThemeCompileException.php
src/Storefront/Theme/Exception/InvalidThemeException.php
src/Storefront/Theme/Exception/InvalidThemeBundleException.php
src/Storefront/Theme/Exception/InvalidThemeConfigException.php
src/Storefront/Theme/MD5ThemePathBuilder.php
@ -18460,12 +18426,7 @@ src/Storefront/Test/Framework/Routing/NotFound/NotFoundPageTagsEventTest.php
src/Storefront/Test/Framework/Routing/StorefrontSubscriberTest.php
src/Storefront/Test/Framework/Routing/RequestTestCase.php
src/Storefront/Test/Framework/Routing/Helper/ExpectedRequest.php
src/Storefront/Test/Framework/Cache/HttpCacheKeyGeneratorTest.php
src/Storefront/Test/Framework/Cache/ReverseProxy/ReverseProxyCacheTest.php
src/Storefront/Test/Framework/Cache/ReverseProxy/RedisReverseProxyGatewayTest.php
src/Storefront/Test/Framework/Cache/ReverseProxy/ReverseProxyCacheClearerTest.php
src/Storefront/Test/Framework/Cache/HttpCacheIntegrationTest.php
src/Storefront/Test/Framework/Cache/CacheStateValidatorTest.php
src/Storefront/Test/Framework/Cache/_fixtures/http-cache-cases/Resources/scripts/storefront-custom-cache-config/script.twig
src/Storefront/Test/Framework/Cache/_fixtures/http-cache-cases/Resources/scripts/storefront-custom-cache-tags/script.twig
src/Storefront/Test/Framework/Cache/_fixtures/http-cache-cases/Resources/scripts/storefront-cache-default/script.twig
@ -18588,29 +18549,7 @@ src/Storefront/Framework/Routing/MaintenanceModeResolver.php
src/Storefront/Framework/Routing/NotFound/NotFoundSubscriber.php
src/Storefront/Framework/Routing/NotFound/NotFoundPageTagsEvent.php
src/Storefront/Framework/Routing/NotFound/NotFoundPageCacheKeyEvent.php
src/Storefront/Framework/Cache/CacheStateValidator.php
src/Storefront/Framework/Cache/CacheResponseSubscriber.php
src/Storefront/Framework/Cache/AbstractHttpCacheKeyGenerator.php
src/Storefront/Framework/Cache/Event/HttpCacheGenerateKeyEvent.php
src/Storefront/Framework/Cache/Event/HttpCacheItemWrittenEvent.php
src/Storefront/Framework/Cache/Event/HttpCacheHitEvent.php
src/Storefront/Framework/Cache/CacheTracer.php
src/Storefront/Framework/Cache/ReverseProxy/VarnishReverseProxyGateway.php
src/Storefront/Framework/Cache/ReverseProxy/AbstractReverseProxyGateway.php
src/Storefront/Framework/Cache/ReverseProxy/RedisReverseProxyGateway.php
src/Storefront/Framework/Cache/ReverseProxy/ReverseProxyCacheClearer.php
src/Storefront/Framework/Cache/ReverseProxy/ReverseProxyCache.php
src/Storefront/Framework/Cache/ReverseProxy/FastlyReverseProxyGateway.php
src/Storefront/Framework/Cache/CacheStateValidatorInterface.php
src/Storefront/Framework/Cache/CacheStore.php
src/Storefront/Framework/Cache/CacheWarmer/CacheWarmerTaskHandler.php
src/Storefront/Framework/Cache/CacheWarmer/CacheRouteWarmerRegistry.php
src/Storefront/Framework/Cache/CacheWarmer/CacheRouteWarmer.php
src/Storefront/Framework/Cache/CacheWarmer/Product/ProductRouteWarmer.php
src/Storefront/Framework/Cache/CacheWarmer/WarmUpMessage.php
src/Storefront/Framework/Cache/CacheWarmer/Navigation/NavigationRouteWarmer.php
src/Storefront/Framework/Cache/CacheWarmer/CacheWarmer.php
src/Storefront/Framework/Cache/HttpCacheKeyGenerator.php
src/Storefront/Framework/Page/StorefrontSearchResult.php
src/Storefront/Framework/Twig/TemplateDataExtension.php
src/Storefront/Framework/Twig/TwigDateRequestListener.php
@ -18627,7 +18566,6 @@ src/Storefront/Framework/Twig/ThumbnailExtension.php
src/Storefront/Framework/Twig/ErrorTemplateResolver.php
src/Storefront/Framework/Twig/TemplateConfigAccessor.php
src/Storefront/Framework/App/Template/IconTemplateLoader.php
src/Storefront/Framework/Command/HttpCacheWarmUpCommand.php
src/Storefront/Framework/Command/SalesChannelCreateStorefrontCommand.php
src/Storefront/Framework/AffiliateTracking/AffiliateTrackingListener.php
src/Storefront/Framework/Script/Api/StorefrontHook.php
@ -18641,7 +18579,6 @@ src/Storefront/DependencyInjection/seo.xml
src/Storefront/DependencyInjection/DisableTemplateCachePass.php
src/Storefront/DependencyInjection/controller.xml
src/Storefront/DependencyInjection/services.xml
src/Storefront/DependencyInjection/ReverseProxyCompilerPass.php
src/Storefront/DependencyInjection/StorefrontMigrationReplacementCompilerPass.php
src/Storefront/DependencyInjection/Configuration.php
src/Storefront/DependencyInjection/theme.xml

View file

@ -14705,6 +14705,10 @@ plugins/woocommerce/changelog/41807-update-create-close-welcome-modal-util-e2e-p
woocommerce/changelog/41807-update-create-close-welcome-modal-util-e2e-pw
changelog/41807-update-create-close-welcome-modal-util-e2e-pw
41807-update-create-close-welcome-modal-util-e2e-pw
plugins/woocommerce/changelog/41842-update-ai-product-endpoint-last-product-param
woocommerce/changelog/41842-update-ai-product-endpoint-last-product-param
changelog/41842-update-ai-product-endpoint-last-product-param
41842-update-ai-product-endpoint-last-product-param
plugins/woocommerce/changelog/fix-41367-variations-alignment
woocommerce/changelog/fix-41367-variations-alignment
changelog/fix-41367-variations-alignment
@ -14713,6 +14717,10 @@ plugins/woocommerce/changelog/41656-update-41623-cys-ai-offline-flow
woocommerce/changelog/41656-update-41623-cys-ai-offline-flow
changelog/41656-update-41623-cys-ai-offline-flow
41656-update-41623-cys-ai-offline-flow
plugins/woocommerce/changelog/fix-31823-db-logs-context
woocommerce/changelog/fix-31823-db-logs-context
changelog/fix-31823-db-logs-context
fix-31823-db-logs-context
plugins/woocommerce/changelog/41596-update-41494-cys-back-button-on-assembler
woocommerce/changelog/41596-update-41494-cys-back-button-on-assembler
changelog/41596-update-41494-cys-back-button-on-assembler
@ -14765,6 +14773,10 @@ plugins/woocommerce/changelog/tweak-37177-use-campaigns-hook-multiple-instances
woocommerce/changelog/tweak-37177-use-campaigns-hook-multiple-instances
changelog/tweak-37177-use-campaigns-hook-multiple-instances
tweak-37177-use-campaigns-hook-multiple-instances
plugins/woocommerce/changelog/update-product-editor-description-block-with-inner-blocks
woocommerce/changelog/update-product-editor-description-block-with-inner-blocks
changelog/update-product-editor-description-block-with-inner-blocks
update-product-editor-description-block-with-inner-blocks
plugins/woocommerce/changelog/41900-41620-cys-update-copy-and-make-sure-more-fonts-are-displayed
woocommerce/changelog/41900-41620-cys-update-copy-and-make-sure-more-fonts-are-displayed
changelog/41900-41620-cys-update-copy-and-make-sure-more-fonts-are-displayed
@ -14789,6 +14801,10 @@ plugins/woocommerce/changelog/41631-fix-woocommerce-admin-e2e-link
woocommerce/changelog/41631-fix-woocommerce-admin-e2e-link
changelog/41631-fix-woocommerce-admin-e2e-link
41631-fix-woocommerce-admin-e2e-link
plugins/woocommerce/changelog/41880-update-color-palettes-no-ai
woocommerce/changelog/41880-update-color-palettes-no-ai
changelog/41880-update-color-palettes-no-ai
41880-update-color-palettes-no-ai
plugins/woocommerce/changelog/update-cys-loader-smoother
woocommerce/changelog/update-cys-loader-smoother
changelog/update-cys-loader-smoother
@ -14813,6 +14829,10 @@ plugins/woocommerce/changelog/fix-40075-avoid-count-query-unless-after-first-pag
woocommerce/changelog/fix-40075-avoid-count-query-unless-after-first-page
changelog/fix-40075-avoid-count-query-unless-after-first-page
fix-40075-avoid-count-query-unless-after-first-page
plugins/woocommerce/changelog/add-41586-section-description
woocommerce/changelog/add-41586-section-description
changelog/add-41586-section-description
add-41586-section-description
plugins/woocommerce/changelog/feature-postcode-format-tests
woocommerce/changelog/feature-postcode-format-tests
changelog/feature-postcode-format-tests
@ -14837,10 +14857,18 @@ plugins/woocommerce/changelog/update-store-name-with-ai
woocommerce/changelog/update-store-name-with-ai
changelog/update-store-name-with-ai
update-store-name-with-ai
plugins/woocommerce/changelog/39252-address_hook
woocommerce/changelog/39252-address_hook
changelog/39252-address_hook
39252-address_hook
plugins/woocommerce/changelog/fix-show-private-variations-in-upsells
woocommerce/changelog/fix-show-private-variations-in-upsells
changelog/fix-show-private-variations-in-upsells
fix-show-private-variations-in-upsells
plugins/woocommerce/changelog/41781-41637-remove-survey-button
woocommerce/changelog/41781-41637-remove-survey-button
changelog/41781-41637-remove-survey-button
41781-41637-remove-survey-button
plugins/woocommerce/changelog/update-woocommerce-blocks-11.7.0
woocommerce/changelog/update-woocommerce-blocks-11.7.0
changelog/update-woocommerce-blocks-11.7.0
@ -14857,6 +14885,10 @@ plugins/woocommerce/changelog/41605-add-command-palette-commands
woocommerce/changelog/41605-add-command-palette-commands
changelog/41605-add-command-palette-commands
41605-add-command-palette-commands
plugins/woocommerce/changelog/41874-41873-cys-the-editor-has-encountered-an-unexpected-error-when-modifying-pre-generated-site
woocommerce/changelog/41874-41873-cys-the-editor-has-encountered-an-unexpected-error-when-modifying-pre-generated-site
changelog/41874-41873-cys-the-editor-has-encountered-an-unexpected-error-when-modifying-pre-generated-site
41874-41873-cys-the-editor-has-encountered-an-unexpected-error-when-modifying-pre-generated-site
plugins/woocommerce/changelog/41773-add-command-palette-extra-protections
woocommerce/changelog/41773-add-command-palette-extra-protections
changelog/41773-add-command-palette-extra-protections
@ -27648,9 +27680,6 @@ main.js
.npmrc
DEVELOPMENT.md
.editorconfig
docs/rest-api/readme.md
rest-api/readme.md
readme.md
docs/rest-api/_media/permalinks.webp
rest-api/_media/permalinks.webp
_media/permalinks.webp
@ -27658,12 +27687,12 @@ permalinks.webp
docs/rest-api/getting-started.md
rest-api/getting-started.md
getting-started.md
docs/rest-api/README.md
rest-api/README.md
README.md
docs/localization-translation/translating-woocommerce.md
localization-translation/translating-woocommerce.md
translating-woocommerce.md
docs/quality-and-best-practices/readme.md
quality-and-best-practices/readme.md
readme.md
docs/quality-and-best-practices/removing-product-product-category-or-shop-from-the-url.md
quality-and-best-practices/removing-product-product-category-or-shop-from-the-url.md
removing-product-product-category-or-shop-from-the-url.md
@ -27688,6 +27717,9 @@ writing-high-quality-testing-instructions.md
docs/quality-and-best-practices/performance-optimization.md
quality-and-best-practices/performance-optimization.md
performance-optimization.md
docs/quality-and-best-practices/README.md
quality-and-best-practices/README.md
README.md
docs/shipping/shipping-method-api.md
shipping/shipping-method-api.md
shipping-method-api.md
@ -27717,15 +27749,15 @@ configuring-caching-plugins.md
docs/utilities/logging.md
utilities/logging.md
logging.md
docs/tutorials/readme.md
tutorials/readme.md
readme.md
docs/tutorials/adding-a-custom-field-to-variable-products.md
tutorials/adding-a-custom-field-to-variable-products.md
adding-a-custom-field-to-variable-products.md
docs/tutorials/adding-actions-and-filters.md
tutorials/adding-actions-and-filters.md
adding-actions-and-filters.md
docs/tutorials/README.md
tutorials/README.md
README.md
docs/data-management/data-stores.md
data-management/data-stores.md
data-stores.md
@ -27750,9 +27782,6 @@ how-to-design-a-simple-extension.md
docs/extension-development/using-custom-attributes-in-menus.md
extension-development/using-custom-attributes-in-menus.md
using-custom-attributes-in-menus.md
docs/extension-development/readme.md
extension-development/readme.md
readme.md
docs/extension-development/settings-api.md
extension-development/settings-api.md
settings-api.md
@ -27789,6 +27818,9 @@ how-to-add-your-own-store-management-links.md
docs/extension-development/woocommerce-plugin-api-callback.md
extension-development/woocommerce-plugin-api-callback.md
woocommerce-plugin-api-callback.md
docs/extension-development/README.md
extension-development/README.md
README.md
docs/high-performance-order-storage/enable-hpos.md
high-performance-order-storage/enable-hpos.md
enable-hpos.md
@ -27879,18 +27911,15 @@ task-list-and-inbox.md
docs/user-experience/user-experience-guidelines.md
user-experience/user-experience-guidelines.md
user-experience-guidelines.md
docs/security/readme.md
security/readme.md
readme.md
docs/security/security-best-practices.md
security/security-best-practices.md
security-best-practices.md
docs/security/reporting-security-issues.md
security/reporting-security-issues.md
reporting-security-issues.md
docs/getting-started/readme.md
getting-started/readme.md
readme.md
docs/security/README.md
security/README.md
README.md
docs/getting-started/woocommerce-endpoints.md
getting-started/woocommerce-endpoints.md
woocommerce-endpoints.md
@ -27900,18 +27929,21 @@ developer-resources.md
docs/getting-started/set-up-a-child-theme.md
getting-started/set-up-a-child-theme.md
set-up-a-child-theme.md
docs/getting-started/README.md
getting-started/README.md
README.md
docs/getting-started/developer-tools.md
getting-started/developer-tools.md
developer-tools.md
docs/getting-started/debugging.md
getting-started/debugging.md
debugging.md
docs/reporting/readme.md
reporting/readme.md
readme.md
docs/reporting/adding-columns-to-analytics-reports-and-csv-downloads.md
reporting/adding-columns-to-analytics-reports-and-csv-downloads.md
adding-columns-to-analytics-reports-and-csv-downloads.md
docs/reporting/README.md
reporting/README.md
README.md
docs/reporting/extending-woocommerce-admin-reports.md
reporting/extending-woocommerce-admin-reports.md
extending-woocommerce-admin-reports.md
@ -28142,6 +28174,11 @@ js/product-editor/changelog/update-handle-modal-editor-from-store
product-editor/changelog/update-handle-modal-editor-from-store
changelog/update-handle-modal-editor-from-store
update-handle-modal-editor-from-store
packages/js/product-editor/changelog/update-product-editor-description-block-with-inner-blocks
js/product-editor/changelog/update-product-editor-description-block-with-inner-blocks
product-editor/changelog/update-product-editor-description-block-with-inner-blocks
changelog/update-product-editor-description-block-with-inner-blocks
update-product-editor-description-block-with-inner-blocks
packages/js/product-editor/changelog/update-product-editor-move-modal-editor-to-editor-level
js/product-editor/changelog/update-product-editor-move-modal-editor-to-editor-level
product-editor/changelog/update-product-editor-move-modal-editor-to-editor-level
@ -28157,6 +28194,16 @@ js/product-editor/changelog/update-rename-edit-fn-names
product-editor/changelog/update-rename-edit-fn-names
changelog/update-rename-edit-fn-names
update-rename-edit-fn-names
packages/js/product-editor/changelog/dev-39167_show_feedback_prompt_only_once
js/product-editor/changelog/dev-39167_show_feedback_prompt_only_once
product-editor/changelog/dev-39167_show_feedback_prompt_only_once
changelog/dev-39167_show_feedback_prompt_only_once
dev-39167_show_feedback_prompt_only_once
packages/js/product-editor/changelog/add-41586-section-description
js/product-editor/changelog/add-41586-section-description
product-editor/changelog/add-41586-section-description
changelog/add-41586-section-description
add-41586-section-description
packages/js/product-editor/changelog/add-41663
js/product-editor/changelog/add-41663
product-editor/changelog/add-41663
@ -30300,6 +30347,38 @@ js/product-editor/src/index.ts
product-editor/src/index.ts
src/index.ts
index.ts
packages/js/product-editor/src/blocks/generic/section-description/block.json
js/product-editor/src/blocks/generic/section-description/block.json
product-editor/src/blocks/generic/section-description/block.json
src/blocks/generic/section-description/block.json
blocks/generic/section-description/block.json
generic/section-description/block.json
section-description/block.json
block.json
packages/js/product-editor/src/blocks/generic/section-description/edit.tsx
js/product-editor/src/blocks/generic/section-description/edit.tsx
product-editor/src/blocks/generic/section-description/edit.tsx
src/blocks/generic/section-description/edit.tsx
blocks/generic/section-description/edit.tsx
generic/section-description/edit.tsx
section-description/edit.tsx
edit.tsx
packages/js/product-editor/src/blocks/generic/section-description/index.ts
js/product-editor/src/blocks/generic/section-description/index.ts
product-editor/src/blocks/generic/section-description/index.ts
src/blocks/generic/section-description/index.ts
blocks/generic/section-description/index.ts
generic/section-description/index.ts
section-description/index.ts
index.ts
packages/js/product-editor/src/blocks/generic/section-description/types.ts
js/product-editor/src/blocks/generic/section-description/types.ts
product-editor/src/blocks/generic/section-description/types.ts
src/blocks/generic/section-description/types.ts
blocks/generic/section-description/types.ts
generic/section-description/types.ts
section-description/types.ts
types.ts
packages/js/product-editor/src/blocks/generic/text/block.json
js/product-editor/src/blocks/generic/text/block.json
product-editor/src/blocks/generic/text/block.json
@ -31657,6 +31736,24 @@ blocks/product-fields/description/block.json
product-fields/description/block.json
description/block.json
block.json
packages/js/product-editor/src/blocks/product-fields/description/components/full-editor-toolbar-button.tsx
js/product-editor/src/blocks/product-fields/description/components/full-editor-toolbar-button.tsx
product-editor/src/blocks/product-fields/description/components/full-editor-toolbar-button.tsx
src/blocks/product-fields/description/components/full-editor-toolbar-button.tsx
blocks/product-fields/description/components/full-editor-toolbar-button.tsx
product-fields/description/components/full-editor-toolbar-button.tsx
description/components/full-editor-toolbar-button.tsx
components/full-editor-toolbar-button.tsx
full-editor-toolbar-button.tsx
packages/js/product-editor/src/blocks/product-fields/description/components/with-full-editor-toolbar-button.tsx
js/product-editor/src/blocks/product-fields/description/components/with-full-editor-toolbar-button.tsx
product-editor/src/blocks/product-fields/description/components/with-full-editor-toolbar-button.tsx
src/blocks/product-fields/description/components/with-full-editor-toolbar-button.tsx
blocks/product-fields/description/components/with-full-editor-toolbar-button.tsx
product-fields/description/components/with-full-editor-toolbar-button.tsx
description/components/with-full-editor-toolbar-button.tsx
components/with-full-editor-toolbar-button.tsx
with-full-editor-toolbar-button.tsx
packages/js/product-editor/src/blocks/product-fields/description/edit.tsx
js/product-editor/src/blocks/product-fields/description/edit.tsx
product-editor/src/blocks/product-fields/description/edit.tsx
@ -31673,6 +31770,22 @@ blocks/product-fields/description/index.ts
product-fields/description/index.ts
description/index.ts
index.ts
packages/js/product-editor/src/blocks/product-fields/description/types.ts
js/product-editor/src/blocks/product-fields/description/types.ts
product-editor/src/blocks/product-fields/description/types.ts
src/blocks/product-fields/description/types.ts
blocks/product-fields/description/types.ts
product-fields/description/types.ts
description/types.ts
types.ts
packages/js/product-editor/src/blocks/product-fields/description/editor.scss
js/product-editor/src/blocks/product-fields/description/editor.scss
product-editor/src/blocks/product-fields/description/editor.scss
src/blocks/product-fields/description/editor.scss
blocks/product-fields/description/editor.scss
product-fields/description/editor.scss
description/editor.scss
editor.scss
packages/js/product-editor/src/blocks/product-fields/shipping-class/block.json
js/product-editor/src/blocks/product-fields/shipping-class/block.json
product-editor/src/blocks/product-fields/shipping-class/block.json
@ -39753,6 +39866,11 @@ js/create-product-editor-block/plugin-templates/.editorconfig.mustache
create-product-editor-block/plugin-templates/.editorconfig.mustache
plugin-templates/.editorconfig.mustache
.editorconfig.mustache
packages/js/create-product-editor-block/plugin-templates/.npmrc.mustache
js/create-product-editor-block/plugin-templates/.npmrc.mustache
create-product-editor-block/plugin-templates/.npmrc.mustache
plugin-templates/.npmrc.mustache
.npmrc.mustache
packages/js/create-product-editor-block/plugin-templates/.prettierrc.json.mustache
js/create-product-editor-block/plugin-templates/.prettierrc.json.mustache
create-product-editor-block/plugin-templates/.prettierrc.json.mustache
@ -39823,6 +39941,11 @@ js/create-product-editor-block/changelog/.gitkeep
create-product-editor-block/changelog/.gitkeep
changelog/.gitkeep
.gitkeep
packages/js/create-product-editor-block/changelog/add-product-editor-dep
js/create-product-editor-block/changelog/add-product-editor-dep
create-product-editor-block/changelog/add-product-editor-dep
changelog/add-product-editor-dep
add-product-editor-dep
packages/js/create-product-editor-block/changelog/dev-sync-pnpm
js/create-product-editor-block/changelog/dev-sync-pnpm
create-product-editor-block/changelog/dev-sync-pnpm

View file

@ -2409,8 +2409,10 @@ plugins/woocommerce/changelog/41833-fix-shipping-settings-no-defaults
plugins/woocommerce/changelog/feature-order_source_attribution
plugins/woocommerce/changelog/fix-pw-meter
plugins/woocommerce/changelog/41807-update-create-close-welcome-modal-util-e2e-pw
plugins/woocommerce/changelog/41842-update-ai-product-endpoint-last-product-param
plugins/woocommerce/changelog/fix-41367-variations-alignment
plugins/woocommerce/changelog/41656-update-41623-cys-ai-offline-flow
plugins/woocommerce/changelog/fix-31823-db-logs-context
plugins/woocommerce/changelog/41596-update-41494-cys-back-button-on-assembler
plugins/woocommerce/changelog/.gitkeep
plugins/woocommerce/changelog/add-35147
@ -2424,29 +2426,35 @@ plugins/woocommerce/changelog/try-log-search
plugins/woocommerce/changelog/41778-issue-41606
plugins/woocommerce/changelog/add-show-downloads-hook
plugins/woocommerce/changelog/tweak-37177-use-campaigns-hook-multiple-instances
plugins/woocommerce/changelog/update-product-editor-description-block-with-inner-blocks
plugins/woocommerce/changelog/41900-41620-cys-update-copy-and-make-sure-more-fonts-are-displayed
plugins/woocommerce/changelog/fix-41256
plugins/woocommerce/changelog/update-woocommerce-blocks-11.6.1
plugins/woocommerce/changelog/41682-issue-31678
plugins/woocommerce/changelog/41736-switch-assembler-theme-to-tt4
plugins/woocommerce/changelog/41631-fix-woocommerce-admin-e2e-link
plugins/woocommerce/changelog/41880-update-color-palettes-no-ai
plugins/woocommerce/changelog/update-cys-loader-smoother
plugins/woocommerce/changelog/fixes-based-on-flaky-test-reporting
plugins/woocommerce/changelog/dev-41465_add_link_to_documentation_to_downloads_section
plugins/woocommerce/changelog/41803-fix-41774-use-fallback-colors-css-variables
plugins/woocommerce/changelog/41923-41921-cys-ai-offline-flow-reset-products
plugins/woocommerce/changelog/fix-40075-avoid-count-query-unless-after-first-page
plugins/woocommerce/changelog/add-41586-section-description
plugins/woocommerce/changelog/feature-postcode-format-tests
plugins/woocommerce/changelog/add-41593
plugins/woocommerce/changelog/41325-fix-41324-empty-orders-cta
plugins/woocommerce/changelog/fix-40645-log-export
plugins/woocommerce/changelog/fix-sale-date-end-variation-bulk-action
plugins/woocommerce/changelog/update-store-name-with-ai
plugins/woocommerce/changelog/39252-address_hook
plugins/woocommerce/changelog/fix-show-private-variations-in-upsells
plugins/woocommerce/changelog/41781-41637-remove-survey-button
plugins/woocommerce/changelog/update-woocommerce-blocks-11.7.0
plugins/woocommerce/changelog/update-order-attribution-session-length
plugins/woocommerce/changelog/add-40348_notice_when_product_has_local_attributes
plugins/woocommerce/changelog/41605-add-command-palette-commands
plugins/woocommerce/changelog/41874-41873-cys-the-editor-has-encountered-an-unexpected-error-when-modifying-pre-generated-site
plugins/woocommerce/changelog/41773-add-command-palette-extra-protections
plugins/woocommerce/changelog/41700-update-e2e-skip-flaky-test-downloads-revenue-report-as-CSV
plugins/woocommerce/lib/composer.lock
@ -4372,11 +4380,10 @@ tools/storybook/.storybook/main.js
.npmrc
DEVELOPMENT.md
.editorconfig
docs/rest-api/readme.md
docs/rest-api/_media/permalinks.webp
docs/rest-api/getting-started.md
docs/rest-api/README.md
docs/localization-translation/translating-woocommerce.md
docs/quality-and-best-practices/readme.md
docs/quality-and-best-practices/removing-product-product-category-or-shop-from-the-url.md
docs/quality-and-best-practices/naming-conventions.md
docs/quality-and-best-practices/core-critical-flows.md
@ -4385,6 +4392,7 @@ docs/quality-and-best-practices/css-sass-naming-conventions.md
docs/quality-and-best-practices/grammar-punctuation-capitalization.md
docs/quality-and-best-practices/writing-high-quality-testing-instructions.md
docs/quality-and-best-practices/performance-optimization.md
docs/quality-and-best-practices/README.md
docs/shipping/shipping-method-api.md
docs/style-guide.md
docs/theme-development/fixing-outdated-woocommerce-templates.md
@ -4395,9 +4403,9 @@ docs/theme-development/marketplace-guidelines.md
docs/theme-development/README.md
docs/utilities/configuring-caching-plugins.md
docs/utilities/logging.md
docs/tutorials/readme.md
docs/tutorials/adding-a-custom-field-to-variable-products.md
docs/tutorials/adding-actions-and-filters.md
docs/tutorials/README.md
docs/data-management/data-stores.md
docs/data-management/crud-objects.md
docs/product-editor-development/product-editor-extensibility-guidelines.md
@ -4406,7 +4414,6 @@ docs/product-editor-development/README.md
docs/extension-development/implementing-settings.md
docs/extension-development/how-to-design-a-simple-extension.md
docs/extension-development/using-custom-attributes-in-menus.md
docs/extension-development/readme.md
docs/extension-development/settings-api.md
docs/extension-development/handling-merchant-onboarding.md
docs/extension-development/adding-a-section-to-a-settings-tab.md
@ -4419,6 +4426,7 @@ docs/extension-development/class-reference.md
docs/extension-development/tools-for-low-code-development.md
docs/extension-development/how-to-add-your-own-store-management-links.md
docs/extension-development/woocommerce-plugin-api-callback.md
docs/extension-development/README.md
docs/high-performance-order-storage/enable-hpos.md
docs/high-performance-order-storage/README.md
docs/contributing/minification-of-SCSS-and-JS.md
@ -4449,17 +4457,17 @@ docs/user-experience/notices.md
docs/user-experience/colors.md
docs/user-experience/task-list-and-inbox.md
docs/user-experience/user-experience-guidelines.md
docs/security/readme.md
docs/security/security-best-practices.md
docs/security/reporting-security-issues.md
docs/getting-started/readme.md
docs/security/README.md
docs/getting-started/woocommerce-endpoints.md
docs/getting-started/developer-resources.md
docs/getting-started/set-up-a-child-theme.md
docs/getting-started/README.md
docs/getting-started/developer-tools.md
docs/getting-started/debugging.md
docs/reporting/readme.md
docs/reporting/adding-columns-to-analytics-reports-and-csv-downloads.md
docs/reporting/README.md
docs/reporting/extending-woocommerce-admin-reports.md
docs/wc-cli/commands.md
docs/wc-cli/overview.md
@ -4518,9 +4526,12 @@ packages/js/product-editor/changelog/dev-41447_add_max_width_tooltip
packages/js/product-editor/changelog/fix-download-input-number-jumps-twice
packages/js/product-editor/changelog/add-35146
packages/js/product-editor/changelog/update-handle-modal-editor-from-store
packages/js/product-editor/changelog/update-product-editor-description-block-with-inner-blocks
packages/js/product-editor/changelog/update-product-editor-move-modal-editor-to-editor-level
packages/js/product-editor/changelog/dev-39641_add_empty_state_when_no_attributes
packages/js/product-editor/changelog/update-rename-edit-fn-names
packages/js/product-editor/changelog/dev-39167_show_feedback_prompt_only_once
packages/js/product-editor/changelog/add-41586-section-description
packages/js/product-editor/changelog/add-41663
packages/js/product-editor/config/block-entry-points.js
packages/js/product-editor/src/components/product-mvp-feedback-modal-container/product-mvp-feedback-modal-container.tsx
@ -4814,6 +4825,10 @@ packages/js/product-editor/src/hooks/use-feedback-bar/use-feedback-bar.ts
packages/js/product-editor/src/hooks/use-currency-input-props.ts
packages/js/product-editor/src/style.scss
packages/js/product-editor/src/index.ts
packages/js/product-editor/src/blocks/generic/section-description/block.json
packages/js/product-editor/src/blocks/generic/section-description/edit.tsx
packages/js/product-editor/src/blocks/generic/section-description/index.ts
packages/js/product-editor/src/blocks/generic/section-description/types.ts
packages/js/product-editor/src/blocks/generic/text/block.json
packages/js/product-editor/src/blocks/generic/text/edit.tsx
packages/js/product-editor/src/blocks/generic/text/index.ts
@ -4980,8 +4995,12 @@ packages/js/product-editor/src/blocks/product-fields/shipping-dimensions/index.t
packages/js/product-editor/src/blocks/product-fields/shipping-dimensions/types.ts
packages/js/product-editor/src/blocks/product-fields/shipping-dimensions/editor.scss
packages/js/product-editor/src/blocks/product-fields/description/block.json
packages/js/product-editor/src/blocks/product-fields/description/components/full-editor-toolbar-button.tsx
packages/js/product-editor/src/blocks/product-fields/description/components/with-full-editor-toolbar-button.tsx
packages/js/product-editor/src/blocks/product-fields/description/edit.tsx
packages/js/product-editor/src/blocks/product-fields/description/index.ts
packages/js/product-editor/src/blocks/product-fields/description/types.ts
packages/js/product-editor/src/blocks/product-fields/description/editor.scss
packages/js/product-editor/src/blocks/product-fields/shipping-class/block.json
packages/js/product-editor/src/blocks/product-fields/shipping-class/edit.tsx
packages/js/product-editor/src/blocks/product-fields/shipping-class/index.ts
@ -6335,6 +6354,7 @@ packages/js/create-product-editor-block/plugin-templates/webpack.config.js.musta
packages/js/create-product-editor-block/plugin-templates/.wp-env.override.json.mustache
packages/js/create-product-editor-block/plugin-templates/.eslintrc.js.mustache
packages/js/create-product-editor-block/plugin-templates/.editorconfig.mustache
packages/js/create-product-editor-block/plugin-templates/.npmrc.mustache
packages/js/create-product-editor-block/plugin-templates/.prettierrc.json.mustache
packages/js/create-product-editor-block/plugin-templates/README.md.mustache
packages/js/create-product-editor-block/plugin-templates/.stylelintrc.mustache
@ -6350,6 +6370,7 @@ packages/js/create-product-editor-block/index.js
packages/js/create-product-editor-block/package.json
packages/js/create-product-editor-block/changelog/bump-required-php-to-7.4
packages/js/create-product-editor-block/changelog/.gitkeep
packages/js/create-product-editor-block/changelog/add-product-editor-dep
packages/js/create-product-editor-block/changelog/dev-sync-pnpm
packages/js/create-product-editor-block/changelog/update-create-product-editor-block-api
packages/js/create-product-editor-block/changelog/add-experimental-role

View file

@ -30,10 +30,18 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.well-known
.well-known/assetlinks.json
.xml
/*/*/_tools
/*/*/more_ideas
/*/_tools
/*/activity
/*/edit$
/*/group
/*/invite
/*/more_ideas
/*/rg*/mediaviewer/rm*/tr
/*source=
/.git
/?z=1
/B00M3E1HJY
/B00M3E1NYI
/B00M3E1Q5Y
@ -53,7 +61,16 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/Search/
/_
/_/rsrc
/_activities
/_activity
/_community
/_created
/_followers
/_following
/_prq
/_saved
/_shop
/_shopping_list
/album/*/*?i=
/api
/apis
@ -72,8 +89,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/commits
/commits/*?author
/commits/*?path
/communities
/compare
/contributors
/discovered
/download
/download/Browse.aspx?
/download/browse.aspx?
@ -107,6 +126,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/leads/*/jsplayer_show_lead_form.html
/leads/*/show_form.html
/liked_by
/likes
/limited-release
/listing/*/favoriters
/lookup?
@ -116,16 +136,21 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/music/*/search/
/network
/newsearch/
/organize
/people/*/circle
/people/*/favorites
/pinned_flashes
/pins
/podcast/*/*?i=
/print$
/profile-about
/pulse
/raw
/revisions
/rg*/mediaviewer/rm*/tr
/rss
/scheduled-pin
/scheduled-pins
/search
/search/
/search/*?q=
@ -145,12 +170,16 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/store/d/groove-music-pass/cfq7ttc0k5dq/0001
/store/locations/store-locations-sitemap.xml
/store/music/groove-music-pass/*
/story_pins
/tagged
/tags
/tarball
/tree
/tried
/tv-season/*/*?i=
/unsubscribe/
/video-
/video_pins
/wal/
/watchers
/webscr
@ -212,6 +241,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?order=
?pt1=true$
?s=
?show_error=true
?tab=achievements&achievement=
?utm_*=
?w=address
@ -295,6 +325,8 @@ WebObjects/MZStoreElements.woa
[_0-9a-zA-Z]+/status/[0-9]+/likes
[_0-9a-zA-Z]+/status/[0-9]+/retweets
_
_/_
_/_/pixel
_/aihub_pod
_/ain/_/js
_/alkali-learn
@ -318,6 +350,7 @@ _/fonts
_/gstore
_/mss/boq-bard-web
_/mss/boq-chrome-cloudcast
_/mss/boq-discover-labs
_/mss/boq-geo
_/mss/boq-identity
_/mss/boq-nbu-monetization
@ -358,6 +391,8 @@ _next/gtm
_next/jwt
_next/title
_next/viewer
_ngjs/resource
_ngjs/resource/*/get
_nimbusJson.json
_nimbusJsonp.js
_nimbusJsonpStatic.js
@ -461,6 +496,7 @@ ad_spice
ad_syndication_user_tracking
ad_visibility
addContacts
addboard
addressBookExport
admin
adredir?
@ -482,6 +518,7 @@ adwords/proposal
adx/bin
affil
affil/pal
age-appeal
aihub/tfhub
ajax
ajax/follow_info
@ -519,6 +556,7 @@ api_access_key=
app*_
app*form_id=
app/updates
appealed-pin
apple-app-site-association
apps
apps*&tags=
@ -636,6 +674,7 @@ auth/verifychallenge
author/following
author=
authwall
autocomplete
away.php
b?*node=7454898011
b?*node=7454917011
@ -746,7 +785,11 @@ blogs/slow-ride
blogs/test
blogsearch
blogsearch_feeds
board
board_activity
board_activity_comment
bookmark?
bookmarklet
bookmarks
books
books/about
@ -768,18 +811,39 @@ books?*zoom=1
books?*zoom=5
booksrightsholders
boutique/sitemaps
branded-pins
browse/reviews/recent
bunsen/api
business/ad_create
business/adshare
business/adshare/faqs
business/blahblah
business/business-access
business/business-hierarchy
business/business-manager
business/catalogs
business/commerce-integrations
business/community-information
business/convert
business/create
business/create-linked-account
business/feedback
business/hub
business/invite
business/leads/jsplayer_show_lead_form.html
business/leads/show_form.html
business/learning/blog
business/onboarding
business/pin_create
business/premium/is_payment_pending
business/promotion
business/referral
business/sales/blog
business/site
business/switch-account
business/top-ads
business/update
business/verified-merchant/status
buttonlite.js
buyside-e2e-monitor
buzz/post
@ -970,6 +1034,7 @@ checkout
checkout/package
checkoutnow
checkpoint
christmas-spotlight
chrome/browser/mobile/tour
chrome/crlset
chwilio
@ -991,6 +1056,7 @@ client_error
client_errors
clima/ets
clima/sites/registry
close-account
cloud-launcher/sitemap
cloudsourcetools/images
cms_content
@ -1011,6 +1077,7 @@ commercesearch/images
commercesearch/services
commission_2010-2014/katainen
commits?author=
communities
communities/bin.aspx?
communities/blogs/PortalResults.mspx?
communities/eventdetails.mspx?
@ -1026,24 +1093,31 @@ community/category/*
community/comments
community/feed
community/trackback
community_comment
community_post
community_s
companyDir
compare
compare/*/apply
compressiontest
config.js
connect
connections
connector
consumers/archive
contact_me
contactus
content
content-claiming
context_referrer=gig_page
context_referrer=user_page
control
conversation
conversations
convert-business
convert-personal
coop/directory
coop/manage
copyright-reporting
corgi$
couchmode
counter/*?
@ -1051,7 +1125,13 @@ counters/client-screenview
coupons/visit
covid19
covid19/mobility
create_pin
creative-europe/404_en.htm
creative-studio
creative_editor
creator-spotlight
creator_hub/_earn
creator_hub/_partnerships
creatorhub
cse/home
cse/manage
@ -1060,7 +1140,9 @@ cse?
csp
csp_block
csp_report_only
csrf_error
ct
ct.html
ct/log_list
culturalinstitute/images
culturalinstitute/sitemaps
@ -1169,7 +1251,9 @@ de/teams
de/transactions
de/treasury
de/your
deactivate-account
default
delete_post
delight
dell/cities-transformed
dell/cloud-future-of-medicine
@ -1219,6 +1303,7 @@ digital-single-market/taxonomy
digital-single-market/users
directory
directory/all
discover
discussion
discussion/comment-permalink
discussion/edit-profile
@ -1314,6 +1399,8 @@ ebooks?*zoom=
ebooks?*zoom=1
ebooks?*zoom=5
eclas
edit
editorial/*
edu/cs4hs
education/404_en.htm
edurec
@ -1324,6 +1411,7 @@ elite?
email
email-unsubscribe
email_actions
email_verification_error
embed
embed/feed/update
employment_social/anticipedia/xwiki/bin/attach
@ -1367,6 +1455,7 @@ en-us/windows/si/matrix.html
en/microsoft-365
en/microsoft-365/
endorsements
engagement
enterprise-jobs
enterprise-partner-search/sitemaps
environment/ets
@ -1460,6 +1549,8 @@ exec/obidos/subst/marketplace/sell-your-collection.html
exec/obidos/subst/marketplace/sell-your-stuff.html
exec/obidos/subst/partners/friends/access.html
exec/obidos/tg/cm/member
explore
explore/*/?p=
explore/*/lightbox
external
external/overture
@ -1469,6 +1560,7 @@ facebook
facebook_connect
faves-i_love_u_get_away_from_me
favorite
fb.html
fbx
fe=true
feature/sf-test
@ -1549,6 +1641,8 @@ flights
flutter-canvaskit
folder
follow
follow_board
follow_user
following
food/archive
food/favourites
@ -1651,6 +1745,8 @@ globalmarketfinder
globalmarketfinder/*.html
go/awards
gold?
google_gdn.html
google_search.html
googlebooks/images
goto
gp
@ -1761,6 +1857,7 @@ gview
gwt
h5games_gamecenter/images
handmade
hanukkah-spotlight
hashtag/*?src=
hd
header/channels
@ -1834,7 +1931,10 @@ hk-en/teams
hk-en/transactions
hk-en/treasury
hk-en/your
holiday-spotlight
holidays-celebrations
home
homefeed
homepage-video-test
hosted/images
hotelfinder/rpc
@ -1853,6 +1953,9 @@ i/api
i/u
ia
icons
idea-ads-tool
idea-pin-builder
idea-pin-invite
identity/accountsettingsactivityweb
identity/accountsettingssyaf
ie*/listing/*/favoriters
@ -2022,11 +2125,14 @@ info/customerror.htm*
info/smart404.asp*
info/tech-feedback
inproduct_help/chatsupport
install-shuffles
internalPref
intl/*/about/views
intlkb/
invite
inviteFromProfile
inviteMany
invited
invites/buy
invoice/p
inyt
@ -2109,6 +2215,8 @@ johnhancock
johnhancock/in-a-lifetime-healthcare
johnhancock/in-a-lifetime-sustainability
johnhancock/in-a-lifetime-work
join/?next=
join/signup/?next=
jp*/listing/*/favoriters
jp*/people/*/circle
jp*/people/*/favorites
@ -2170,6 +2278,7 @@ keep
knowmore
ko-kr/feedback
ko-kr/lp
kwanzaa-spotlight
labs/popgadget/search
lamda/images
landing/cmsnext-root
@ -2208,6 +2317,7 @@ li/track
library/devices
licensing-syndication
limited-release
linked
linkedin
list
list/ls*/_ajax
@ -2216,6 +2326,7 @@ listing/*/stubs
lite
lite.publication.PublicationRequestFulltextPromo.requestFulltext.html
live
live-session
live_chat
lm/R1XIHQVKXSKBNJ
lm/R3HQ5WJSZK6QSO
@ -2247,6 +2358,7 @@ lochp?
logging
login
login$
login/?next=
login?*=
logo-maker/brief
logo-maker/choose-variation
@ -2425,6 +2537,7 @@ narrative-
native
nbubumblebee
network
new_invite
news$
news/$
news/0
@ -2436,6 +2549,7 @@ news/test
news/test-liveblog
news?viewArticle
newsArticle
news_hub
newsletter
newsroom/dae
newsroom/notifications
@ -2542,6 +2656,7 @@ no-en/treasury
no-en/your
nonprofits/account
not_recommended_reviews/preview
notifications
ns/hydra/console/?
nus-trk
nwshp$
@ -2594,8 +2709,12 @@ nz/teams
nz/transactions
nz/treasury
nz/your
oauth/line
oauth/login
oauth/v2
oauth2/v2
oauth_error
offsite
og
onebox/media/sports/logos
onebox/media/sports/photos/soccer/wc2018
@ -2627,8 +2746,11 @@ pagespeed/insights/ui/logo
palm
pantheon
pantheon-platform
parental-consent/confirmation
parental-passcode
participate/conferences.xml
partners
password/reset
password_expired
patent-search/frontend
patents/download
@ -2658,8 +2780,39 @@ photos/gbachelie
photos/i_love_u_get_away_from_me
photos/tags/*/page
photos/youpy
pin-builder
pin-communities
pin-creation-tool
pin-editor
pin/*/activities
pin/*/activity
pin/*/analytics
pin/*/brand-catalog
pin/*/comments
pin/*/email
pin/*/feedback
pin/*/idea-pin/related-products
pin/*/likes
pin/*/promote
pin/*/reaction
pin/*/related-products
pin/*/repin
pin/*/repins
pin/*/sent
pin/*/share
pin/*/shop-the-look
pin/*/tag
pin/*/takes
pin/*/visual-search
pin/create
pin/find
pin/find?url=
pin_shop
ping?
pingback
pinterest-predicts
pinterest-wellbeing
pinterestwellbeing
pl*/listing/*/favoriters
pl*/people/*/circle
pl*/people/*/favorites
@ -2709,6 +2862,7 @@ pl/teams
pl/transactions
pl/treasury
pl/your
place
plan=
platform-telemetry
play/store/web
@ -2738,6 +2892,7 @@ ppob?
pqa
preference
preferences
prefs
present
presentation
prettyearth/assets
@ -2748,6 +2903,8 @@ private
pro
pro-resources
pro/about
product-catalogs
product-feed
product-reviews/B0069IY63Y
productPurchaseDone
product_
@ -2824,6 +2981,7 @@ publications
publicliterature.PublicLiterature.search.html
purchases
puzzles/leaderboards/invite
pw
pwapi-proxy/pwproxy
pwapiv2
px.gif
@ -2833,6 +2991,7 @@ qp/batch_fetch_web
qr
quality_form?
query
quiz
r
r/*.rss
r/*/comments/*.rss
@ -2851,6 +3010,7 @@ random
rd/search
rd/search$
rd/search?
recently-viewed
recharge/dashboard/car
recharge/dashboard/static
recipes/search
@ -2868,20 +3028,25 @@ refer
refer/pal
referrals
referrer=
refresh_stored_accounts
refresh_token
register
registration
registry/wishlist
remotelogout
remove_email/t2_
rep=hc
report
report-abuse?report=
report=
report_abuse.gne
reports-and-violations
request-data
requestList
requests
research/participants/cofund
reservations/*/notifyme
resource
resource/*/get
results
retail
retail/availability
@ -2917,6 +3082,7 @@ s2/sitemaps
s2/static
s3
s?
safe-redirect
safebrowsing/diagnostic
safebrowsing/report_badware
safebrowsing/report_error
@ -3010,6 +3176,7 @@ searchhistory
sections
secure
seller_onboarding
sendHeaderEarly
send_to_friend
sendarticle
services
@ -3090,6 +3257,7 @@ shop/sign_out
shop/signed_in_account
shop/store/feeds
shop_name_search_service
shop_pins
shopping-content-api/product_images
shopping/product
shopping/ratings/account/metrics
@ -3382,11 +3550,13 @@ smart/buttons
social/photosui/images
social/photosui/sitemap
social/social-security-directory/cai
socialmanager
sounds/player
sounds/player$
sounds/search
sounds/search$
sounds/search?
source
source=
source_repo=
spain/empresas/
@ -3462,6 +3632,10 @@ storefront
storepicker
stores/page/*visitId=
stories
story-pin-builder
story-pin-invite
story_feed
story_pins
studios
styles/js-on.css$
submit
@ -3482,6 +3656,7 @@ support
support/content
support/forum/search?
surprise
suspension-appeal
svc
svc/crosswords
svc/games
@ -3494,12 +3669,14 @@ svc/vertex
svc/web
svc/wordle
svpRecommendations
sw-shell.html
swg
syndicate
system1/images
t/terms
tab=
tablet
taggingtool
tagmanager/containers/xo
tagmanager/pptm.js
talk
@ -3531,8 +3708,10 @@ templates
test
testpage-forhomepage
tetro
thanksgiving-spotlight
thanx?
themacallan/worlds-together
theme
themes/rss
things/search
things/search$
@ -3593,6 +3772,7 @@ travel/flights/s
treasury
trending
trends
trends-carousel
trends/beta
trends/embed.js?
trends/fetchComponent?
@ -3607,6 +3787,7 @@ trustedstores/js
trustedstores/s
trustedstores/tm2
trustedstores/verify
tv
tv/thumb
tvschedule
twitter
@ -3671,6 +3852,8 @@ uk/teams
uk/transactions
uk/treasury
uk/your
unauth-profile
unlink
unsub
until=
updates
@ -3747,6 +3930,8 @@ utils
uviewer
v1/browser-performance
v1/stats
v1/urls/count.json
v3/pidgets/log
v4
verify_age
video/embedded
@ -3773,9 +3958,12 @@ watch_popup
watch_queue_ajax
webmasters/sitemaps/ping?
websearch
website/confirm
website/confirm/download
webstore/search
webstore/static/*/wall/js
weekly/signup
welcome
whats-next/planes-trains-and-analytics
whsmiths
widget_auth.php
@ -4237,6 +4425,7 @@ xoonboarding
xoplatform/logger/api/logger
xorouter
your
your-shop
youth/404_en.htm
youtube/fonts
youtube/img/promos