[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot]
2026-03-17 10:21:33 +00:00
parent 35ba3f2f99
commit 3a2a3e8cc7
18 changed files with 2459 additions and 4525 deletions
@@ -67546,12 +67546,12 @@ fixtures/default_content/block_content/d9b72b2f-a5ea-4a3f-b10c-28deb7b3b7bf.yml
default_content/block_content/d9b72b2f-a5ea-4a3f-b10c-28deb7b3b7bf.yml
block_content/d9b72b2f-a5ea-4a3f-b10c-28deb7b3b7bf.yml
d9b72b2f-a5ea-4a3f-b10c-28deb7b3b7bf.yml
core/tests/fixtures/default_content/media/344b943c-b231-4d73-9669-0b0a2be12aa5.yml
tests/fixtures/default_content/media/344b943c-b231-4d73-9669-0b0a2be12aa5.yml
fixtures/default_content/media/344b943c-b231-4d73-9669-0b0a2be12aa5.yml
default_content/media/344b943c-b231-4d73-9669-0b0a2be12aa5.yml
media/344b943c-b231-4d73-9669-0b0a2be12aa5.yml
344b943c-b231-4d73-9669-0b0a2be12aa5.yml
core/tests/fixtures/default_content/media/344b943c-b231-4d73-9669-0b0a2be12aa5.json
tests/fixtures/default_content/media/344b943c-b231-4d73-9669-0b0a2be12aa5.json
fixtures/default_content/media/344b943c-b231-4d73-9669-0b0a2be12aa5.json
default_content/media/344b943c-b231-4d73-9669-0b0a2be12aa5.json
media/344b943c-b231-4d73-9669-0b0a2be12aa5.json
344b943c-b231-4d73-9669-0b0a2be12aa5.json
core/tests/fixtures/default_content/node/e1714f23-70c0-4493-8e92-af1901771921.yml
tests/fixtures/default_content/node/e1714f23-70c0-4493-8e92-af1901771921.yml
fixtures/default_content/node/e1714f23-70c0-4493-8e92-af1901771921.yml
@@ -9513,7 +9513,7 @@ core/tests/fixtures/default_content/user/94503467-be7f-406c-9795-fc25baa22203.ym
core/tests/fixtures/default_content/workspace/test_workspace.yml
core/tests/fixtures/default_content/workspace/inner_test.yml
core/tests/fixtures/default_content/block_content/d9b72b2f-a5ea-4a3f-b10c-28deb7b3b7bf.yml
core/tests/fixtures/default_content/media/344b943c-b231-4d73-9669-0b0a2be12aa5.yml
core/tests/fixtures/default_content/media/344b943c-b231-4d73-9669-0b0a2be12aa5.json
core/tests/fixtures/default_content/node/e1714f23-70c0-4493-8e92-af1901771921.yml
core/tests/fixtures/default_content/node/7f1dd75a-0be2-4d3b-be5d-9d1a868b9267.yml
core/tests/fixtures/default_content/node/48475954-e878-439c-9d3d-226724a44269.yml
@@ -36409,6 +36409,11 @@ Espo/Core/HttpClient/Client.php
Core/HttpClient/Client.php
HttpClient/Client.php
Client.php
application/Espo/Core/HttpClient/RequestCreator.php
Espo/Core/HttpClient/RequestCreator.php
Core/HttpClient/RequestCreator.php
HttpClient/RequestCreator.php
RequestCreator.php
application/Espo/Core/HttpClient/Options.php
Espo/Core/HttpClient/Options.php
Core/HttpClient/Options.php
@@ -6097,6 +6097,7 @@ application/Espo/Core/Htmlizer/Helper.php
application/Espo/Core/Htmlizer/Htmlizer.php
application/Espo/Core/Htmlizer/CreateForUserParams.php
application/Espo/Core/HttpClient/Client.php
application/Espo/Core/HttpClient/RequestCreator.php
application/Espo/Core/HttpClient/Options.php
application/Espo/Core/HttpClient/Exceptions/SendException.php
application/Espo/Core/HttpClient/Exceptions/TooManyRedirectsException.php
@@ -7671,6 +7671,12 @@ tests/unit/User/AbstractPolicyTest.php
unit/User/AbstractPolicyTest.php
User/AbstractPolicyTest.php
AbstractPolicyTest.php
framework/core/tests/unit/User/LoginProviderTest.php
core/tests/unit/User/LoginProviderTest.php
tests/unit/User/LoginProviderTest.php
unit/User/LoginProviderTest.php
User/LoginProviderTest.php
LoginProviderTest.php
framework/core/tests/unit/Settings/MemoryCacheSettingsRepositoryTest.php
core/tests/unit/Settings/MemoryCacheSettingsRepositoryTest.php
tests/unit/Settings/MemoryCacheSettingsRepositoryTest.php
@@ -7695,6 +7701,20 @@ tests/unit/Http/RouteCollectionTest.php
unit/Http/RouteCollectionTest.php
Http/RouteCollectionTest.php
RouteCollectionTest.php
framework/core/tests/unit/Forum/Auth/ResponseFactoryTest.php
core/tests/unit/Forum/Auth/ResponseFactoryTest.php
tests/unit/Forum/Auth/ResponseFactoryTest.php
unit/Forum/Auth/ResponseFactoryTest.php
Forum/Auth/ResponseFactoryTest.php
Auth/ResponseFactoryTest.php
ResponseFactoryTest.php
framework/core/tests/unit/Forum/Auth/RegistrationTest.php
core/tests/unit/Forum/Auth/RegistrationTest.php
tests/unit/Forum/Auth/RegistrationTest.php
unit/Forum/Auth/RegistrationTest.php
Forum/Auth/RegistrationTest.php
Auth/RegistrationTest.php
RegistrationTest.php
framework/core/tests/unit/Mail/PostmarkDriverTest.php
core/tests/unit/Mail/PostmarkDriverTest.php
tests/unit/Mail/PostmarkDriverTest.php
@@ -7821,6 +7841,13 @@ tests/integration/forum/GlobalLogoutTest.php
integration/forum/GlobalLogoutTest.php
forum/GlobalLogoutTest.php
GlobalLogoutTest.php
framework/core/tests/integration/forum/Auth/ResponseFactoryTest.php
core/tests/integration/forum/Auth/ResponseFactoryTest.php
tests/integration/forum/Auth/ResponseFactoryTest.php
integration/forum/Auth/ResponseFactoryTest.php
forum/Auth/ResponseFactoryTest.php
Auth/ResponseFactoryTest.php
ResponseFactoryTest.php
framework/core/tests/integration/forum/IndexTest.php
core/tests/integration/forum/IndexTest.php
tests/integration/forum/IndexTest.php
@@ -7893,6 +7920,13 @@ integration/api/settings/MailSettingsTest.php
api/settings/MailSettingsTest.php
settings/MailSettingsTest.php
MailSettingsTest.php
framework/core/tests/integration/api/registration_tokens/ResolveTest.php
core/tests/integration/api/registration_tokens/ResolveTest.php
tests/integration/api/registration_tokens/ResolveTest.php
integration/api/registration_tokens/ResolveTest.php
api/registration_tokens/ResolveTest.php
registration_tokens/ResolveTest.php
ResolveTest.php
framework/core/tests/integration/api/access_tokens/DeleteTest.php
core/tests/integration/api/access_tokens/DeleteTest.php
tests/integration/api/access_tokens/DeleteTest.php
@@ -11219,6 +11253,12 @@ core/src/Search/SearchServiceProvider.php
src/Search/SearchServiceProvider.php
Search/SearchServiceProvider.php
SearchServiceProvider.php
framework/core/src/Api/Controller/UploadLogoDarkModeController.php
core/src/Api/Controller/UploadLogoDarkModeController.php
src/Api/Controller/UploadLogoDarkModeController.php
Api/Controller/UploadLogoDarkModeController.php
Controller/UploadLogoDarkModeController.php
UploadLogoDarkModeController.php
framework/core/src/Api/Controller/ExtensionBisectController.php
core/src/Api/Controller/ExtensionBisectController.php
src/Api/Controller/ExtensionBisectController.php
@@ -11279,6 +11319,12 @@ src/Api/Controller/ReadAllNotificationsController.php
Api/Controller/ReadAllNotificationsController.php
Controller/ReadAllNotificationsController.php
ReadAllNotificationsController.php
framework/core/src/Api/Controller/DeleteLogoDarkModeController.php
core/src/Api/Controller/DeleteLogoDarkModeController.php
src/Api/Controller/DeleteLogoDarkModeController.php
Api/Controller/DeleteLogoDarkModeController.php
Controller/DeleteLogoDarkModeController.php
DeleteLogoDarkModeController.php
framework/core/src/Api/Controller/DeleteLogoController.php
core/src/Api/Controller/DeleteLogoController.php
src/Api/Controller/DeleteLogoController.php
@@ -11291,6 +11337,12 @@ src/Api/Controller/UploadLogoController.php
Api/Controller/UploadLogoController.php
Controller/UploadLogoController.php
UploadLogoController.php
framework/core/src/Api/Controller/ResolveRegistrationTokenController.php
core/src/Api/Controller/ResolveRegistrationTokenController.php
src/Api/Controller/ResolveRegistrationTokenController.php
Api/Controller/ResolveRegistrationTokenController.php
Controller/ResolveRegistrationTokenController.php
ResolveRegistrationTokenController.php
framework/core/src/Api/Controller/TerminateAllOtherSessionsController.php
core/src/Api/Controller/TerminateAllOtherSessionsController.php
src/Api/Controller/TerminateAllOtherSessionsController.php
@@ -1442,10 +1442,13 @@ framework/core/tests/unit/Install/Prerequisite/WritablePathsTest.php
framework/core/tests/unit/Install/Steps/PublishAssetsTest.php
framework/core/tests/unit/User/AvatarUploaderTest.php
framework/core/tests/unit/User/AbstractPolicyTest.php
framework/core/tests/unit/User/LoginProviderTest.php
framework/core/tests/unit/Settings/MemoryCacheSettingsRepositoryTest.php
framework/core/tests/unit/Settings/DatabaseSettingsRepositoryTest.php
framework/core/tests/unit/Http/CookieFactoryTest.php
framework/core/tests/unit/Http/RouteCollectionTest.php
framework/core/tests/unit/Forum/Auth/ResponseFactoryTest.php
framework/core/tests/unit/Forum/Auth/RegistrationTest.php
framework/core/tests/unit/Mail/PostmarkDriverTest.php
framework/core/tests/unit/Mail/SmtpDriverTest.php
framework/core/tests/unit/Mail/NullDriverTest.php
@@ -1468,6 +1471,7 @@ framework/core/tests/integration/queue/QueueServiceProviderTest.php
framework/core/tests/integration/queue/QueueScheduleTest.php
framework/core/tests/integration/admin/IndexTest.php
framework/core/tests/integration/forum/GlobalLogoutTest.php
framework/core/tests/integration/forum/Auth/ResponseFactoryTest.php
framework/core/tests/integration/forum/IndexTest.php
framework/core/tests/integration/forum/LogoutTest.php
framework/core/tests/integration/forum/LoginTest.php
@@ -1479,6 +1483,7 @@ framework/core/tests/integration/api/posts/CreateTest.php
framework/core/tests/integration/api/posts/ShowTest.php
framework/core/tests/integration/api/settings/SetTest.php
framework/core/tests/integration/api/settings/MailSettingsTest.php
framework/core/tests/integration/api/registration_tokens/ResolveTest.php
framework/core/tests/integration/api/access_tokens/DeleteTest.php
framework/core/tests/integration/api/access_tokens/ListTest.php
framework/core/tests/integration/api/access_tokens/CreateTest.php
@@ -2077,6 +2082,7 @@ framework/core/src/Search/Listener/ModelObserver.php
framework/core/src/Search/AbstractFulltextFilter.php
framework/core/src/Search/SearchState.php
framework/core/src/Search/SearchServiceProvider.php
framework/core/src/Api/Controller/UploadLogoDarkModeController.php
framework/core/src/Api/Controller/ExtensionBisectController.php
framework/core/src/Api/Controller/UploadFaviconController.php
framework/core/src/Api/Controller/DeleteAllNotificationsController.php
@@ -2087,8 +2093,10 @@ framework/core/src/Api/Controller/ShowForumController.php
framework/core/src/Api/Controller/ClearCacheController.php
framework/core/src/Api/Controller/SetSettingsController.php
framework/core/src/Api/Controller/ReadAllNotificationsController.php
framework/core/src/Api/Controller/DeleteLogoDarkModeController.php
framework/core/src/Api/Controller/DeleteLogoController.php
framework/core/src/Api/Controller/UploadLogoController.php
framework/core/src/Api/Controller/ResolveRegistrationTokenController.php
framework/core/src/Api/Controller/TerminateAllOtherSessionsController.php
framework/core/src/Api/Controller/SendTestMailController.php
framework/core/src/Api/Controller/ForgotPasswordController.php
@@ -2558,6 +2558,14 @@ data/seeders/importers/members-created-events-importer.js
seeders/importers/members-created-events-importer.js
importers/members-created-events-importer.js
members-created-events-importer.js
ghost/core/core/server/data/seeders/importers/offer-redemptions-importer.js
core/core/server/data/seeders/importers/offer-redemptions-importer.js
core/server/data/seeders/importers/offer-redemptions-importer.js
server/data/seeders/importers/offer-redemptions-importer.js
data/seeders/importers/offer-redemptions-importer.js
seeders/importers/offer-redemptions-importer.js
importers/offer-redemptions-importer.js
offer-redemptions-importer.js
ghost/core/core/server/data/seeders/importers/posts-tags-importer.js
core/core/server/data/seeders/importers/posts-tags-importer.js
core/server/data/seeders/importers/posts-tags-importer.js
@@ -458,6 +458,7 @@ ghost/core/core/server/data/seeders/importers/comments-importer.js
ghost/core/core/server/data/seeders/importers/benefits-importer.js
ghost/core/core/server/data/seeders/importers/emails-importer.js
ghost/core/core/server/data/seeders/importers/members-created-events-importer.js
ghost/core/core/server/data/seeders/importers/offer-redemptions-importer.js
ghost/core/core/server/data/seeders/importers/posts-tags-importer.js
ghost/core/core/server/data/seeders/importers/members-stripe-customers-subscriptions-importer.js
ghost/core/core/server/data/seeders/importers/recommendation-click-events-importer.js
@@ -20003,6 +20003,13 @@ Content/Product/Subscriber/CustomFieldSearchableSubscriberTest.php
Product/Subscriber/CustomFieldSearchableSubscriberTest.php
Subscriber/CustomFieldSearchableSubscriberTest.php
CustomFieldSearchableSubscriberTest.php
tests/unit/Core/Content/Product/Subscriber/RepairDigitalProductStatesSubscriberTest.php
unit/Core/Content/Product/Subscriber/RepairDigitalProductStatesSubscriberTest.php
Core/Content/Product/Subscriber/RepairDigitalProductStatesSubscriberTest.php
Content/Product/Subscriber/RepairDigitalProductStatesSubscriberTest.php
Product/Subscriber/RepairDigitalProductStatesSubscriberTest.php
Subscriber/RepairDigitalProductStatesSubscriberTest.php
RepairDigitalProductStatesSubscriberTest.php
tests/unit/Core/Content/Product/Subscriber/ProductSubscriberTest.php
unit/Core/Content/Product/Subscriber/ProductSubscriberTest.php
Core/Content/Product/Subscriber/ProductSubscriberTest.php
@@ -36977,6 +36984,11 @@ migration/Core/V6_7/Migration1754398573ChangeAllLineItemsRuleValueTypeTest.php
Core/V6_7/Migration1754398573ChangeAllLineItemsRuleValueTypeTest.php
V6_7/Migration1754398573ChangeAllLineItemsRuleValueTypeTest.php
Migration1754398573ChangeAllLineItemsRuleValueTypeTest.php
tests/migration/Core/V6_7/Migration1773647849AlignFlowNameWithEventNameTest.php
migration/Core/V6_7/Migration1773647849AlignFlowNameWithEventNameTest.php
Core/V6_7/Migration1773647849AlignFlowNameWithEventNameTest.php
V6_7/Migration1773647849AlignFlowNameWithEventNameTest.php
Migration1773647849AlignFlowNameWithEventNameTest.php
tests/migration/Core/V6_7/Migration1756068709FixCustomerAddressFirstNameLengthTest.php
migration/Core/V6_7/Migration1756068709FixCustomerAddressFirstNameLengthTest.php
Core/V6_7/Migration1756068709FixCustomerAddressFirstNameLengthTest.php
@@ -106826,6 +106838,12 @@ Content/Product/Subscriber/ProductSubscriber.php
Product/Subscriber/ProductSubscriber.php
Subscriber/ProductSubscriber.php
ProductSubscriber.php
src/Core/Content/Product/Subscriber/RepairDigitalProductStatesSubscriber.php
Core/Content/Product/Subscriber/RepairDigitalProductStatesSubscriber.php
Content/Product/Subscriber/RepairDigitalProductStatesSubscriber.php
Product/Subscriber/RepairDigitalProductStatesSubscriber.php
Subscriber/RepairDigitalProductStatesSubscriber.php
RepairDigitalProductStatesSubscriber.php
src/Core/Content/Product/SearchKeyword/KeywordLoader.php
Core/Content/Product/SearchKeyword/KeywordLoader.php
Content/Product/SearchKeyword/KeywordLoader.php
@@ -140940,6 +140958,11 @@ Core/Migration/V6_7/Migration1763125902AddOrderLineItemProductTypePayload.php
Migration/V6_7/Migration1763125902AddOrderLineItemProductTypePayload.php
V6_7/Migration1763125902AddOrderLineItemProductTypePayload.php
Migration1763125902AddOrderLineItemProductTypePayload.php
src/Core/Migration/V6_7/Migration1773647849AlignFlowNameWithEventName.php
Core/Migration/V6_7/Migration1773647849AlignFlowNameWithEventName.php
Migration/V6_7/Migration1773647849AlignFlowNameWithEventName.php
V6_7/Migration1773647849AlignFlowNameWithEventName.php
Migration1773647849AlignFlowNameWithEventName.php
src/Core/Migration/V6_7/Migration1767861589AddOpenOffcanvasAfterAddToCartConfigSetting.php
Core/Migration/V6_7/Migration1767861589AddOpenOffcanvasAfterAddToCartConfigSetting.php
Migration/V6_7/Migration1767861589AddOpenOffcanvasAfterAddToCartConfigSetting.php
@@ -142988,6 +143011,14 @@ storefront/page/content/detail.html.twig
page/content/detail.html.twig
content/detail.html.twig
detail.html.twig
src/Storefront/Resources/views/storefront/page/content/meta.html.twig
Storefront/Resources/views/storefront/page/content/meta.html.twig
Resources/views/storefront/page/content/meta.html.twig
views/storefront/page/content/meta.html.twig
storefront/page/content/meta.html.twig
page/content/meta.html.twig
content/meta.html.twig
meta.html.twig
src/Storefront/Resources/views/storefront/page/content/product-detail.html.twig
Storefront/Resources/views/storefront/page/content/product-detail.html.twig
Resources/views/storefront/page/content/product-detail.html.twig
@@ -143124,6 +143155,14 @@ storefront/page/search/search-pagelet.html.twig
page/search/search-pagelet.html.twig
search/search-pagelet.html.twig
search-pagelet.html.twig
src/Storefront/Resources/views/storefront/page/search/meta.html.twig
Storefront/Resources/views/storefront/page/search/meta.html.twig
Resources/views/storefront/page/search/meta.html.twig
views/storefront/page/search/meta.html.twig
storefront/page/search/meta.html.twig
page/search/meta.html.twig
search/meta.html.twig
meta.html.twig
src/Storefront/Resources/views/storefront/page/search/index.html.twig
Storefront/Resources/views/storefront/page/search/index.html.twig
Resources/views/storefront/page/search/index.html.twig
@@ -144553,6 +144592,54 @@ storefront/layout/cookie/cookie-permission.html.twig
layout/cookie/cookie-permission.html.twig
cookie/cookie-permission.html.twig
cookie-permission.html.twig
src/Storefront/Resources/views/storefront/layout/structured-data/json-ld-website.html.twig
Storefront/Resources/views/storefront/layout/structured-data/json-ld-website.html.twig
Resources/views/storefront/layout/structured-data/json-ld-website.html.twig
views/storefront/layout/structured-data/json-ld-website.html.twig
storefront/layout/structured-data/json-ld-website.html.twig
layout/structured-data/json-ld-website.html.twig
structured-data/json-ld-website.html.twig
json-ld-website.html.twig
src/Storefront/Resources/views/storefront/layout/structured-data/json-ld-webpage.html.twig
Storefront/Resources/views/storefront/layout/structured-data/json-ld-webpage.html.twig
Resources/views/storefront/layout/structured-data/json-ld-webpage.html.twig
views/storefront/layout/structured-data/json-ld-webpage.html.twig
storefront/layout/structured-data/json-ld-webpage.html.twig
layout/structured-data/json-ld-webpage.html.twig
structured-data/json-ld-webpage.html.twig
json-ld-webpage.html.twig
src/Storefront/Resources/views/storefront/layout/structured-data/json-ld-breadcrumb.html.twig
Storefront/Resources/views/storefront/layout/structured-data/json-ld-breadcrumb.html.twig
Resources/views/storefront/layout/structured-data/json-ld-breadcrumb.html.twig
views/storefront/layout/structured-data/json-ld-breadcrumb.html.twig
storefront/layout/structured-data/json-ld-breadcrumb.html.twig
layout/structured-data/json-ld-breadcrumb.html.twig
structured-data/json-ld-breadcrumb.html.twig
json-ld-breadcrumb.html.twig
src/Storefront/Resources/views/storefront/layout/structured-data/json-ld-product.html.twig
Storefront/Resources/views/storefront/layout/structured-data/json-ld-product.html.twig
Resources/views/storefront/layout/structured-data/json-ld-product.html.twig
views/storefront/layout/structured-data/json-ld-product.html.twig
storefront/layout/structured-data/json-ld-product.html.twig
layout/structured-data/json-ld-product.html.twig
structured-data/json-ld-product.html.twig
json-ld-product.html.twig
src/Storefront/Resources/views/storefront/layout/structured-data/json-ld-organization.html.twig
Storefront/Resources/views/storefront/layout/structured-data/json-ld-organization.html.twig
Resources/views/storefront/layout/structured-data/json-ld-organization.html.twig
views/storefront/layout/structured-data/json-ld-organization.html.twig
storefront/layout/structured-data/json-ld-organization.html.twig
layout/structured-data/json-ld-organization.html.twig
structured-data/json-ld-organization.html.twig
json-ld-organization.html.twig
src/Storefront/Resources/views/storefront/layout/structured-data/json-ld-item-list.html.twig
Storefront/Resources/views/storefront/layout/structured-data/json-ld-item-list.html.twig
Resources/views/storefront/layout/structured-data/json-ld-item-list.html.twig
views/storefront/layout/structured-data/json-ld-item-list.html.twig
storefront/layout/structured-data/json-ld-item-list.html.twig
layout/structured-data/json-ld-item-list.html.twig
structured-data/json-ld-item-list.html.twig
json-ld-item-list.html.twig
src/Storefront/Resources/views/storefront/layout/header.html.twig
Storefront/Resources/views/storefront/layout/header.html.twig
Resources/views/storefront/layout/header.html.twig
@@ -6164,6 +6164,7 @@ tests/unit/Core/Content/Product/DataAbstractionLayer/UpdatedStatesTest.php
tests/unit/Core/Content/Product/ProductMaxPurchaseCalculatorTest.php
tests/unit/Core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingExceptionHandlerTest.php
tests/unit/Core/Content/Product/Subscriber/CustomFieldSearchableSubscriberTest.php
tests/unit/Core/Content/Product/Subscriber/RepairDigitalProductStatesSubscriberTest.php
tests/unit/Core/Content/Product/Subscriber/ProductSubscriberTest.php
tests/unit/Core/Content/Product/SearchKeyword/ProductSearchKeywordAnalyzerTest.php
tests/unit/Core/Content/Product/SearchKeyword/ProductSearchTermInterpreterTest.php
@@ -8461,6 +8462,7 @@ tests/migration/Core/V6_7/Migration1765376847SetDefaultSystemConfigLoadPreviewsO
tests/migration/Core/V6_7/Migration1768545322AssignRevocationPageToSystemConfigSettingTest.php
tests/migration/Core/V6_7/Migration1753191228AddMediaThumbnailSizeIdToMediaThumbnailTest.php
tests/migration/Core/V6_7/Migration1754398573ChangeAllLineItemsRuleValueTypeTest.php
tests/migration/Core/V6_7/Migration1773647849AlignFlowNameWithEventNameTest.php
tests/migration/Core/V6_7/Migration1756068709FixCustomerAddressFirstNameLengthTest.php
tests/migration/Core/V6_7/Migration1740563553AddAppRequestedPrivilegesTest.php
tests/migration/Core/V6_7/Migration1768986102AddInternalColumnToProductStreamTest.php
@@ -15913,6 +15915,7 @@ src/Core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfigurato
src/Core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingEntity.php
src/Core/Content/Product/Subscriber/CustomFieldSearchableSubscriber.php
src/Core/Content/Product/Subscriber/ProductSubscriber.php
src/Core/Content/Product/Subscriber/RepairDigitalProductStatesSubscriber.php
src/Core/Content/Product/SearchKeyword/KeywordLoader.php
src/Core/Content/Product/SearchKeyword/ProductSearchBuilder.php
src/Core/Content/Product/SearchKeyword/ProductSearchTermInterpreterInterface.php
@@ -21295,6 +21298,7 @@ src/Core/Migration/V6_7/Migration1697112044PaymentAndShippingTechnicalNameRequir
src/Core/Migration/V6_7/Migration1740563553AddAppRequestedPrivileges.php
src/Core/Migration/V6_7/Migration1754295570DocumentActivateReturnAddress.php
src/Core/Migration/V6_7/Migration1763125902AddOrderLineItemProductTypePayload.php
src/Core/Migration/V6_7/Migration1773647849AlignFlowNameWithEventName.php
src/Core/Migration/V6_7/Migration1767861589AddOpenOffcanvasAfterAddToCartConfigSetting.php
src/Core/Migration/V6_7/Migration1756068709FixCustomerAddressFirstNameLength.php
src/Core/Migration/V6_7/Migration1756068712FixOrderAddressLastNameLength.php
@@ -21635,6 +21639,7 @@ src/Storefront/Resources/views/storefront/page/account/profile/recover-password.
src/Storefront/Resources/views/storefront/page/account/profile/reset-password.html.twig
src/Storefront/Resources/views/storefront/page/account/profile/index.html.twig
src/Storefront/Resources/views/storefront/page/content/detail.html.twig
src/Storefront/Resources/views/storefront/page/content/meta.html.twig
src/Storefront/Resources/views/storefront/page/content/product-detail.html.twig
src/Storefront/Resources/views/storefront/page/content/single-cms-page.html.twig
src/Storefront/Resources/views/storefront/page/content/index.html.twig
@@ -21652,6 +21657,7 @@ src/Storefront/Resources/views/storefront/page/wishlist/wishlist-pagelet.html.tw
src/Storefront/Resources/views/storefront/page/wishlist/index.html.twig
src/Storefront/Resources/views/storefront/page/sitemap/sitemap.xml.twig
src/Storefront/Resources/views/storefront/page/search/search-pagelet.html.twig
src/Storefront/Resources/views/storefront/page/search/meta.html.twig
src/Storefront/Resources/views/storefront/page/search/index.html.twig
src/Storefront/Resources/views/storefront/page/product-detail/meta.html.twig
src/Storefront/Resources/views/storefront/page/robots/robots.txt.twig
@@ -21832,6 +21838,12 @@ src/Storefront/Resources/views/storefront/layout/cookie/cookie-consent-offcanvas
src/Storefront/Resources/views/storefront/layout/cookie/cookie-configuration-parent.html.twig
src/Storefront/Resources/views/storefront/layout/cookie/cookie-configuration-child.html.twig
src/Storefront/Resources/views/storefront/layout/cookie/cookie-permission.html.twig
src/Storefront/Resources/views/storefront/layout/structured-data/json-ld-website.html.twig
src/Storefront/Resources/views/storefront/layout/structured-data/json-ld-webpage.html.twig
src/Storefront/Resources/views/storefront/layout/structured-data/json-ld-breadcrumb.html.twig
src/Storefront/Resources/views/storefront/layout/structured-data/json-ld-product.html.twig
src/Storefront/Resources/views/storefront/layout/structured-data/json-ld-organization.html.twig
src/Storefront/Resources/views/storefront/layout/structured-data/json-ld-item-list.html.twig
src/Storefront/Resources/views/storefront/layout/header.html.twig
src/Storefront/Resources/views/storefront/layout/navbar/categories.html.twig
src/Storefront/Resources/views/storefront/layout/navbar/content.html.twig
@@ -7569,6 +7569,11 @@ tests/Umbraco.Tests.UnitTests/Umbraco.Core/AttemptTests.cs
Umbraco.Tests.UnitTests/Umbraco.Core/AttemptTests.cs
Umbraco.Core/AttemptTests.cs
AttemptTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Strings/DefaultUrlSegmentProviderTests.cs
Umbraco.Tests.UnitTests/Umbraco.Core/Strings/DefaultUrlSegmentProviderTests.cs
Umbraco.Core/Strings/DefaultUrlSegmentProviderTests.cs
Strings/DefaultUrlSegmentProviderTests.cs
DefaultUrlSegmentProviderTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/CoreXml/FrameworkXmlTests.cs
Umbraco.Tests.UnitTests/Umbraco.Core/CoreXml/FrameworkXmlTests.cs
Umbraco.Core/CoreXml/FrameworkXmlTests.cs
@@ -1394,6 +1394,7 @@ tests/Umbraco.Tests.UnitTests/Umbraco.Core/ShortStringHelper/CmsHelperCasingTest
tests/Umbraco.Tests.UnitTests/Umbraco.Core/ShortStringHelper/StringExtensionsTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/ShortStringHelper/MockShortStringHelper.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/AttemptTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Strings/DefaultUrlSegmentProviderTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/CoreXml/FrameworkXmlTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Scheduling/ContentVersionCleanupTest.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/EnumerableExtensionsTests.cs
@@ -3733,6 +3733,10 @@ plugins/woocommerce/changelog/fix-62340
woocommerce/changelog/fix-62340
changelog/fix-62340
fix-62340
plugins/woocommerce/changelog/fix-refund-float-compare
woocommerce/changelog/fix-refund-float-compare
changelog/fix-refund-float-compare
fix-refund-float-compare
plugins/woocommerce/changelog/63405-add-store-api-formatted-weight-dimensions
woocommerce/changelog/63405-add-store-api-formatted-weight-dimensions
changelog/63405-add-store-api-formatted-weight-dimensions
@@ -3773,6 +3777,10 @@ plugins/woocommerce/changelog/deprecate-hpos-sync-on-read
woocommerce/changelog/deprecate-hpos-sync-on-read
changelog/deprecate-hpos-sync-on-read
deprecate-hpos-sync-on-read
plugins/woocommerce/changelog/performance-add-indexes-on-shipping-tables
woocommerce/changelog/performance-add-indexes-on-shipping-tables
changelog/performance-add-indexes-on-shipping-tables
performance-add-indexes-on-shipping-tables
plugins/woocommerce/changelog/wooprd-1726-customer-creation-issue-depending-on-password-settings
woocommerce/changelog/wooprd-1726-customer-creation-issue-depending-on-password-settings
changelog/wooprd-1726-customer-creation-issue-depending-on-password-settings
@@ -852,6 +852,7 @@ plugins/woocommerce/changelog/fix-63486-dashboard-status-widget-contrast
plugins/woocommerce/changelog/63014-fix-mini-cart-badge-iapi-navigation
plugins/woocommerce/changelog/63383-add-wooplug-6269-shipping-settings-update-partner-integration-placements
plugins/woocommerce/changelog/fix-62340
plugins/woocommerce/changelog/fix-refund-float-compare
plugins/woocommerce/changelog/63405-add-store-api-formatted-weight-dimensions
plugins/woocommerce/changelog/62603-add-issue-62601
plugins/woocommerce/changelog/.gitkeep
@@ -862,6 +863,7 @@ plugins/woocommerce/changelog/fix-xss-order-notes-v4
plugins/woocommerce/changelog/63404-fix-delete-cart-coupons-performance
plugins/woocommerce/changelog/wooprd-2809-woo_email-posts-deleted-via-wp-cli-dont-clean-up
plugins/woocommerce/changelog/deprecate-hpos-sync-on-read
plugins/woocommerce/changelog/performance-add-indexes-on-shipping-tables
plugins/woocommerce/changelog/wooprd-1726-customer-creation-issue-depending-on-password-settings
plugins/woocommerce/changelog/63485-update-wooplug-6287-order-fulfillments-use-wc_data_store-to-register
plugins/woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-6