[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot]
2025-06-19 10:04:32 +00:00
parent 191369a8d5
commit 548a5dd3d1
26 changed files with 1902 additions and 1918 deletions
@@ -9595,6 +9595,11 @@ src/database/migrations/20210910A-move-module-setup.ts
database/migrations/20210910A-move-module-setup.ts
migrations/20210910A-move-module-setup.ts
20210910A-move-module-setup.ts
api/src/database/migrations/20250609A-license-banner.ts
src/database/migrations/20250609A-license-banner.ts
database/migrations/20250609A-license-banner.ts
migrations/20250609A-license-banner.ts
20250609A-license-banner.ts
api/src/database/migrations/20210721A-add-default-folder.ts
src/database/migrations/20210721A-add-default-folder.ts
database/migrations/20210721A-add-default-folder.ts
@@ -11178,6 +11183,10 @@ app/src/assets/readme.md
src/assets/readme.md
assets/readme.md
readme.md
app/src/assets/directus-bsl-banner.svg
src/assets/directus-bsl-banner.svg
assets/directus-bsl-banner.svg
directus-bsl-banner.svg
app/src/assets/logo-dark.svg
src/assets/logo-dark.svg
assets/logo-dark.svg
@@ -11949,6 +11958,12 @@ views/private/components/comment-item.vue
private/components/comment-item.vue
components/comment-item.vue
comment-item.vue
app/src/views/private/components/license-banner.vue
src/views/private/components/license-banner.vue
views/private/components/license-banner.vue
private/components/license-banner.vue
components/license-banner.vue
license-banner.vue
app/src/views/private/components/folder-picker-list-item.vue
src/views/private/components/folder-picker-list-item.vue
views/private/components/folder-picker-list-item.vue
@@ -17451,12 +17466,24 @@ contributors.yml
contributing.md
.prettierignore
.prettierrc.json
.changeset/short-berries-sniff.md
short-berries-sniff.md
.changeset/fine-boats-brush.md
fine-boats-brush.md
.changeset/config.json
config.json
.changeset/shy-dragons-go.md
shy-dragons-go.md
.changeset/afraid-ducks-end.md
afraid-ducks-end.md
.changeset/unlucky-colts-relate.md
unlucky-colts-relate.md
.changeset/slimy-peas-pump.md
slimy-peas-pump.md
.changeset/green-paws-rhyme.md
green-paws-rhyme.md
.changeset/yellow-news-report.md
yellow-news-report.md
.changeset/warm-carpets-dig.md
warm-carpets-dig.md
.changeset/clever-seas-punch.md
@@ -2012,6 +2012,7 @@ api/src/database/migrations/20230526A-migrate-translation-strings.ts
api/src/database/migrations/20211211A-add-shares.ts
api/src/database/migrations/20230721A-require-shares-fields.ts
api/src/database/migrations/20210910A-move-module-setup.ts
api/src/database/migrations/20250609A-license-banner.ts
api/src/database/migrations/20210721A-add-default-folder.ts
api/src/database/migrations/20210525A-add-insights.ts
api/src/database/migrations/20210415A-make-filesize-nullable.ts
@@ -2305,6 +2306,7 @@ app/src/themes/register.ts
app/src/assets/sprite.svg
app/src/assets/avatar-placeholder.svg
app/src/assets/readme.md
app/src/assets/directus-bsl-banner.svg
app/src/assets/logo-dark.svg
app/src/assets/fonts/Inter-MediumItalic.woff2
app/src/assets/fonts/merriweather-light.woff2
@@ -2452,6 +2454,7 @@ app/src/views/private/components/drawer-item.vue
app/src/views/private/components/archive-sidebar-detail.vue
app/src/views/private/components/flow-sidebar-detail.vue
app/src/views/private/components/comment-item.vue
app/src/views/private/components/license-banner.vue
app/src/views/private/components/folder-picker-list-item.vue
app/src/views/private/components/shares-sidebar-detail.vue
app/src/views/private/components/module-bar-avatar.vue
@@ -3510,9 +3513,15 @@ contributors.yml
contributing.md
.prettierignore
.prettierrc.json
.changeset/short-berries-sniff.md
.changeset/fine-boats-brush.md
.changeset/config.json
.changeset/shy-dragons-go.md
.changeset/afraid-ducks-end.md
.changeset/unlucky-colts-relate.md
.changeset/slimy-peas-pump.md
.changeset/green-paws-rhyme.md
.changeset/yellow-news-report.md
.changeset/warm-carpets-dig.md
.changeset/clever-seas-punch.md
.vscode/extensions.json
@@ -7214,7 +7214,6 @@ browserslist
SECURITY.md
.eslintrc.js
.babelrc
setup.cfg
scripts/transifex-pull-strings
transifex-pull-strings
scripts/prepare-buildenv
@@ -1531,7 +1531,6 @@ browserslist
SECURITY.md
.eslintrc.js
.babelrc
setup.cfg
scripts/transifex-pull-strings
scripts/prepare-buildenv
scripts/make-changelog
@@ -93955,6 +93955,13 @@ tests/src/Traits/ComposerInstallersTrait.php
src/Traits/ComposerInstallersTrait.php
Traits/ComposerInstallersTrait.php
ComposerInstallersTrait.php
core/modules/package_manager/tests/src/Build/PackageInstallDirectWriteTest.php
modules/package_manager/tests/src/Build/PackageInstallDirectWriteTest.php
package_manager/tests/src/Build/PackageInstallDirectWriteTest.php
tests/src/Build/PackageInstallDirectWriteTest.php
src/Build/PackageInstallDirectWriteTest.php
Build/PackageInstallDirectWriteTest.php
PackageInstallDirectWriteTest.php
core/modules/package_manager/tests/src/Build/PackageInstallTest.php
modules/package_manager/tests/src/Build/PackageInstallTest.php
package_manager/tests/src/Build/PackageInstallTest.php
@@ -13430,6 +13430,7 @@ core/modules/package_manager/tests/src/Traits/AssertPreconditionsTrait.php
core/modules/package_manager/tests/src/Traits/PackageManagerBypassTestTrait.php
core/modules/package_manager/tests/src/Traits/ComposerStagerTestTrait.php
core/modules/package_manager/tests/src/Traits/ComposerInstallersTrait.php
core/modules/package_manager/tests/src/Build/PackageInstallDirectWriteTest.php
core/modules/package_manager/tests/src/Build/PackageInstallTest.php
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php
core/modules/package_manager/tests/src/Build/PackageInstallSubmoduleTest.php
@@ -49320,6 +49320,17 @@ Espo/Tools/CategoryTree/RebuildPaths.php
Tools/CategoryTree/RebuildPaths.php
CategoryTree/RebuildPaths.php
RebuildPaths.php
application/Espo/Tools/CategoryTree/MoveService.php
Espo/Tools/CategoryTree/MoveService.php
Tools/CategoryTree/MoveService.php
CategoryTree/MoveService.php
MoveService.php
application/Espo/Tools/CategoryTree/Move/MoveParams.php
Espo/Tools/CategoryTree/Move/MoveParams.php
Tools/CategoryTree/Move/MoveParams.php
CategoryTree/Move/MoveParams.php
Move/MoveParams.php
MoveParams.php
application/Espo/Tools/UserSecurity/ApiService.php
Espo/Tools/UserSecurity/ApiService.php
Tools/UserSecurity/ApiService.php
@@ -7795,6 +7795,8 @@ application/Espo/Tools/ExportCustom/ExportCustom.php
application/Espo/Tools/ExportCustom/Service.php
application/Espo/Tools/ActionHistory/Service.php
application/Espo/Tools/CategoryTree/RebuildPaths.php
application/Espo/Tools/CategoryTree/MoveService.php
application/Espo/Tools/CategoryTree/Move/MoveParams.php
application/Espo/Tools/UserSecurity/ApiService.php
application/Espo/Tools/UserSecurity/TwoFactor/SmsService.php
application/Espo/Tools/UserSecurity/TwoFactor/EmailService.php
@@ -2775,6 +2775,12 @@ tests/unit/services/unsplash-test.js
unit/services/unsplash-test.js
services/unsplash-test.js
unsplash-test.js
ghost/admin/tests/unit/services/notifications-count-test.js
admin/tests/unit/services/notifications-count-test.js
tests/unit/services/notifications-count-test.js
unit/services/notifications-count-test.js
services/notifications-count-test.js
notifications-count-test.js
ghost/admin/tests/unit/services/dashboard-stats-test.js
admin/tests/unit/services/dashboard-stats-test.js
tests/unit/services/dashboard-stats-test.js
@@ -16778,6 +16784,24 @@ migrations/versions/5.126/2025-06-12-14-18-57-add-mse-newsletter-created-index.j
versions/5.126/2025-06-12-14-18-57-add-mse-newsletter-created-index.js
5.126/2025-06-12-14-18-57-add-mse-newsletter-created-index.js
2025-06-12-14-18-57-add-mse-newsletter-created-index.js
ghost/core/core/server/data/migrations/versions/5.126/2025-06-18-11-36-00-update-newsletters-link-color-null-to-accent.js
core/core/server/data/migrations/versions/5.126/2025-06-18-11-36-00-update-newsletters-link-color-null-to-accent.js
core/server/data/migrations/versions/5.126/2025-06-18-11-36-00-update-newsletters-link-color-null-to-accent.js
server/data/migrations/versions/5.126/2025-06-18-11-36-00-update-newsletters-link-color-null-to-accent.js
data/migrations/versions/5.126/2025-06-18-11-36-00-update-newsletters-link-color-null-to-accent.js
migrations/versions/5.126/2025-06-18-11-36-00-update-newsletters-link-color-null-to-accent.js
versions/5.126/2025-06-18-11-36-00-update-newsletters-link-color-null-to-accent.js
5.126/2025-06-18-11-36-00-update-newsletters-link-color-null-to-accent.js
2025-06-18-11-36-00-update-newsletters-link-color-null-to-accent.js
ghost/core/core/server/data/migrations/versions/5.126/2025-06-18-11-35-41-change-newsletters-link-color-default-to-accent.js
core/core/server/data/migrations/versions/5.126/2025-06-18-11-35-41-change-newsletters-link-color-default-to-accent.js
core/server/data/migrations/versions/5.126/2025-06-18-11-35-41-change-newsletters-link-color-default-to-accent.js
server/data/migrations/versions/5.126/2025-06-18-11-35-41-change-newsletters-link-color-default-to-accent.js
data/migrations/versions/5.126/2025-06-18-11-35-41-change-newsletters-link-color-default-to-accent.js
migrations/versions/5.126/2025-06-18-11-35-41-change-newsletters-link-color-default-to-accent.js
versions/5.126/2025-06-18-11-35-41-change-newsletters-link-color-default-to-accent.js
5.126/2025-06-18-11-35-41-change-newsletters-link-color-default-to-accent.js
2025-06-18-11-35-41-change-newsletters-link-color-default-to-accent.js
ghost/core/core/server/data/migrations/versions/5.87/2024-06-25-12-08-20-add-posts-tags-post-tag-index.js
core/core/server/data/migrations/versions/5.87/2024-06-25-12-08-20-add-posts-tags-post-tag-index.js
core/server/data/migrations/versions/5.87/2024-06-25-12-08-20-add-posts-tags-post-tag-index.js
@@ -21776,6 +21800,13 @@ test/e2e-browser/admin/tiers.spec.js
e2e-browser/admin/tiers.spec.js
admin/tiers.spec.js
tiers.spec.js
ghost/core/test/e2e-browser/admin/pages/admin-posts-email-preview.page.js
core/test/e2e-browser/admin/pages/admin-posts-email-preview.page.js
test/e2e-browser/admin/pages/admin-posts-email-preview.page.js
e2e-browser/admin/pages/admin-posts-email-preview.page.js
admin/pages/admin-posts-email-preview.page.js
pages/admin-posts-email-preview.page.js
admin-posts-email-preview.page.js
ghost/core/test/e2e-browser/admin/pages/admin-page.js
core/test/e2e-browser/admin/pages/admin-page.js
test/e2e-browser/admin/pages/admin-page.js
@@ -21790,6 +21821,13 @@ e2e-browser/admin/pages/admin-dashboard.page.js
admin/pages/admin-dashboard.page.js
pages/admin-dashboard.page.js
admin-dashboard.page.js
ghost/core/test/e2e-browser/admin/pages/index.js
core/test/e2e-browser/admin/pages/index.js
test/e2e-browser/admin/pages/index.js
e2e-browser/admin/pages/index.js
admin/pages/index.js
pages/index.js
index.js
ghost/core/test/e2e-browser/admin/pages/admin-login.page.js
core/test/e2e-browser/admin/pages/admin-login.page.js
test/e2e-browser/admin/pages/admin-login.page.js
@@ -21797,6 +21835,20 @@ e2e-browser/admin/pages/admin-login.page.js
admin/pages/admin-login.page.js
pages/admin-login.page.js
admin-login.page.js
ghost/core/test/e2e-browser/admin/pages/admin-posts.page.js
core/test/e2e-browser/admin/pages/admin-posts.page.js
test/e2e-browser/admin/pages/admin-posts.page.js
e2e-browser/admin/pages/admin-posts.page.js
admin/pages/admin-posts.page.js
pages/admin-posts.page.js
admin-posts.page.js
ghost/core/test/e2e-browser/admin/pages/admin-publication.page.js
core/test/e2e-browser/admin/pages/admin-publication.page.js
test/e2e-browser/admin/pages/admin-publication.page.js
e2e-browser/admin/pages/admin-publication.page.js
admin/pages/admin-publication.page.js
pages/admin-publication.page.js
admin-publication.page.js
ghost/core/test/e2e-browser/admin/membership-settings.spec.js
core/test/e2e-browser/admin/membership-settings.spec.js
test/e2e-browser/admin/membership-settings.spec.js
@@ -29909,6 +29961,9 @@ README.md
apps/stats/.eslintrc.cjs
stats/.eslintrc.cjs
.eslintrc.cjs
apps/stats/playwright.config.mjs
stats/playwright.config.mjs
playwright.config.mjs
apps/stats/postcss.config.cjs
stats/postcss.config.cjs
postcss.config.cjs
@@ -34316,13 +34371,6 @@ src/views/Preferences/Preferences.tsx
views/Preferences/Preferences.tsx
Preferences/Preferences.tsx
Preferences.tsx
apps/admin-x-activitypub/src/views/Preferences/components/ThreadsSharing.tsx
admin-x-activitypub/src/views/Preferences/components/ThreadsSharing.tsx
src/views/Preferences/components/ThreadsSharing.tsx
views/Preferences/components/ThreadsSharing.tsx
Preferences/components/ThreadsSharing.tsx
components/ThreadsSharing.tsx
ThreadsSharing.tsx
apps/admin-x-activitypub/src/views/Preferences/components/EditProfile.tsx
admin-x-activitypub/src/views/Preferences/components/EditProfile.tsx
src/views/Preferences/components/EditProfile.tsx
@@ -34835,11 +34883,6 @@ src/components/modals/NewNoteModal.tsx
components/modals/NewNoteModal.tsx
modals/NewNoteModal.tsx
NewNoteModal.tsx
apps/admin-x-activitypub/src/lib/explore-sites.ts
admin-x-activitypub/src/lib/explore-sites.ts
src/lib/explore-sites.ts
lib/explore-sites.ts
explore-sites.ts
apps/admin-x-activitypub/src/lib/feature-flags.tsx
admin-x-activitypub/src/lib/feature-flags.tsx
src/lib/feature-flags.tsx
@@ -496,6 +496,7 @@ ghost/admin/tests/unit/services/member-stats-test.js
ghost/admin/tests/unit/services/utils-test.js
ghost/admin/tests/unit/services/limit-test.js
ghost/admin/tests/unit/services/unsplash-test.js
ghost/admin/tests/unit/services/notifications-count-test.js
ghost/admin/tests/unit/services/dashboard-stats-test.js
ghost/admin/tests/unit/services/local-revisions-test.js
ghost/admin/tests/unit/services/event-bus-test.js
@@ -2643,6 +2644,8 @@ ghost/core/core/server/data/migrations/versions/5.21/2022-10-26-04-49-add-batch-
ghost/core/core/server/data/migrations/versions/5.21/2022-10-25-12-05-backfill-missed-products-columns.js
ghost/core/core/server/data/migrations/versions/5.126/2025-06-12-14-18-27-add-email-disabled-index.js
ghost/core/core/server/data/migrations/versions/5.126/2025-06-12-14-18-57-add-mse-newsletter-created-index.js
ghost/core/core/server/data/migrations/versions/5.126/2025-06-18-11-36-00-update-newsletters-link-color-null-to-accent.js
ghost/core/core/server/data/migrations/versions/5.126/2025-06-18-11-35-41-change-newsletters-link-color-default-to-accent.js
ghost/core/core/server/data/migrations/versions/5.87/2024-06-25-12-08-20-add-posts-tags-post-tag-index.js
ghost/core/core/server/data/migrations/versions/5.87/2024-06-25-12-08-45-add-posts-type-status-updated-at-index.js
ghost/core/core/server/data/migrations/versions/4.15/01-add-temp-members-analytic-events-table.js
@@ -3322,9 +3325,13 @@ ghost/core/test/e2e-browser/admin/private-site.spec.js
ghost/core/test/e2e-browser/admin/announcement-bar-settings.spec.js
ghost/core/test/e2e-browser/admin/site-settings.spec.js
ghost/core/test/e2e-browser/admin/tiers.spec.js
ghost/core/test/e2e-browser/admin/pages/admin-posts-email-preview.page.js
ghost/core/test/e2e-browser/admin/pages/admin-page.js
ghost/core/test/e2e-browser/admin/pages/admin-dashboard.page.js
ghost/core/test/e2e-browser/admin/pages/index.js
ghost/core/test/e2e-browser/admin/pages/admin-login.page.js
ghost/core/test/e2e-browser/admin/pages/admin-posts.page.js
ghost/core/test/e2e-browser/admin/pages/admin-publication.page.js
ghost/core/test/e2e-browser/admin/membership-settings.spec.js
ghost/core/test/e2e-browser/admin/posts.spec.js
ghost/core/test/e2e-browser/admin/i18n.spec.js
@@ -4441,6 +4448,7 @@ apps/stats/.eslintignore
apps/stats/vitest.config.ts
apps/stats/README.md
apps/stats/.eslintrc.cjs
apps/stats/playwright.config.mjs
apps/stats/postcss.config.cjs
apps/stats/package.json
apps/stats/tailwind.config.cjs
@@ -5212,7 +5220,6 @@ apps/admin-x-activitypub/src/views/Explore/Explore.tsx
apps/admin-x-activitypub/src/views/Explore/index.tsx
apps/admin-x-activitypub/src/views/Preferences/index.tsx
apps/admin-x-activitypub/src/views/Preferences/Preferences.tsx
apps/admin-x-activitypub/src/views/Preferences/components/ThreadsSharing.tsx
apps/admin-x-activitypub/src/views/Preferences/components/EditProfile.tsx
apps/admin-x-activitypub/src/views/Preferences/components/Settings.tsx
apps/admin-x-activitypub/src/views/Preferences/components/Profile.tsx
@@ -5296,7 +5303,6 @@ apps/admin-x-activitypub/src/components/feed/FeedItemMenu.tsx
apps/admin-x-activitypub/src/components/feed/DeletedFeedItem.tsx
apps/admin-x-activitypub/src/components/modals/Search.tsx
apps/admin-x-activitypub/src/components/modals/NewNoteModal.tsx
apps/admin-x-activitypub/src/lib/explore-sites.ts
apps/admin-x-activitypub/src/lib/feature-flags.tsx
apps/admin-x-activitypub/.eslintignore
apps/admin-x-activitypub/.eslintrc.cjs
@@ -4449,6 +4449,21 @@ schema.ts
examples/graphql-ts-gql/schema.graphql
graphql-ts-gql/schema.graphql
schema.graphql
examples/dynamic-is-required/keystone.ts
dynamic-is-required/keystone.ts
keystone.ts
examples/dynamic-is-required/schema.prisma
dynamic-is-required/schema.prisma
schema.prisma
examples/dynamic-is-required/package.json
dynamic-is-required/package.json
package.json
examples/dynamic-is-required/schema.ts
dynamic-is-required/schema.ts
schema.ts
examples/dynamic-is-required/schema.graphql
dynamic-is-required/schema.graphql
schema.graphql
examples/auth/keystone.ts
auth/keystone.ts
keystone.ts
@@ -6245,10 +6260,14 @@ polite-colts-desire.md
bump-next.md
.changeset/bye-design-system.md
bye-design-system.md
.changeset/early-shirts-win.md
early-shirts-win.md
.changeset/add-itemfield-to-fieldmeta-functions.md
add-itemfield-to-fieldmeta-functions.md
.changeset/puny-tires-rescue.md
puny-tires-rescue.md
.changeset/empty-dots-judge.md
empty-dots-judge.md
.changeset/crazy-poems-cross.md
crazy-poems-cross.md
.changeset/mean-fans-shop.md
@@ -932,6 +932,11 @@ examples/graphql-ts-gql/schema.prisma
examples/graphql-ts-gql/package.json
examples/graphql-ts-gql/schema.ts
examples/graphql-ts-gql/schema.graphql
examples/dynamic-is-required/keystone.ts
examples/dynamic-is-required/schema.prisma
examples/dynamic-is-required/package.json
examples/dynamic-is-required/schema.ts
examples/dynamic-is-required/schema.graphql
examples/auth/keystone.ts
examples/auth/sandbox.config.json
examples/auth/schema.prisma
@@ -1477,8 +1482,10 @@ CONTRIBUTING.md
.changeset/polite-colts-desire.md
.changeset/bump-next.md
.changeset/bye-design-system.md
.changeset/early-shirts-win.md
.changeset/add-itemfield-to-fieldmeta-functions.md
.changeset/puny-tires-rescue.md
.changeset/empty-dots-judge.md
.changeset/crazy-poems-cross.md
.changeset/mean-fans-shop.md
.changeset/bump-prisma.md
@@ -107352,6 +107352,14 @@ Test/Mftf/ActionGroup/AdminFillCaptchaOnResetPasswordFormActionGroup.xml
Mftf/ActionGroup/AdminFillCaptchaOnResetPasswordFormActionGroup.xml
ActionGroup/AdminFillCaptchaOnResetPasswordFormActionGroup.xml
AdminFillCaptchaOnResetPasswordFormActionGroup.xml
app/code/Magento/Captcha/Test/Mftf/ActionGroup/StorefrontFillCaptchaOnEmailToFriendFormActionGroup.xml
code/Magento/Captcha/Test/Mftf/ActionGroup/StorefrontFillCaptchaOnEmailToFriendFormActionGroup.xml
Magento/Captcha/Test/Mftf/ActionGroup/StorefrontFillCaptchaOnEmailToFriendFormActionGroup.xml
Captcha/Test/Mftf/ActionGroup/StorefrontFillCaptchaOnEmailToFriendFormActionGroup.xml
Test/Mftf/ActionGroup/StorefrontFillCaptchaOnEmailToFriendFormActionGroup.xml
Mftf/ActionGroup/StorefrontFillCaptchaOnEmailToFriendFormActionGroup.xml
ActionGroup/StorefrontFillCaptchaOnEmailToFriendFormActionGroup.xml
StorefrontFillCaptchaOnEmailToFriendFormActionGroup.xml
app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaVisibleOnSignInModalOnCheckoutActionGroup.xml
code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaVisibleOnSignInModalOnCheckoutActionGroup.xml
Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaVisibleOnSignInModalOnCheckoutActionGroup.xml
@@ -107488,6 +107496,14 @@ Test/Mftf/ActionGroup/CaptchaFormsDisplayingActionGroup.xml
Mftf/ActionGroup/CaptchaFormsDisplayingActionGroup.xml
ActionGroup/CaptchaFormsDisplayingActionGroup.xml
CaptchaFormsDisplayingActionGroup.xml
app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaVisibleOnEmailToFriendFormActionGroup.xml
code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaVisibleOnEmailToFriendFormActionGroup.xml
Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaVisibleOnEmailToFriendFormActionGroup.xml
Captcha/Test/Mftf/ActionGroup/AssertCaptchaVisibleOnEmailToFriendFormActionGroup.xml
Test/Mftf/ActionGroup/AssertCaptchaVisibleOnEmailToFriendFormActionGroup.xml
Mftf/ActionGroup/AssertCaptchaVisibleOnEmailToFriendFormActionGroup.xml
ActionGroup/AssertCaptchaVisibleOnEmailToFriendFormActionGroup.xml
AssertCaptchaVisibleOnEmailToFriendFormActionGroup.xml
app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertStorefrontCaptchaVisibleOnShoppingCartApplyCouponCodeFormActionGroup.xml
code/Magento/Captcha/Test/Mftf/ActionGroup/AssertStorefrontCaptchaVisibleOnShoppingCartApplyCouponCodeFormActionGroup.xml
Magento/Captcha/Test/Mftf/ActionGroup/AssertStorefrontCaptchaVisibleOnShoppingCartApplyCouponCodeFormActionGroup.xml
@@ -107610,6 +107626,14 @@ Test/Mftf/Test/AdminLoginWithCaptchaTest.xml
Mftf/Test/AdminLoginWithCaptchaTest.xml
Test/AdminLoginWithCaptchaTest.xml
AdminLoginWithCaptchaTest.xml
app/code/Magento/Captcha/Test/Mftf/Test/StorefrontCaptchaOnEmailToFriendFormTest.xml
code/Magento/Captcha/Test/Mftf/Test/StorefrontCaptchaOnEmailToFriendFormTest.xml
Magento/Captcha/Test/Mftf/Test/StorefrontCaptchaOnEmailToFriendFormTest.xml
Captcha/Test/Mftf/Test/StorefrontCaptchaOnEmailToFriendFormTest.xml
Test/Mftf/Test/StorefrontCaptchaOnEmailToFriendFormTest.xml
Mftf/Test/StorefrontCaptchaOnEmailToFriendFormTest.xml
Test/StorefrontCaptchaOnEmailToFriendFormTest.xml
StorefrontCaptchaOnEmailToFriendFormTest.xml
app/code/Magento/Captcha/Test/Mftf/Test/StorefrontCaptchaRegisterNewCustomerTest.xml
code/Magento/Captcha/Test/Mftf/Test/StorefrontCaptchaRegisterNewCustomerTest.xml
Magento/Captcha/Test/Mftf/Test/StorefrontCaptchaRegisterNewCustomerTest.xml
@@ -155731,6 +155755,14 @@ Test/Mftf/Section/AdminProductImagePlaceholderConfigSection.xml
Mftf/Section/AdminProductImagePlaceholderConfigSection.xml
Section/AdminProductImagePlaceholderConfigSection.xml
AdminProductImagePlaceholderConfigSection.xml
app/code/Magento/Catalog/Test/Mftf/Section/StorefrontEmailToFriendSection.xml
code/Magento/Catalog/Test/Mftf/Section/StorefrontEmailToFriendSection.xml
Magento/Catalog/Test/Mftf/Section/StorefrontEmailToFriendSection.xml
Catalog/Test/Mftf/Section/StorefrontEmailToFriendSection.xml
Test/Mftf/Section/StorefrontEmailToFriendSection.xml
Mftf/Section/StorefrontEmailToFriendSection.xml
Section/StorefrontEmailToFriendSection.xml
StorefrontEmailToFriendSection.xml
app/code/Magento/Catalog/Test/Mftf/Section/AdminCreateProductAttributeSection/StorefrontPropertiesSection.xml
code/Magento/Catalog/Test/Mftf/Section/AdminCreateProductAttributeSection/StorefrontPropertiesSection.xml
Magento/Catalog/Test/Mftf/Section/AdminCreateProductAttributeSection/StorefrontPropertiesSection.xml
@@ -156992,6 +157024,14 @@ Test/Mftf/ActionGroup/DeleteProductBySkuActionGroup.xml
Mftf/ActionGroup/DeleteProductBySkuActionGroup.xml
ActionGroup/DeleteProductBySkuActionGroup.xml
DeleteProductBySkuActionGroup.xml
app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontClickEmailToFriendButtonOnProductPageActionGroup.xml
code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontClickEmailToFriendButtonOnProductPageActionGroup.xml
Magento/Catalog/Test/Mftf/ActionGroup/StorefrontClickEmailToFriendButtonOnProductPageActionGroup.xml
Catalog/Test/Mftf/ActionGroup/StorefrontClickEmailToFriendButtonOnProductPageActionGroup.xml
Test/Mftf/ActionGroup/StorefrontClickEmailToFriendButtonOnProductPageActionGroup.xml
Mftf/ActionGroup/StorefrontClickEmailToFriendButtonOnProductPageActionGroup.xml
ActionGroup/StorefrontClickEmailToFriendButtonOnProductPageActionGroup.xml
StorefrontClickEmailToFriendButtonOnProductPageActionGroup.xml
app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminFillAttributeDataProductFormNewAttributeActionGroup.xml
code/Magento/Catalog/Test/Mftf/ActionGroup/AdminFillAttributeDataProductFormNewAttributeActionGroup.xml
Magento/Catalog/Test/Mftf/ActionGroup/AdminFillAttributeDataProductFormNewAttributeActionGroup.xml
@@ -159368,6 +159408,14 @@ Test/Mftf/ActionGroup/FilterProductAttributeSetGridByAttributeSetNameActionGroup
Mftf/ActionGroup/FilterProductAttributeSetGridByAttributeSetNameActionGroup.xml
ActionGroup/FilterProductAttributeSetGridByAttributeSetNameActionGroup.xml
FilterProductAttributeSetGridByAttributeSetNameActionGroup.xml
app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontFillFieldsOnEmailToFriendFormActionGroup.xml
code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontFillFieldsOnEmailToFriendFormActionGroup.xml
Magento/Catalog/Test/Mftf/ActionGroup/StorefrontFillFieldsOnEmailToFriendFormActionGroup.xml
Catalog/Test/Mftf/ActionGroup/StorefrontFillFieldsOnEmailToFriendFormActionGroup.xml
Test/Mftf/ActionGroup/StorefrontFillFieldsOnEmailToFriendFormActionGroup.xml
Mftf/ActionGroup/StorefrontFillFieldsOnEmailToFriendFormActionGroup.xml
ActionGroup/StorefrontFillFieldsOnEmailToFriendFormActionGroup.xml
StorefrontFillFieldsOnEmailToFriendFormActionGroup.xml
app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAddProductToCompareActionGroup.xml
code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAddProductToCompareActionGroup.xml
Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAddProductToCompareActionGroup.xml
@@ -159800,6 +159848,14 @@ Test/Mftf/ActionGroup/CreateNewProductActionGroup.xml
Mftf/ActionGroup/CreateNewProductActionGroup.xml
ActionGroup/CreateNewProductActionGroup.xml
CreateNewProductActionGroup.xml
app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontClickSendEmailButtonOnEmailToFriendFormActionGroup.xml
code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontClickSendEmailButtonOnEmailToFriendFormActionGroup.xml
Magento/Catalog/Test/Mftf/ActionGroup/StorefrontClickSendEmailButtonOnEmailToFriendFormActionGroup.xml
Catalog/Test/Mftf/ActionGroup/StorefrontClickSendEmailButtonOnEmailToFriendFormActionGroup.xml
Test/Mftf/ActionGroup/StorefrontClickSendEmailButtonOnEmailToFriendFormActionGroup.xml
Mftf/ActionGroup/StorefrontClickSendEmailButtonOnEmailToFriendFormActionGroup.xml
ActionGroup/StorefrontClickSendEmailButtonOnEmailToFriendFormActionGroup.xml
StorefrontClickSendEmailButtonOnEmailToFriendFormActionGroup.xml
app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontCheckProductIsMissingInCategoryProductsPageActionGroup.xml
code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontCheckProductIsMissingInCategoryProductsPageActionGroup.xml
Magento/Catalog/Test/Mftf/ActionGroup/StorefrontCheckProductIsMissingInCategoryProductsPageActionGroup.xml
@@ -160997,6 +161053,14 @@ Test/Mftf/Data/ImageData.xml
Mftf/Data/ImageData.xml
Data/ImageData.xml
ImageData.xml
app/code/Magento/Catalog/Test/Mftf/Data/EmailToFriendData.xml
code/Magento/Catalog/Test/Mftf/Data/EmailToFriendData.xml
Magento/Catalog/Test/Mftf/Data/EmailToFriendData.xml
Catalog/Test/Mftf/Data/EmailToFriendData.xml
Test/Mftf/Data/EmailToFriendData.xml
Mftf/Data/EmailToFriendData.xml
Data/EmailToFriendData.xml
EmailToFriendData.xml
app/code/Magento/Catalog/Test/Mftf/Data/WidgetsData.xml
code/Magento/Catalog/Test/Mftf/Data/WidgetsData.xml
Magento/Catalog/Test/Mftf/Data/WidgetsData.xml
@@ -161229,6 +161293,14 @@ Test/Mftf/Test/AdminDeleteCustomGroupInAnAttributeSetTest.xml
Mftf/Test/AdminDeleteCustomGroupInAnAttributeSetTest.xml
Test/AdminDeleteCustomGroupInAnAttributeSetTest.xml
AdminDeleteCustomGroupInAnAttributeSetTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/StorefrontAssertStockStatusForDisplayOutOfStockEnabledTest.xml
code/Magento/Catalog/Test/Mftf/Test/StorefrontAssertStockStatusForDisplayOutOfStockEnabledTest.xml
Magento/Catalog/Test/Mftf/Test/StorefrontAssertStockStatusForDisplayOutOfStockEnabledTest.xml
Catalog/Test/Mftf/Test/StorefrontAssertStockStatusForDisplayOutOfStockEnabledTest.xml
Test/Mftf/Test/StorefrontAssertStockStatusForDisplayOutOfStockEnabledTest.xml
Mftf/Test/StorefrontAssertStockStatusForDisplayOutOfStockEnabledTest.xml
Test/StorefrontAssertStockStatusForDisplayOutOfStockEnabledTest.xml
StorefrontAssertStockStatusForDisplayOutOfStockEnabledTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/AdminMassUpdateProductQtyIncrementsTest.xml
code/Magento/Catalog/Test/Mftf/Test/AdminMassUpdateProductQtyIncrementsTest.xml
Magento/Catalog/Test/Mftf/Test/AdminMassUpdateProductQtyIncrementsTest.xml
@@ -12369,6 +12369,7 @@ app/code/Magento/Captcha/Test/Mftf/ActionGroup/StorefrontCheckoutFillCaptchaFiel
app/code/Magento/Captcha/Test/Mftf/ActionGroup/StorefrontFillCustomerAccountCreationFormWithCaptchaActionGroup.xml
app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaVisibleOnCustomerLoginFormActionGroup.xml
app/code/Magento/Captcha/Test/Mftf/ActionGroup/AdminFillCaptchaOnResetPasswordFormActionGroup.xml
app/code/Magento/Captcha/Test/Mftf/ActionGroup/StorefrontFillCaptchaOnEmailToFriendFormActionGroup.xml
app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaVisibleOnSignInModalOnCheckoutActionGroup.xml
app/code/Magento/Captcha/Test/Mftf/ActionGroup/StorefrontFillContactUsFormWithCaptchaActionGroup.xml
app/code/Magento/Captcha/Test/Mftf/ActionGroup/StorefrontFillCaptchaFieldOnCheckoutActionGroup.xml
@@ -12386,6 +12387,7 @@ app/code/Magento/Captcha/Test/Mftf/ActionGroup/StorefrontCustomerChangePasswordW
app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertStorefrontCaptchaVisibleOnCustomerSignInPopupActionGroup.xml
app/code/Magento/Captcha/Test/Mftf/ActionGroup/StorefrontCheckoutPaymentsWithCaptchaActionGroup.xml
app/code/Magento/Captcha/Test/Mftf/ActionGroup/CaptchaFormsDisplayingActionGroup.xml
app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaVisibleOnEmailToFriendFormActionGroup.xml
app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertStorefrontCaptchaVisibleOnShoppingCartApplyCouponCodeFormActionGroup.xml
app/code/Magento/Captcha/Test/Mftf/Data/CaptchaConfigData.xml
app/code/Magento/Captcha/Test/Mftf/Data/CaptchaData.xml
@@ -12401,6 +12403,7 @@ app/code/Magento/Captcha/Test/Mftf/Test/StorefrontCaptchaOnCustomerLoginTest.xml
app/code/Magento/Captcha/Test/Mftf/Test/StorefrontCaptchaOnOnepageCheckoutPyamentTest.xml
app/code/Magento/Captcha/Test/Mftf/Test/StorefrontResetCustomerPasswordFailedTest.xml
app/code/Magento/Captcha/Test/Mftf/Test/AdminLoginWithCaptchaTest.xml
app/code/Magento/Captcha/Test/Mftf/Test/StorefrontCaptchaOnEmailToFriendFormTest.xml
app/code/Magento/Captcha/Test/Mftf/Test/StorefrontCaptchaRegisterNewCustomerTest.xml
app/code/Magento/Captcha/Test/Mftf/Test/StorefrontCaptchaLoginOnCheckoutWithEnabledCaptchaTest.xml
app/code/Magento/Captcha/Test/Mftf/Test/StorefrontCaptchaChangeCustomerPasswordTest.xml
@@ -18338,6 +18341,7 @@ app/code/Magento/Catalog/Test/Mftf/Section/AdminProductCustomizableOptionSection
app/code/Magento/Catalog/Test/Mftf/Section/StorefrontProductRelatedProductsSection.xml
app/code/Magento/Catalog/Test/Mftf/Section/DropdownAttributeOptionsSection.xml
app/code/Magento/Catalog/Test/Mftf/Section/AdminProductImagePlaceholderConfigSection.xml
app/code/Magento/Catalog/Test/Mftf/Section/StorefrontEmailToFriendSection.xml
app/code/Magento/Catalog/Test/Mftf/Section/AdminCreateProductAttributeSection/StorefrontPropertiesSection.xml
app/code/Magento/Catalog/Test/Mftf/Section/AdminCreateProductAttributeSection/AttributePropertiesSection.xml
app/code/Magento/Catalog/Test/Mftf/Section/AdminCreateProductAttributeSection/AttributeManageSwatchSection.xml
@@ -18492,6 +18496,7 @@ app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertAdminCategoryIsNotIncludeIn
app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertProductDetailsOnStorefrontActionGroup.xml
app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertStorefrontProductPageGalleryImageDimensionsActionGroup.xml
app/code/Magento/Catalog/Test/Mftf/ActionGroup/DeleteProductBySkuActionGroup.xml
app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontClickEmailToFriendButtonOnProductPageActionGroup.xml
app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminFillAttributeDataProductFormNewAttributeActionGroup.xml
app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminExpandProductAttributesTabActionGroup.xml
app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontOpenProductEntityPageActionGroup.xml
@@ -18789,6 +18794,7 @@ app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminSetNotifyBelowQtyValueAction
app/code/Magento/Catalog/Test/Mftf/ActionGroup/TestDynamicValidationHintActionGroup.xml
app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminFillAdvancedInventoryOutOfStockThresholdActionGroup.xml
app/code/Magento/Catalog/Test/Mftf/ActionGroup/FilterProductAttributeSetGridByAttributeSetNameActionGroup.xml
app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontFillFieldsOnEmailToFriendFormActionGroup.xml
app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAddProductToCompareActionGroup.xml
app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminFillInProductShortDescriptionActionGroup.xml
app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontOpenProductPageOnSecondStoreActionGroup.xml
@@ -18843,6 +18849,7 @@ app/code/Magento/Catalog/Test/Mftf/ActionGroup/UnassignWebsiteFromProductActionG
app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontClearCompareActionGroup.xml
app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertAttributeDeletionErrorMessageActionGroup.xml
app/code/Magento/Catalog/Test/Mftf/ActionGroup/CreateNewProductActionGroup.xml
app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontClickSendEmailButtonOnEmailToFriendFormActionGroup.xml
app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontCheckProductIsMissingInCategoryProductsPageActionGroup.xml
app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertProductInStorefrontCategoryPageActionGroup.xml
app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAddTextSwatchForAdminActionGroup.xml
@@ -18993,6 +19000,7 @@ app/code/Magento/Catalog/Test/Mftf/Data/ProductFormData.xml
app/code/Magento/Catalog/Test/Mftf/Data/ProductLinksData.xml
app/code/Magento/Catalog/Test/Mftf/Data/CategoryData.xml
app/code/Magento/Catalog/Test/Mftf/Data/ImageData.xml
app/code/Magento/Catalog/Test/Mftf/Data/EmailToFriendData.xml
app/code/Magento/Catalog/Test/Mftf/Data/WidgetsData.xml
app/code/Magento/Catalog/Test/Mftf/Data/ProductOptionValueData.xml
app/code/Magento/Catalog/Test/Mftf/Data/VirtualProductOptionData.xml
@@ -19022,6 +19030,7 @@ app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateProductAttributeFromProductPa
app/code/Magento/Catalog/Test/Mftf/Test/AdminAddInStockProductToTheCartTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/AdminProductImageAssignmentForMultipleStoresTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/AdminDeleteCustomGroupInAnAttributeSetTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/StorefrontAssertStockStatusForDisplayOutOfStockEnabledTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/AdminMassUpdateProductQtyIncrementsTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/DisplayingCustomAttributesInProductGridTest.xml
app/code/Magento/Catalog/Test/Mftf/Test/AdminProductGridFilteringByDateWithCustomLocaleTest.xml
File diff suppressed because it is too large Load Diff
@@ -18424,51 +18424,91 @@ changelog/release-6-6-2-0/2024-03-28-avoid-to-set-active-billing-address-with-nu
changelog/release-6-7-0-0/2025-02-28-add-aria-labels-to-product-slider-controls.md
changelog/release-6-7-0-0/2025-01-30-improve-vite-logs.md
changelog/release-6-7-0-0/2025-02-26-fix-translation-scope-issue-in-i18n-t-component.md
changelog/release-6-7-0-0/2025-05-05-fix-admin-assets-with-underscores.md
changelog/release-6-7-0-0/2025-04-24-allow-small-size-of-sw-simple-search-field.md
changelog/release-6-7-0-0/2024-10-22-replace-license-violation-store-with-pinia-store.md
changelog/release-6-7-0-0/2025-05-26-adjust-styling-chart-count-tooltip.md
changelog/release-6-7-0-0/2025-02-18-sorted-conditions-alphabetically.md
changelog/release-6-7-0-0/2025-02-24-fix-accessibility-issues-in-address-manager.md
changelog/release-6-7-0-0/2025-05-28-update-meteor-to-4-12-1.md
changelog/release-6-7-0-0/2024-11-29-refactored-internals-of-the-mailservice.md
changelog/release-6-7-0-0/2025-02-04-added-mapping-property.md
changelog/release-6-7-0-0/2024-12-12-update-to-doctrine-dbal-4-2.md
changelog/release-6-7-0-0/2025-02-04-remove-accessibility-feature-flag.md
changelog/release-6-7-0-0/2025-04-04-improve-variants-can-t-be-assigned-to-a-category.md
changelog/release-6-7-0-0/2024-12-19-migrate-paymentoverviewcard-store-to-pinia.md
changelog/release-6-7-0-0/2025-05-20-fix-deeplinkcode-overwrite.md
changelog/release-6-7-0-0/2025-02-20-move-progress-bar-to-meteor-component.md
changelog/release-6-7-0-0/2025-05-12-cleanup-cancel-order-modal.md
changelog/release-6-7-0-0/2025-02-26-use-correct-opensearch-client-for-es-admin-reset.md
changelog/release-6-7-0-0/2024-12-18-migrate-swshippingdetail-store-to-pinia.md
changelog/release-6-7-0-0/2025-03-27-a11y-insufficient-accessibility-of-the-search-form-field-for-screen-readers.md
changelog/release-6-7-0-0/2025-03-03-single-element-for-v-show-condition.md
changelog/release-6-7-0-0/2025-05-23-fix-inline-media-upload-preview-image-option-is-broken.md
changelog/release-6-7-0-0/2025-05-22-fix-store-api-criteria-endpoints-schema.md
changelog/release-6-7-0-0/2025-04-04-offcanvassingleton-does-not-remove-hard-coded-offcanvas-from-dom.md
changelog/release-6-7-0-0/2025-02-19-marked-entity-attributes-classes-final.md
changelog/release-6-7-0-0/2025-05-27-elasticsearch-custom-fields-dynamic-product-groups-not-working.md
changelog/release-6-7-0-0/2025-05-06-fixed-admin-password-recovery.md
changelog/release-6-7-0-0/2025-05-20-display-promotion-rule-as-line-item-rule.md
changelog/release-6-7-0-0/2025-03-05-add-new-data-id-to-set-off-canvas-aria-labelledby.md
changelog/release-6-7-0-0/2025-04-08-fix-struct-encoder-custom-field-visibility.md
changelog/release-6-7-0-0/2025-03-28-replaced-sw-checkbox-field-component-by-mt-checkbox-in-theme-assignment.md
changelog/release-6-7-0-0/2025-02-14-update-bootstrap-to-5-3-3.md
changelog/release-6-7-0-0/2025-03-07-delete-cart-immediately-after-order-is-created.md
changelog/release-6-7-0-0/2025-01-09-improve-core-checkout-domain-search-usage.md
changelog/release-6-7-0-0/2025-02-06-add-allowEmptyString-attribute-support.md
changelog/release-6-7-0-0/2025-05-19-reduce-downtime-while-theme-change.md
changelog/release-6-7-0-0/2024-10-07-migrate-help-center-store-to-pinia.md
changelog/release-6-7-0-0/2025-05-21-elasticsearch-list-price-percentage-ratio-dynamic-product-groups-not-working.md
changelog/release-6-7-0-0/2025-01-24-update-polyfills-and-cleanup-js.md
changelog/release-6-7-0-0/2025-03-25-add-login-scripts-to-window.md
changelog/release-6-7-0-0/2025-02-13-removed-sql_set_default_session_variables-and-enforce-mysql-performance-tweaks.md
changelog/release-6-7-0-0/2025-03-11-add-missing-dependency-field-of-url-runtime-field-to-media-definition.md
changelog/release-6-7-0-0/2025-05-13-fix-search-result-order.md
changelog/release-6-7-0-0/2025-03-19-improve-tag-selection-in-admin.md
changelog/release-6-7-0-0/2025-03-05-update-switch-context-event.md
changelog/release-6-7-0-0/2025-05-15-provide-context-token-to-current-request.md
changelog/release-6-7-0-0/2025-05-27-fix-sorting-of-countries.md
changelog/release-6-7-0-0/2025-02-17-ios-quick-look-chrome.md
changelog/release-6-7-0-0/2025-05-08-elasticsearch-index-s-mapping-should-be-updated-post-update.md
changelog/release-6-7-0-0/2025-05-22-set-limit-when-loading-options-in-property-group-detail-page.md
changelog/release-6-7-0-0/2024-05-17-add-admin-vite-poc.md
changelog/release-6-7-0-0/2024-10-16-replace-extension-entry-routes-vuex-store-with-pinia.md
changelog/release-6-7-0-0/2025-05-07-fix-admin-ui-when-staging-mode-enabled.md
changelog/release-6-7-0-0/2025-04-08-fix-mobile-form-field-layouts.md
changelog/release-6-7-0-0/2025-06-02-bypass-extensions-from-id-result-to-search-result.md
changelog/release-6-7-0-0/2025-03-26-fix-correctly-reset-promotion-duplication-fields.md
changelog/release-6-7-0-0/2025-03-14-set-wishlistpage-to-noindex.md
changelog/release-6-7-0-0/2025-03-17-fix-text-decoration-for-search-suggestion-product-link-and-remove-a-search-suggestion-file.md
changelog/release-6-7-0-0/2025-02-14-fix-product-stream-updater-performance-issues.md
changelog/release-6-7-0-0/2025-01-28-use-native-iteration-instead-of-iterator-helper.md
changelog/release-6-7-0-0/2025-05-09-change-property-group-option-combinable-visibility.md
changelog/release-6-7-0-0/2025-05-09-export-createtexteditordatamappingbutton-through-global-shopware-component-helper.md
changelog/release-6-7-0-0/2025-02-11-restore-customer-address-from-order-for-context.md
changelog/release-6-7-0-0/2025-04-07-fix-nested-line-items.md
changelog/release-6-7-0-0/2025-01-11-increase-account-main-content-width-on-xl-viewport.md
changelog/release-6-7-0-0/2025-01-15-replace-sw-text-editor-with-mt-text-editor.md
changelog/release-6-7-0-0/2025-04-07-fix-override-paging-listing-page-parameter.md
changelog/release-6-7-0-0/2025-05-20-added-reset-parameter-to-update-theme.md
changelog/release-6-7-0-0/2025-04-16-remove-deletethemefilesmessage.md
changelog/release-6-7-0-0/2025-04-30-improve-extensibility-of-header-and-footer-esi-templates.md
changelog/release-6-7-0-0/2024-11-11-replace-modals-vuex-store-with-pinia-store.md
changelog/release-6-7-0-0/2025-04-08-sw-icon-variable-icon-name.md
changelog/release-6-7-0-0/2025-04-28-inclue-seourls-for-suggestsearch-and-search-entities.md
changelog/release-6-7-0-0/2025-01-11-make-accountorderdropdown-button-id-unique.md
changelog/release-6-7-0-0/2024-12-04-fix-can-t-create-customer-with-different-addresses.md
changelog/release-6-7-0-0/2024-10-22-replace-marketing-vuex-store-with-pinia-store.md
changelog/release-6-7-0-0/2025-04-17-fix-webhook-dispatching-for-not-versioned-events.md
changelog/release-6-7-0-0/2025-02-06-product-slider-refactoring.md
changelog/release-6-7-0-0/2025-03-11-added-missing-rule-filter-for-shipping-price-matrix.md
changelog/release-6-7-0-0/2025-05-22-fix-search-term-custom-find-weird-icons.md
changelog/release-6-7-0-0/2025-02-26-implement-windowgetid-message-from-meteor-admin-sdk.md
changelog/release-6-7-0-0/2025-03-11-add-missing-dependency-field-of-url-runtime-field-to-media-defintion.md
changelog/release-6-7-0-0/2025-05-26-fix-change-in-new-generated-language-get-an-error.md
changelog/release-6-7-0-0/2025-04-02-fix-admin-order-shipping-cost-input-behaviour.md
changelog/release-6-7-0-0/2024-12-17-migrate-swproductdetail-store-to-pinia.md
changelog/release-6-7-0-0/2025-02-15-prevent-imitating-when-not-possible.md
changelog/release-6-7-0-0/2025-02-17-deprecate-dom-access-helper.md
changelog/release-6-7-0-0/2025-02-17-api-client-confidential-flag.md
changelog/release-6-7-0-0/2024-10-16-transition-extension-sdk-module-vuex-store-to-pinia-store.md
@@ -18476,82 +18516,144 @@ changelog/release-6-7-0-0/2025-02-14-fix-slot-config-inheritance-for-cms-layout-
changelog/release-6-7-0-0/2025-02-27-rearrange-cartsavedevent-in-rediscartpersister.md
changelog/release-6-7-0-0/2025-02-07-improve-reset-interface-usage-with-array-data.md
changelog/release-6-7-0-0/2025-02-12-deprecated-incorrect-non-nullable-return-types-to-align-with-nullable-properties.md
changelog/release-6-7-0-0/2025-06-05-fix-generating-variants-shows-nan.md
changelog/release-6-7-0-0/2024-11-29-update-storefront-inter-font-and-remove-non-variable-fonts.md
changelog/release-6-7-0-0/2025-05-09-solve-admin-promotion-issues.md
changelog/release-6-7-0-0/2025-04-30-show-customer-default-addresses-in-listing.md
changelog/release-6-7-0-0/2025-03-26-raise-version-in-composer-stub.md
changelog/release-6-7-0-0/2025-04-29-changed-form-validation-to-check-for-custom-error-message.md
changelog/release-6-7-0-0/2025-03-06-added-cart-errors-after-recalculation.md
changelog/release-6-7-0-0/2024-10-04-add-twig-functions-and-tokens-with-their-alternatives-with-inheritance.md
changelog/release-6-7-0-0/2025-05-15-transmit-correct-shipping-costs-to-google-analytics.md
changelog/release-6-7-0-0/2025-04-03-fix-loading-of-to-one-associations-with-partial-data-loading.md
changelog/release-6-7-0-0/2025-05-07-Fix-admin-watcher-vite-origin-host-for-ddev.md
changelog/release-6-7-0-0/2025-03-25-pin-promotions-for-admin-orders.md
changelog/release-6-7-0-0/2025-03-06-add-div-wrapper-support-to-component-sections.md
changelog/release-6-7-0-0/2025-01-22-make-product-variation-accessible-in-seo-url-templates.md
changelog/release-6-7-0-0/2025-04-25-changed-themeconfigfield-type-property-type.md
changelog/release-6-7-0-0/2025-04-11-fix-calls-to-update-store.md
changelog/release-6-7-0-0/2025-04-28-case-insensitive-guest-order-check.md
changelog/release-6-7-0-0/2025-02-24-fix-add-file-type-to-download-open-e-invoice.md
changelog/release-6-7-0-0/2025-02-21-added-phpstan-rule-ensuring-that-all-attribute-classes-are-final.md
changelog/release-6-7-0-0/2025-03-05-support-for-empty-filter-values-for-equals-and-equalsany-filters.md
changelog/release-6-7-0-0/2024-12-12-migrate-sworder-store-to-pinia.md
changelog/release-6-7-0-0/2025-05-04-fix-faulty-modal-behavior-in-advanced-pricing-create-new-rule.md
changelog/release-6-7-0-0/2025-04-30-allowfullscreen-video-element.md
changelog/release-6-7-0-0/2025-03-05-order-internal-comment.md
changelog/release-6-7-0-0/2025-05-19-fix-first-level-nav-bar-links.md
changelog/release-6-7-0-0/2025-02-26-fix-essential-characteristics-settings-cannot-save.md
changelog/release-6-7-0-0/2025-01-30-fix-order-elasticsearch-indexing-performance-for-administration.md
changelog/release-6-7-0-0/2025-04-28-improve-basic-captcha-compatibility.md
changelog/release-6-7-0-0/2025-03-20-fix-cms-block-removable-check.md
changelog/release-6-7-0-0/2025-02-10-fix-order-delivery-state-machine-name.md
changelog/release-6-7-0-0/2025-04-30-add-deprecated-prop-to-facilitate-the-migration-to-meteor-components.md
changelog/release-6-7-0-0/2025-05-05-fixed-promotion-deletion-cart-error.md
changelog/release-6-7-0-0/2025-06-09-vue3-compatibility-for-template-refs-in-cross-selling-component.md
changelog/release-6-7-0-0/2025-02-20-fix-cms-block-bg-color-condition.md
changelog/release-6-7-0-0/2025-05-21-remove-write-of-createdbyfield-for-nonlive-versions.md
changelog/release-6-7-0-0/2024-11-25-add-events-for-order-loading-when-creating-documents.md
changelog/release-6-7-0-0/2025-04-30-revert-silently-ignoring-admin-es-errors.md
changelog/release-6-7-0-0/2024-11-11-replace-menuitem-vuex-store-with-pinia-store.md
changelog/release-6-7-0-0/2025-02-25-eliminate-errors-when-clicking-product-rating.md
changelog/release-6-7-0-0/2025-03-13-reset-customer-on-cancel-order-create-modal.md
changelog/release-6-7-0-0/2025-05-21-adjust-styling-label-created-by-admin.md
changelog/release-6-7-0-0/2025-02-23-fix-missing-cms-product-slider-animation-and-re-enable-cms-sliders-speed-configuration.md
changelog/release-6-7-0-0/2025-02-12-fix-the-number-slops-to-find-numbers-between-non-digits.md
changelog/release-6-7-0-0/2025-05-21-refactor-manufacturer-wrapper-on-product-detail-page.md
changelog/release-6-7-0-0/2024-10-10-replace-extension-component-section-store-with-pinia-store.md
changelog/release-6-7-0-0/2025-05-02-fix-incorrect-proportions-of-tags-in-orders.md
changelog/release-6-7-0-0/2024-12-04-improve-sw-page-back-button-linking.md
changelog/release-6-7-0-0/2025-05-05-fix-category-search-results-not-scrollable.md
changelog/release-6-7-0-0/2025-03-26-cookie-constent-keyboard-nav.md
changelog/release-6-7-0-0/2025-04-02-search-widget-accessibility.md
changelog/release-6-7-0-0/2025-02-24-allowed-nulls-in-systemconfigvalidator-for-required-values-in-child-configs.md
changelog/release-6-7-0-0/2025-02-27-adjust-card-component-position-name-in-order-detail.md
changelog/release-6-7-0-0/2024-11-14-transition-shopwareapps-store-to-pinia.md
changelog/release-6-7-0-0/2025-05-20-replace-theme-media-sidebar-with-media-modal.md
changelog/release-6-7-0-0/2025-04-07-fix-currency-sleection-in-offcanvas.md
changelog/release-6-7-0-0/2025-04-11-new-event-for-fetched-category-ids.md
changelog/release-6-7-0-0/2025-03-31-fix-issue-where-criteria-limit-of-500-prevents-loading-admin-modules.md
changelog/release-6-7-0-0/2024-12-11-migrate-sworderdetail-store-to-pinia.md
changelog/release-6-7-0-0/2025-04-15-make-search-parameter-optional-in-search-api.md
changelog/release-6-7-0-0/2024-12-03-reorganized-menu-items-on-the-settings-page.md
changelog/release-6-7-0-0/2024-10-09-migrate-error-store-to-pinia.md
changelog/release-6-7-0-0/2025-05-13-add-active-styling-class-to-main-navigation.md
changelog/release-6-7-0-0/2025-02-28-add-shopware-usage-data-collection-enabled-config-to-improve-usage-of-shopware-usage-data-gateway-dispatch-enabled.md
changelog/release-6-7-0-0/2025-06-06-improve-listing-of-customergroup-registration-form-seo-urls.md
changelog/release-6-7-0-0/2024-12-09-migrate-sw-seo-url-store-to-pinia.md
changelog/release-6-7-0-0/2025-02-24-remove-spaceless-twig-filter.md
changelog/release-6-7-0-0/2025-03-14-make-sw_icons-aria-hidden-by-default.md
changelog/release-6-7-0-0/2025-02-10-change-cms-block-default-margin.md
changelog/release-6-7-0-0/2025-05-22-e-invoice-vertical-tax-calculation.md
changelog/release-6-7-0-0/2025-03-07-fix-currency-and-language-switch-in-offcanvas.md
changelog/release-6-7-0-0/2025-05-20-refactored-snippet-set-list.md
changelog/release-6-7-0-0/2025-03-07-add-new-blocks-for-cms-element-image-gallery.md
changelog/release-6-7-0-0/2025-05-06-fix-remove-extra-closing-curly-brace.md
changelog/release-6-7-0-0/2025-05-29-unwrap-messages-when-routing.md
changelog/release-6-7-0-0/2024-12-19-rename-transaction-transition-action-pay-and-pay-partially.md
changelog/release-6-7-0-0/2025-01-23-get-rid-the-files-card-on-the-product-creation-page.md
changelog/release-6-7-0-0/2024-10-22-replace-extensionmainmodules-vuex-store-with-pinia.md
changelog/release-6-7-0-0/2025-03-16-fix-media-folder-thumbnail-settings.md
changelog/release-6-7-0-0/2025-05-20-account-design-adjustments.md
changelog/release-6-7-0-0/2025-02-26-use-current-order-data-in-mail-preview.md
changelog/release-6-7-0-0/2025-05-27-replace-old-data-protection-info-the-our-current-standard.md
changelog/release-6-7-0-0/2025-03-17-close-search-suggests-when-focus-of-input-is-lost.md
changelog/release-6-7-0-0/2025-06-05-product-variants-empty-state-list-position-doesn-t-correct.md
changelog/release-6-7-0-0/2025-02-26-add-generic-type-to-entity-loaded-events.md
changelog/release-6-7-0-0/2025-05-15-fix-search-result-order-in-preview-search-in-mysql.md
changelog/release-6-7-0-0/2024-10-04-migrate-action-buttons-store-to-pinia.md
changelog/release-6-7-0-0/2025-02-27-fix-set-for-sw-list-price-field-component.md
changelog/release-6-7-0-0/2025-05-02-show-rendered-type-of-tax-rule-restrictions.md
changelog/release-6-7-0-0/2025-04-04-show-navigation-arrows-of-product-cross-selling-sliders-again.md
changelog/release-6-7-0-0/2025-03-03-bulk-editing-products-stock-fails.md
changelog/release-6-7-0-0/2025-05-16-add-skip-theme-compile-option-for-app-uninstall.md
changelog/release-6-7-0-0/2024-10-17-transition-extension-store-to-pinia.md
changelog/release-6-7-0-0/2024-12-18-only-add-gtag-consent-mode-if-google-analytics-is-enabled.md
changelog/release-6-7-0-0/2025-03-14-fix-show-new-customer-address-after-saving-modal.md
changelog/release-6-7-0-0/2024-10-10-migrate-context-store-to-pinia.md
changelog/release-6-7-0-0/2025-02-11-remove-laguage-switch-from-document-settings.md
changelog/release-6-7-0-0/2025-05-07-added-cart-order-lock.md
changelog/release-6-7-0-0/2025-03-04-set-aria-current-page-for-activatenavigationid-in-navbar.md
changelog/release-6-7-0-0/2025-03-12-variant-indicator-missing-in-product-listing.md
changelog/release-6-7-0-0/2025-04-30-allow-small-size-of-sw-select-rule-create.md
changelog/release-6-7-0-0/2025-01-17-improve-core-checkout-domain-performance.md
changelog/release-6-7-0-0/2025-03-04-accessibility-via-mobile-keyboard-navigation.md
changelog/release-6-7-0-0/2025-05-09-fixed-misalignment-of-add-tags-placeholder-in-order-edit-view.md
changelog/release-6-7-0-0/2025-04-17-fix-broken-snippets-in-rule-builder-conditions.md
changelog/release-6-7-0-0/2025-02-25-use-checkoutgateway-for-setpaymentorderroute.md
changelog/release-6-7-0-0/2025-02-23-support-og-video-meta-tag.md
changelog/release-6-7-0-0/2025-06-09-fix-essential-characteristics-create-template-with-more-than-2-values-does-not-work.md
changelog/release-6-7-0-0/2025-06-03-fix-inconsistency-between-login-and-register.md
changelog/release-6-7-0-0/2024-11-14-migrate-notification-store-to-pinia.md
changelog/release-6-7-0-0/2025-03-03-Accessibility-of-footer-collapse.md
changelog/release-6-7-0-0/2025-03-13-disable-prefix-search-for-synonyms-to-prevent-irrelevant-results.md
changelog/release-6-7-0-0/2025-05-12-fixed-accessibility-issue-of-collapse-button-of-orders.md
changelog/release-6-7-0-0/2025-05-05-add-blocks-for-inputs-for-address-and-register-form.md
changelog/release-6-7-0-0/2024-11-22-migrate-session-store-to-pinia.md
changelog/release-6-7-0-0/2025-03-03-fix-bulk-edit-custom-fields.md
changelog/release-6-7-0-0/2025-02-21-fix-multi-select-filter-for-translated-entities.md
changelog/release-6-7-0-0/2025-06-02-translated-custom-field-value-accessor.md
changelog/release-6-7-0-0/2025-03-04-digital-products-contain-the-measures-packaging-card.md
changelog/release-6-7-0-0/2025-05-02-fix-height-of-search-field-in-sw-card-filter-component.md
changelog/release-6-7-0-0/2025-04-14-do-not-include-empty-subcategory-navigation-list.md
changelog/release-6-7-0-0/2025-01-02-add-allow-html-entity-attribute.md
changelog/release-6-7-0-0/2025-09-05-changed-text-when-edit-locked-cms-page.md
changelog/release-6-7-0-0/2025-05-26-fix-alignment-logo-manufacture-media-field.md
changelog/release-6-7-0-0/2025-02-07-improve-db-queries-on-media-files.md
changelog/release-6-7-0-0/2025-04-17-fix-dal-inherited-to-many.md
changelog/release-6-7-0-0/2025-02-08-add-possibility-to-use-the-google-tag-manager.md
changelog/release-6-7-0-0/2024-11-23-cleanup-storefront-stylelint-integration.md
changelog/release-6-7-0-0/2025-02-12-ask-for-save-order-before-proceeding.md
changelog/release-6-7-0-0/2025-04-24-fix-local-mode-of-sw-one-to-many-grid.md
changelog/release-6-7-0-0/2025-04-30-fix-no-new-line-for-placeholder.md
changelog/release-6-7-0-0/2024-12-10-migrate-showpwareextensions-store-to-pinia.md
changelog/release-6-7-0-0/2025-03-12-fix-progress-bar-showing-nan.md
changelog/release-6-7-0-0/2025-03-19-fetch-api.md
changelog/release-6-7-0-0/2025-01-21-migrate-swflow-store-to-pinia.md
changelog/release-6-7-0-0/2025-02-06-upgrade-storefront-deps-and-jest.md
changelog/release-6-7-0-0/2025-05-09-fix-retryabletransaction-missing-savepoint-error.md
changelog/release-6-7-0-0/2024-12-05-migrate-swcategorydetail-store-to-pinia.md
changelog/release-6-7-0-0/2025-04-03-add-missing-js-class-to-header-search.md
changelog/release-6-7-0-0/2025-01-24-replace-storefront-modal-links-with-page-links.md
changelog/release-6-7-0-0/2024-11-13-migrate-rule-conditions-config-store-to-pinia.md
changelog/release-6-7-0-0/2024-05-14-accessibility-improvements-for-the-main-navigation.md
@@ -18561,6 +18663,7 @@ changelog/release-6-7-0-0/2024-12-07-improve-product-export-performance-by-reduc
changelog/release-6-7-0-0/2024-11-21-add-state-machine-settings-module.md
changelog/release-6-7-0-0/2025-03-18-corrected-the-property-type-of-mediaentity-cmspages.md
changelog/release-6-7-0-0/2025-03-07-make-offcanvas-navigation-accessible.md
changelog/release-6-7-0-0/2025-04-22-fix-imitate-customer-active-sales-channel-check.md
changelog/release-6-7-0-0/2025-03-05-increase-contrast-for-slider-ui.md
changelog/release-6-7-0-0/2025-03-25-Fix-html-quirks-mode.md
changelog/release-6-4-8-1/2022-02-11-fixed-theme-field-custom-renderer.md
@@ -18928,189 +19031,89 @@ changelog/release-6-3-5-1/2021-01-25-added-api-aware-flag.md
changelog/release-6-3-5-1/2021-01-25-expire-sales-channel-contexts.md
changelog/release-6-3-5-1/2021-01-19-deprecated-get-preview-link.md
changelog/release-6-3-5-1/2021-02-02-lower-min-version-of-composer-package-versions-deprecated-to-1.8.0.md
changelog/_unreleased/2025-05-05-fix-admin-assets-with-underscores.md
changelog/_unreleased/2025-04-08-fix-invoice-empty-pages.md
changelog/_unreleased/2025-05-19-bsfg-compliant-alt-tag-for-decorative-images.md
changelog/_unreleased/2025-05-07-deprecated-theme-translations-to-use-admin-snippets.md
changelog/_unreleased/2025-04-24-allow-small-size-of-sw-simple-search-field.md
changelog/_unreleased/2025-05-26-adjust-styling-chart-count-tooltip.md
changelog/_unreleased/2024-07-16-remove-manual-override-for-state-machine.md
changelog/_unreleased/2025-04-21-implement-media-component-with-admin-sdk.md
changelog/_unreleased/2025-05-28-update-meteor-to-4-12-1.md
changelog/_unreleased/2025-05-23-add-new-increment-api-to-delete-unused-keys-or-cluster.md
changelog/_unreleased/2025-03-14-add-acl-hook-service.md
changelog/_unreleased/2025-04-04-improve-variants-can-t-be-assigned-to-a-category.md
changelog/_unreleased/2025-05-20-fix-deeplinkcode-overwrite.md
changelog/_unreleased/2025-06-11-filter-cart-success-error-messages.md
changelog/_unreleased/2025-05-12-cleanup-cancel-order-modal.md
changelog/_unreleased/2024-11-29-make-product-slider-defaults-accessible.md
changelog/_unreleased/2025-04-01-ar-viewer-bug.md
changelog/_unreleased/2025-05-22-fix-paging-listing-page-parameter-post.md
changelog/_unreleased/2025-05-23-fix-inline-media-upload-preview-image-option-is-broken.md
changelog/_unreleased/2025-05-22-fix-store-api-criteria-endpoints-schema.md
changelog/_unreleased/2024-04-25-implement-mt-banner-code-mod.md
changelog/_unreleased/2025-05-23-register-mt-modal-componants-globally.md
changelog/_unreleased/2025-04-04-offcanvassingleton-does-not-remove-hard-coded-offcanvas-from-dom.md
changelog/_unreleased/2025-03-27-added-new-configs-for-changing-cart-columns.md
changelog/_unreleased/2025-05-27-elasticsearch-custom-fields-dynamic-product-groups-not-working.md
changelog/_unreleased/2025-05-06-added-dive-as-a-3d-viewer-for-storefront.md
changelog/_unreleased/2025-05-06-fixed-admin-password-recovery.md
changelog/_unreleased/2025-05-20-display-promotion-rule-as-line-item-rule.md
changelog/_unreleased/2025-04-15-improve-promotion-calculation.md
changelog/_unreleased/2025-04-08-fix-struct-encoder-custom-field-visibility.md
changelog/_unreleased/2025-05-06-deprecate-active-language-and-currency-from-header-pagelet.md
changelog/_unreleased/2025-05-02-track-status-changes-performed-by-integrations.md
changelog/_unreleased/2025-03-28-replaced-sw-checkbox-field-component-by-mt-checkbox-in-theme-assignment.md
changelog/_unreleased/2022-10-13-use-rule-areas-in-entity-cache-key-generation.md
changelog/_unreleased/2025-05-19-reduce-downtime-while-theme-change.md
changelog/_unreleased/2025-05-21-elasticsearch-list-price-percentage-ratio-dynamic-product-groups-not-working.md
changelog/_unreleased/2025-02-24-deferred-cart-errors.md
changelog/_unreleased/2025-05-13-fix-search-result-order.md
changelog/_unreleased/2025-06-17-press-esc-key-in-the-modal-will-go-back-listing-page.md
changelog/_unreleased/2025-03-28-save-file-hash-if-it-is-available.md
changelog/_unreleased/2025-05-15-provide-context-token-to-current-request.md
changelog/_unreleased/2025-04-28-fix-unprepared-statements-breaking-profiler.md
changelog/_unreleased/2025-05-27-fix-sorting-of-countries.md
changelog/_unreleased/2025-04-10-add-support-for-extended-definition-of-attribute-entity.md
changelog/_unreleased/2025-05-08-elasticsearch-index-s-mapping-should-be-updated-post-update.md
changelog/_unreleased/2025-05-22-set-limit-when-loading-options-in-property-group-detail-page.md
changelog/_unreleased/2025-04-04-implement-app-list-command.md
changelog/_unreleased/2025-05-07-fix-admin-ui-when-staging-mode-enabled.md
changelog/_unreleased/2025-04-08-fix-mobile-form-field-layouts.md
changelog/_unreleased/2025-06-02-bypass-extensions-from-id-result-to-search-result.md
changelog/_unreleased/2025-05-09-change-property-group-option-combinable-visibility.md
changelog/_unreleased/2025-05-09-export-createtexteditordatamappingbutton-through-global-shopware-component-helper.md
changelog/_unreleased/2025-06-04-fix-password-field-autocomplete-new-password.md
changelog/_unreleased/2022-05-18-abstract-and-reduce-rule-condition-components.md
changelog/_unreleased/2025-04-07-fix-nested-line-items.md
changelog/_unreleased/2025-05-10-load-saleschannelcategoryentity-when-loading-the-breadcrumb.md
changelog/_unreleased/2025-04-07-fix-override-paging-listing-page-parameter.md
changelog/_unreleased/2025-05-20-added-reset-parameter-to-update-theme.md
changelog/_unreleased/2025-04-16-remove-deletethemefilesmessage.md
changelog/_unreleased/2025-04-30-improve-extensibility-of-header-and-footer-esi-templates.md
changelog/_unreleased/2025-04-08-sw-icon-variable-icon-name.md
changelog/_unreleased/2025-06-02-added-namespaces-parameter-for-dal-validate.md
changelog/_unreleased/2025-04-28-inclue-seourls-for-suggestsearch-and-search-entities.md
changelog/_unreleased/2025-05-24-add-event-to-modify-saleschannelcontext.md
changelog/_unreleased/2025-06-02-added-not-filter-shorthands.md
changelog/_unreleased/2022-04-05-keep-track-of-changes-on-rule-builder-detail-page.md
changelog/_unreleased/2025-04-17-fix-webhook-dispatching-for-not-versioned-events.md
changelog/_unreleased/2025-06-06-deprecate-i18n-tc-function.md
changelog/_unreleased/2025-05-22-fix-search-term-custom-find-weird-icons.md
changelog/_unreleased/2025-05-26-fix-change-in-new-generated-language-get-an-error.md
changelog/_unreleased/2025-06-07-spelling-fixes-in-core-package.md
changelog/_unreleased/2025-04-02-fix-admin-order-shipping-cost-input-behaviour.md
changelog/_unreleased/2025-02-15-prevent-imitating-when-not-possible.md
changelog/_unreleased/2025-06-03-improved-ar-error-feeback.md
changelog/_unreleased/2025-06-05-fix-generating-variants-shows-nan.md
changelog/_unreleased/2025-01-31-move-flow-execution-after-business-process.md
changelog/_unreleased/2025-05-05-message-queues-statistics.md
changelog/_unreleased/2025-05-09-solve-admin-promotion-issues.md
changelog/_unreleased/2025-04-30-show-customer-default-addresses-in-listing.md
changelog/_unreleased/2025-01-07-unify-constraint-option-structure-and-checks.md
changelog/_unreleased/2024-10-04-add-primary-order-delivery-and-transaction-reference.md
changelog/_unreleased/2025-04-29-changed-form-validation-to-check-for-custom-error-message.md
changelog/_unreleased/2025-05-28-add-deprecations-to-the-theme-configuration-apis.md
changelog/_unreleased/2025-05-15-transmit-correct-shipping-costs-to-google-analytics.md
changelog/_unreleased/2025-05-07-Fix-admin-watcher-vite-origin-host-for-ddev.md
changelog/_unreleased/2025-04-25-changed-themeconfigfield-type-property-type.md
changelog/_unreleased/2025-04-11-fix-calls-to-update-store.md
changelog/_unreleased/2025-04-28-case-insensitive-guest-order-check.md
changelog/_unreleased/2025-06-11-manufacturer-replace-media-sidebar-to-media-modal.md
changelog/_unreleased/.keep
changelog/_unreleased/2025-05-04-fix-faulty-modal-behavior-in-advanced-pricing-create-new-rule.md
changelog/_unreleased/2025-04-30-allowfullscreen-video-element.md
changelog/_unreleased/2025-04-08-fix-seo-urls-for-landing-pages-in-footer-navigation.md
changelog/_unreleased/2025-03-24-fix-cmsdataresolver-same-criteria-different-entities.md
changelog/_unreleased/2025-04-28-improve-basic-captcha-compatibility.md
changelog/_unreleased/2025-04-15-deprecate-account-order-detail-page.md
changelog/_unreleased/2025-04-30-add-deprecated-prop-to-facilitate-the-migration-to-meteor-components.md
changelog/_unreleased/2025-05-05-fixed-promotion-deletion-cart-error.md
changelog/_unreleased/2025-06-09-vue3-compatibility-for-template-refs-in-cross-selling-component.md
changelog/_unreleased/2025-05-21-remove-write-of-createdbyfield-for-nonlive-versions.md
changelog/_unreleased/2025-05-18-change-file_exists-to-is_dir.md
changelog/_unreleased/2025-04-30-revert-silently-ignoring-admin-es-errors.md
changelog/_unreleased/2025-03-19-add-nl2br-filter-to-review-content.md
changelog/_unreleased/2025-05-21-adjust-styling-label-created-by-admin.md
changelog/_unreleased/2025-06-10-removed-write-protection-flag-from-fileextension-field-in-the-mediadefinition.md
changelog/_unreleased/2025-05-05-remove-obsolete-requiredmessage-variable-declarations.md
changelog/_unreleased/2025-05-21-refactor-manufacturer-wrapper-on-product-detail-page.md
changelog/_unreleased/2025-03-25-fix-show-product-name-for-variants-in-admin-category-products.md
changelog/_unreleased/2025-05-02-fix-incorrect-proportions-of-tags-in-orders.md
changelog/_unreleased/2025-04-14-truncate-long-custom-field-descriptions-in-rulebuilder.md
changelog/_unreleased/2024-12-04-improve-sw-page-back-button-linking.md
changelog/_unreleased/2025-03-17-add-twig-block-around-filter-columns.md
changelog/_unreleased/2025-04-29-deprecated-carts-alerts.md
changelog/_unreleased/2025-05-05-fix-category-search-results-not-scrollable.md
changelog/_unreleased/2025-05-20-replace-theme-media-sidebar-with-media-modal.md
changelog/_unreleased/2025-04-07-fix-currency-sleection-in-offcanvas.md
changelog/_unreleased/2025-04-11-new-event-for-fetched-category-ids.md
changelog/_unreleased/2025-03-13-preserve-administration-sidebar-state.md
changelog/_unreleased/2025-04-15-make-search-parameter-optional-in-search-api.md
changelog/_unreleased/2025-05-30-silence-and-log-exceptions-of-in-app-purchases.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/2025-05-13-add-active-styling-class-to-main-navigation.md
changelog/_unreleased/2025-06-03-fix-tooltip-of-the-sw-product-variant-info-component.md
changelog/_unreleased/2024-08-19-add-context-to-orderstatechangecriteriaevent.md
changelog/_unreleased/2025-03-20-move-review-active-check-into-store-api-routes.md
changelog/_unreleased/2025-05-09-remove-first-level-app-snippet-restriction.md
changelog/_unreleased/2025-06-06-improve-listing-of-customergroup-registration-form-seo-urls.md
changelog/_unreleased/2025-05-22-e-invoice-vertical-tax-calculation.md
changelog/_unreleased/2025-01-07-fix-gallery-thumbnail-slider.md
changelog/_unreleased/2024-08-05-metrics-abstraction.md
changelog/_unreleased/2024-05-22-navbar-for-main-navigation.md
changelog/_unreleased/2024-09-20-simplify-emitting-metrics.md
changelog/_unreleased/2025-06-03-removed-global-vue2-event-emitter-from-the-sw-order-detail-component.md
changelog/_unreleased/2025-05-20-refactored-snippet-set-list.md
changelog/_unreleased/2025-05-06-fix-remove-extra-closing-curly-brace.md
changelog/_unreleased/2025-05-29-unwrap-messages-when-routing.md
changelog/_unreleased/2024-12-19-rename-transaction-transition-action-pay-and-pay-partially.md
changelog/_unreleased/2022-07-04-mail-attach.md
changelog/_unreleased/2025-05-20-account-design-adjustments.md
changelog/_unreleased/2025-05-27-replace-old-data-protection-info-the-our-current-standard.md
changelog/_unreleased/2025-06-05-product-variants-empty-state-list-position-doesn-t-correct.md
changelog/_unreleased/2025-05-15-fix-search-result-order-in-preview-search-in-mysql.md
changelog/_unreleased/2025-05-28-add-convert-guest-route.md
changelog/_unreleased/2025-05-09-changed-text-when-edit-locked-cms-page.md
changelog/_unreleased/2025-05-02-show-rendered-type-of-tax-rule-restrictions.md
changelog/_unreleased/2025-04-04-show-navigation-arrows-of-product-cross-selling-sliders-again.md
changelog/_unreleased/2025-04-10-add-remote-thumbnail-url-extension.md
changelog/_unreleased/2024-07-04-enforce-timezone-utc-for-database-connections.md
changelog/_unreleased/2025-05-02-remove-specific-color-on-icon-wishlist.md
changelog/_unreleased/2025-05-16-add-skip-theme-compile-option-for-app-uninstall.md
changelog/_unreleased/2025-05-07-added-cart-order-lock.md
changelog/_unreleased/2025-03-12-variant-indicator-missing-in-product-listing.md
changelog/_unreleased/2025-03-25-new-config-to-toogle-salutaion-field-on-registration.md
changelog/_unreleased/2025-04-30-allow-small-size-of-sw-select-rule-create.md
changelog/_unreleased/2025-03-24-add-storefront-snippet-events.md
changelog/_unreleased/2024-09-13-deprecate-force-option-from-es-index-cleanup-command.md
changelog/_unreleased/2025-05-09-fixed-misalignment-of-add-tags-placeholder-in-order-edit-view.md
changelog/_unreleased/2025-04-17-fix-broken-snippets-in-rule-builder-conditions.md
changelog/_unreleased/2025-03-26-remove-non-existing-imports-from-admin-module-stub.md
changelog/_unreleased/2025-06-09-fix-essential-characteristics-create-template-with-more-than-2-values-does-not-work.md
changelog/_unreleased/2025-06-03-fix-inconsistency-between-login-and-register.md
changelog/_unreleased/2025-03-13-disable-prefix-search-for-synonyms-to-prevent-irrelevant-results.md
changelog/_unreleased/2025-05-12-fixed-accessibility-issue-of-collapse-button-of-orders.md
changelog/_unreleased/2025-05-05-add-blocks-for-inputs-for-address-and-register-form.md
changelog/_unreleased/2025-06-12-spatial-asset-caching.md
changelog/_unreleased/2025-02-21-fix-multi-select-filter-for-translated-entities.md
changelog/_unreleased/2025-03-27-meta-information-in-landing-pages-is-not-inherited.md
changelog/_unreleased/2025-06-02-translated-custom-field-value-accessor.md
changelog/_unreleased/2024-09-16-exchange-recursive-categories-macro-with-tpl.md
changelog/_unreleased/2025-05-02-fix-height-of-search-field-in-sw-card-filter-component.md
changelog/_unreleased/2025-04-14-do-not-include-empty-subcategory-navigation-list.md
changelog/_unreleased/2025-05-26-fix-alignment-logo-manufacture-media-field.md
changelog/_unreleased/2025-01-29-change-redirect-path-for-wishlist-after-login.md
changelog/_unreleased/2025-04-17-fix-dal-inherited-to-many.md
changelog/_unreleased/2025-03-29-remove-debit-payment-method.md
changelog/_unreleased/2025-04-24-fix-local-mode-of-sw-one-to-many-grid.md
changelog/_unreleased/2025-04-30-fix-no-new-line-for-placeholder.md
changelog/_unreleased/2025-06-02-added-es-response-to-searched-event.md
changelog/_unreleased/2025-05-09-fix-retryabletransaction-missing-savepoint-error.md
changelog/_unreleased/2025-04-03-add-missing-js-class-to-header-search.md
changelog/_unreleased/2024-01-31-improve-cart-page-performance.md
changelog/_unreleased/2025-06-11-improve-es-search-scoring-for-numeric-tokens.md
changelog/_unreleased/2025-04-22-fix-imitate-customer-active-sales-channel-check.md
changelog/_unreleased/2025-06-10-fix-wrong-variant-of-mt-banner-on-sales-channel-detail-page.md
changelog/_unreleased/2025-05-28-add-recalculated-custom-line-items-to-delivery.md
changelog/release-6-4-17-0/2022-10-04-fix-storefront-presentation-sorting.md
@@ -37309,6 +37309,9 @@ migrations/2018_07_17_005911_create_login_attempts_table.php
database/migrations/2013_11_15_112701_add_user_id_to_manufacturers.php
migrations/2013_11_15_112701_add_user_id_to_manufacturers.php
2013_11_15_112701_add_user_id_to_manufacturers.php
database/migrations/2025_06_03_000000_add_manager_view_enabled_to_settings_table.php
migrations/2025_06_03_000000_add_manager_view_enabled_to_settings_table.php
2025_06_03_000000_add_manager_view_enabled_to_settings_table.php
database/migrations/2023_05_08_132921_increase_state_to_more_than_3.php
migrations/2023_05_08_132921_increase_state_to_more_than_3.php
2023_05_08_132921_increase_state_to_more_than_3.php
@@ -7008,6 +7008,7 @@ database/migrations/2018_01_19_203121_add_dashboard_message_to_settings.php
database/migrations/2020_12_14_233815_add_digit_separator_to_settings.php
database/migrations/2018_07_17_005911_create_login_attempts_table.php
database/migrations/2013_11_15_112701_add_user_id_to_manufacturers.php
database/migrations/2025_06_03_000000_add_manager_view_enabled_to_settings_table.php
database/migrations/2023_05_08_132921_increase_state_to_more_than_3.php
database/migrations/2016_02_19_073625_create_password_resets_table.php
database/migrations/2016_10_29_082408_add_signature_to_acceptance.php
@@ -85,6 +85,14 @@ Engine/Renderer/ContentRenderer/class-blocks-registry.php
Renderer/ContentRenderer/class-blocks-registry.php
ContentRenderer/class-blocks-registry.php
class-blocks-registry.php
packages/php/email-editor/src/Engine/Renderer/ContentRenderer/class-rendering-context.php
php/email-editor/src/Engine/Renderer/ContentRenderer/class-rendering-context.php
email-editor/src/Engine/Renderer/ContentRenderer/class-rendering-context.php
src/Engine/Renderer/ContentRenderer/class-rendering-context.php
Engine/Renderer/ContentRenderer/class-rendering-context.php
Renderer/ContentRenderer/class-rendering-context.php
ContentRenderer/class-rendering-context.php
class-rendering-context.php
packages/php/email-editor/src/Engine/Renderer/ContentRenderer/Postprocessors/class-variables-postprocessor.php
php/email-editor/src/Engine/Renderer/ContentRenderer/Postprocessors/class-variables-postprocessor.php
email-editor/src/Engine/Renderer/ContentRenderer/Postprocessors/class-variables-postprocessor.php
@@ -501,6 +509,13 @@ src/Integrations/Core/theme.json
Integrations/Core/theme.json
Core/theme.json
theme.json
packages/php/email-editor/src/Integrations/Utils/class-styles-helper.php
php/email-editor/src/Integrations/Utils/class-styles-helper.php
email-editor/src/Integrations/Utils/class-styles-helper.php
src/Integrations/Utils/class-styles-helper.php
Integrations/Utils/class-styles-helper.php
Utils/class-styles-helper.php
class-styles-helper.php
packages/php/email-editor/src/Integrations/Utils/class-social-links-helper.php
php/email-editor/src/Integrations/Utils/class-social-links-helper.php
email-editor/src/Integrations/Utils/class-social-links-helper.php
@@ -913,75 +928,92 @@ tests/unit/Engine/Settings_Controller_Test.php
unit/Engine/Settings_Controller_Test.php
Engine/Settings_Controller_Test.php
Settings_Controller_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/Process_Manager_Test.php
php/email-editor/tests/unit/Engine/Renderer/Process_Manager_Test.php
email-editor/tests/unit/Engine/Renderer/Process_Manager_Test.php
tests/unit/Engine/Renderer/Process_Manager_Test.php
unit/Engine/Renderer/Process_Manager_Test.php
Engine/Renderer/Process_Manager_Test.php
Renderer/Process_Manager_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/ContentRenderer/Process_Manager_Test.php
php/email-editor/tests/unit/Engine/Renderer/ContentRenderer/Process_Manager_Test.php
email-editor/tests/unit/Engine/Renderer/ContentRenderer/Process_Manager_Test.php
tests/unit/Engine/Renderer/ContentRenderer/Process_Manager_Test.php
unit/Engine/Renderer/ContentRenderer/Process_Manager_Test.php
Engine/Renderer/ContentRenderer/Process_Manager_Test.php
Renderer/ContentRenderer/Process_Manager_Test.php
ContentRenderer/Process_Manager_Test.php
Process_Manager_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/Postprocessors/Variables_Postprocessor_Test.php
php/email-editor/tests/unit/Engine/Renderer/Postprocessors/Variables_Postprocessor_Test.php
email-editor/tests/unit/Engine/Renderer/Postprocessors/Variables_Postprocessor_Test.php
tests/unit/Engine/Renderer/Postprocessors/Variables_Postprocessor_Test.php
unit/Engine/Renderer/Postprocessors/Variables_Postprocessor_Test.php
Engine/Renderer/Postprocessors/Variables_Postprocessor_Test.php
Renderer/Postprocessors/Variables_Postprocessor_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/ContentRenderer/Rendering_Context_Test.php
php/email-editor/tests/unit/Engine/Renderer/ContentRenderer/Rendering_Context_Test.php
email-editor/tests/unit/Engine/Renderer/ContentRenderer/Rendering_Context_Test.php
tests/unit/Engine/Renderer/ContentRenderer/Rendering_Context_Test.php
unit/Engine/Renderer/ContentRenderer/Rendering_Context_Test.php
Engine/Renderer/ContentRenderer/Rendering_Context_Test.php
Renderer/ContentRenderer/Rendering_Context_Test.php
ContentRenderer/Rendering_Context_Test.php
Rendering_Context_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/ContentRenderer/Postprocessors/Variables_Postprocessor_Test.php
php/email-editor/tests/unit/Engine/Renderer/ContentRenderer/Postprocessors/Variables_Postprocessor_Test.php
email-editor/tests/unit/Engine/Renderer/ContentRenderer/Postprocessors/Variables_Postprocessor_Test.php
tests/unit/Engine/Renderer/ContentRenderer/Postprocessors/Variables_Postprocessor_Test.php
unit/Engine/Renderer/ContentRenderer/Postprocessors/Variables_Postprocessor_Test.php
Engine/Renderer/ContentRenderer/Postprocessors/Variables_Postprocessor_Test.php
Renderer/ContentRenderer/Postprocessors/Variables_Postprocessor_Test.php
ContentRenderer/Postprocessors/Variables_Postprocessor_Test.php
Postprocessors/Variables_Postprocessor_Test.php
Variables_Postprocessor_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/Postprocessors/Highlighting_Postprocessor_Test.php
php/email-editor/tests/unit/Engine/Renderer/Postprocessors/Highlighting_Postprocessor_Test.php
email-editor/tests/unit/Engine/Renderer/Postprocessors/Highlighting_Postprocessor_Test.php
tests/unit/Engine/Renderer/Postprocessors/Highlighting_Postprocessor_Test.php
unit/Engine/Renderer/Postprocessors/Highlighting_Postprocessor_Test.php
Engine/Renderer/Postprocessors/Highlighting_Postprocessor_Test.php
Renderer/Postprocessors/Highlighting_Postprocessor_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/ContentRenderer/Postprocessors/Highlighting_Postprocessor_Test.php
php/email-editor/tests/unit/Engine/Renderer/ContentRenderer/Postprocessors/Highlighting_Postprocessor_Test.php
email-editor/tests/unit/Engine/Renderer/ContentRenderer/Postprocessors/Highlighting_Postprocessor_Test.php
tests/unit/Engine/Renderer/ContentRenderer/Postprocessors/Highlighting_Postprocessor_Test.php
unit/Engine/Renderer/ContentRenderer/Postprocessors/Highlighting_Postprocessor_Test.php
Engine/Renderer/ContentRenderer/Postprocessors/Highlighting_Postprocessor_Test.php
Renderer/ContentRenderer/Postprocessors/Highlighting_Postprocessor_Test.php
ContentRenderer/Postprocessors/Highlighting_Postprocessor_Test.php
Postprocessors/Highlighting_Postprocessor_Test.php
Highlighting_Postprocessor_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/Preprocessors/Blocks_Width_Preprocessor_Test.php
php/email-editor/tests/unit/Engine/Renderer/Preprocessors/Blocks_Width_Preprocessor_Test.php
email-editor/tests/unit/Engine/Renderer/Preprocessors/Blocks_Width_Preprocessor_Test.php
tests/unit/Engine/Renderer/Preprocessors/Blocks_Width_Preprocessor_Test.php
unit/Engine/Renderer/Preprocessors/Blocks_Width_Preprocessor_Test.php
Engine/Renderer/Preprocessors/Blocks_Width_Preprocessor_Test.php
Renderer/Preprocessors/Blocks_Width_Preprocessor_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/ContentRenderer/Preprocessors/Blocks_Width_Preprocessor_Test.php
php/email-editor/tests/unit/Engine/Renderer/ContentRenderer/Preprocessors/Blocks_Width_Preprocessor_Test.php
email-editor/tests/unit/Engine/Renderer/ContentRenderer/Preprocessors/Blocks_Width_Preprocessor_Test.php
tests/unit/Engine/Renderer/ContentRenderer/Preprocessors/Blocks_Width_Preprocessor_Test.php
unit/Engine/Renderer/ContentRenderer/Preprocessors/Blocks_Width_Preprocessor_Test.php
Engine/Renderer/ContentRenderer/Preprocessors/Blocks_Width_Preprocessor_Test.php
Renderer/ContentRenderer/Preprocessors/Blocks_Width_Preprocessor_Test.php
ContentRenderer/Preprocessors/Blocks_Width_Preprocessor_Test.php
Preprocessors/Blocks_Width_Preprocessor_Test.php
Blocks_Width_Preprocessor_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/Preprocessors/Typography_Preprocessor_Test.php
php/email-editor/tests/unit/Engine/Renderer/Preprocessors/Typography_Preprocessor_Test.php
email-editor/tests/unit/Engine/Renderer/Preprocessors/Typography_Preprocessor_Test.php
tests/unit/Engine/Renderer/Preprocessors/Typography_Preprocessor_Test.php
unit/Engine/Renderer/Preprocessors/Typography_Preprocessor_Test.php
Engine/Renderer/Preprocessors/Typography_Preprocessor_Test.php
Renderer/Preprocessors/Typography_Preprocessor_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/ContentRenderer/Preprocessors/Typography_Preprocessor_Test.php
php/email-editor/tests/unit/Engine/Renderer/ContentRenderer/Preprocessors/Typography_Preprocessor_Test.php
email-editor/tests/unit/Engine/Renderer/ContentRenderer/Preprocessors/Typography_Preprocessor_Test.php
tests/unit/Engine/Renderer/ContentRenderer/Preprocessors/Typography_Preprocessor_Test.php
unit/Engine/Renderer/ContentRenderer/Preprocessors/Typography_Preprocessor_Test.php
Engine/Renderer/ContentRenderer/Preprocessors/Typography_Preprocessor_Test.php
Renderer/ContentRenderer/Preprocessors/Typography_Preprocessor_Test.php
ContentRenderer/Preprocessors/Typography_Preprocessor_Test.php
Preprocessors/Typography_Preprocessor_Test.php
Typography_Preprocessor_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/Preprocessors/Quote_Preprocessor_Test.php
php/email-editor/tests/unit/Engine/Renderer/Preprocessors/Quote_Preprocessor_Test.php
email-editor/tests/unit/Engine/Renderer/Preprocessors/Quote_Preprocessor_Test.php
tests/unit/Engine/Renderer/Preprocessors/Quote_Preprocessor_Test.php
unit/Engine/Renderer/Preprocessors/Quote_Preprocessor_Test.php
Engine/Renderer/Preprocessors/Quote_Preprocessor_Test.php
Renderer/Preprocessors/Quote_Preprocessor_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/ContentRenderer/Preprocessors/Quote_Preprocessor_Test.php
php/email-editor/tests/unit/Engine/Renderer/ContentRenderer/Preprocessors/Quote_Preprocessor_Test.php
email-editor/tests/unit/Engine/Renderer/ContentRenderer/Preprocessors/Quote_Preprocessor_Test.php
tests/unit/Engine/Renderer/ContentRenderer/Preprocessors/Quote_Preprocessor_Test.php
unit/Engine/Renderer/ContentRenderer/Preprocessors/Quote_Preprocessor_Test.php
Engine/Renderer/ContentRenderer/Preprocessors/Quote_Preprocessor_Test.php
Renderer/ContentRenderer/Preprocessors/Quote_Preprocessor_Test.php
ContentRenderer/Preprocessors/Quote_Preprocessor_Test.php
Preprocessors/Quote_Preprocessor_Test.php
Quote_Preprocessor_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/Preprocessors/Cleanup_Preprocessor_Test.php
php/email-editor/tests/unit/Engine/Renderer/Preprocessors/Cleanup_Preprocessor_Test.php
email-editor/tests/unit/Engine/Renderer/Preprocessors/Cleanup_Preprocessor_Test.php
tests/unit/Engine/Renderer/Preprocessors/Cleanup_Preprocessor_Test.php
unit/Engine/Renderer/Preprocessors/Cleanup_Preprocessor_Test.php
Engine/Renderer/Preprocessors/Cleanup_Preprocessor_Test.php
Renderer/Preprocessors/Cleanup_Preprocessor_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/ContentRenderer/Preprocessors/Cleanup_Preprocessor_Test.php
php/email-editor/tests/unit/Engine/Renderer/ContentRenderer/Preprocessors/Cleanup_Preprocessor_Test.php
email-editor/tests/unit/Engine/Renderer/ContentRenderer/Preprocessors/Cleanup_Preprocessor_Test.php
tests/unit/Engine/Renderer/ContentRenderer/Preprocessors/Cleanup_Preprocessor_Test.php
unit/Engine/Renderer/ContentRenderer/Preprocessors/Cleanup_Preprocessor_Test.php
Engine/Renderer/ContentRenderer/Preprocessors/Cleanup_Preprocessor_Test.php
Renderer/ContentRenderer/Preprocessors/Cleanup_Preprocessor_Test.php
ContentRenderer/Preprocessors/Cleanup_Preprocessor_Test.php
Preprocessors/Cleanup_Preprocessor_Test.php
Cleanup_Preprocessor_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/Preprocessors/Spacing_Preprocessor_Test.php
php/email-editor/tests/unit/Engine/Renderer/Preprocessors/Spacing_Preprocessor_Test.php
email-editor/tests/unit/Engine/Renderer/Preprocessors/Spacing_Preprocessor_Test.php
tests/unit/Engine/Renderer/Preprocessors/Spacing_Preprocessor_Test.php
unit/Engine/Renderer/Preprocessors/Spacing_Preprocessor_Test.php
Engine/Renderer/Preprocessors/Spacing_Preprocessor_Test.php
Renderer/Preprocessors/Spacing_Preprocessor_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/ContentRenderer/Preprocessors/Spacing_Preprocessor_Test.php
php/email-editor/tests/unit/Engine/Renderer/ContentRenderer/Preprocessors/Spacing_Preprocessor_Test.php
email-editor/tests/unit/Engine/Renderer/ContentRenderer/Preprocessors/Spacing_Preprocessor_Test.php
tests/unit/Engine/Renderer/ContentRenderer/Preprocessors/Spacing_Preprocessor_Test.php
unit/Engine/Renderer/ContentRenderer/Preprocessors/Spacing_Preprocessor_Test.php
Engine/Renderer/ContentRenderer/Preprocessors/Spacing_Preprocessor_Test.php
Renderer/ContentRenderer/Preprocessors/Spacing_Preprocessor_Test.php
ContentRenderer/Preprocessors/Spacing_Preprocessor_Test.php
Preprocessors/Spacing_Preprocessor_Test.php
Spacing_Preprocessor_Test.php
packages/php/email-editor/tests/unit/Engine/Templates/Template_Registry_Test.php
@@ -1020,6 +1052,14 @@ unit/Integrations/Utils/Social_Links_Helper_Test.php
Integrations/Utils/Social_Links_Helper_Test.php
Utils/Social_Links_Helper_Test.php
Social_Links_Helper_Test.php
packages/php/email-editor/tests/unit/Integrations/Utils/Styles_Helper_Test.php
php/email-editor/tests/unit/Integrations/Utils/Styles_Helper_Test.php
email-editor/tests/unit/Integrations/Utils/Styles_Helper_Test.php
tests/unit/Integrations/Utils/Styles_Helper_Test.php
unit/Integrations/Utils/Styles_Helper_Test.php
Integrations/Utils/Styles_Helper_Test.php
Utils/Styles_Helper_Test.php
Styles_Helper_Test.php
packages/php/email-editor/tests/unit/Integrations/Utils/Dom_Document_Helper_Test.php
php/email-editor/tests/unit/Integrations/Utils/Dom_Document_Helper_Test.php
email-editor/tests/unit/Integrations/Utils/Dom_Document_Helper_Test.php
@@ -1093,6 +1133,11 @@ php/email-editor/changelog/wooplug-4088-add-the-dummy-data-to-the-personalizer-i
email-editor/changelog/wooplug-4088-add-the-dummy-data-to-the-personalizer-in-the-email-preview
changelog/wooplug-4088-add-the-dummy-data-to-the-personalizer-in-the-email-preview
wooplug-4088-add-the-dummy-data-to-the-personalizer-in-the-email-preview
packages/php/email-editor/changelog/tiny-rendering-fixes
php/email-editor/changelog/tiny-rendering-fixes
email-editor/changelog/tiny-rendering-fixes
changelog/tiny-rendering-fixes
tiny-rendering-fixes
packages/php/email-editor/changelog/improve-allowed-templates-check-on-save
php/email-editor/changelog/improve-allowed-templates-check-on-save
email-editor/changelog/improve-allowed-templates-check-on-save
@@ -1158,6 +1203,11 @@ php/email-editor/changelog/fix-email-editor-wp68-compatibility
email-editor/changelog/fix-email-editor-wp68-compatibility
changelog/fix-email-editor-wp68-compatibility
fix-email-editor-wp68-compatibility
packages/php/email-editor/changelog/introduce-new-rendering-context-class
php/email-editor/changelog/introduce-new-rendering-context-class
email-editor/changelog/introduce-new-rendering-context-class
changelog/introduce-new-rendering-context-class
introduce-new-rendering-context-class
packages/php/email-editor/changelog/add-possibility-for-reading-context
php/email-editor/changelog/add-possibility-for-reading-context
email-editor/changelog/add-possibility-for-reading-context
@@ -23442,209 +23492,6 @@ monorepo-utils/src/github/README.md
src/github/README.md
github/README.md
README.md
tools/monorepo-utils/src/md-docs/commands/manifest/create/index.ts
monorepo-utils/src/md-docs/commands/manifest/create/index.ts
src/md-docs/commands/manifest/create/index.ts
md-docs/commands/manifest/create/index.ts
commands/manifest/create/index.ts
manifest/create/index.ts
create/index.ts
index.ts
tools/monorepo-utils/src/md-docs/commands/index.ts
monorepo-utils/src/md-docs/commands/index.ts
src/md-docs/commands/index.ts
md-docs/commands/index.ts
commands/index.ts
index.ts
tools/monorepo-utils/src/md-docs/README.md
monorepo-utils/src/md-docs/README.md
src/md-docs/README.md
md-docs/README.md
README.md
tools/monorepo-utils/src/md-docs/lib/generate-manifest.ts
monorepo-utils/src/md-docs/lib/generate-manifest.ts
src/md-docs/lib/generate-manifest.ts
md-docs/lib/generate-manifest.ts
lib/generate-manifest.ts
generate-manifest.ts
tools/monorepo-utils/src/md-docs/lib/generate-frontmatter.ts
monorepo-utils/src/md-docs/lib/generate-frontmatter.ts
src/md-docs/lib/generate-frontmatter.ts
md-docs/lib/generate-frontmatter.ts
lib/generate-frontmatter.ts
generate-frontmatter.ts
tools/monorepo-utils/src/md-docs/lib/generate-urls.ts
monorepo-utils/src/md-docs/lib/generate-urls.ts
src/md-docs/lib/generate-urls.ts
md-docs/lib/generate-urls.ts
lib/generate-urls.ts
generate-urls.ts
tools/monorepo-utils/src/md-docs/lib/__tests__/generate-file-url.ts
monorepo-utils/src/md-docs/lib/__tests__/generate-file-url.ts
src/md-docs/lib/__tests__/generate-file-url.ts
md-docs/lib/__tests__/generate-file-url.ts
lib/__tests__/generate-file-url.ts
__tests__/generate-file-url.ts
generate-file-url.ts
tools/monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/.manifestignore
monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/.manifestignore
src/md-docs/lib/__tests__/fixtures/example-docs/.manifestignore
md-docs/lib/__tests__/fixtures/example-docs/.manifestignore
lib/__tests__/fixtures/example-docs/.manifestignore
__tests__/fixtures/example-docs/.manifestignore
fixtures/example-docs/.manifestignore
example-docs/.manifestignore
.manifestignore
tools/monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/excluded-folder/README.md
monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/excluded-folder/README.md
src/md-docs/lib/__tests__/fixtures/example-docs/excluded-folder/README.md
md-docs/lib/__tests__/fixtures/example-docs/excluded-folder/README.md
lib/__tests__/fixtures/example-docs/excluded-folder/README.md
__tests__/fixtures/example-docs/excluded-folder/README.md
fixtures/example-docs/excluded-folder/README.md
example-docs/excluded-folder/README.md
excluded-folder/README.md
README.md
tools/monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/excluded-folder/unit-tests.md
monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/excluded-folder/unit-tests.md
src/md-docs/lib/__tests__/fixtures/example-docs/excluded-folder/unit-tests.md
md-docs/lib/__tests__/fixtures/example-docs/excluded-folder/unit-tests.md
lib/__tests__/fixtures/example-docs/excluded-folder/unit-tests.md
__tests__/fixtures/example-docs/excluded-folder/unit-tests.md
fixtures/example-docs/excluded-folder/unit-tests.md
example-docs/excluded-folder/unit-tests.md
excluded-folder/unit-tests.md
unit-tests.md
tools/monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/excluded-folder/integration-tests.md
monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/excluded-folder/integration-tests.md
src/md-docs/lib/__tests__/fixtures/example-docs/excluded-folder/integration-tests.md
md-docs/lib/__tests__/fixtures/example-docs/excluded-folder/integration-tests.md
lib/__tests__/fixtures/example-docs/excluded-folder/integration-tests.md
__tests__/fixtures/example-docs/excluded-folder/integration-tests.md
fixtures/example-docs/excluded-folder/integration-tests.md
example-docs/excluded-folder/integration-tests.md
excluded-folder/integration-tests.md
integration-tests.md
tools/monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/get-started/developer-tools.md
monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/get-started/developer-tools.md
src/md-docs/lib/__tests__/fixtures/example-docs/get-started/developer-tools.md
md-docs/lib/__tests__/fixtures/example-docs/get-started/developer-tools.md
lib/__tests__/fixtures/example-docs/get-started/developer-tools.md
__tests__/fixtures/example-docs/get-started/developer-tools.md
fixtures/example-docs/get-started/developer-tools.md
example-docs/get-started/developer-tools.md
get-started/developer-tools.md
developer-tools.md
tools/monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/get-started/README.md
monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/get-started/README.md
src/md-docs/lib/__tests__/fixtures/example-docs/get-started/README.md
md-docs/lib/__tests__/fixtures/example-docs/get-started/README.md
lib/__tests__/fixtures/example-docs/get-started/README.md
__tests__/fixtures/example-docs/get-started/README.md
fixtures/example-docs/get-started/README.md
example-docs/get-started/README.md
get-started/README.md
README.md
tools/monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/get-started/installation/install-plugin.md
monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/get-started/installation/install-plugin.md
src/md-docs/lib/__tests__/fixtures/example-docs/get-started/installation/install-plugin.md
md-docs/lib/__tests__/fixtures/example-docs/get-started/installation/install-plugin.md
lib/__tests__/fixtures/example-docs/get-started/installation/install-plugin.md
__tests__/fixtures/example-docs/get-started/installation/install-plugin.md
fixtures/example-docs/get-started/installation/install-plugin.md
example-docs/get-started/installation/install-plugin.md
get-started/installation/install-plugin.md
installation/install-plugin.md
install-plugin.md
tools/monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/get-started/troubleshooting/README.md
monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/get-started/troubleshooting/README.md
src/md-docs/lib/__tests__/fixtures/example-docs/get-started/troubleshooting/README.md
md-docs/lib/__tests__/fixtures/example-docs/get-started/troubleshooting/README.md
lib/__tests__/fixtures/example-docs/get-started/troubleshooting/README.md
__tests__/fixtures/example-docs/get-started/troubleshooting/README.md
fixtures/example-docs/get-started/troubleshooting/README.md
example-docs/get-started/troubleshooting/README.md
get-started/troubleshooting/README.md
troubleshooting/README.md
README.md
tools/monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/get-started/troubleshooting/what-went-wrong.md
monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/get-started/troubleshooting/what-went-wrong.md
src/md-docs/lib/__tests__/fixtures/example-docs/get-started/troubleshooting/what-went-wrong.md
md-docs/lib/__tests__/fixtures/example-docs/get-started/troubleshooting/what-went-wrong.md
lib/__tests__/fixtures/example-docs/get-started/troubleshooting/what-went-wrong.md
__tests__/fixtures/example-docs/get-started/troubleshooting/what-went-wrong.md
fixtures/example-docs/get-started/troubleshooting/what-went-wrong.md
example-docs/get-started/troubleshooting/what-went-wrong.md
get-started/troubleshooting/what-went-wrong.md
troubleshooting/what-went-wrong.md
what-went-wrong.md
tools/monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/get-started/local-development.md
monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/get-started/local-development.md
src/md-docs/lib/__tests__/fixtures/example-docs/get-started/local-development.md
md-docs/lib/__tests__/fixtures/example-docs/get-started/local-development.md
lib/__tests__/fixtures/example-docs/get-started/local-development.md
__tests__/fixtures/example-docs/get-started/local-development.md
fixtures/example-docs/get-started/local-development.md
example-docs/get-started/local-development.md
get-started/local-development.md
local-development.md
tools/monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/testing/README.md
monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/testing/README.md
src/md-docs/lib/__tests__/fixtures/example-docs/testing/README.md
md-docs/lib/__tests__/fixtures/example-docs/testing/README.md
lib/__tests__/fixtures/example-docs/testing/README.md
__tests__/fixtures/example-docs/testing/README.md
fixtures/example-docs/testing/README.md
example-docs/testing/README.md
testing/README.md
README.md
tools/monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/testing/unit-tests.md
monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/testing/unit-tests.md
src/md-docs/lib/__tests__/fixtures/example-docs/testing/unit-tests.md
md-docs/lib/__tests__/fixtures/example-docs/testing/unit-tests.md
lib/__tests__/fixtures/example-docs/testing/unit-tests.md
__tests__/fixtures/example-docs/testing/unit-tests.md
fixtures/example-docs/testing/unit-tests.md
example-docs/testing/unit-tests.md
testing/unit-tests.md
unit-tests.md
tools/monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/testing/integration-tests.md
monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/testing/integration-tests.md
src/md-docs/lib/__tests__/fixtures/example-docs/testing/integration-tests.md
md-docs/lib/__tests__/fixtures/example-docs/testing/integration-tests.md
lib/__tests__/fixtures/example-docs/testing/integration-tests.md
__tests__/fixtures/example-docs/testing/integration-tests.md
fixtures/example-docs/testing/integration-tests.md
example-docs/testing/integration-tests.md
testing/integration-tests.md
integration-tests.md
tools/monorepo-utils/src/md-docs/lib/__tests__/generate-manifest.ts
monorepo-utils/src/md-docs/lib/__tests__/generate-manifest.ts
src/md-docs/lib/__tests__/generate-manifest.ts
md-docs/lib/__tests__/generate-manifest.ts
lib/__tests__/generate-manifest.ts
__tests__/generate-manifest.ts
generate-manifest.ts
tools/monorepo-utils/src/md-docs/lib/__tests__/generate-frontmatter.ts
monorepo-utils/src/md-docs/lib/__tests__/generate-frontmatter.ts
src/md-docs/lib/__tests__/generate-frontmatter.ts
md-docs/lib/__tests__/generate-frontmatter.ts
lib/__tests__/generate-frontmatter.ts
__tests__/generate-frontmatter.ts
generate-frontmatter.ts
tools/monorepo-utils/src/md-docs/lib/__tests__/markdown-links.ts
monorepo-utils/src/md-docs/lib/__tests__/markdown-links.ts
src/md-docs/lib/__tests__/markdown-links.ts
md-docs/lib/__tests__/markdown-links.ts
lib/__tests__/markdown-links.ts
__tests__/markdown-links.ts
markdown-links.ts
tools/monorepo-utils/src/md-docs/lib/markdown-links.ts
monorepo-utils/src/md-docs/lib/markdown-links.ts
src/md-docs/lib/markdown-links.ts
md-docs/lib/markdown-links.ts
lib/markdown-links.ts
markdown-links.ts
tools/monorepo-utils/src/code-freeze/commands/index.ts
monorepo-utils/src/code-freeze/commands/index.ts
src/code-freeze/commands/index.ts
@@ -24209,6 +24056,7 @@ pnpm-workspace.yaml
tsconfig.base.json
.codecov.yml
package.json
.coderabbit.yml
.cursor/rules/git.mdc
rules/git.mdc
git.mdc
@@ -88820,6 +88668,10 @@ plugins/woocommerce/changelog/fix-product-filters-a11y
woocommerce/changelog/fix-product-filters-a11y
changelog/fix-product-filters-a11y
fix-product-filters-a11y
plugins/woocommerce/changelog/58930-fix-WOOPLUG-4668
woocommerce/changelog/58930-fix-WOOPLUG-4668
changelog/58930-fix-WOOPLUG-4668
58930-fix-WOOPLUG-4668
plugins/woocommerce/changelog/fix-add-to-cart-options-quantity-styles
woocommerce/changelog/fix-add-to-cart-options-quantity-styles
changelog/fix-add-to-cart-options-quantity-styles
@@ -89136,6 +88988,10 @@ plugins/woocommerce/changelog/fix-56289
woocommerce/changelog/fix-56289
changelog/fix-56289
fix-56289
plugins/woocommerce/changelog/wooplug-819-enhancement-notifications-out-of-stock-send-to-default
woocommerce/changelog/wooplug-819-enhancement-notifications-out-of-stock-send-to-default
changelog/wooplug-819-enhancement-notifications-out-of-stock-send-to-default
wooplug-819-enhancement-notifications-out-of-stock-send-to-default
plugins/woocommerce/changelog/57920-fix-package-items-style-broken
woocommerce/changelog/57920-fix-package-items-style-broken
changelog/57920-fix-package-items-style-broken
@@ -89292,6 +89148,10 @@ plugins/woocommerce/changelog/58059-fix-remove-woocommerce-ai-package
woocommerce/changelog/58059-fix-remove-woocommerce-ai-package
changelog/58059-fix-remove-woocommerce-ai-package
58059-fix-remove-woocommerce-ai-package
plugins/woocommerce/changelog/wooplug-818-email-template-cache-is-not-flushed-following-edits
woocommerce/changelog/wooplug-818-email-template-cache-is-not-flushed-following-edits
changelog/wooplug-818-email-template-cache-is-not-flushed-following-edits
wooplug-818-email-template-cache-is-not-flushed-following-edits
plugins/woocommerce/changelog/display-pos-store-name-in-email-header-html
woocommerce/changelog/display-pos-store-name-in-email-header-html
changelog/display-pos-store-name-in-email-header-html
@@ -89448,6 +89308,10 @@ plugins/woocommerce/changelog/fix-flaky-56629
woocommerce/changelog/fix-flaky-56629
changelog/fix-flaky-56629
fix-flaky-56629
plugins/woocommerce/changelog/fix-50483-can-change-attributes-from-sidebar-flaky-test
woocommerce/changelog/fix-50483-can-change-attributes-from-sidebar-flaky-test
changelog/fix-50483-can-change-attributes-from-sidebar-flaky-test
fix-50483-can-change-attributes-from-sidebar-flaky-test
plugins/woocommerce/changelog/wooplug-4505-warning-when-using-product-filters-on-a-page
woocommerce/changelog/wooplug-4505-warning-when-using-product-filters-on-a-page
changelog/wooplug-4505-warning-when-using-product-filters-on-a-page
@@ -89464,6 +89328,10 @@ plugins/woocommerce/changelog/57979-try-style-grouped-block-template
woocommerce/changelog/57979-try-style-grouped-block-template
changelog/57979-try-style-grouped-block-template
57979-try-style-grouped-block-template
plugins/woocommerce/changelog/wooplug-4211-product-specifications-inherit-table-block-styling
woocommerce/changelog/wooplug-4211-product-specifications-inherit-table-block-styling
changelog/wooplug-4211-product-specifications-inherit-table-block-styling
wooplug-4211-product-specifications-inherit-table-block-styling
plugins/woocommerce/changelog/fix-sale-badge-no-visible-inserter-single-product-template
woocommerce/changelog/fix-sale-badge-no-visible-inserter-single-product-template
changelog/fix-sale-badge-no-visible-inserter-single-product-template
@@ -89536,14 +89404,14 @@ plugins/woocommerce/changelog/fix-jsonSerialize-deprecation-notice
woocommerce/changelog/fix-jsonSerialize-deprecation-notice
changelog/fix-jsonSerialize-deprecation-notice
fix-jsonSerialize-deprecation-notice
plugins/woocommerce/changelog/wooplug-2988-flaky-test-block-hides-tab-title-in-content-when-toggle-is
woocommerce/changelog/wooplug-2988-flaky-test-block-hides-tab-title-in-content-when-toggle-is
changelog/wooplug-2988-flaky-test-block-hides-tab-title-in-content-when-toggle-is
wooplug-2988-flaky-test-block-hides-tab-title-in-content-when-toggle-is
plugins/woocommerce/changelog/wooplug-4325-investigate-potential-loop-in-privacy-cleanup-actions
woocommerce/changelog/wooplug-4325-investigate-potential-loop-in-privacy-cleanup-actions
changelog/wooplug-4325-investigate-potential-loop-in-privacy-cleanup-actions
wooplug-4325-investigate-potential-loop-in-privacy-cleanup-actions
plugins/woocommerce/changelog/58904-fix-html-validation-errors
woocommerce/changelog/58904-fix-html-validation-errors
changelog/58904-fix-html-validation-errors
58904-fix-html-validation-errors
plugins/woocommerce/changelog/integra-28-add-ability-to-generate-a-cart-from-link-or-load-up-via
woocommerce/changelog/integra-28-add-ability-to-generate-a-cart-from-link-or-load-up-via
changelog/integra-28-add-ability-to-generate-a-cart-from-link-or-load-up-via
@@ -90793,9 +90661,6 @@ patches/@wordpress__data@10.0.2.patch
bin/patches/@wordpress__env@10.17.0.patch
patches/@wordpress__env@10.17.0.patch
@wordpress__env@10.17.0.patch
bin/patches/@wordpress__e2e-test-utils-playwright@1.19.1.patch
patches/@wordpress__e2e-test-utils-playwright@1.19.1.patch
@wordpress__e2e-test-utils-playwright@1.19.1.patch
bin/patches/@wordpress__edit-site@5.15.0.patch
patches/@wordpress__edit-site@5.15.0.patch
@wordpress__edit-site@5.15.0.patch
@@ -20,6 +20,7 @@ packages/php/email-editor/src/Engine/Renderer/ContentRenderer/class-blocks-parse
packages/php/email-editor/src/Engine/Renderer/ContentRenderer/class-content-renderer.php
packages/php/email-editor/src/Engine/Renderer/ContentRenderer/Layout/class-flex-layout-renderer.php
packages/php/email-editor/src/Engine/Renderer/ContentRenderer/class-blocks-registry.php
packages/php/email-editor/src/Engine/Renderer/ContentRenderer/class-rendering-context.php
packages/php/email-editor/src/Engine/Renderer/ContentRenderer/Postprocessors/class-variables-postprocessor.php
packages/php/email-editor/src/Engine/Renderer/ContentRenderer/Postprocessors/class-border-style-postprocessor.php
packages/php/email-editor/src/Engine/Renderer/ContentRenderer/Postprocessors/class-highlighting-postprocessor.php
@@ -74,6 +75,7 @@ packages/php/email-editor/src/Integrations/Core/Renderer/Blocks/class-social-lin
packages/php/email-editor/src/Integrations/Core/Renderer/Blocks/class-quote.php
packages/php/email-editor/src/Integrations/Core/class-initializer.php
packages/php/email-editor/src/Integrations/Core/theme.json
packages/php/email-editor/src/Integrations/Utils/class-styles-helper.php
packages/php/email-editor/src/Integrations/Utils/class-social-links-helper.php
packages/php/email-editor/src/Integrations/Utils/class-dom-document-helper.php
packages/php/email-editor/src/Validator/class-validation-exception.php
@@ -132,19 +134,21 @@ packages/php/email-editor/tests/integration/Integrations/Core/Renderer/Blocks/Co
packages/php/email-editor/tests/integration/Integrations/Core/Renderer/Blocks/Quote_Test.php
packages/php/email-editor/tests/integration/Email_Editor_Integration_Test_Case.php
packages/php/email-editor/tests/unit/Engine/Settings_Controller_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/Process_Manager_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/Postprocessors/Variables_Postprocessor_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/Postprocessors/Highlighting_Postprocessor_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/Preprocessors/Blocks_Width_Preprocessor_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/Preprocessors/Typography_Preprocessor_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/Preprocessors/Quote_Preprocessor_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/Preprocessors/Cleanup_Preprocessor_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/Preprocessors/Spacing_Preprocessor_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/ContentRenderer/Process_Manager_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/ContentRenderer/Rendering_Context_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/ContentRenderer/Postprocessors/Variables_Postprocessor_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/ContentRenderer/Postprocessors/Highlighting_Postprocessor_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/ContentRenderer/Preprocessors/Blocks_Width_Preprocessor_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/ContentRenderer/Preprocessors/Typography_Preprocessor_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/ContentRenderer/Preprocessors/Quote_Preprocessor_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/ContentRenderer/Preprocessors/Cleanup_Preprocessor_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/ContentRenderer/Preprocessors/Spacing_Preprocessor_Test.php
packages/php/email-editor/tests/unit/Engine/Templates/Template_Registry_Test.php
packages/php/email-editor/tests/unit/Engine/PersonalizationTags/Personalization_Tags_Registry_Test.php
packages/php/email-editor/tests/unit/bootstrap.php
packages/php/email-editor/tests/unit/Container_Test.php
packages/php/email-editor/tests/unit/Integrations/Utils/Social_Links_Helper_Test.php
packages/php/email-editor/tests/unit/Integrations/Utils/Styles_Helper_Test.php
packages/php/email-editor/tests/unit/Integrations/Utils/Dom_Document_Helper_Test.php
packages/php/email-editor/tests/unit/stubs.php
packages/php/email-editor/phpcs.xml
@@ -159,6 +163,7 @@ packages/php/email-editor/changelog/add-the-email-editor-files-to-woo-monorepo
packages/php/email-editor/changelog/add-email-editor-core-block-quote
packages/php/email-editor/changelog/fix-typescript-errors-in-the-email-editor-package
packages/php/email-editor/changelog/wooplug-4088-add-the-dummy-data-to-the-personalizer-in-the-email-preview
packages/php/email-editor/changelog/tiny-rendering-fixes
packages/php/email-editor/changelog/improve-allowed-templates-check-on-save
packages/php/email-editor/changelog/wooplug-4294-implement-core-social-link-block
packages/php/email-editor/changelog/remove-codeception-config-file
@@ -172,6 +177,7 @@ packages/php/email-editor/changelog/update-58129
packages/php/email-editor/changelog/.gitkeep
packages/php/email-editor/changelog/wooplug-4200-edtitor-ui-updates
packages/php/email-editor/changelog/fix-email-editor-wp68-compatibility
packages/php/email-editor/changelog/introduce-new-rendering-context-class
packages/php/email-editor/changelog/add-possibility-for-reading-context
packages/php/email-editor/composer.json
packages/php/email-editor/.lintstagedrc.json
@@ -3876,30 +3882,6 @@ tools/monorepo-utils/src/slack/__tests__/slack-service.spec.ts
tools/monorepo-utils/src/github/commands/replace-labels/index.ts
tools/monorepo-utils/src/github/commands/index.ts
tools/monorepo-utils/src/github/README.md
tools/monorepo-utils/src/md-docs/commands/manifest/create/index.ts
tools/monorepo-utils/src/md-docs/commands/index.ts
tools/monorepo-utils/src/md-docs/README.md
tools/monorepo-utils/src/md-docs/lib/generate-manifest.ts
tools/monorepo-utils/src/md-docs/lib/generate-frontmatter.ts
tools/monorepo-utils/src/md-docs/lib/generate-urls.ts
tools/monorepo-utils/src/md-docs/lib/__tests__/generate-file-url.ts
tools/monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/.manifestignore
tools/monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/excluded-folder/README.md
tools/monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/excluded-folder/unit-tests.md
tools/monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/excluded-folder/integration-tests.md
tools/monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/get-started/developer-tools.md
tools/monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/get-started/README.md
tools/monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/get-started/installation/install-plugin.md
tools/monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/get-started/troubleshooting/README.md
tools/monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/get-started/troubleshooting/what-went-wrong.md
tools/monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/get-started/local-development.md
tools/monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/testing/README.md
tools/monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/testing/unit-tests.md
tools/monorepo-utils/src/md-docs/lib/__tests__/fixtures/example-docs/testing/integration-tests.md
tools/monorepo-utils/src/md-docs/lib/__tests__/generate-manifest.ts
tools/monorepo-utils/src/md-docs/lib/__tests__/generate-frontmatter.ts
tools/monorepo-utils/src/md-docs/lib/__tests__/markdown-links.ts
tools/monorepo-utils/src/md-docs/lib/markdown-links.ts
tools/monorepo-utils/src/code-freeze/commands/index.ts
tools/monorepo-utils/src/code-freeze/commands/branch/index.ts
tools/monorepo-utils/src/code-freeze/commands/accelerated-prep/types.ts
@@ -4017,6 +3999,7 @@ pnpm-workspace.yaml
tsconfig.base.json
.codecov.yml
package.json
.coderabbit.yml
.cursor/rules/git.mdc
.cursor/rules/generate-pr-description.mdc
.cursor/rules/woo-build.mdc
@@ -12145,6 +12128,7 @@ plugins/woocommerce/changelog/pr-57992
plugins/woocommerce/changelog/fix-checkout-editor-template-e2e-test
plugins/woocommerce/changelog/fix-wccom-1365
plugins/woocommerce/changelog/fix-product-filters-a11y
plugins/woocommerce/changelog/58930-fix-WOOPLUG-4668
plugins/woocommerce/changelog/fix-add-to-cart-options-quantity-styles
plugins/woocommerce/changelog/58111-fix-max-word-count-description-and-step
plugins/woocommerce/changelog/wooplug-1139-update-urls-in-please-moderate-product-name-emails
@@ -12224,6 +12208,7 @@ plugins/woocommerce/changelog/wooplug-3528-add-transactional-email-toggle-into-t
plugins/woocommerce/changelog/fix-add-to-cart-with-options-e2e-test
plugins/woocommerce/changelog/fix-sticky-proceed-to-checkout-area-bg-color
plugins/woocommerce/changelog/fix-56289
plugins/woocommerce/changelog/wooplug-819-enhancement-notifications-out-of-stock-send-to-default
plugins/woocommerce/changelog/57920-fix-package-items-style-broken
plugins/woocommerce/changelog/wooplug-3704-blockified-add-to-cart-with-options-block-display-variation
plugins/woocommerce/changelog/update-add-to-cart-with-options-slugs-and-classnames
@@ -12263,6 +12248,7 @@ plugins/woocommerce/changelog/update-is-address-complete
plugins/woocommerce/changelog/58765-dev-deps-cleanup-concurrently
plugins/woocommerce/changelog/58400-refactor-54490
plugins/woocommerce/changelog/58059-fix-remove-woocommerce-ai-package
plugins/woocommerce/changelog/wooplug-818-email-template-cache-is-not-flushed-following-edits
plugins/woocommerce/changelog/display-pos-store-name-in-email-header-html
plugins/woocommerce/changelog/fix-flaky-test-56629
plugins/woocommerce/changelog/58490-add-product-name-in-grouped-products
@@ -12302,10 +12288,12 @@ plugins/woocommerce/changelog/fix-55187
plugins/woocommerce/changelog/wooplug-4200-edtitor-ui-updates
plugins/woocommerce/changelog/58436-update-36803-update-country-Turkey
plugins/woocommerce/changelog/fix-flaky-56629
plugins/woocommerce/changelog/fix-50483-can-change-attributes-from-sidebar-flaky-test
plugins/woocommerce/changelog/wooplug-4505-warning-when-using-product-filters-on-a-page
plugins/woocommerce/changelog/pr-57966
plugins/woocommerce/changelog/wooplug-3550-flaky-test-should-not-display-move-up-for-the-top-or-move
plugins/woocommerce/changelog/57979-try-style-grouped-block-template
plugins/woocommerce/changelog/wooplug-4211-product-specifications-inherit-table-block-styling
plugins/woocommerce/changelog/fix-sale-badge-no-visible-inserter-single-product-template
plugins/woocommerce/changelog/58528-wooplug-4456-ptk-patterns-cache-can-grow-quite-large-also-set-to-autoload
plugins/woocommerce/changelog/fix-58465-add-to-cart-options-font-size
@@ -12324,8 +12312,8 @@ plugins/woocommerce/changelog/add-recipient-fields-to-email-editor-sidebar
plugins/woocommerce/changelog/pos-emails-block-support
plugins/woocommerce/changelog/wooplug-4557-cartupdate-customer-endpoint-escapes-html-twice-and-leaves
plugins/woocommerce/changelog/fix-jsonSerialize-deprecation-notice
plugins/woocommerce/changelog/wooplug-2988-flaky-test-block-hides-tab-title-in-content-when-toggle-is
plugins/woocommerce/changelog/wooplug-4325-investigate-potential-loop-in-privacy-cleanup-actions
plugins/woocommerce/changelog/58904-fix-html-validation-errors
plugins/woocommerce/changelog/integra-28-add-ability-to-generate-a-cart-from-link-or-load-up-via
plugins/woocommerce/changelog/wooplug-3573-flaky-test-switching-between-local-pickup-and-shipping-does
plugins/woocommerce/changelog/fix-active-filter-label
@@ -12571,7 +12559,6 @@ plugins/woocommerce/lib/composer.json
phpcs.xml
bin/patches/@wordpress__data@10.0.2.patch
bin/patches/@wordpress__env@10.17.0.patch
bin/patches/@wordpress__e2e-test-utils-playwright@1.19.1.patch
bin/patches/@wordpress__edit-site@5.15.0.patch
bin/packages/js/extend-cart-checkout-block/.prettierrc.js.mustache
bin/packages/js/components/phone-number-input/build-data.js
@@ -9143,6 +9143,12 @@ system/apps/mobile_old/online_notifications_spec.rb
apps/mobile_old/online_notifications_spec.rb
mobile_old/online_notifications_spec.rb
online_notifications_spec.rb
spec/system/apps/desktop/ticket/github_integration_spec.rb
system/apps/desktop/ticket/github_integration_spec.rb
apps/desktop/ticket/github_integration_spec.rb
desktop/ticket/github_integration_spec.rb
ticket/github_integration_spec.rb
github_integration_spec.rb
spec/system/apps/desktop/ticket/merge_spec.rb
system/apps/desktop/ticket/merge_spec.rb
apps/desktop/ticket/merge_spec.rb
@@ -54986,6 +54992,16 @@ FieldEditor/features/color-picker/ColorSchemeList.vue
features/color-picker/ColorSchemeList.vue
color-picker/ColorSchemeList.vue
ColorSchemeList.vue
app/frontend/shared/components/Form/fields/FieldEditor/features/image-handler/ImageUploadInsideOtherEditor.vue
frontend/shared/components/Form/fields/FieldEditor/features/image-handler/ImageUploadInsideOtherEditor.vue
shared/components/Form/fields/FieldEditor/features/image-handler/ImageUploadInsideOtherEditor.vue
components/Form/fields/FieldEditor/features/image-handler/ImageUploadInsideOtherEditor.vue
Form/fields/FieldEditor/features/image-handler/ImageUploadInsideOtherEditor.vue
fields/FieldEditor/features/image-handler/ImageUploadInsideOtherEditor.vue
FieldEditor/features/image-handler/ImageUploadInsideOtherEditor.vue
features/image-handler/ImageUploadInsideOtherEditor.vue
image-handler/ImageUploadInsideOtherEditor.vue
ImageUploadInsideOtherEditor.vue
app/frontend/shared/components/Form/fields/FieldEditor/features/image-handler/ImageFailedUploadOverlay.vue
frontend/shared/components/Form/fields/FieldEditor/features/image-handler/ImageFailedUploadOverlay.vue
shared/components/Form/fields/FieldEditor/features/image-handler/ImageFailedUploadOverlay.vue
@@ -1975,6 +1975,7 @@ spec/system/apps/mobile_old/tickets/update/tags_spec.rb
spec/system/apps/mobile_old/tickets/ticket_spec.rb
spec/system/apps/mobile_old/tickets/viewer/live_users_spec.rb
spec/system/apps/mobile_old/online_notifications_spec.rb
spec/system/apps/desktop/ticket/github_integration_spec.rb
spec/system/apps/desktop/ticket/merge_spec.rb
spec/system/apps/desktop/ticket/multitasking_spec.rb
spec/system/apps/desktop/ticket/edit_spec.rb
@@ -8995,6 +8996,7 @@ app/frontend/shared/components/Form/fields/FieldEditor/FieldEditorActionMenu/typ
app/frontend/shared/components/Form/fields/FieldEditor/features/color-picker/initializeEditorColorMenuClasses.ts
app/frontend/shared/components/Form/fields/FieldEditor/features/color-picker/EditorColorMenu.vue
app/frontend/shared/components/Form/fields/FieldEditor/features/color-picker/ColorSchemeList.vue
app/frontend/shared/components/Form/fields/FieldEditor/features/image-handler/ImageUploadInsideOtherEditor.vue
app/frontend/shared/components/Form/fields/FieldEditor/features/image-handler/ImageFailedUploadOverlay.vue
app/frontend/shared/components/Form/fields/FieldEditor/features/image-handler/ImageHandler.vue
app/frontend/shared/components/Form/fields/FieldEditor/features/image-handler/useImageUpload.ts