[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot] 2025-09-13 10:06:16 +00:00
parent 718d3d8323
commit 4f1b119534
18 changed files with 2419 additions and 2229 deletions

View file

@ -3,6 +3,6 @@
"last_update": 1757557984
},
"Trickest wordlist update": {
"last_update": 1757671659
"last_update": 1757757967
}
}

View file

@ -16079,13 +16079,6 @@ tests/e2e-pw/utils/faker.ts
e2e-pw/utils/faker.ts
utils/faker.ts
faker.ts
packages/Webkul/Admin/tests/e2e-pw/utils/form.ts
Webkul/Admin/tests/e2e-pw/utils/form.ts
Admin/tests/e2e-pw/utils/form.ts
tests/e2e-pw/utils/form.ts
e2e-pw/utils/form.ts
utils/form.ts
form.ts
packages/Webkul/Admin/tests/e2e-pw/utils/admin.ts
Webkul/Admin/tests/e2e-pw/utils/admin.ts
Admin/tests/e2e-pw/utils/admin.ts

View file

@ -2128,7 +2128,6 @@ packages/Webkul/Admin/tests/e2e-pw/data/images/5.webp
packages/Webkul/Admin/tests/e2e-pw/data/images/4.webp
packages/Webkul/Admin/tests/e2e-pw/data/images/7.webp
packages/Webkul/Admin/tests/e2e-pw/utils/faker.ts
packages/Webkul/Admin/tests/e2e-pw/utils/form.ts
packages/Webkul/Admin/tests/e2e-pw/utils/admin.ts
packages/Webkul/Admin/tests/e2e-pw/utils/address.ts
packages/Webkul/Admin/tests/e2e-pw/utils/gdpr.ts

View file

@ -16694,6 +16694,8 @@ swift-mangos-change.md
slimy-laws-relate.md
.changeset/nice-stars-swim.md
nice-stars-swim.md
.changeset/twenty-sloths-wait.md
twenty-sloths-wait.md
.changeset/purple-animals-grab.md
purple-animals-grab.md
.vscode/extensions.json

View file

@ -3283,6 +3283,7 @@ codecov.yaml
.changeset/swift-mangos-change.md
.changeset/slimy-laws-relate.md
.changeset/nice-stars-swim.md
.changeset/twenty-sloths-wait.md
.changeset/purple-animals-grab.md
.vscode/extensions.json
.vscode/settings.json

View file

@ -40006,6 +40006,12 @@ file/src/EventSubscriber/FileEventSubscriber.php
src/EventSubscriber/FileEventSubscriber.php
EventSubscriber/FileEventSubscriber.php
FileEventSubscriber.php
core/modules/file/src/EventSubscriber/DefaultContentSubscriber.php
modules/file/src/EventSubscriber/DefaultContentSubscriber.php
file/src/EventSubscriber/DefaultContentSubscriber.php
src/EventSubscriber/DefaultContentSubscriber.php
EventSubscriber/DefaultContentSubscriber.php
DefaultContentSubscriber.php
core/modules/file/src/Upload/FormUploadedFile.php
modules/file/src/Upload/FormUploadedFile.php
file/src/Upload/FormUploadedFile.php
@ -45980,6 +45986,12 @@ block_content/src/Controller/BlockContentController.php
src/Controller/BlockContentController.php
Controller/BlockContentController.php
BlockContentController.php
core/modules/block_content/src/Access/BlockContentIsReusableAccessCheck.php
modules/block_content/src/Access/BlockContentIsReusableAccessCheck.php
block_content/src/Access/BlockContentIsReusableAccessCheck.php
src/Access/BlockContentIsReusableAccessCheck.php
Access/BlockContentIsReusableAccessCheck.php
BlockContentIsReusableAccessCheck.php
core/modules/block_content/src/Event/BlockContentGetDependencyEvent.php
modules/block_content/src/Event/BlockContentGetDependencyEvent.php
block_content/src/Event/BlockContentGetDependencyEvent.php
@ -46472,6 +46484,13 @@ tests/src/Functional/BlockContentListTest.php
src/Functional/BlockContentListTest.php
Functional/BlockContentListTest.php
BlockContentListTest.php
core/modules/block_content/tests/src/Functional/BlockContentRouteAccessTest.php
modules/block_content/tests/src/Functional/BlockContentRouteAccessTest.php
block_content/tests/src/Functional/BlockContentRouteAccessTest.php
tests/src/Functional/BlockContentRouteAccessTest.php
src/Functional/BlockContentRouteAccessTest.php
Functional/BlockContentRouteAccessTest.php
BlockContentRouteAccessTest.php
core/modules/block_content/tests/src/Functional/PageEditTest.php
modules/block_content/tests/src/Functional/PageEditTest.php
block_content/tests/src/Functional/PageEditTest.php
@ -123042,6 +123061,12 @@ Drupal/Core/DefaultContent/AdminAccountSwitcher.php
Core/DefaultContent/AdminAccountSwitcher.php
DefaultContent/AdminAccountSwitcher.php
AdminAccountSwitcher.php
core/lib/Drupal/Core/DefaultContent/ExportResult.php
lib/Drupal/Core/DefaultContent/ExportResult.php
Drupal/Core/DefaultContent/ExportResult.php
Core/DefaultContent/ExportResult.php
DefaultContent/ExportResult.php
ExportResult.php
core/lib/Drupal/Core/DefaultContent/Exporter.php
lib/Drupal/Core/DefaultContent/Exporter.php
Drupal/Core/DefaultContent/Exporter.php

View file

@ -6010,6 +6010,7 @@ core/modules/file/src/Hook/CronHook.php
core/modules/file/src/Hook/FileHooks.php
core/modules/file/src/FileAccessFormatterControlHandlerInterface.php
core/modules/file/src/EventSubscriber/FileEventSubscriber.php
core/modules/file/src/EventSubscriber/DefaultContentSubscriber.php
core/modules/file/src/Upload/FormUploadedFile.php
core/modules/file/src/Upload/InputStreamUploadedFile.php
core/modules/file/src/Upload/FileUploadLocationTrait.php
@ -6854,6 +6855,7 @@ core/modules/block_content/src/Plugin/views/wizard/BlockContent.php
core/modules/block_content/src/Plugin/Validation/Constraint/BlockContentEntityChangedConstraint.php
core/modules/block_content/src/Plugin/Validation/Constraint/BlockContentEntityChangedConstraintValidator.php
core/modules/block_content/src/Controller/BlockContentController.php
core/modules/block_content/src/Access/BlockContentIsReusableAccessCheck.php
core/modules/block_content/src/Event/BlockContentGetDependencyEvent.php
core/modules/block_content/src/Entity/BlockContentType.php
core/modules/block_content/src/Entity/BlockContent.php
@ -6928,6 +6930,7 @@ core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTes
core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php
core/modules/block_content/tests/src/Functional/UnpublishedBlockTest.php
core/modules/block_content/tests/src/Functional/BlockContentListTest.php
core/modules/block_content/tests/src/Functional/BlockContentRouteAccessTest.php
core/modules/block_content/tests/src/Functional/PageEditTest.php
core/modules/block_content/tests/src/Functional/BlockContentPageViewTest.php
core/modules/block_content/tests/src/Functional/BlockContentRevisionRevertTest.php
@ -17727,6 +17730,7 @@ core/lib/Drupal/Core/DefaultContent/ExportMetadata.php
core/lib/Drupal/Core/DefaultContent/Finder.php
core/lib/Drupal/Core/DefaultContent/PreExportEvent.php
core/lib/Drupal/Core/DefaultContent/AdminAccountSwitcher.php
core/lib/Drupal/Core/DefaultContent/ExportResult.php
core/lib/Drupal/Core/DefaultContent/Exporter.php
core/lib/Drupal/Core/DefaultContent/Importer.php
core/lib/Drupal/Core/DefaultContent/InvalidEntityException.php

View file

@ -74534,14 +74534,6 @@ Test/Mftf/Test/AdminSystemUserRolesNavigateMenuTest.xml
Mftf/Test/AdminSystemUserRolesNavigateMenuTest.xml
Test/AdminSystemUserRolesNavigateMenuTest.xml
AdminSystemUserRolesNavigateMenuTest.xml
app/code/Magento/User/Test/Mftf/Test/AdminSystemManageEncryptionKeyNavigateMenuTest.xml
code/Magento/User/Test/Mftf/Test/AdminSystemManageEncryptionKeyNavigateMenuTest.xml
Magento/User/Test/Mftf/Test/AdminSystemManageEncryptionKeyNavigateMenuTest.xml
User/Test/Mftf/Test/AdminSystemManageEncryptionKeyNavigateMenuTest.xml
Test/Mftf/Test/AdminSystemManageEncryptionKeyNavigateMenuTest.xml
Mftf/Test/AdminSystemManageEncryptionKeyNavigateMenuTest.xml
Test/AdminSystemManageEncryptionKeyNavigateMenuTest.xml
AdminSystemManageEncryptionKeyNavigateMenuTest.xml
app/code/Magento/User/Test/Mftf/LICENSE_AFL.txt
code/Magento/User/Test/Mftf/LICENSE_AFL.txt
Magento/User/Test/Mftf/LICENSE_AFL.txt
@ -98626,14 +98618,6 @@ Test/Mftf/ActionGroup/AssertStorefrontCheckoutPaymentSummaryTotalActionGroup.xml
Mftf/ActionGroup/AssertStorefrontCheckoutPaymentSummaryTotalActionGroup.xml
ActionGroup/AssertStorefrontCheckoutPaymentSummaryTotalActionGroup.xml
AssertStorefrontCheckoutPaymentSummaryTotalActionGroup.xml
app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontVerifyFedexShippingMethodPricesActionGroup.xml
code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontVerifyFedexShippingMethodPricesActionGroup.xml
Magento/Checkout/Test/Mftf/ActionGroup/StorefrontVerifyFedexShippingMethodPricesActionGroup.xml
Checkout/Test/Mftf/ActionGroup/StorefrontVerifyFedexShippingMethodPricesActionGroup.xml
Test/Mftf/ActionGroup/StorefrontVerifyFedexShippingMethodPricesActionGroup.xml
Mftf/ActionGroup/StorefrontVerifyFedexShippingMethodPricesActionGroup.xml
ActionGroup/StorefrontVerifyFedexShippingMethodPricesActionGroup.xml
StorefrontVerifyFedexShippingMethodPricesActionGroup.xml
app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertCrossSellProductOnShoppingCartPageActionGroup.xml
code/Magento/Checkout/Test/Mftf/ActionGroup/AssertCrossSellProductOnShoppingCartPageActionGroup.xml
Magento/Checkout/Test/Mftf/ActionGroup/AssertCrossSellProductOnShoppingCartPageActionGroup.xml
@ -99890,6 +99874,14 @@ Test/Mftf/Test/StoreFrontAddProductWithAllTypesOfCustomOptionToTheShoppingCartWi
Mftf/Test/StoreFrontAddProductWithAllTypesOfCustomOptionToTheShoppingCartWithoutAnySelectedOptionTest.xml
Test/StoreFrontAddProductWithAllTypesOfCustomOptionToTheShoppingCartWithoutAnySelectedOptionTest.xml
StoreFrontAddProductWithAllTypesOfCustomOptionToTheShoppingCartWithoutAnySelectedOptionTest.xml
app/code/Magento/Checkout/Test/Mftf/Test/StorefrontCartSidebarSynchronizationWithCustomerLoginTest.xml
code/Magento/Checkout/Test/Mftf/Test/StorefrontCartSidebarSynchronizationWithCustomerLoginTest.xml
Magento/Checkout/Test/Mftf/Test/StorefrontCartSidebarSynchronizationWithCustomerLoginTest.xml
Checkout/Test/Mftf/Test/StorefrontCartSidebarSynchronizationWithCustomerLoginTest.xml
Test/Mftf/Test/StorefrontCartSidebarSynchronizationWithCustomerLoginTest.xml
Mftf/Test/StorefrontCartSidebarSynchronizationWithCustomerLoginTest.xml
Test/StorefrontCartSidebarSynchronizationWithCustomerLoginTest.xml
StorefrontCartSidebarSynchronizationWithCustomerLoginTest.xml
app/code/Magento/Checkout/Test/Mftf/Test/DeleteGroupedProductFromShoppingCartTest.xml
code/Magento/Checkout/Test/Mftf/Test/DeleteGroupedProductFromShoppingCartTest.xml
Magento/Checkout/Test/Mftf/Test/DeleteGroupedProductFromShoppingCartTest.xml
@ -163310,6 +163302,14 @@ Test/Mftf/Test/AdminShowDoubleSpacesInProductGridTest.xml
Mftf/Test/AdminShowDoubleSpacesInProductGridTest.xml
Test/AdminShowDoubleSpacesInProductGridTest.xml
AdminShowDoubleSpacesInProductGridTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/StorefrontCategoryPathWithStoreCodeNoSuffixTest.xml
code/Magento/Catalog/Test/Mftf/Test/StorefrontCategoryPathWithStoreCodeNoSuffixTest.xml
Magento/Catalog/Test/Mftf/Test/StorefrontCategoryPathWithStoreCodeNoSuffixTest.xml
Catalog/Test/Mftf/Test/StorefrontCategoryPathWithStoreCodeNoSuffixTest.xml
Test/Mftf/Test/StorefrontCategoryPathWithStoreCodeNoSuffixTest.xml
Mftf/Test/StorefrontCategoryPathWithStoreCodeNoSuffixTest.xml
Test/StorefrontCategoryPathWithStoreCodeNoSuffixTest.xml
StorefrontCategoryPathWithStoreCodeNoSuffixTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/StorefrontCheckCustomOptionPriceDifferentCurrencyTest.xml
code/Magento/Catalog/Test/Mftf/Test/StorefrontCheckCustomOptionPriceDifferentCurrencyTest.xml
Magento/Catalog/Test/Mftf/Test/StorefrontCheckCustomOptionPriceDifferentCurrencyTest.xml
@ -163390,6 +163390,14 @@ Test/Mftf/Test/AdminUnassignProductAttributeFromAttributeSetTest.xml
Mftf/Test/AdminUnassignProductAttributeFromAttributeSetTest.xml
Test/AdminUnassignProductAttributeFromAttributeSetTest.xml
AdminUnassignProductAttributeFromAttributeSetTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/StorefrontCategoryNavigationHighlightingTest.xml
code/Magento/Catalog/Test/Mftf/Test/StorefrontCategoryNavigationHighlightingTest.xml
Magento/Catalog/Test/Mftf/Test/StorefrontCategoryNavigationHighlightingTest.xml
Catalog/Test/Mftf/Test/StorefrontCategoryNavigationHighlightingTest.xml
Test/Mftf/Test/StorefrontCategoryNavigationHighlightingTest.xml
Mftf/Test/StorefrontCategoryNavigationHighlightingTest.xml
Test/StorefrontCategoryNavigationHighlightingTest.xml
StorefrontCategoryNavigationHighlightingTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateProductCustomAttributeSetTest.xml
code/Magento/Catalog/Test/Mftf/Test/AdminCreateProductCustomAttributeSetTest.xml
Magento/Catalog/Test/Mftf/Test/AdminCreateProductCustomAttributeSetTest.xml
@ -164041,6 +164049,14 @@ Test/Mftf/Test/AdminProductGridFilteringByDateAttributeTest.xml
Mftf/Test/AdminProductGridFilteringByDateAttributeTest.xml
Test/AdminProductGridFilteringByDateAttributeTest.xml
AdminProductGridFilteringByDateAttributeTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/StorefrontCategoryNavigationHighlightingWithStoreCodeTest.xml
code/Magento/Catalog/Test/Mftf/Test/StorefrontCategoryNavigationHighlightingWithStoreCodeTest.xml
Magento/Catalog/Test/Mftf/Test/StorefrontCategoryNavigationHighlightingWithStoreCodeTest.xml
Catalog/Test/Mftf/Test/StorefrontCategoryNavigationHighlightingWithStoreCodeTest.xml
Test/Mftf/Test/StorefrontCategoryNavigationHighlightingWithStoreCodeTest.xml
Mftf/Test/StorefrontCategoryNavigationHighlightingWithStoreCodeTest.xml
Test/StorefrontCategoryNavigationHighlightingWithStoreCodeTest.xml
StorefrontCategoryNavigationHighlightingWithStoreCodeTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/AdminAddRemoveProductImageVirtualProductTest.xml
code/Magento/Catalog/Test/Mftf/Test/AdminAddRemoveProductImageVirtualProductTest.xml
Magento/Catalog/Test/Mftf/Test/AdminAddRemoveProductImageVirtualProductTest.xml
@ -179348,6 +179364,14 @@ Test/Mftf/Test/StorefrontBillingAddressShownOnSecondCheckoutIfUPSEnabledTest.xml
Mftf/Test/StorefrontBillingAddressShownOnSecondCheckoutIfUPSEnabledTest.xml
Test/StorefrontBillingAddressShownOnSecondCheckoutIfUPSEnabledTest.xml
StorefrontBillingAddressShownOnSecondCheckoutIfUPSEnabledTest.xml
app/code/Magento/Shipping/Test/Mftf/Test/StorefrontVerifyUSPSShippingPriceIsZeroWhenFreeShippingThresholdEnabledTest.xml
code/Magento/Shipping/Test/Mftf/Test/StorefrontVerifyUSPSShippingPriceIsZeroWhenFreeShippingThresholdEnabledTest.xml
Magento/Shipping/Test/Mftf/Test/StorefrontVerifyUSPSShippingPriceIsZeroWhenFreeShippingThresholdEnabledTest.xml
Shipping/Test/Mftf/Test/StorefrontVerifyUSPSShippingPriceIsZeroWhenFreeShippingThresholdEnabledTest.xml
Test/Mftf/Test/StorefrontVerifyUSPSShippingPriceIsZeroWhenFreeShippingThresholdEnabledTest.xml
Mftf/Test/StorefrontVerifyUSPSShippingPriceIsZeroWhenFreeShippingThresholdEnabledTest.xml
Test/StorefrontVerifyUSPSShippingPriceIsZeroWhenFreeShippingThresholdEnabledTest.xml
StorefrontVerifyUSPSShippingPriceIsZeroWhenFreeShippingThresholdEnabledTest.xml
app/code/Magento/Shipping/Test/Mftf/Test/AdminCheckTheConfirmationPopupTest.xml
code/Magento/Shipping/Test/Mftf/Test/AdminCheckTheConfirmationPopupTest.xml
Magento/Shipping/Test/Mftf/Test/AdminCheckTheConfirmationPopupTest.xml

View file

@ -8240,7 +8240,6 @@ app/code/Magento/User/Test/Mftf/Test/AdminSystemLockedUsersNavigateMenuTest.xml
app/code/Magento/User/Test/Mftf/Test/AdminUnlockAdminUserEntityViaCLITest.xml
app/code/Magento/User/Test/Mftf/Test/AdminUpdateUserPasswordTest.xml
app/code/Magento/User/Test/Mftf/Test/AdminSystemUserRolesNavigateMenuTest.xml
app/code/Magento/User/Test/Mftf/Test/AdminSystemManageEncryptionKeyNavigateMenuTest.xml
app/code/Magento/User/Test/Mftf/LICENSE_AFL.txt
app/code/Magento/User/Test/Mftf/Page/AdminSecurityConfigPage.xml
app/code/Magento/User/Test/Mftf/Page/AdminUserEditPage.xml
@ -11290,7 +11289,6 @@ app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontFillOptionFieldInputAc
app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCartEstimateShippingAndTaxActionGroup.xml
app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddCategoryProductToCartActionGroup.xml
app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontCheckoutPaymentSummaryTotalActionGroup.xml
app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontVerifyFedexShippingMethodPricesActionGroup.xml
app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertCrossSellProductOnShoppingCartPageActionGroup.xml
app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCheckoutClickSignInLinkActionGroup.xml
app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontOpenCartFromMinicartActionGroup.xml
@ -11448,6 +11446,7 @@ app/code/Magento/Checkout/Test/Mftf/Test/StorefrontCheckCartItemDisplayWithDefau
app/code/Magento/Checkout/Test/Mftf/Test/StorefrontDeleteSimpleAndVirtualProductFromMiniShoppingCartTest.xml
app/code/Magento/Checkout/Test/Mftf/Test/CheckNotVisibleProductInMinicartTest.xml
app/code/Magento/Checkout/Test/Mftf/Test/StoreFrontAddProductWithAllTypesOfCustomOptionToTheShoppingCartWithoutAnySelectedOptionTest.xml
app/code/Magento/Checkout/Test/Mftf/Test/StorefrontCartSidebarSynchronizationWithCustomerLoginTest.xml
app/code/Magento/Checkout/Test/Mftf/Test/DeleteGroupedProductFromShoppingCartTest.xml
app/code/Magento/Checkout/Test/Mftf/Test/OnePageCheckoutAsCustomerUsingNonExistentCustomerGroupTest.xml
app/code/Magento/Checkout/Test/Mftf/Test/VerifyThatOptionAllowToChooseStateIfItIsOptionalForCountryIsApplicableForCheckoutFlowTest.xml
@ -19275,6 +19274,7 @@ app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateInactiveFlatCategoryAndUpdate
app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateSimpleProductWithUnicodeTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/AdminUpdateSimpleProductWithRegularPriceInStockNotVisibleIndividuallyTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/AdminShowDoubleSpacesInProductGridTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/StorefrontCategoryPathWithStoreCodeNoSuffixTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/StorefrontCheckCustomOptionPriceDifferentCurrencyTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/AddNewProductAttributeInProductPageTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/DeleteCategoriesTest.xml
@ -19285,6 +19285,7 @@ app/code/Magento/Catalog/Test/Mftf/Test/NewProductsListWidgetVirtualProductTest.
app/code/Magento/Catalog/Test/Mftf/Test/StoreFrontAssertProductFinalPriceChangesDynamicallyOnProductPageWithTierPricesConfiguredTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/AdminFilterByNameByStoreViewOnProductGridTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/AdminUnassignProductAttributeFromAttributeSetTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/StorefrontCategoryNavigationHighlightingTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateProductCustomAttributeSetTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/AdminTierPriceNotAvailableForProductOptionsWithoutTierPriceTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateCategoriesWithTheSameCategoryNamesTest.xml
@ -19364,6 +19365,7 @@ app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateSwatchAttributeWithSpecialCha
app/code/Magento/Catalog/Test/Mftf/Test/AdminUpdateCategoryAndMakeInactiveTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/AdminRemoveCustomOptionsFromProductTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/AdminProductGridFilteringByDateAttributeTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/StorefrontCategoryNavigationHighlightingWithStoreCodeTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/AdminAddRemoveProductImageVirtualProductTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/AdminDeleteSystemProductAttributeTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/StorefrontDifferentImagesForCategoryForDifferentStoreViewTest.xml
@ -21147,6 +21149,7 @@ app/code/Magento/Shipping/Test/Mftf/Data/AdminShippingSettingsConfigData.xml
app/code/Magento/Shipping/Test/Mftf/Test/StorefrontAssertShippingPricesPresentWithFreeShippingAfterApplyingCartRuleTest.xml
app/code/Magento/Shipping/Test/Mftf/Test/AdminCheckInputFieldsDisabledAfterAppConfigDumpTest.xml
app/code/Magento/Shipping/Test/Mftf/Test/StorefrontBillingAddressShownOnSecondCheckoutIfUPSEnabledTest.xml
app/code/Magento/Shipping/Test/Mftf/Test/StorefrontVerifyUSPSShippingPriceIsZeroWhenFreeShippingThresholdEnabledTest.xml
app/code/Magento/Shipping/Test/Mftf/Test/AdminCheckTheConfirmationPopupTest.xml
app/code/Magento/Shipping/Test/Mftf/Test/AdminConfigUPSShippingMethodAndAddProductInStorefrontTest.xml
app/code/Magento/Shipping/Test/Mftf/Test/AdminPlaceOrderUsingUPSOnlineShippingCarrierForRegisteredCustomerTest.xml

View file

@ -18093,6 +18093,48 @@ Core/Domain/Category/SeoSettings.php
Domain/Category/SeoSettings.php
Category/SeoSettings.php
SeoSettings.php
src/Core/Domain/Search/CommandHandler/SearchIndexationHandlerInterface.php
Core/Domain/Search/CommandHandler/SearchIndexationHandlerInterface.php
Domain/Search/CommandHandler/SearchIndexationHandlerInterface.php
Search/CommandHandler/SearchIndexationHandlerInterface.php
CommandHandler/SearchIndexationHandlerInterface.php
SearchIndexationHandlerInterface.php
src/Core/Domain/Search/Exception/SearchIndexationProductNotFoundException.php
Core/Domain/Search/Exception/SearchIndexationProductNotFoundException.php
Domain/Search/Exception/SearchIndexationProductNotFoundException.php
Search/Exception/SearchIndexationProductNotFoundException.php
Exception/SearchIndexationProductNotFoundException.php
SearchIndexationProductNotFoundException.php
src/Core/Domain/Search/Exception/SearchIndexationInvalidContextException.php
Core/Domain/Search/Exception/SearchIndexationInvalidContextException.php
Domain/Search/Exception/SearchIndexationInvalidContextException.php
Search/Exception/SearchIndexationInvalidContextException.php
Exception/SearchIndexationInvalidContextException.php
SearchIndexationInvalidContextException.php
src/Core/Domain/Search/Exception/SearchIndexationShopGroupNotFoundException.php
Core/Domain/Search/Exception/SearchIndexationShopGroupNotFoundException.php
Domain/Search/Exception/SearchIndexationShopGroupNotFoundException.php
Search/Exception/SearchIndexationShopGroupNotFoundException.php
Exception/SearchIndexationShopGroupNotFoundException.php
SearchIndexationShopGroupNotFoundException.php
src/Core/Domain/Search/Exception/SearchIndexationShopNotFoundException.php
Core/Domain/Search/Exception/SearchIndexationShopNotFoundException.php
Domain/Search/Exception/SearchIndexationShopNotFoundException.php
Search/Exception/SearchIndexationShopNotFoundException.php
Exception/SearchIndexationShopNotFoundException.php
SearchIndexationShopNotFoundException.php
src/Core/Domain/Search/Exception/SearchIndexationException.php
Core/Domain/Search/Exception/SearchIndexationException.php
Domain/Search/Exception/SearchIndexationException.php
Search/Exception/SearchIndexationException.php
Exception/SearchIndexationException.php
SearchIndexationException.php
src/Core/Domain/Search/Command/SearchIndexationCommand.php
Core/Domain/Search/Command/SearchIndexationCommand.php
Domain/Search/Command/SearchIndexationCommand.php
Search/Command/SearchIndexationCommand.php
Command/SearchIndexationCommand.php
SearchIndexationCommand.php
src/Core/Domain/AbstractBulkCommandHandler.php
Core/Domain/AbstractBulkCommandHandler.php
Domain/AbstractBulkCommandHandler.php
@ -22717,6 +22759,13 @@ config/services/adapter/admin.yml
services/adapter/admin.yml
adapter/admin.yml
admin.yml
src/PrestaShopBundle/Resources/config/services/adapter/search.yml
PrestaShopBundle/Resources/config/services/adapter/search.yml
Resources/config/services/adapter/search.yml
config/services/adapter/search.yml
services/adapter/search.yml
adapter/search.yml
search.yml
src/PrestaShopBundle/Resources/config/services/adapter/webservice.yml
PrestaShopBundle/Resources/config/services/adapter/webservice.yml
Resources/config/services/adapter/webservice.yml
@ -31192,6 +31241,10 @@ src/PrestaShopBundle/Command/AppendHooksListForSqlUpgradeFileCommand.php
PrestaShopBundle/Command/AppendHooksListForSqlUpgradeFileCommand.php
Command/AppendHooksListForSqlUpgradeFileCommand.php
AppendHooksListForSqlUpgradeFileCommand.php
src/PrestaShopBundle/Command/SearchIndexationCommand.php
PrestaShopBundle/Command/SearchIndexationCommand.php
Command/SearchIndexationCommand.php
SearchIndexationCommand.php
src/PrestaShopBundle/Command/SecurityAttributeLinterCommand.php
PrestaShopBundle/Command/SecurityAttributeLinterCommand.php
Command/SecurityAttributeLinterCommand.php
@ -39483,6 +39536,11 @@ Adapter/Category/Repository/CategoryRepository.php
Category/Repository/CategoryRepository.php
Repository/CategoryRepository.php
CategoryRepository.php
src/Adapter/Search/CommandHandler/SearchIndexationHandler.php
Adapter/Search/CommandHandler/SearchIndexationHandler.php
Search/CommandHandler/SearchIndexationHandler.php
CommandHandler/SearchIndexationHandler.php
SearchIndexationHandler.php
src/Adapter/Search/SearchProductSearchProvider.php
Adapter/Search/SearchProductSearchProvider.php
Search/SearchProductSearchProvider.php
@ -74422,6 +74480,11 @@ Unit/PrestaShopBundle/Command/DebugCommandTest.php
PrestaShopBundle/Command/DebugCommandTest.php
Command/DebugCommandTest.php
DebugCommandTest.php
tests/Unit/PrestaShopBundle/Command/SearchIndexationCommandTest.php
Unit/PrestaShopBundle/Command/SearchIndexationCommandTest.php
PrestaShopBundle/Command/SearchIndexationCommandTest.php
Command/SearchIndexationCommandTest.php
SearchIndexationCommandTest.php
tests/Unit/PrestaShopBundle/Service/Grid/ResponseBuilderTest.php
Unit/PrestaShopBundle/Service/Grid/ResponseBuilderTest.php
PrestaShopBundle/Service/Grid/ResponseBuilderTest.php

View file

@ -3188,6 +3188,13 @@ src/Core/Domain/Category/Command/DeleteCategoryCommand.php
src/Core/Domain/Category/Command/DeleteCategoryCoverImageCommand.php
src/Core/Domain/Category/Command/BulkEnableCategoriesCommand.php
src/Core/Domain/Category/SeoSettings.php
src/Core/Domain/Search/CommandHandler/SearchIndexationHandlerInterface.php
src/Core/Domain/Search/Exception/SearchIndexationProductNotFoundException.php
src/Core/Domain/Search/Exception/SearchIndexationInvalidContextException.php
src/Core/Domain/Search/Exception/SearchIndexationShopGroupNotFoundException.php
src/Core/Domain/Search/Exception/SearchIndexationShopNotFoundException.php
src/Core/Domain/Search/Exception/SearchIndexationException.php
src/Core/Domain/Search/Command/SearchIndexationCommand.php
src/Core/Domain/AbstractBulkCommandHandler.php
src/Core/Domain/Webservice/QueryResult/EditableWebserviceKey.php
src/Core/Domain/Webservice/ValueObject/Permission.php
@ -4018,6 +4025,7 @@ src/PrestaShopBundle/Resources/config/services/adapter/pdf.yml
src/PrestaShopBundle/Resources/config/services/adapter/profile.yml
src/PrestaShopBundle/Resources/config/services/adapter/mail_template.yml
src/PrestaShopBundle/Resources/config/services/adapter/admin.yml
src/PrestaShopBundle/Resources/config/services/adapter/search.yml
src/PrestaShopBundle/Resources/config/services/adapter/webservice.yml
src/PrestaShopBundle/Resources/config/services/adapter/form.yml
src/PrestaShopBundle/Resources/config/services/adapter/language.yml
@ -5074,6 +5082,7 @@ src/PrestaShopBundle/Twig/ContextIsoCodeProviderExtension.php
src/PrestaShopBundle/Command/DebugCommand.php
src/PrestaShopBundle/Command/GenerateMailTemplatesCommand.php
src/PrestaShopBundle/Command/AppendHooksListForSqlUpgradeFileCommand.php
src/PrestaShopBundle/Command/SearchIndexationCommand.php
src/PrestaShopBundle/Command/SecurityAttributeLinterCommand.php
src/PrestaShopBundle/Command/NamingConventionLinterCommand.php
src/PrestaShopBundle/Command/UpdateSchemaCommand.php
@ -6563,6 +6572,7 @@ src/Adapter/Category/CommandHandler/AbstractEditCategoryHandler.php
src/Adapter/Category/CategoryDataProvider.php
src/Adapter/Category/Repository/CategoryPreviewRepository.php
src/Adapter/Category/Repository/CategoryRepository.php
src/Adapter/Search/CommandHandler/SearchIndexationHandler.php
src/Adapter/Search/SearchProductSearchProvider.php
src/Adapter/Environment.php
src/Adapter/LegacyContext.php
@ -12102,6 +12112,7 @@ tests/Unit/PrestaShopBundle/Command/ExportThemeCommandTest.php
tests/Unit/PrestaShopBundle/Command/ListCommandsAndQueriesCommandTest.php
tests/Unit/PrestaShopBundle/Command/UpdateSchemaCommandTest.php
tests/Unit/PrestaShopBundle/Command/DebugCommandTest.php
tests/Unit/PrestaShopBundle/Command/SearchIndexationCommandTest.php
tests/Unit/PrestaShopBundle/Service/Grid/ResponseBuilderTest.php
tests/Unit/PrestaShopBundle/Service/DataProvider/Admin/CategoriesProviderTest.php
tests/Unit/PrestaShopBundle/Service/DataProvider/Admin/fixtures/categories.yml

View file

@ -24591,6 +24591,14 @@ Adapter/Cache/Http/CacheStateValidator.php
Cache/Http/CacheStateValidator.php
Http/CacheStateValidator.php
CacheStateValidator.php
src/Core/Framework/Adapter/Cache/Http/Extension/ResolveCacheRelevantRuleIdsExtension.php
Core/Framework/Adapter/Cache/Http/Extension/ResolveCacheRelevantRuleIdsExtension.php
Framework/Adapter/Cache/Http/Extension/ResolveCacheRelevantRuleIdsExtension.php
Adapter/Cache/Http/Extension/ResolveCacheRelevantRuleIdsExtension.php
Cache/Http/Extension/ResolveCacheRelevantRuleIdsExtension.php
Http/Extension/ResolveCacheRelevantRuleIdsExtension.php
Extension/ResolveCacheRelevantRuleIdsExtension.php
ResolveCacheRelevantRuleIdsExtension.php
src/Core/Framework/Adapter/Cache/Http/CacheStore.php
Core/Framework/Adapter/Cache/Http/CacheStore.php
Framework/Adapter/Cache/Http/CacheStore.php
@ -24598,6 +24606,13 @@ Adapter/Cache/Http/CacheStore.php
Cache/Http/CacheStore.php
Http/CacheStore.php
CacheStore.php
src/Core/Framework/Adapter/Cache/Http/CacheRelevantRulesResolver.php
Core/Framework/Adapter/Cache/Http/CacheRelevantRulesResolver.php
Framework/Adapter/Cache/Http/CacheRelevantRulesResolver.php
Adapter/Cache/Http/CacheRelevantRulesResolver.php
Cache/Http/CacheRelevantRulesResolver.php
Http/CacheRelevantRulesResolver.php
CacheRelevantRulesResolver.php
src/Core/Framework/Adapter/Cache/Http/CacheResponseSubscriber.php
Core/Framework/Adapter/Cache/Http/CacheResponseSubscriber.php
Framework/Adapter/Cache/Http/CacheResponseSubscriber.php
@ -36354,6 +36369,11 @@ Core/Migration/V6_7/Migration1742199549MeasurementSystemTable.php
Migration/V6_7/Migration1742199549MeasurementSystemTable.php
V6_7/Migration1742199549MeasurementSystemTable.php
Migration1742199549MeasurementSystemTable.php
src/Core/Migration/V6_7/Migration1756068710FixCustomerAddressLastNameLength.php
Core/Migration/V6_7/Migration1756068710FixCustomerAddressLastNameLength.php
Migration/V6_7/Migration1756068710FixCustomerAddressLastNameLength.php
V6_7/Migration1756068710FixCustomerAddressLastNameLength.php
Migration1756068710FixCustomerAddressLastNameLength.php
src/Core/Migration/V6_7/Migration1743151679AddContextGatewayUrl.php
Core/Migration/V6_7/Migration1743151679AddContextGatewayUrl.php
Migration/V6_7/Migration1743151679AddContextGatewayUrl.php
@ -36369,6 +36389,11 @@ Core/Migration/V6_7/Migration1720603803RemoveDefaultPaymentMethodRule.php
Migration/V6_7/Migration1720603803RemoveDefaultPaymentMethodRule.php
V6_7/Migration1720603803RemoveDefaultPaymentMethodRule.php
Migration1720603803RemoveDefaultPaymentMethodRule.php
src/Core/Migration/V6_7/Migration1756068711FixOrderAddressFirstNameLength.php
Core/Migration/V6_7/Migration1756068711FixOrderAddressFirstNameLength.php
Migration/V6_7/Migration1756068711FixOrderAddressFirstNameLength.php
V6_7/Migration1756068711FixOrderAddressFirstNameLength.php
Migration1756068711FixOrderAddressFirstNameLength.php
src/Core/Migration/V6_7/Migration1754892246FixWordingMistakeInEmailTemplates.php
Core/Migration/V6_7/Migration1754892246FixWordingMistakeInEmailTemplates.php
Migration/V6_7/Migration1754892246FixWordingMistakeInEmailTemplates.php
@ -36464,6 +36489,11 @@ Core/Migration/V6_7/Migration1742484083TransitionToAddressInputFieldArrangement.
Migration/V6_7/Migration1742484083TransitionToAddressInputFieldArrangement.php
V6_7/Migration1742484083TransitionToAddressInputFieldArrangement.php
Migration1742484083TransitionToAddressInputFieldArrangement.php
src/Core/Migration/V6_7/Migration1756068712FixOrderAddressLastNameLength.php
Core/Migration/V6_7/Migration1756068712FixOrderAddressLastNameLength.php
Migration/V6_7/Migration1756068712FixOrderAddressLastNameLength.php
V6_7/Migration1756068712FixOrderAddressLastNameLength.php
Migration1756068712FixOrderAddressLastNameLength.php
src/Core/Migration/V6_7/Migration1753799632FixStateMachineHistoryIntegrationConstraint.php
Core/Migration/V6_7/Migration1753799632FixStateMachineHistoryIntegrationConstraint.php
Migration/V6_7/Migration1753799632FixStateMachineHistoryIntegrationConstraint.php
@ -36509,6 +36539,11 @@ Core/Migration/V6_7/Migration1752499887UpdateAppRequestedPrivileges.php
Migration/V6_7/Migration1752499887UpdateAppRequestedPrivileges.php
V6_7/Migration1752499887UpdateAppRequestedPrivileges.php
Migration1752499887UpdateAppRequestedPrivileges.php
src/Core/Migration/V6_7/Migration1756068709FixCustomerAddressFirstNameLength.php
Core/Migration/V6_7/Migration1756068709FixCustomerAddressFirstNameLength.php
Migration/V6_7/Migration1756068709FixCustomerAddressFirstNameLength.php
V6_7/Migration1756068709FixCustomerAddressFirstNameLength.php
Migration1756068709FixCustomerAddressFirstNameLength.php
src/Core/Migration/V6_7/Migration1742199552SalesChannelMeasurementUnits.php
Core/Migration/V6_7/Migration1742199552SalesChannelMeasurementUnits.php
Migration/V6_7/Migration1742199552SalesChannelMeasurementUnits.php
@ -100841,6 +100876,11 @@ Administration/Migration/V6_7/Migration1737472122TokenUser.php
Migration/V6_7/Migration1737472122TokenUser.php
V6_7/Migration1737472122TokenUser.php
Migration1737472122TokenUser.php
src/Administration/Migration/V6_7/Migration1757057005MailTemplate.php
Administration/Migration/V6_7/Migration1757057005MailTemplate.php
Migration/V6_7/Migration1757057005MailTemplate.php
V6_7/Migration1757057005MailTemplate.php
Migration1757057005MailTemplate.php
src/Administration/Migration/V6_7/Migration1744203319MailTemplate.php
Administration/Migration/V6_7/Migration1744203319MailTemplate.php
Migration/V6_7/Migration1744203319MailTemplate.php
@ -114749,6 +114789,11 @@ migration/Core/V6_7/Migration1737430168RemoveFileTypeOfDocumentTableTest.php
Core/V6_7/Migration1737430168RemoveFileTypeOfDocumentTableTest.php
V6_7/Migration1737430168RemoveFileTypeOfDocumentTableTest.php
Migration1737430168RemoveFileTypeOfDocumentTableTest.php
tests/migration/Core/V6_7/Migration1756068710FixCustomerAddressLastNameLengthTest.php
migration/Core/V6_7/Migration1756068710FixCustomerAddressLastNameLengthTest.php
Core/V6_7/Migration1756068710FixCustomerAddressLastNameLengthTest.php
V6_7/Migration1756068710FixCustomerAddressLastNameLengthTest.php
Migration1756068710FixCustomerAddressLastNameLengthTest.php
tests/migration/Core/V6_7/Migration1752219159AddLanguageActiveTest.php
migration/Core/V6_7/Migration1752219159AddLanguageActiveTest.php
Core/V6_7/Migration1752219159AddLanguageActiveTest.php
@ -114759,6 +114804,11 @@ migration/Core/V6_7/Migration1728040170AddPrimaryOrderTransactionTest.php
Core/V6_7/Migration1728040170AddPrimaryOrderTransactionTest.php
V6_7/Migration1728040170AddPrimaryOrderTransactionTest.php
Migration1728040170AddPrimaryOrderTransactionTest.php
tests/migration/Core/V6_7/Migration1756068709FixCustomerAddressFirstNameLengthTest.php
migration/Core/V6_7/Migration1756068709FixCustomerAddressFirstNameLengthTest.php
Core/V6_7/Migration1756068709FixCustomerAddressFirstNameLengthTest.php
V6_7/Migration1756068709FixCustomerAddressFirstNameLengthTest.php
Migration1756068709FixCustomerAddressFirstNameLengthTest.php
tests/migration/Core/V6_7/Migration1748326970UpdateMailTemplatesForAccessibilityTest.php
migration/Core/V6_7/Migration1748326970UpdateMailTemplatesForAccessibilityTest.php
Core/V6_7/Migration1748326970UpdateMailTemplatesForAccessibilityTest.php
@ -114789,6 +114839,11 @@ migration/Core/V6_7/Migration1746176773AddIntegrationIdStateHistoryTest.php
Core/V6_7/Migration1746176773AddIntegrationIdStateHistoryTest.php
V6_7/Migration1746176773AddIntegrationIdStateHistoryTest.php
Migration1746176773AddIntegrationIdStateHistoryTest.php
tests/migration/Core/V6_7/Migration1756068711FixOrderAddressFirstNameLengthTest.php
migration/Core/V6_7/Migration1756068711FixOrderAddressFirstNameLengthTest.php
Core/V6_7/Migration1756068711FixOrderAddressFirstNameLengthTest.php
V6_7/Migration1756068711FixOrderAddressFirstNameLengthTest.php
Migration1756068711FixOrderAddressFirstNameLengthTest.php
tests/migration/Core/V6_7/Migration1720603803RemoveDefaultPaymentMethodRuleTest.php
migration/Core/V6_7/Migration1720603803RemoveDefaultPaymentMethodRuleTest.php
Core/V6_7/Migration1720603803RemoveDefaultPaymentMethodRuleTest.php
@ -114930,6 +114985,11 @@ migration/Core/V6_7/Migration1720603803RemoveDefaultPaymentMethodFlowsTest.php
Core/V6_7/Migration1720603803RemoveDefaultPaymentMethodFlowsTest.php
V6_7/Migration1720603803RemoveDefaultPaymentMethodFlowsTest.php
Migration1720603803RemoveDefaultPaymentMethodFlowsTest.php
tests/migration/Core/V6_7/Migration1756068712FixOrderAddressLastNameLengthTest.php
migration/Core/V6_7/Migration1756068712FixOrderAddressLastNameLengthTest.php
Core/V6_7/Migration1756068712FixOrderAddressLastNameLengthTest.php
V6_7/Migration1756068712FixOrderAddressLastNameLengthTest.php
Migration1756068712FixOrderAddressLastNameLengthTest.php
tests/migration/Core/V6_7/Migration1697112043TemporaryPaymentAndShippingTechnicalNamesTest.php
migration/Core/V6_7/Migration1697112043TemporaryPaymentAndShippingTechnicalNamesTest.php
Core/V6_7/Migration1697112043TemporaryPaymentAndShippingTechnicalNamesTest.php
@ -115279,6 +115339,9 @@ migration/Core/V6_6/Migration1736824370MigrationMailTemplateForDocumentTest.php
Core/V6_6/Migration1736824370MigrationMailTemplateForDocumentTest.php
V6_6/Migration1736824370MigrationMailTemplateForDocumentTest.php
Migration1736824370MigrationMailTemplateForDocumentTest.php
tests/migration/Translations.php
migration/Translations.php
Translations.php
tests/migration/Administration/V6_7/Migration1744203319MailTemplateTest.php
migration/Administration/V6_7/Migration1744203319MailTemplateTest.php
Administration/V6_7/Migration1744203319MailTemplateTest.php
@ -115289,13 +115352,24 @@ migration/Administration/V6_7/Migration1737472122TokenUserTest.php
Administration/V6_7/Migration1737472122TokenUserTest.php
V6_7/Migration1737472122TokenUserTest.php
Migration1737472122TokenUserTest.php
tests/migration/Administration/V6_7/Migration1757057005MailTemplateTest.php
migration/Administration/V6_7/Migration1757057005MailTemplateTest.php
Administration/V6_7/Migration1757057005MailTemplateTest.php
V6_7/Migration1757057005MailTemplateTest.php
Migration1757057005MailTemplateTest.php
tests/migration/Administration/.gitkeep
migration/Administration/.gitkeep
Administration/.gitkeep
.gitkeep
tests/migration/MailTemplateTranslationResult.php
migration/MailTemplateTranslationResult.php
MailTemplateTranslationResult.php
tests/migration/MigrationTestTrait.php
migration/MigrationTestTrait.php
MigrationTestTrait.php
tests/migration/MailTemplateMigrationTestCase.php
migration/MailTemplateMigrationTestCase.php
MailTemplateMigrationTestCase.php
tests/unit/Elasticsearch/Sort/CountSortTest.php
unit/Elasticsearch/Sort/CountSortTest.php
Elasticsearch/Sort/CountSortTest.php
@ -126657,6 +126731,14 @@ Adapter/Cache/Http/CacheControlListenerTest.php
Cache/Http/CacheControlListenerTest.php
Http/CacheControlListenerTest.php
CacheControlListenerTest.php
tests/unit/Core/Framework/Adapter/Cache/Http/CacheRelevantRulesResolverTest.php
unit/Core/Framework/Adapter/Cache/Http/CacheRelevantRulesResolverTest.php
Core/Framework/Adapter/Cache/Http/CacheRelevantRulesResolverTest.php
Framework/Adapter/Cache/Http/CacheRelevantRulesResolverTest.php
Adapter/Cache/Http/CacheRelevantRulesResolverTest.php
Cache/Http/CacheRelevantRulesResolverTest.php
Http/CacheRelevantRulesResolverTest.php
CacheRelevantRulesResolverTest.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
@ -140766,6 +140848,9 @@ _unreleased/2025-08-25-shop-id-change-suggestion-modal.md
changelog/_unreleased/2025-09-08-fix-custom-fields-with-fk-names.md
_unreleased/2025-09-08-fix-custom-fields-with-fk-names.md
2025-09-08-fix-custom-fields-with-fk-names.md
changelog/_unreleased/2025-09-10-fix-type-cast-system-config-validation.md
_unreleased/2025-09-10-fix-type-cast-system-config-validation.md
2025-09-10-fix-type-cast-system-config-validation.md
changelog/_unreleased/2022-10-13-use-rule-areas-in-entity-cache-key-generation.md
_unreleased/2022-10-13-use-rule-areas-in-entity-cache-key-generation.md
2022-10-13-use-rule-areas-in-entity-cache-key-generation.md
@ -140778,9 +140863,15 @@ _unreleased/2025-02-24-deferred-cart-errors.md
changelog/_unreleased/2025-09-08-fix-missing-promotion-rule-select.md
_unreleased/2025-09-08-fix-missing-promotion-rule-select.md
2025-09-08-fix-missing-promotion-rule-select.md
changelog/_unreleased/2025-09-11-fix-deletion-of-active-customer-address.md
_unreleased/2025-09-11-fix-deletion-of-active-customer-address.md
2025-09-11-fix-deletion-of-active-customer-address.md
changelog/_unreleased/2025-09-04-add-handler-to-retrieve-path.md
_unreleased/2025-09-04-add-handler-to-retrieve-path.md
2025-09-04-add-handler-to-retrieve-path.md
changelog/_unreleased/2025-08-24-fix-customer-address-name-field-lengths.md
_unreleased/2025-08-24-fix-customer-address-name-field-lengths.md
2025-08-24-fix-customer-address-name-field-lengths.md
changelog/_unreleased/2025-06-14-simplify-personal-company-fields.md
_unreleased/2025-06-14-simplify-personal-company-fields.md
2025-06-14-simplify-personal-company-fields.md
@ -140832,6 +140923,9 @@ _unreleased/2025-07-09-fix-wrong-customer-context-on-login.md
changelog/_unreleased/2025-08-21-make-product-of-orderlineitem-api-aware.md
_unreleased/2025-08-21-make-product-of-orderlineitem-api-aware.md
2025-08-21-make-product-of-orderlineitem-api-aware.md
changelog/_unreleased/2025-09-10-fix-inherited-switch-value.md
_unreleased/2025-09-10-fix-inherited-switch-value.md
2025-09-10-fix-inherited-switch-value.md
changelog/_unreleased/2025-02-14-postpone-telemetry_metrics-stable-version-to-6-8.md
_unreleased/2025-02-14-postpone-telemetry_metrics-stable-version-to-6-8.md
2025-02-14-postpone-telemetry_metrics-stable-version-to-6-8.md
@ -140871,12 +140965,18 @@ _unreleased/2025-08-20-update-opensearch-in-tests.md
changelog/_unreleased/2025-09-01-fix-remove-of-composer-plugins.md
_unreleased/2025-09-01-fix-remove-of-composer-plugins.md
2025-09-01-fix-remove-of-composer-plugins.md
changelog/_unreleased/2025-09-11-fixed-boolean-fields-in-theme-config.md
_unreleased/2025-09-11-fixed-boolean-fields-in-theme-config.md
2025-09-11-fixed-boolean-fields-in-theme-config.md
changelog/_unreleased/2025-09-03-recover-stuck-scheduled-tasks.md
_unreleased/2025-09-03-recover-stuck-scheduled-tasks.md
2025-09-03-recover-stuck-scheduled-tasks.md
changelog/_unreleased/2024-07-04-enforce-timezone-utc-for-database-connections.md
_unreleased/2024-07-04-enforce-timezone-utc-for-database-connections.md
2024-07-04-enforce-timezone-utc-for-database-connections.md
changelog/_unreleased/2025-06-03-only-consider-product-rule-ids-in-http-cache-key-generation.md
_unreleased/2025-06-03-only-consider-product-rule-ids-in-http-cache-key-generation.md
2025-06-03-only-consider-product-rule-ids-in-http-cache-key-generation.md
changelog/_unreleased/2025-08-19-add-design-tokens-to-the-review-module.md
_unreleased/2025-08-19-add-design-tokens-to-the-review-module.md
2025-08-19-add-design-tokens-to-the-review-module.md

View file

@ -3977,7 +3977,9 @@ src/Core/Framework/Adapter/Cache/ReverseProxy/ReverseProxyCache.php
src/Core/Framework/Adapter/Cache/ReverseProxy/VarnishReverseProxyGateway.php
src/Core/Framework/Adapter/Cache/CacheValueCompressor.php
src/Core/Framework/Adapter/Cache/Http/CacheStateValidator.php
src/Core/Framework/Adapter/Cache/Http/Extension/ResolveCacheRelevantRuleIdsExtension.php
src/Core/Framework/Adapter/Cache/Http/CacheStore.php
src/Core/Framework/Adapter/Cache/Http/CacheRelevantRulesResolver.php
src/Core/Framework/Adapter/Cache/Http/CacheResponseSubscriber.php
src/Core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php
src/Core/Framework/Adapter/Cache/Http/CacheControlListener.php
@ -5809,9 +5811,11 @@ src/Core/Migration/V6_7/Migration1742563555AddNotificationTable.php
src/Core/Migration/V6_7/Migration1717573310ImportExportTechnicalNameRequired.php
src/Core/Migration/V6_7/Migration1697112044PaymentAndShippingTechnicalNameRequired.php
src/Core/Migration/V6_7/Migration1742199549MeasurementSystemTable.php
src/Core/Migration/V6_7/Migration1756068710FixCustomerAddressLastNameLength.php
src/Core/Migration/V6_7/Migration1743151679AddContextGatewayUrl.php
src/Core/Migration/V6_7/Migration1720610755RemoveDefaultPaymentMethodFromCustomer.php
src/Core/Migration/V6_7/Migration1720603803RemoveDefaultPaymentMethodRule.php
src/Core/Migration/V6_7/Migration1756068711FixOrderAddressFirstNameLength.php
src/Core/Migration/V6_7/Migration1754892246FixWordingMistakeInEmailTemplates.php
src/Core/Migration/V6_7/Migration1745319883AddDefaultConfigForMeasurementSystem.php
src/Core/Migration/V6_7/Migration1752750086AddIndexToOrderLineItemCreateAndUpdate.php
@ -5831,6 +5835,7 @@ src/Core/Migration/V6_7/Migration1743064966CartConfigSubtotalTaxColumn.php
src/Core/Migration/V6_7/Migration1756296414UpdateSnippetSetBaseFiles.php
src/Core/Migration/V6_7/Migration1752219159AddLanguageActive.php
src/Core/Migration/V6_7/Migration1742484083TransitionToAddressInputFieldArrangement.php
src/Core/Migration/V6_7/Migration1756068712FixOrderAddressLastNameLength.php
src/Core/Migration/V6_7/Migration1753799632FixStateMachineHistoryIntegrationConstraint.php
src/Core/Migration/V6_7/Migration1742199550MeasurementDisplayUnitTable.php
src/Core/Migration/V6_7/Migration1754398573ChangeAllLineItemsRuleValueType.php
@ -5840,6 +5845,7 @@ src/Core/Migration/V6_7/Migration1737430168RemoveFileTypeOfDocumentTable.php
src/Core/Migration/V6_7/Migration1740563553AddAppRequestedPrivileges.php
src/Core/Migration/V6_7/Migration1753191228AddMediaThumbnailSizeIdToMediaThumbnail.php
src/Core/Migration/V6_7/Migration1752499887UpdateAppRequestedPrivileges.php
src/Core/Migration/V6_7/Migration1756068709FixCustomerAddressFirstNameLength.php
src/Core/Migration/V6_7/Migration1742199552SalesChannelMeasurementUnits.php
src/Core/Migration/V6_7/Migration1742302302RenamePaidTransitionActions.php
src/Core/Migration/V6_7/Migration1752750171AddIndexToOrderAddressCreateAndUpdate.php
@ -12357,6 +12363,7 @@ src/Administration/Migration/V6_7/assets/sso_user_invitation_mail.en-GB.txt
src/Administration/Migration/V6_7/assets/sso_user_invitation_mail.en-GB.html.twig
src/Administration/Migration/V6_7/assets/sso_user_invitation_mail.de-DE.html.twig
src/Administration/Migration/V6_7/Migration1737472122TokenUser.php
src/Administration/Migration/V6_7/Migration1757057005MailTemplate.php
src/Administration/Migration/V6_7/Migration1744203319MailTemplate.php
src/Administration/Migration/V6_6/.gitkeep
src/Administration/Events/PreResetExcludedSearchTermEvent.php
@ -14273,14 +14280,17 @@ tests/migration/Core/V6_7/Migration1742199551SalesChannelDomainMeasurementUnitsT
tests/migration/Core/V6_7/Migration1741163941AddOrderInternalCommentTest.php
tests/migration/Core/V6_7/Migration1728040169AddPrimaryOrderDeliveryTest.php
tests/migration/Core/V6_7/Migration1737430168RemoveFileTypeOfDocumentTableTest.php
tests/migration/Core/V6_7/Migration1756068710FixCustomerAddressLastNameLengthTest.php
tests/migration/Core/V6_7/Migration1752219159AddLanguageActiveTest.php
tests/migration/Core/V6_7/Migration1728040170AddPrimaryOrderTransactionTest.php
tests/migration/Core/V6_7/Migration1756068709FixCustomerAddressFirstNameLengthTest.php
tests/migration/Core/V6_7/Migration1748326970UpdateMailTemplatesForAccessibilityTest.php
tests/migration/Core/V6_7/Migration1742563555AddNotificationTableTest.php
tests/migration/Core/V6_7/Migration1754892246FixWordingMistakeInEmailTemplatesTest.php
tests/migration/Core/V6_7/Migration1752229050ChangeDESnippetOfMeterUnitTest.php
tests/migration/Core/V6_7/Migration1742199550MeasurementDisplayUnitTableTest.php
tests/migration/Core/V6_7/Migration1746176773AddIntegrationIdStateHistoryTest.php
tests/migration/Core/V6_7/Migration1756068711FixOrderAddressFirstNameLengthTest.php
tests/migration/Core/V6_7/Migration1720603803RemoveDefaultPaymentMethodRuleTest.php
tests/migration/Core/V6_7/Migration1753799632FixStateMachineHistoryIntegrationConstraintTest.php
tests/migration/Core/V6_7/Migration1756296414UpdateSnippetSetBaseFilesTest.php
@ -14309,6 +14319,7 @@ tests/migration/Core/V6_7/Migration1752499887UpdateAppRequestedPrivilegesTest.ph
tests/migration/Core/V6_7/Migration1728119898AddRobotsTxtTest.php
tests/migration/Core/V6_7/Migration1742897274RegistrationSalutationToggleConfigTest.php
tests/migration/Core/V6_7/Migration1720603803RemoveDefaultPaymentMethodFlowsTest.php
tests/migration/Core/V6_7/Migration1756068712FixOrderAddressLastNameLengthTest.php
tests/migration/Core/V6_7/Migration1697112043TemporaryPaymentAndShippingTechnicalNamesTest.php
tests/migration/Core/V6_7/Migration1742484083TransitionToAddressInputFieldArrangementTest.php
tests/migration/Core/V6_7/Migration1720610755RemoveDefaultPaymentMethodFromCustomerTest.php
@ -14379,10 +14390,14 @@ tests/migration/Core/V6_6/Migration1737105721MigrateOrderStateChangeDocumentToA1
tests/migration/Core/V6_6/Migration1702479623RemoveEsMultilingualFlagTest.php
tests/migration/Core/V6_6/Migration1747746986OrderTaxCalculationTypeTest.php
tests/migration/Core/V6_6/Migration1736824370MigrationMailTemplateForDocumentTest.php
tests/migration/Translations.php
tests/migration/Administration/V6_7/Migration1744203319MailTemplateTest.php
tests/migration/Administration/V6_7/Migration1737472122TokenUserTest.php
tests/migration/Administration/V6_7/Migration1757057005MailTemplateTest.php
tests/migration/Administration/.gitkeep
tests/migration/MailTemplateTranslationResult.php
tests/migration/MigrationTestTrait.php
tests/migration/MailTemplateMigrationTestCase.php
tests/unit/Elasticsearch/Sort/CountSortTest.php
tests/unit/Elasticsearch/Event/ElasticsearchCustomFieldsMappingEventTest.php
tests/unit/Elasticsearch/Framework/ElasticsearchLanguageProviderTest.php
@ -15888,6 +15903,7 @@ tests/unit/Core/Framework/Adapter/Cache/ReverseProxy/VarnishReverseProxyGatewayT
tests/unit/Core/Framework/Adapter/Cache/Http/CacheResponseSubscriberTest.php
tests/unit/Core/Framework/Adapter/Cache/Http/CacheStateValidatorTest.php
tests/unit/Core/Framework/Adapter/Cache/Http/CacheControlListenerTest.php
tests/unit/Core/Framework/Adapter/Cache/Http/CacheRelevantRulesResolverTest.php
tests/unit/Core/Framework/Adapter/Cache/Http/CacheStoreTest.php
tests/unit/Core/Framework/Adapter/Cache/StoreApiRouteCacheKeyEventTest.php
tests/unit/Core/Framework/Adapter/Filesystem/FilesystemFactoryTest.php
@ -19667,11 +19683,14 @@ changelog/_unreleased/2025-08-29-add-criteria-excludes-property.md
changelog/_unreleased/2025-04-15-improve-promotion-calculation.md
changelog/_unreleased/2025-08-25-shop-id-change-suggestion-modal.md
changelog/_unreleased/2025-09-08-fix-custom-fields-with-fk-names.md
changelog/_unreleased/2025-09-10-fix-type-cast-system-config-validation.md
changelog/_unreleased/2022-10-13-use-rule-areas-in-entity-cache-key-generation.md
changelog/_unreleased/2025-09-03-improved-language-settings-ui.md
changelog/_unreleased/2025-02-24-deferred-cart-errors.md
changelog/_unreleased/2025-09-08-fix-missing-promotion-rule-select.md
changelog/_unreleased/2025-09-11-fix-deletion-of-active-customer-address.md
changelog/_unreleased/2025-09-04-add-handler-to-retrieve-path.md
changelog/_unreleased/2025-08-24-fix-customer-address-name-field-lengths.md
changelog/_unreleased/2025-06-14-simplify-personal-company-fields.md
changelog/_unreleased/2022-05-18-abstract-and-reduce-rule-condition-components.md
changelog/_unreleased/2022-04-05-keep-track-of-changes-on-rule-builder-detail-page.md
@ -19689,6 +19708,7 @@ changelog/_unreleased/2025-08-29-remove-unused-and-unnecessary-associations-from
changelog/_unreleased/.keep
changelog/_unreleased/2025-07-09-fix-wrong-customer-context-on-login.md
changelog/_unreleased/2025-08-21-make-product-of-orderlineitem-api-aware.md
changelog/_unreleased/2025-09-10-fix-inherited-switch-value.md
changelog/_unreleased/2025-02-14-postpone-telemetry_metrics-stable-version-to-6-8.md
changelog/_unreleased/2024-09-27-add-an-option-for-generating-documents-via-bulk-edit.md
changelog/_unreleased/2024-08-19-add-context-to-orderstatechangecriteriaevent.md
@ -19702,8 +19722,10 @@ changelog/_unreleased/2022-07-04-mail-attach.md
changelog/_unreleased/2025-08-28-fix-api-aware-flag-for-proxy.md
changelog/_unreleased/2025-08-20-update-opensearch-in-tests.md
changelog/_unreleased/2025-09-01-fix-remove-of-composer-plugins.md
changelog/_unreleased/2025-09-11-fixed-boolean-fields-in-theme-config.md
changelog/_unreleased/2025-09-03-recover-stuck-scheduled-tasks.md
changelog/_unreleased/2024-07-04-enforce-timezone-utc-for-database-connections.md
changelog/_unreleased/2025-06-03-only-consider-product-rule-ids-in-http-cache-key-generation.md
changelog/_unreleased/2025-08-19-add-design-tokens-to-the-review-module.md
changelog/_unreleased/2025-08-27-add-a-crud-permission-shortcut-to-manifest.md
changelog/_unreleased/2025-09-09-fix-order-creation-page-reload-during-confirmation-dialog.md

View file

@ -476,6 +476,15 @@ Core/Renderer/Blocks/class-media-text.php
Renderer/Blocks/class-media-text.php
Blocks/class-media-text.php
class-media-text.php
packages/php/email-editor/src/Integrations/Core/Renderer/Blocks/class-gallery.php
php/email-editor/src/Integrations/Core/Renderer/Blocks/class-gallery.php
email-editor/src/Integrations/Core/Renderer/Blocks/class-gallery.php
src/Integrations/Core/Renderer/Blocks/class-gallery.php
Integrations/Core/Renderer/Blocks/class-gallery.php
Core/Renderer/Blocks/class-gallery.php
Renderer/Blocks/class-gallery.php
Blocks/class-gallery.php
class-gallery.php
packages/php/email-editor/src/Integrations/Core/Renderer/Blocks/class-group.php
php/email-editor/src/Integrations/Core/Renderer/Blocks/class-group.php
email-editor/src/Integrations/Core/Renderer/Blocks/class-group.php
@ -948,6 +957,16 @@ Integrations/Core/Renderer/Renderer_Test.php
Core/Renderer/Renderer_Test.php
Renderer/Renderer_Test.php
Renderer_Test.php
packages/php/email-editor/tests/integration/Integrations/Core/Renderer/Blocks/Gallery_Test.php
php/email-editor/tests/integration/Integrations/Core/Renderer/Blocks/Gallery_Test.php
email-editor/tests/integration/Integrations/Core/Renderer/Blocks/Gallery_Test.php
tests/integration/Integrations/Core/Renderer/Blocks/Gallery_Test.php
integration/Integrations/Core/Renderer/Blocks/Gallery_Test.php
Integrations/Core/Renderer/Blocks/Gallery_Test.php
Core/Renderer/Blocks/Gallery_Test.php
Renderer/Blocks/Gallery_Test.php
Blocks/Gallery_Test.php
Gallery_Test.php
packages/php/email-editor/tests/integration/Integrations/Core/Renderer/Blocks/Media_Text_Test.php
php/email-editor/tests/integration/Integrations/Core/Renderer/Blocks/Media_Text_Test.php
email-editor/tests/integration/Integrations/Core/Renderer/Blocks/Media_Text_Test.php
@ -1265,6 +1284,11 @@ php/email-editor/changelog/add-audio-email-rendering
email-editor/changelog/add-audio-email-rendering
changelog/add-audio-email-rendering
add-audio-email-rendering
packages/php/email-editor/changelog/add-gallery-email-rendering
php/email-editor/changelog/add-gallery-email-rendering
email-editor/changelog/add-gallery-email-rendering
changelog/add-gallery-email-rendering
add-gallery-email-rendering
packages/php/email-editor/changelog/.gitkeep
php/email-editor/changelog/.gitkeep
email-editor/changelog/.gitkeep
@ -91105,6 +91129,10 @@ plugins/woocommerce/includes/class-wc-customer.php
woocommerce/includes/class-wc-customer.php
includes/class-wc-customer.php
class-wc-customer.php
plugins/woocommerce/changelog/fix-variation-selector-rename-style-attribute
woocommerce/changelog/fix-variation-selector-rename-style-attribute
changelog/fix-variation-selector-rename-style-attribute
fix-variation-selector-rename-style-attribute
plugins/woocommerce/changelog/add-queryid-to-cart-test-layout
woocommerce/changelog/add-queryid-to-cart-test-layout
changelog/add-queryid-to-cart-test-layout
@ -91137,6 +91165,10 @@ plugins/woocommerce/changelog/2025-09-03-10-19-47-182623
woocommerce/changelog/2025-09-03-10-19-47-182623
changelog/2025-09-03-10-19-47-182623
2025-09-03-10-19-47-182623
plugins/woocommerce/changelog/try-enable-cart-tests
woocommerce/changelog/try-enable-cart-tests
changelog/try-enable-cart-tests
try-enable-cart-tests
plugins/woocommerce/changelog/pr-60712
woocommerce/changelog/pr-60712
changelog/pr-60712
@ -91145,6 +91177,10 @@ plugins/woocommerce/changelog/60614-fix-37326
woocommerce/changelog/60614-fix-37326
changelog/60614-fix-37326
60614-fix-37326
plugins/woocommerce/changelog/fix-product-data-source
woocommerce/changelog/fix-product-data-source
changelog/fix-product-data-source
fix-product-data-source
plugins/woocommerce/changelog/fix-60367
woocommerce/changelog/fix-60367
changelog/fix-60367
@ -91173,6 +91209,10 @@ plugins/woocommerce/changelog/60699-fix-fulfillments-endpoint-responses
woocommerce/changelog/60699-fix-fulfillments-endpoint-responses
changelog/60699-fix-fulfillments-endpoint-responses
60699-fix-fulfillments-endpoint-responses
plugins/woocommerce/changelog/60674-fix-60556-a11y-express-payments-list-of-one
woocommerce/changelog/60674-fix-60556-a11y-express-payments-list-of-one
changelog/60674-fix-60556-a11y-express-payments-list-of-one
60674-fix-60556-a11y-express-payments-list-of-one
plugins/woocommerce/changelog/patch-5
woocommerce/changelog/patch-5
changelog/patch-5
@ -91221,6 +91261,10 @@ plugins/woocommerce/changelog/feature-single-column-collection-block
woocommerce/changelog/feature-single-column-collection-block
changelog/feature-single-column-collection-block
feature-single-column-collection-block
plugins/woocommerce/changelog/fix-product-review-form-first-review-message
woocommerce/changelog/fix-product-review-form-first-review-message
changelog/fix-product-review-form-first-review-message
fix-product-review-form-first-review-message
plugins/woocommerce/changelog/60412-fix-60411-remove-title-from-images-due-to-alt-text
woocommerce/changelog/60412-fix-60411-remove-title-from-images-due-to-alt-text
changelog/60412-fix-60411-remove-title-from-images-due-to-alt-text
@ -91273,6 +91317,10 @@ plugins/woocommerce/changelog/remove-revert-to-classic-template-button
woocommerce/changelog/remove-revert-to-classic-template-button
changelog/remove-revert-to-classic-template-button
remove-revert-to-classic-template-button
plugins/woocommerce/changelog/remove-experimental-flag-autocomplete
woocommerce/changelog/remove-experimental-flag-autocomplete
changelog/remove-experimental-flag-autocomplete
remove-experimental-flag-autocomplete
plugins/woocommerce/changelog/bump-email-editor-150
woocommerce/changelog/bump-email-editor-150
changelog/bump-email-editor-150
@ -91309,6 +91357,10 @@ plugins/woocommerce/changelog/fix-60573
woocommerce/changelog/fix-60573
changelog/fix-60573
fix-60573
plugins/woocommerce/changelog/fix-60773-add-to-cart-with-options-action-current-page
woocommerce/changelog/fix-60773-add-to-cart-with-options-action-current-page
changelog/fix-60773-add-to-cart-with-options-action-current-page
fix-60773-add-to-cart-with-options-action-current-page
plugins/woocommerce/changelog/fix-define-woo-email-cpt-capabilities
woocommerce/changelog/fix-define-woo-email-cpt-capabilities
changelog/fix-define-woo-email-cpt-capabilities
@ -91317,6 +91369,10 @@ plugins/woocommerce/changelog/wooplug-4686-apply-email-styles-to-woo-email-conte
woocommerce/changelog/wooplug-4686-apply-email-styles-to-woo-email-content-block-in-the-editor
changelog/wooplug-4686-apply-email-styles-to-woo-email-content-block-in-the-editor
wooplug-4686-apply-email-styles-to-woo-email-content-block-in-the-editor
plugins/woocommerce/changelog/try-pc-prevent-change-announcement-in-editore
woocommerce/changelog/try-pc-prevent-change-announcement-in-editore
changelog/try-pc-prevent-change-announcement-in-editore
try-pc-prevent-change-announcement-in-editore
plugins/woocommerce/changelog/.gitkeep
woocommerce/changelog/.gitkeep
changelog/.gitkeep
@ -91345,6 +91401,10 @@ plugins/woocommerce/changelog/fix-60733-add-to-cart-notices
woocommerce/changelog/fix-60733-add-to-cart-notices
changelog/fix-60733-add-to-cart-notices
fix-60733-add-to-cart-notices
plugins/woocommerce/changelog/wooplug-5510-customereffortscoretracks-critical-uncaught-typeerror
woocommerce/changelog/wooplug-5510-customereffortscoretracks-critical-uncaught-typeerror
changelog/wooplug-5510-customereffortscoretracks-critical-uncaught-typeerror
wooplug-5510-customereffortscoretracks-critical-uncaught-typeerror
plugins/woocommerce/changelog/wooprd-800-add-api-for-notification-listing
woocommerce/changelog/wooprd-800-add-api-for-notification-listing
changelog/wooprd-800-add-api-for-notification-listing

View file

@ -75,6 +75,7 @@ packages/php/email-editor/src/Integrations/Core/Renderer/Blocks/class-list-item.
packages/php/email-editor/src/Integrations/Core/Renderer/Blocks/class-button.php
packages/php/email-editor/src/Integrations/Core/Renderer/Blocks/class-abstract-block-renderer.php
packages/php/email-editor/src/Integrations/Core/Renderer/Blocks/class-media-text.php
packages/php/email-editor/src/Integrations/Core/Renderer/Blocks/class-gallery.php
packages/php/email-editor/src/Integrations/Core/Renderer/Blocks/class-group.php
packages/php/email-editor/src/Integrations/Core/Renderer/Blocks/class-audio.php
packages/php/email-editor/src/Integrations/Core/Renderer/Blocks/class-image.php
@ -145,6 +146,7 @@ packages/php/email-editor/tests/integration/Engine/Email_Editor_Test.php
packages/php/email-editor/tests/integration/Engine/Send_Preview_Email_Test.php
packages/php/email-editor/tests/integration/bootstrap.php
packages/php/email-editor/tests/integration/Integrations/Core/Renderer/Renderer_Test.php
packages/php/email-editor/tests/integration/Integrations/Core/Renderer/Blocks/Gallery_Test.php
packages/php/email-editor/tests/integration/Integrations/Core/Renderer/Blocks/Media_Text_Test.php
packages/php/email-editor/tests/integration/Integrations/Core/Renderer/Blocks/Image_Test.php
packages/php/email-editor/tests/integration/Integrations/Core/Renderer/Blocks/Audio_Test.php
@ -182,6 +184,7 @@ packages/php/email-editor/tests/unit/stubs.php
packages/php/email-editor/phpcs.xml
packages/php/email-editor/changelog/60787-add-email-editor-html-processing-helper
packages/php/email-editor/changelog/add-audio-email-rendering
packages/php/email-editor/changelog/add-gallery-email-rendering
packages/php/email-editor/changelog/.gitkeep
packages/php/email-editor/SECURITY.md
packages/php/email-editor/composer.json
@ -12408,6 +12411,7 @@ plugins/woocommerce/includes/log-handlers/class-wc-log-handler-email.php
plugins/woocommerce/includes/log-handlers/class-wc-log-handler-db.php
plugins/woocommerce/includes/class-wc-meta-data.php
plugins/woocommerce/includes/class-wc-customer.php
plugins/woocommerce/changelog/fix-variation-selector-rename-style-attribute
plugins/woocommerce/changelog/add-queryid-to-cart-test-layout
plugins/woocommerce/changelog/fix-register-product-blocks-deprecated-function
plugins/woocommerce/changelog/fix-autocomplete-unit-test
@ -12416,8 +12420,10 @@ plugins/woocommerce/changelog/fix-WOOPLUG-5399-apple-google-pay-not-persisted
plugins/woocommerce/changelog/add-variations-endpoint
plugins/woocommerce/changelog/enhance-WOOPRD-838-other-payment-options-copy
plugins/woocommerce/changelog/2025-09-03-10-19-47-182623
plugins/woocommerce/changelog/try-enable-cart-tests
plugins/woocommerce/changelog/pr-60712
plugins/woocommerce/changelog/60614-fix-37326
plugins/woocommerce/changelog/fix-product-data-source
plugins/woocommerce/changelog/fix-60367
plugins/woocommerce/changelog/wooplug-5082-allow-html-string-to-be-passed-to-render-at-the-end-of-the
plugins/woocommerce/changelog/60602-add-optimistic-updates
@ -12425,6 +12431,7 @@ plugins/woocommerce/changelog/update-hide-product-quantity-if-sold-individually
plugins/woocommerce/changelog/60789-feature-add-textalign-to-product-summary
plugins/woocommerce/changelog/performance-60341-remove-store_api_draft_order
plugins/woocommerce/changelog/60699-fix-fulfillments-endpoint-responses
plugins/woocommerce/changelog/60674-fix-60556-a11y-express-payments-list-of-one
plugins/woocommerce/changelog/patch-5
plugins/woocommerce/changelog/tweak-skip-a-flaky-test-for-analytics-product-refund
plugins/woocommerce/changelog/update-59443-quantity-selector-variation-data
@ -12437,6 +12444,7 @@ plugins/woocommerce/changelog/fix-cart-link-a-tag-prevent-default
plugins/woocommerce/changelog/bump-email-editor-142
plugins/woocommerce/changelog/fix-deprecated-core-functions
plugins/woocommerce/changelog/feature-single-column-collection-block
plugins/woocommerce/changelog/fix-product-review-form-first-review-message
plugins/woocommerce/changelog/60412-fix-60411-remove-title-from-images-due-to-alt-text
plugins/woocommerce/changelog/fix-60743-select-attribute-from-url
plugins/woocommerce/changelog/60715-add-migrate-entity-add-to-cart-form
@ -12450,6 +12458,7 @@ plugins/woocommerce/changelog/60692-fix-sanitize-session-token-in-the-url
plugins/woocommerce/changelog/60703-add-v4-products-changes
plugins/woocommerce/changelog/fix-WOOPLUG-5457-test-payments-modal-button-loading-state
plugins/woocommerce/changelog/remove-revert-to-classic-template-button
plugins/woocommerce/changelog/remove-experimental-flag-autocomplete
plugins/woocommerce/changelog/bump-email-editor-150
plugins/woocommerce/changelog/analytics-order-import-action
plugins/woocommerce/changelog/update-products-data-in-config
@ -12459,8 +12468,10 @@ plugins/woocommerce/changelog/fix-59438-announce-adding-to-cart-and-quantity-cha
plugins/woocommerce/changelog/fix-phpcs-deprecation
plugins/woocommerce/changelog/fix-59444-accessible-selected-variation-data
plugins/woocommerce/changelog/fix-60573
plugins/woocommerce/changelog/fix-60773-add-to-cart-with-options-action-current-page
plugins/woocommerce/changelog/fix-define-woo-email-cpt-capabilities
plugins/woocommerce/changelog/wooplug-4686-apply-email-styles-to-woo-email-content-block-in-the-editor
plugins/woocommerce/changelog/try-pc-prevent-change-announcement-in-editore
plugins/woocommerce/changelog/.gitkeep
plugins/woocommerce/changelog/update-60530
plugins/woocommerce/changelog/60691-wooplug-5428-fcb-inner-blocks-should-be-unlocked
@ -12468,6 +12479,7 @@ plugins/woocommerce/changelog/60399-patch-10
plugins/woocommerce/changelog/60610-fix-no-brands-found
plugins/woocommerce/changelog/wooplug-5264-block-checkout-the-shipping-address-section-remains
plugins/woocommerce/changelog/fix-60733-add-to-cart-notices
plugins/woocommerce/changelog/wooplug-5510-customereffortscoretracks-critical-uncaught-typeerror
plugins/woocommerce/changelog/wooprd-800-add-api-for-notification-listing
plugins/woocommerce/changelog/add-wordpress-abilities-api
plugins/woocommerce/changelog/update-WOOPRD-834-partner-extensions-recommendations

View file

@ -88,10 +88,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.well-known
.well-known/assetlinks.json
.xml
/*/*/_tools
/*/*/more_ideas
/*/_tools
/*/activity
/*/branches
/*/commits
/*/compare
@ -99,12 +95,9 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/edit$
/*/forks
/*/graphs
/*/group
/*/invite
/*/issues/new
/*/issues/search
/*/milestones/new
/*/more_ideas
/*/network
/*/projects
/*/pulse
@ -113,24 +106,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/watchers
/*source=
/.git
//wiki/skins
/?*amp_client_id
/?z=1
/MANUALS/*.pdf$
/Search/
/_
/_/rsrc
/__wishlist__
/_activities
/_activity
/_community
/_created
/_followers
/_following
/_quick_saves
/_saved
/_shop
/_shopping_list
/_widget
/album/*/*?i=
/api
@ -152,12 +131,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/comments
/commits/*?author
/commits/*?path
/communities
/contact/menu*
/contact/partner*
/contactus/mwaas*
/directory
/discovered
/docs/product
/download
/download/Browse.aspx?
@ -187,7 +164,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/layout/
/leads/*/jsplayer_show_lead_form.html
/leads/*/show_form.html
/likes
/login
/lookup?
/mediaapi/
@ -200,13 +176,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/newest/*rss
/newest/*xml
/newsearch/
/organize
/partials
/pins
/plugins
/podcast/*/*?i=
/print$
/profile-about
/raw
/report_abuse
/revisions
@ -214,8 +187,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/rsvps/*atom
/rsvps/*rss
/rsvps/*xml
/scheduled-pin
/scheduled-pins
/search
/search/
/search/*?q=
@ -244,15 +215,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/store/new/*?*&*&*
/store/top-free/*?*&*&*
/store/top-paid/*?*&*&*
/story_pins
/tagged
/tarball
/tree
/tried
/tv-season/*/*?i=
/unsubscribe/
/video-
/video_pins
/wal/
/widget_
/wiki/Special:
@ -261,6 +228,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/wiki/index.php/Special:
/wiki/index.php/Template
/wiki/index.php?
/wiki/skins
/wp-admin
/wp-content/cache
/wp-content/plugins
@ -377,7 +345,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?search_forum=
?set_mobile=
?showAllGroups=
?show_error=true
?slogin
?sort=
?sortBy=
@ -503,8 +470,6 @@ 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
@ -569,8 +534,6 @@ _next/data
_next/jwt
_next/title
_next/viewer
_ngjs/resource
_ngjs/resource/*/get
_nimbusJson.json
_nimbusJsonp.js
_nimbusJsonpStatic.js
@ -668,12 +631,10 @@ actions/news/rss
ad_id=
addContacts
add_favorite
addboard
addressBookExport
admin
admin/
ads
ads.txt
ads/gpa/vidgen
ads/learn
ads/local
@ -684,7 +645,6 @@ advisor/*zx1fa
adx/bin
affil
affil/pal
age-appeal
agreements/approve
ai-sandbox-internal/generated_images
aihub/tfhub
@ -741,9 +701,7 @@ api?
api_access_key=
app*_
app*form_id=
app-ads.txt
app/
appealed-pin
apple-app-site-association
apps
apps*&tags=
@ -820,7 +778,6 @@ author/following
author=
authoring/
authwall
autocomplete
away.php
awmp/data/images
b?*node=7454898011
@ -878,10 +835,6 @@ blogs/nationals-journal-beta
blogs/search/
blogs/slow-ride
blogs/test
board
board_activity
board_activity_comment
bookmarklet
bookmarks
books
books/NBK
@ -903,38 +856,17 @@ books?*zoom=
books?*zoom=1
books?*zoom=5
boutique/sitemaps
branded-pins
business
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
buyside-e2e-monitor
cai
call
@ -963,7 +895,6 @@ checkout
checkout-external
checkoutnow
checkpoint
christmas-spotlight
chrome/crlset
chrome/webstore/images
chwilio
@ -984,7 +915,6 @@ clickthru
clima/ets
clima/sites/registry
clone/library/genomic/organisms
close-account
cloud-launcher/sitemap
cloudsourcetools/images
cms_content
@ -1003,7 +933,6 @@ commission_2010-2014/katainen
commits?author=
common/
common/survey.aspx*
communities
communities/bin.aspx?
communities/blogs/PortalResults.mspx?
communities/eventdetails.mspx?
@ -1020,14 +949,11 @@ community/category/*
community/comments
community/feed
community/trackback
community_comment
community_post
companyDir
compare
compressiontest
concussion/HeadsUp/training/
config.js
connect
connections
consumers/archive
contact/menu*
@ -1035,15 +961,9 @@ contact/partner*
contact_importer
contactus
contactus/mwaas*
content-claiming
content-guest/rss/channels
control
conversation
conversations
convert-business
convert-personal
copy-conductor/crawled
copyright-reporting
core/
core/*.css$
core/*.css?
@ -1061,18 +981,10 @@ covid19/mobility
cr$
cr?
create
create_pin
creative-europe/404_en.htm
creative-studio
creative_editor
creator-spotlight
creator_hub/_earn
creator_hub/_partnerships
creatorhub
csp
csrf_error
ct
ct.html
ct/log_list
culturalinstitute/images
culturalinstitute/sitemaps
@ -1098,10 +1010,8 @@ de/ott
de/solutions
de/upload
de/vimeo-academy
deactivate-account
default.aspx/kb/
default.aspx/ph/
delete_post
delight
dell/cities-transformed
dell/cloud-future-of-medicine
@ -1189,8 +1099,6 @@ earth/social
ebook
ece
eclas
edit
editorial/*
edu/cs4hs
education/404_en.htm
education/blocks
@ -1203,7 +1111,6 @@ ekansa/Open-Context-Data
ekansa/opencontext-
email
email-unsubscribe
email_verification_error
embed
embed/@
embed/curated
@ -1265,7 +1172,6 @@ en/microsoft-viva/
en/security
en/security/
endorsements
engagement
enterprise
enterprise-jobs
enterprise-partner-search/sitemaps
@ -1351,18 +1257,14 @@ 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
external_hosted
f/healthcheck
facebook
faves-i_love_u_get_away_from_me
favorite
fb
fb.html
fbml/ajax/dialog
fd/
fe=true
@ -1399,8 +1301,6 @@ flu/espanol/
flutter-canvaskit
folder
follow
follow_board
follow_user
following
food/archive
food/favourites
@ -1482,8 +1382,6 @@ global$
gog
google.internal.maps.gmpsdksbackend.v1.GmpSdksBackendService
google.internal.maps.mapsjs.v1.MapsJsInternalService
google_gdn.html
google_search.html
googlebooks/images
gorf
gp
@ -1599,7 +1497,6 @@ guidebooks
gview
gwt
h5games_gamecenter/images
hanukkah-spotlight
hashtag/*?src=
hd
header/channels
@ -1623,12 +1520,9 @@ help/zendesk_sso
hex
history
history/static
holiday-spotlight
holidays-celebrations
home
home$
home?
homefeed
homepage-video-test
hosted/images
hotel/reviews?
@ -1640,10 +1534,10 @@ hp/video
hpc/*/supported-applications.aspx?
hpm
hpmob
http://amazon.com/robots.txt
http://ftc.gov/robots.txt
http://google-analytics.com/robots.txt
http://cdc.gov/robots.txt
http://microsoft.com/robots.txt
http://washingtonpost.com/robots.txt
http://web.archive.org/robots.txt
hub?category=
hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$
@ -1657,9 +1551,6 @@ id-id.www.cloudflare.com
id-id/feedback
id-id/lp
id-id/searchresults
idea-ads-tool
idea-pin-builder
idea-pin-invite
identity/accountsettingsactivityweb
identity/accountsettingssyaf
ie/ie40/
@ -1706,17 +1597,14 @@ info/customerror.htm*
info/smart404.asp*
info/tech-feedback
inproduct_help/chatsupport
install-shuffles
integrations
internalPref
intl
intl/*/search/?
intl/*/search?
intlkb/
invite
inviteFromProfile
inviteMany
invited
invoice/est
invoice/estimate/buyerView
invoice/estimate/buyerView/attachments
@ -1753,8 +1641,6 @@ johnhancock
johnhancock/in-a-lifetime-healthcare
johnhancock/in-a-lifetime-sustainability
johnhancock/in-a-lifetime-work
join/?next=
join/signup/?next=
jp/$
jp/about
jp/blog
@ -1797,7 +1683,6 @@ ko/ott
ko/solutions
ko/upload
ko/vimeo-academy
kwanzaa-spotlight
l.php
labs-code
labs/pmc
@ -1834,15 +1719,12 @@ learning/settings
learning/settings$
learning/settings?
legal
lens-search
li/track
library/devices
licensing-syndication
limited-release
link
linked
lite
live-session
live_chat
llms.txt
lm/R1XIHQVKXSKBNJ
@ -2018,7 +1900,6 @@ narrative-
native
nbubumblebee
network
new_invite
news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dialogue-conference
news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dialogue-conference/RSVP
news-events/events-calendar/2019/05/tenth-annual-african-consumer-protection-dialogue-conference
@ -2028,7 +1909,6 @@ news/test
news/test-liveblog
news?viewArticle
newsArticle
news_hub
newsletter
newsroom/dae
newsround
@ -2042,7 +1922,6 @@ nl-nl/lp
nl-nl/searchresults
node/add/
nonprofits/account
notifications
notifications/
ns/hydra/console/?
nus-trk
@ -2050,15 +1929,11 @@ nwshp$
o/di
o/dt
oas/
oauth/line
oauth/login
oauth/v2
oauth2
oauth2/v2
oauth_error
offers/proxy/dealsserver/api/log
offers/proxy/dealsserver/buy
offsite
og
okxbet.com
onebox/media/sports/logos
@ -2089,12 +1964,9 @@ pagespeed/insights/ui/logo
panel
pantheon
pantheon-platform
parental-consent/confirmation
parental-passcode
participate/conferences.xml
partner-program
partners
password/reset
password_expired
patent-search/frontend
patents/download
@ -2125,46 +1997,12 @@ photos/gbachelie
photos/i_love_u_get_away_from_me
photos/tags/*/page
photos/youpy
pin
pin-builder
pin-communities
pin-creation-tool
pin-editor
pin/*/activities
pin/*/activity
pin/*/analytics
pin/*/brand-catalog
pin/*/comments
pin/*/email
pin/*/feedback
pin/*/idea-pin/related-products
pin/*/likes
pin/*/promote
pin/*/reaction
pin/*/related-products
pin/*/repin
pin/*/repins
pin/*/sent
pin/*/share
pin/*/shop-the-look
pin/*/tag
pin/*/takes
pin/*/visual-search
pin/*/visual-shop
pin/create
pin/find
pin/find?url=
pin_shop
ping
pingback
pinterest-predicts
pinterest-wellbeing
pinterestwellbeing
pl-pl.www.cloudflare.com
pl-pl/feedback
pl-pl/lp
pl-pl/searchresults
place
plan=
platform-telemetry
play/store/web
@ -2214,7 +2052,6 @@ ppob/?
ppob?
pqa
preference
prefs
present
presentation
prettyearth/assets
@ -2223,8 +2060,6 @@ previewtemplate
print
private
proFile/history?
product-catalogs
product-feed
product-reviews/B0069IY63Y
product/reviews?
productPurchaseDone
@ -2280,14 +2115,12 @@ pt-br/vimeo-academy
publications
purchases
puzzles/leaderboards/invite
pw
pwapi-proxy/pwproxy
pwapiv2
q=
qnasearch?
qr
quality_form?
quiz
r
rackspace/elevating-performance
radio/imda
@ -2296,7 +2129,6 @@ rating
rd/search
rd/search$
rd/search?
recently-viewed
recharge/dashboard/car
recharge/dashboard/static
recipes/*?q=
@ -2313,9 +2145,6 @@ refer
refer/pal
referrals
referrer=
refresh_stored_accounts
refresh_token
register
registry/wishlist
remotelogout
rep=hc
@ -2323,13 +2152,9 @@ report
report-abuse?report=
report=
report_abuse.gne
reports-and-violations
request-data
requestList
requests
research/participants/cofund
resource
resource/*/get
results
results
retail
@ -2370,7 +2195,6 @@ s2/search/social
s2/sitemaps
s2/static
s?
safe-redirect
safety
safetycheck
salary-explorer/api
@ -2416,7 +2240,6 @@ sections/health-shots/2013/03/11/173816690/new-voices-for-the-voiceless-syntheti
sections/ombudsman/2008/01/frequently_asked_questions_1.html
sections/parallels/2016/08/15/480128005/for-french-teens-smoking-still-has-more-allure-than-stigma
secure
sendHeaderEarly
sendarticle
services
services/oauth
@ -2452,7 +2275,6 @@ shop/productpage
shop/topics
shop/view/product
shop?
shop_pins
shopping-content-api/product_images
shopping/deals
shopping/product
@ -2756,12 +2578,10 @@ social/photosui/images
social/photosui/sitemap
social/search?
social/social-security-directory/cai
socialmanager
solutions
sounds/search
sounds/search$
sounds/search?
source
source=
source_repo=
spain/empresas/
@ -2783,7 +2603,6 @@ ss
ss/customer-reviews/lighthouse
ss/twister/ajax
sslsingle
sso
stadia/gamers
start
stat
@ -2845,10 +2664,6 @@ stores$
stores/
stores/page/*visitId=
stories
story-pin-builder
story-pin-invite
story_feed
story_pins
storyworks/preview
styles/js-on.css$
subscribe/braintree
@ -2874,7 +2689,6 @@ support/content
support/forum/search?
sureroute
surprise
suspension-appeal
sutils
sv-se.www.cloudflare.com
sv-se/feedback
@ -2892,7 +2706,6 @@ svc/strands
svc/sudoku
svc/wordle
svpRecommendations
sw-shell.html
swg
system1/images
t/privacy
@ -2900,7 +2713,6 @@ t/terms
tab=
tablet
tag
taggingtool
tagmanager/containers/xo
tagmanager/pptm.js
talk
@ -2948,9 +2760,7 @@ th-th/feedback
th-th/lp
th-th/searchresults
th?
thanksgiving-spotlight
themacallan/worlds-together
theme
tickets-external?
timedtext_video
title
@ -3046,7 +2856,6 @@ trustedstores/js
trustedstores/s
trustedstores/tm2
trustedstores/verify
tv
tv/thumb
typeahead
u
@ -3063,14 +2872,9 @@ ugc$
ugcsupport
ugcsupport$
ui
unauth-profile
unlink
unsub
until=
upload
upload-image-lens-history
upload-lens-image
upload-shuffle-draft
uploads
urchin_test
url
@ -3088,11 +2892,9 @@ using
utils
uviewer
v1
v1/urls/count.json
v2
v3
v3/openapi
v3/pidgets/log
valkyrie-playground
verified-authors
verify_age
@ -3143,9 +2945,6 @@ webapps/xo/html/cookiecheck.html
webapps/xoonboarding
webscr
websearch
website/confirm
website/confirm/download
welcome
whats-next/planes-trains-and-analytics
whsmiths
widget/cr
@ -3451,7 +3250,7 @@ wiki/Wikipedia_Diskussion:Checkuser
wiki/Wikipedia_Diskussion:Spam-Blacklist-Log
wiki/Wikipedia_talk%3AAbuse_reports
wiki/Wikipedia_talk%3AAbuse_response
wiki/Wikipedia_talk%3AAdministrator_electionshttp://goo.gl/robots.txt
wiki/Wikipedia_talk%3AAdministrator_electionshttp://docs.google.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_recall
wiki/Wikipedia_talk%3AAdministrator_review
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
@ -3670,7 +3469,6 @@ xhtml?
xml?
xoplatform/logger/api/logger
xorouter
your-shop
youth/404_en.htm
youtube/fonts
youtube/img/branding/favicon