[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot] 2025-03-21 10:04:19 +00:00
parent 307fff8c7e
commit 30a827c396
24 changed files with 1129 additions and 757 deletions

View file

@ -3,6 +3,6 @@
"last_update": 1742540608
},
"Trickest wordlist update": {
"last_update": 1742465046
"last_update": 1742551449
}
}

View file

@ -3987,6 +3987,14 @@ routes/flows/components/arrows.vue
flows/components/arrows.vue
components/arrows.vue
arrows.vue
app/src/modules/settings/routes/flows/components/logs-drawer.vue
src/modules/settings/routes/flows/components/logs-drawer.vue
modules/settings/routes/flows/components/logs-drawer.vue
settings/routes/flows/components/logs-drawer.vue
routes/flows/components/logs-drawer.vue
flows/components/logs-drawer.vue
components/logs-drawer.vue
logs-drawer.vue
app/src/modules/settings/routes/flows/components/operation-detail.vue
src/modules/settings/routes/flows/components/operation-detail.vue
modules/settings/routes/flows/components/operation-detail.vue
@ -5138,6 +5146,10 @@ app/src/composables/use-local-storage.test.ts
src/composables/use-local-storage.test.ts
composables/use-local-storage.test.ts
use-local-storage.test.ts
app/src/composables/use-fake-version-field.ts
src/composables/use-fake-version-field.ts
composables/use-fake-version-field.ts
use-fake-version-field.ts
app/src/composables/use-system.ts
src/composables/use-system.ts
composables/use-system.ts
@ -5361,6 +5373,10 @@ app/src/composables/use-relation-m2a.ts
src/composables/use-relation-m2a.ts
composables/use-relation-m2a.ts
use-relation-m2a.ts
app/src/composables/use-revision.ts
src/composables/use-revision.ts
composables/use-revision.ts
use-revision.ts
app/src/composables/use-window-size.ts
src/composables/use-window-size.ts
composables/use-window-size.ts
@ -17074,6 +17090,8 @@ many-snakes-travel.md
config.json
.changeset/cuddly-dragons-flow.md
cuddly-dragons-flow.md
.changeset/twelve-apricots-impress.md
twelve-apricots-impress.md
.changeset/brown-views-cut.md
brown-views-cut.md
.changeset/sixty-pans-move.md
@ -17086,6 +17104,8 @@ green-areas-design.md
early-cougars-turn.md
.changeset/tricky-bobcats-fail.md
tricky-bobcats-fail.md
.changeset/purple-houses-relate.md
purple-houses-relate.md
.changeset/soft-fishes-wave.md
soft-fishes-wave.md
.changeset/lovely-colts-sing.md
@ -17120,10 +17140,14 @@ sour-teachers-cross.md
dull-chefs-cheat.md
.changeset/dull-laws-roll.md
dull-laws-roll.md
.changeset/wet-lizards-run.md
wet-lizards-run.md
.changeset/loud-carrots-jam.md
loud-carrots-jam.md
.changeset/spotty-ghosts-live.md
spotty-ghosts-live.md
.changeset/some-pigs-greet.md
some-pigs-greet.md
.changeset/orange-dingos-ring.md
orange-dingos-ring.md
.editorconfig

View file

@ -723,6 +723,7 @@ app/src/modules/settings/routes/flows/components/trigger-detail.vue
app/src/modules/settings/routes/flows/components/operation.vue
app/src/modules/settings/routes/flows/components/logs-sidebar-detail.vue
app/src/modules/settings/routes/flows/components/arrows.vue
app/src/modules/settings/routes/flows/components/logs-drawer.vue
app/src/modules/settings/routes/flows/components/operation-detail.vue
app/src/modules/settings/routes/flows/components/options-overview.vue
app/src/modules/settings/index.ts
@ -949,6 +950,7 @@ app/src/composables/use-tfa-setup.ts
app/src/composables/use-clipboard.test.ts
app/src/composables/use-extension.ts
app/src/composables/use-local-storage.test.ts
app/src/composables/use-fake-version-field.ts
app/src/composables/use-system.ts
app/src/composables/use-theme-configuration.ts
app/src/composables/use-field-tree.test.ts
@ -991,6 +993,7 @@ app/src/composables/use-permissions/types/index.ts
app/src/composables/use-navigation-guard.ts
app/src/composables/use-dialog-route.ts
app/src/composables/use-relation-m2a.ts
app/src/composables/use-revision.ts
app/src/composables/use-window-size.ts
app/src/composables/use-revisions.ts
app/src/composables/use-clipboard.ts
@ -3454,12 +3457,14 @@ pnpm-workspace.yaml
.changeset/many-snakes-travel.md
.changeset/config.json
.changeset/cuddly-dragons-flow.md
.changeset/twelve-apricots-impress.md
.changeset/brown-views-cut.md
.changeset/sixty-pans-move.md
.changeset/odd-months-see.md
.changeset/green-areas-design.md
.changeset/early-cougars-turn.md
.changeset/tricky-bobcats-fail.md
.changeset/purple-houses-relate.md
.changeset/soft-fishes-wave.md
.changeset/lovely-colts-sing.md
.changeset/nasty-trainers-compare.md
@ -3477,7 +3482,9 @@ pnpm-workspace.yaml
.changeset/sour-teachers-cross.md
.changeset/dull-chefs-cheat.md
.changeset/dull-laws-roll.md
.changeset/wet-lizards-run.md
.changeset/loud-carrots-jam.md
.changeset/spotty-ghosts-live.md
.changeset/some-pigs-greet.md
.changeset/orange-dingos-ring.md
.editorconfig

View file

@ -70716,6 +70716,11 @@ core/modules/link/link.services.yml
modules/link/link.services.yml
link/link.services.yml
link.services.yml
core/modules/link/src/AttributeXss.php
modules/link/src/AttributeXss.php
link/src/AttributeXss.php
src/AttributeXss.php
AttributeXss.php
core/modules/link/src/Hook/LinkHooks.php
modules/link/src/Hook/LinkHooks.php
link/src/Hook/LinkHooks.php

View file

@ -10508,6 +10508,7 @@ core/modules/link/tests/src/Functional/LinkFieldTest.php
core/modules/link/tests/src/Functional/GenericTest.php
core/modules/link/tests/src/Functional/LinkFieldUITest.php
core/modules/link/link.services.yml
core/modules/link/src/AttributeXss.php
core/modules/link/src/Hook/LinkHooks.php
core/modules/link/src/LinkItemInterface.php
core/modules/link/src/Plugin/migrate/field/d7/LinkField.php

View file

@ -49127,6 +49127,11 @@ src/views/modals/kanban-move-over.js
views/modals/kanban-move-over.js
modals/kanban-move-over.js
kanban-move-over.js
client/src/views/modals/text-preview.js
src/views/modals/text-preview.js
views/modals/text-preview.js
modals/text-preview.js
text-preview.js
client/src/views/modals/array-field-add.js
src/views/modals/array-field-add.js
views/modals/array-field-add.js

View file

@ -7740,6 +7740,7 @@ client/src/views/modals/compose-email.js
client/src/views/modals/image-crop.js
client/src/views/modals/convert-currency.js
client/src/views/modals/kanban-move-over.js
client/src/views/modals/text-preview.js
client/src/views/modals/array-field-add.js
client/src/views/modals/mass-convert-currency.js
client/src/views/modals/auth2fa-required.js

View file

@ -6209,6 +6209,8 @@ lemon-oranges-promise.md
less-lonely-authors.md
.changeset/bump-prisma.md
bump-prisma.md
.changeset/eleven-queens-fix.md
eleven-queens-fix.md
.changeset/monorepo-easier.md
monorepo-easier.md
.changeset/add-end-session.md
@ -6233,6 +6235,8 @@ fix-nonnull-create.md
polite-colts-admire.md
.changeset/young-cycles-whisper.md
young-cycles-whisper.md
.changeset/violet-kiwis-refuse.md
violet-kiwis-refuse.md
.changeset/maybe-item.md
maybe-item.md
.changeset/fix-defaults.md

View file

@ -1462,6 +1462,7 @@ pnpm-workspace.yaml
.changeset/lemon-oranges-promise.md
.changeset/less-lonely-authors.md
.changeset/bump-prisma.md
.changeset/eleven-queens-fix.md
.changeset/monorepo-easier.md
.changeset/add-end-session.md
.changeset/README.md
@ -1474,5 +1475,6 @@ pnpm-workspace.yaml
.changeset/fix-nonnull-create.md
.changeset/polite-colts-admire.md
.changeset/young-cycles-whisper.md
.changeset/violet-kiwis-refuse.md
.changeset/maybe-item.md
.changeset/fix-defaults.md

View file

@ -12262,11 +12262,6 @@ javascript/bootstrap/js/bootstrap.min.js.map
bootstrap/js/bootstrap.min.js.map
js/bootstrap.min.js.map
bootstrap.min.js.map
upload/admin/view/javascript/nunjucks-slim.js
admin/view/javascript/nunjucks-slim.js
view/javascript/nunjucks-slim.js
javascript/nunjucks-slim.js
nunjucks-slim.js
upload/admin/view/javascript/jquery/jquery-ui/external/jquery/jquery.js
admin/view/javascript/jquery/jquery-ui/external/jquery/jquery.js
view/javascript/jquery/jquery-ui/external/jquery/jquery.js

View file

@ -1809,7 +1809,6 @@ upload/admin/view/javascript/bootstrap/js/bootstrap.js
upload/admin/view/javascript/bootstrap/js/bootstrap.bundle.js
upload/admin/view/javascript/bootstrap/js/bootstrap.bundle.min.js
upload/admin/view/javascript/bootstrap/js/bootstrap.min.js.map
upload/admin/view/javascript/nunjucks-slim.js
upload/admin/view/javascript/jquery/jquery-ui/external/jquery/jquery.js
upload/admin/view/javascript/jquery/jquery-ui/index.html
upload/admin/view/javascript/jquery/jquery-ui/jquery-ui.min.js

View file

@ -42211,6 +42211,25 @@ _fixture/plugins/SwagTestTheme/composer.json
plugins/SwagTestTheme/composer.json
SwagTestTheme/composer.json
composer.json
src/Core/Framework/Test/Plugin/_fixture/plugins/SwagTestExecuteComposerCommands/src/SwagTestExecuteComposerCommands.php
Core/Framework/Test/Plugin/_fixture/plugins/SwagTestExecuteComposerCommands/src/SwagTestExecuteComposerCommands.php
Framework/Test/Plugin/_fixture/plugins/SwagTestExecuteComposerCommands/src/SwagTestExecuteComposerCommands.php
Test/Plugin/_fixture/plugins/SwagTestExecuteComposerCommands/src/SwagTestExecuteComposerCommands.php
Plugin/_fixture/plugins/SwagTestExecuteComposerCommands/src/SwagTestExecuteComposerCommands.php
_fixture/plugins/SwagTestExecuteComposerCommands/src/SwagTestExecuteComposerCommands.php
plugins/SwagTestExecuteComposerCommands/src/SwagTestExecuteComposerCommands.php
SwagTestExecuteComposerCommands/src/SwagTestExecuteComposerCommands.php
src/SwagTestExecuteComposerCommands.php
SwagTestExecuteComposerCommands.php
src/Core/Framework/Test/Plugin/_fixture/plugins/SwagTestExecuteComposerCommands/composer.json
Core/Framework/Test/Plugin/_fixture/plugins/SwagTestExecuteComposerCommands/composer.json
Framework/Test/Plugin/_fixture/plugins/SwagTestExecuteComposerCommands/composer.json
Test/Plugin/_fixture/plugins/SwagTestExecuteComposerCommands/composer.json
Plugin/_fixture/plugins/SwagTestExecuteComposerCommands/composer.json
_fixture/plugins/SwagTestExecuteComposerCommands/composer.json
plugins/SwagTestExecuteComposerCommands/composer.json
SwagTestExecuteComposerCommands/composer.json
composer.json
src/Core/Framework/Test/Plugin/_fixture/plugins/SwagTestErrors/src/SwagTestErrors.php
Core/Framework/Test/Plugin/_fixture/plugins/SwagTestErrors/src/SwagTestErrors.php
Framework/Test/Plugin/_fixture/plugins/SwagTestErrors/src/SwagTestErrors.php
@ -42305,6 +42324,88 @@ _fixture/plugins/SwagManualMigrationTestPlugin/composer.json
plugins/SwagManualMigrationTestPlugin/composer.json
SwagManualMigrationTestPlugin/composer.json
composer.json
src/Core/Framework/Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/src/SwagTestShipsVendorDirectory.php
Core/Framework/Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/src/SwagTestShipsVendorDirectory.php
Framework/Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/src/SwagTestShipsVendorDirectory.php
Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/src/SwagTestShipsVendorDirectory.php
Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/src/SwagTestShipsVendorDirectory.php
_fixture/plugins/SwagTestShipsVendorDirectory/src/SwagTestShipsVendorDirectory.php
plugins/SwagTestShipsVendorDirectory/src/SwagTestShipsVendorDirectory.php
SwagTestShipsVendorDirectory/src/SwagTestShipsVendorDirectory.php
src/SwagTestShipsVendorDirectory.php
SwagTestShipsVendorDirectory.php
src/Core/Framework/Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/composer.json
Core/Framework/Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/composer.json
Framework/Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/composer.json
Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/composer.json
Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/composer.json
_fixture/plugins/SwagTestShipsVendorDirectory/composer.json
plugins/SwagTestShipsVendorDirectory/composer.json
SwagTestShipsVendorDirectory/composer.json
composer.json
src/Core/Framework/Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/composer.lock
Core/Framework/Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/composer.lock
Framework/Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/composer.lock
Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/composer.lock
Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/composer.lock
_fixture/plugins/SwagTestShipsVendorDirectory/composer.lock
plugins/SwagTestShipsVendorDirectory/composer.lock
SwagTestShipsVendorDirectory/composer.lock
composer.lock
src/Core/Framework/Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/vendor/autoload.php
Core/Framework/Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/vendor/autoload.php
Framework/Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/vendor/autoload.php
Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/vendor/autoload.php
Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/vendor/autoload.php
_fixture/plugins/SwagTestShipsVendorDirectory/vendor/autoload.php
plugins/SwagTestShipsVendorDirectory/vendor/autoload.php
SwagTestShipsVendorDirectory/vendor/autoload.php
vendor/autoload.php
autoload.php
src/Core/Framework/Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/vendor/composer/autoload_real.php
Core/Framework/Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/vendor/composer/autoload_real.php
Framework/Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/vendor/composer/autoload_real.php
Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/vendor/composer/autoload_real.php
Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/vendor/composer/autoload_real.php
_fixture/plugins/SwagTestShipsVendorDirectory/vendor/composer/autoload_real.php
plugins/SwagTestShipsVendorDirectory/vendor/composer/autoload_real.php
SwagTestShipsVendorDirectory/vendor/composer/autoload_real.php
vendor/composer/autoload_real.php
composer/autoload_real.php
autoload_real.php
src/Core/Framework/Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/vendor/composer/autoload_static.php
Core/Framework/Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/vendor/composer/autoload_static.php
Framework/Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/vendor/composer/autoload_static.php
Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/vendor/composer/autoload_static.php
Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/vendor/composer/autoload_static.php
_fixture/plugins/SwagTestShipsVendorDirectory/vendor/composer/autoload_static.php
plugins/SwagTestShipsVendorDirectory/vendor/composer/autoload_static.php
SwagTestShipsVendorDirectory/vendor/composer/autoload_static.php
vendor/composer/autoload_static.php
composer/autoload_static.php
autoload_static.php
src/Core/Framework/Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/vendor/composer/installed.php
Core/Framework/Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/vendor/composer/installed.php
Framework/Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/vendor/composer/installed.php
Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/vendor/composer/installed.php
Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/vendor/composer/installed.php
_fixture/plugins/SwagTestShipsVendorDirectory/vendor/composer/installed.php
plugins/SwagTestShipsVendorDirectory/vendor/composer/installed.php
SwagTestShipsVendorDirectory/vendor/composer/installed.php
vendor/composer/installed.php
composer/installed.php
installed.php
src/Core/Framework/Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/vendor/composer/ClassLoader.php
Core/Framework/Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/vendor/composer/ClassLoader.php
Framework/Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/vendor/composer/ClassLoader.php
Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/vendor/composer/ClassLoader.php
Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/vendor/composer/ClassLoader.php
_fixture/plugins/SwagTestShipsVendorDirectory/vendor/composer/ClassLoader.php
plugins/SwagTestShipsVendorDirectory/vendor/composer/ClassLoader.php
SwagTestShipsVendorDirectory/vendor/composer/ClassLoader.php
vendor/composer/ClassLoader.php
composer/ClassLoader.php
ClassLoader.php
src/Core/Framework/Test/Plugin/_fixture/plugins/SwagTestNoExtraLabelProperty/src/SwagTestNoExtraLabelProperty.php
Core/Framework/Test/Plugin/_fixture/plugins/SwagTestNoExtraLabelProperty/src/SwagTestNoExtraLabelProperty.php
Framework/Test/Plugin/_fixture/plugins/SwagTestNoExtraLabelProperty/src/SwagTestNoExtraLabelProperty.php
@ -116493,6 +116594,11 @@ Storefront/Pagelet/Footer/FooterPageletLoader.php
Pagelet/Footer/FooterPageletLoader.php
Footer/FooterPageletLoader.php
FooterPageletLoader.php
src/Storefront/Pagelet/Footer/FooterPageletLoadedHook.php
Storefront/Pagelet/Footer/FooterPageletLoadedHook.php
Pagelet/Footer/FooterPageletLoadedHook.php
Footer/FooterPageletLoadedHook.php
FooterPageletLoadedHook.php
src/Storefront/Pagelet/Footer/FooterPagelet.php
Storefront/Pagelet/Footer/FooterPagelet.php
Pagelet/Footer/FooterPagelet.php
@ -116528,6 +116634,11 @@ Storefront/Pagelet/Header/HeaderPageletLoader.php
Pagelet/Header/HeaderPageletLoader.php
Header/HeaderPageletLoader.php
HeaderPageletLoader.php
src/Storefront/Pagelet/Header/HeaderPageletLoadedHook.php
Storefront/Pagelet/Header/HeaderPageletLoadedHook.php
Pagelet/Header/HeaderPageletLoadedHook.php
Header/HeaderPageletLoadedHook.php
HeaderPageletLoadedHook.php
src/Storefront/Pagelet/Wishlist/GuestWishlistPageletLoadedHook.php
Storefront/Pagelet/Wishlist/GuestWishlistPageletLoadedHook.php
Pagelet/Wishlist/GuestWishlistPageletLoadedHook.php
@ -131095,6 +131206,9 @@ _unreleased/2025-03-03-single-element-for-v-show-condition.md
changelog/_unreleased/2024-12-13-added-new-encode-event-for-store-api-routes.md
_unreleased/2024-12-13-added-new-encode-event-for-store-api-routes.md
2024-12-13-added-new-encode-event-for-store-api-routes.md
changelog/_unreleased/2025-03-19-improve-tag-selection-in-admin.md
_unreleased/2025-03-19-improve-tag-selection-in-admin.md
2025-03-19-improve-tag-selection-in-admin.md
changelog/_unreleased/2025-02-26-add-generic-type-to-entity-loaded-events.md
_unreleased/2025-02-26-add-generic-type-to-entity-loaded-events.md
2025-02-26-add-generic-type-to-entity-loaded-events.md
@ -131377,6 +131491,9 @@ _unreleased/2025-02-14-fix-product-stream-updater-performance-issues.md
changelog/_unreleased/2024-11-28-a11y-display-remove-from-wishlist-on-hover.md
_unreleased/2024-11-28-a11y-display-remove-from-wishlist-on-hover.md
2024-11-28-a11y-display-remove-from-wishlist-on-hover.md
changelog/_unreleased/2025-03-05-support-for-empty-filter-values-for-equals-and-equalsany-filters.md
_unreleased/2025-03-05-support-for-empty-filter-values-for-equals-and-equalsany-filters.md
2025-03-05-support-for-empty-filter-values-for-equals-and-equalsany-filters.md
changelog/_unreleased/2025-02-17-api-client-confidential-flag.md
_unreleased/2025-02-17-api-client-confidential-flag.md
2025-02-17-api-client-confidential-flag.md

View file

@ -5886,6 +5886,8 @@ src/Core/Framework/Test/Plugin/_fixture/plugins/SwagTestPluginAcl/composer.json
src/Core/Framework/Test/Plugin/_fixture/plugins/SwagTestTheme/src/SwagTestTheme.php
src/Core/Framework/Test/Plugin/_fixture/plugins/SwagTestTheme/src/Resources/theme.json
src/Core/Framework/Test/Plugin/_fixture/plugins/SwagTestTheme/composer.json
src/Core/Framework/Test/Plugin/_fixture/plugins/SwagTestExecuteComposerCommands/src/SwagTestExecuteComposerCommands.php
src/Core/Framework/Test/Plugin/_fixture/plugins/SwagTestExecuteComposerCommands/composer.json
src/Core/Framework/Test/Plugin/_fixture/plugins/SwagTestErrors/src/SwagTestErrors.php
src/Core/Framework/Test/Plugin/_fixture/plugins/SwagTestErrors/composer.json
src/Core/Framework/Test/Plugin/_fixture/plugins/SwagManualMigrationTestPlugin/src/Resources/config/services.xml
@ -5895,6 +5897,14 @@ src/Core/Framework/Test/Plugin/_fixture/plugins/SwagManualMigrationTestPlugin/sr
src/Core/Framework/Test/Plugin/_fixture/plugins/SwagManualMigrationTestPlugin/src/Migration/Migration3.php
src/Core/Framework/Test/Plugin/_fixture/plugins/SwagManualMigrationTestPlugin/src/SwagManualMigrationTestPlugin.php
src/Core/Framework/Test/Plugin/_fixture/plugins/SwagManualMigrationTestPlugin/composer.json
src/Core/Framework/Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/src/SwagTestShipsVendorDirectory.php
src/Core/Framework/Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/composer.json
src/Core/Framework/Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/composer.lock
src/Core/Framework/Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/vendor/autoload.php
src/Core/Framework/Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/vendor/composer/autoload_real.php
src/Core/Framework/Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/vendor/composer/autoload_static.php
src/Core/Framework/Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/vendor/composer/installed.php
src/Core/Framework/Test/Plugin/_fixture/plugins/SwagTestShipsVendorDirectory/vendor/composer/ClassLoader.php
src/Core/Framework/Test/Plugin/_fixture/plugins/SwagTestNoExtraLabelProperty/src/SwagTestNoExtraLabelProperty.php
src/Core/Framework/Test/Plugin/_fixture/plugins/SwagTestNoExtraLabelProperty/composer.json
src/Core/Framework/Test/Plugin/_fixture/plugins/SwagTestNoDefaultLang/src/Resources/config/services.xml
@ -14499,6 +14509,7 @@ src/Storefront/Pagelet/Country/CountryStateDataPagelet.php
src/Storefront/Pagelet/Country/CountryStateDataPageletLoadedHook.php
src/Storefront/Pagelet/Country/CountryStateDataPageletLoadedEvent.php
src/Storefront/Pagelet/Footer/FooterPageletLoader.php
src/Storefront/Pagelet/Footer/FooterPageletLoadedHook.php
src/Storefront/Pagelet/Footer/FooterPagelet.php
src/Storefront/Pagelet/Footer/FooterPageletLoaderInterface.php
src/Storefront/Pagelet/Footer/FooterPageletLoadedEvent.php
@ -14506,6 +14517,7 @@ src/Storefront/Pagelet/Header/HeaderPageletLoaderInterface.php
src/Storefront/Pagelet/Header/HeaderPagelet.php
src/Storefront/Pagelet/Header/HeaderPageletLoadedEvent.php
src/Storefront/Pagelet/Header/HeaderPageletLoader.php
src/Storefront/Pagelet/Header/HeaderPageletLoadedHook.php
src/Storefront/Pagelet/Wishlist/GuestWishlistPageletLoadedHook.php
src/Storefront/Pagelet/Wishlist/GuestWishlistPagelet.php
src/Storefront/Pagelet/Wishlist/GuestWishlistPageletLoader.php
@ -16909,6 +16921,7 @@ changelog/_unreleased/2024-11-22-migrate-session-store-to-pinia.md
changelog/_unreleased/2025-03-05-add-new-data-id-to-set-off-canvas-aria-labelledby.md
changelog/_unreleased/2025-03-03-single-element-for-v-show-condition.md
changelog/_unreleased/2024-12-13-added-new-encode-event-for-store-api-routes.md
changelog/_unreleased/2025-03-19-improve-tag-selection-in-admin.md
changelog/_unreleased/2025-02-26-add-generic-type-to-entity-loaded-events.md
changelog/_unreleased/2024-11-26-fix-forms-labels-conflict.md
changelog/_unreleased/2025-01-29-fix-data-grid-inline-edit.md
@ -17003,6 +17016,7 @@ changelog/_unreleased/2025-01-22-send-small-mail-object-directly.md
changelog/_unreleased/2024-11-25-a11y-changed-link-styling-in-checkout.md
changelog/_unreleased/2025-02-14-fix-product-stream-updater-performance-issues.md
changelog/_unreleased/2024-11-28-a11y-display-remove-from-wishlist-on-hover.md
changelog/_unreleased/2025-03-05-support-for-empty-filter-values-for-equals-and-equalsany-filters.md
changelog/_unreleased/2025-02-17-api-client-confidential-flag.md
changelog/_unreleased/2024-10-17-transition-extension-store-to-pinia.md
changelog/_unreleased/2025-03-03-fix-updates-for-composer-plugins.md

View file

@ -2395,6 +2395,11 @@ views/blade/input/textarea.blade.php
blade/input/textarea.blade.php
input/textarea.blade.php
textarea.blade.php
resources/views/blade/input/location-select.blade.php
views/blade/input/location-select.blade.php
blade/input/location-select.blade.php
input/location-select.blade.php
location-select.blade.php
resources/views/blade/input/select.blade.php
views/blade/input/select.blade.php
blade/input/select.blade.php

View file

@ -536,6 +536,7 @@ resources/views/blade/example.blade.php
resources/views/blade/redirect_submit_options.blade.php
resources/views/blade/filestable.blade.php
resources/views/blade/input/textarea.blade.php
resources/views/blade/input/location-select.blade.php
resources/views/blade/input/select.blade.php
resources/views/blade/icon.blade.php
resources/views/kits/edit.blade.php

View file

@ -2633,12 +2633,6 @@ tests/DefaultConfig/Content/ChildrenContent.spec.ts
DefaultConfig/Content/ChildrenContent.spec.ts
Content/ChildrenContent.spec.ts
ChildrenContent.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithBlockList.spec.ts
Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithBlockList.spec.ts
tests/DefaultConfig/Content/ContentWithBlockList.spec.ts
DefaultConfig/Content/ContentWithBlockList.spec.ts
Content/ContentWithBlockList.spec.ts
ContentWithBlockList.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithUploadFile.spec.ts
Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithUploadFile.spec.ts
tests/DefaultConfig/Content/ContentWithUploadFile.spec.ts
@ -2684,6 +2678,20 @@ tests/DefaultConfig/Content/ContentWithDropdown.spec.ts
DefaultConfig/Content/ContentWithDropdown.spec.ts
Content/ContentWithDropdown.spec.ts
ContentWithDropdown.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/RichTextEditor/ContentWithTiptap.spec.ts
Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/RichTextEditor/ContentWithTiptap.spec.ts
tests/DefaultConfig/Content/RichTextEditor/ContentWithTiptap.spec.ts
DefaultConfig/Content/RichTextEditor/ContentWithTiptap.spec.ts
Content/RichTextEditor/ContentWithTiptap.spec.ts
RichTextEditor/ContentWithTiptap.spec.ts
ContentWithTiptap.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/RichTextEditor/VariantTipTapBlocks.spec.ts
Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/RichTextEditor/VariantTipTapBlocks.spec.ts
tests/DefaultConfig/Content/RichTextEditor/VariantTipTapBlocks.spec.ts
DefaultConfig/Content/RichTextEditor/VariantTipTapBlocks.spec.ts
Content/RichTextEditor/VariantTipTapBlocks.spec.ts
RichTextEditor/VariantTipTapBlocks.spec.ts
VariantTipTapBlocks.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithMultipleImageMediaPicker.spec.ts
Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithMultipleImageMediaPicker.spec.ts
tests/DefaultConfig/Content/ContentWithMultipleImageMediaPicker.spec.ts
@ -2743,6 +2751,20 @@ tests/DefaultConfig/Content/ContentWithListViewContent.spec.ts
DefaultConfig/Content/ContentWithListViewContent.spec.ts
Content/ContentWithListViewContent.spec.ts
ContentWithListViewContent.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/BlockList/ContentWithBlockList.spec.ts
Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/BlockList/ContentWithBlockList.spec.ts
tests/DefaultConfig/Content/BlockList/ContentWithBlockList.spec.ts
DefaultConfig/Content/BlockList/ContentWithBlockList.spec.ts
Content/BlockList/ContentWithBlockList.spec.ts
BlockList/ContentWithBlockList.spec.ts
ContentWithBlockList.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/BlockList/VariantBlockList.spec.ts
Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/BlockList/VariantBlockList.spec.ts
tests/DefaultConfig/Content/BlockList/VariantBlockList.spec.ts
DefaultConfig/Content/BlockList/VariantBlockList.spec.ts
Content/BlockList/VariantBlockList.spec.ts
BlockList/VariantBlockList.spec.ts
VariantBlockList.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/TrashContent.spec.ts
Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/TrashContent.spec.ts
tests/DefaultConfig/Content/TrashContent.spec.ts
@ -2829,12 +2851,6 @@ tests/DefaultConfig/Content/ContentWithUploadVideo.spec.ts
DefaultConfig/Content/ContentWithUploadVideo.spec.ts
Content/ContentWithUploadVideo.spec.ts
ContentWithUploadVideo.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithTiptap.spec.ts
Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithTiptap.spec.ts
tests/DefaultConfig/Content/ContentWithTiptap.spec.ts
DefaultConfig/Content/ContentWithTiptap.spec.ts
Content/ContentWithTiptap.spec.ts
ContentWithTiptap.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithNumeric.spec.ts
Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithNumeric.spec.ts
tests/DefaultConfig/Content/ContentWithNumeric.spec.ts
@ -5480,6 +5496,11 @@ Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Delivery/Json/DeliveryApiVersionAwareJso
Umbraco.Cms.Api.Delivery/Json/DeliveryApiVersionAwareJsonConverterBaseTests.cs
Json/DeliveryApiVersionAwareJsonConverterBaseTests.cs
DeliveryApiVersionAwareJsonConverterBaseTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Delivery/Services/RequestPreviewServiceTests.cs
Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Delivery/Services/RequestPreviewServiceTests.cs
Umbraco.Cms.Api.Delivery/Services/RequestPreviewServiceTests.cs
Services/RequestPreviewServiceTests.cs
RequestPreviewServiceTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Delivery/Services/RequestHeaderHandlerTests.cs
Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Delivery/Services/RequestHeaderHandlerTests.cs
Umbraco.Cms.Api.Delivery/Services/RequestHeaderHandlerTests.cs
@ -8045,6 +8066,10 @@ RuntimeModeValidationService.cs
src/Umbraco.Infrastructure/PublishedContentQuery.cs
Umbraco.Infrastructure/PublishedContentQuery.cs
PublishedContentQuery.cs
src/Umbraco.Infrastructure/Services/ContentTypeSearchService.cs
Umbraco.Infrastructure/Services/ContentTypeSearchService.cs
Services/ContentTypeSearchService.cs
ContentTypeSearchService.cs
src/Umbraco.Infrastructure/Services/ContentListViewServiceBase.cs
Umbraco.Infrastructure/Services/ContentListViewServiceBase.cs
Services/ContentListViewServiceBase.cs
@ -17766,6 +17791,10 @@ src/Umbraco.Core/Services/IMembershipMemberService.cs
Umbraco.Core/Services/IMembershipMemberService.cs
Services/IMembershipMemberService.cs
IMembershipMemberService.cs
src/Umbraco.Core/Services/IContentTypeSearchService.cs
Umbraco.Core/Services/IContentTypeSearchService.cs
Services/IContentTypeSearchService.cs
IContentTypeSearchService.cs
src/Umbraco.Core/Services/IEntityService.cs
Umbraco.Core/Services/IEntityService.cs
Services/IEntityService.cs
@ -30897,6 +30926,13 @@ external/tiptap/extensions/tiptap-trailing-node.extension.ts
tiptap/extensions/tiptap-trailing-node.extension.ts
extensions/tiptap-trailing-node.extension.ts
tiptap-trailing-node.extension.ts
src/Umbraco.Web.UI.Client/src/external/tiptap/extensions/tiptap-umb-bubble-menu.extension.ts
Umbraco.Web.UI.Client/src/external/tiptap/extensions/tiptap-umb-bubble-menu.extension.ts
src/external/tiptap/extensions/tiptap-umb-bubble-menu.extension.ts
external/tiptap/extensions/tiptap-umb-bubble-menu.extension.ts
tiptap/extensions/tiptap-umb-bubble-menu.extension.ts
extensions/tiptap-umb-bubble-menu.extension.ts
tiptap-umb-bubble-menu.extension.ts
src/Umbraco.Web.UI.Client/src/external/tiptap/extensions/tiptap-div.extension.ts
Umbraco.Web.UI.Client/src/external/tiptap/extensions/tiptap-div.extension.ts
src/external/tiptap/extensions/tiptap-div.extension.ts
@ -44537,6 +44573,20 @@ language/modals/language-picker/language-picker-modal.token.ts
modals/language-picker/language-picker-modal.token.ts
language-picker/language-picker-modal.token.ts
language-picker-modal.token.ts
src/Umbraco.Web.UI.Client/src/packages/language/item/manifests.ts
Umbraco.Web.UI.Client/src/packages/language/item/manifests.ts
src/packages/language/item/manifests.ts
packages/language/item/manifests.ts
language/item/manifests.ts
item/manifests.ts
manifests.ts
src/Umbraco.Web.UI.Client/src/packages/language/item/langauge-item-ref.element.ts
Umbraco.Web.UI.Client/src/packages/language/item/langauge-item-ref.element.ts
src/packages/language/item/langauge-item-ref.element.ts
packages/language/item/langauge-item-ref.element.ts
language/item/langauge-item-ref.element.ts
item/langauge-item-ref.element.ts
langauge-item-ref.element.ts
src/Umbraco.Web.UI.Client/src/packages/language/constants.ts
Umbraco.Web.UI.Client/src/packages/language/constants.ts
src/packages/language/constants.ts
@ -66395,6 +66445,14 @@ core/icon-registry/icons/icon-terminal.ts
icon-registry/icons/icon-terminal.ts
icons/icon-terminal.ts
icon-terminal.ts
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-drag.ts
Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-drag.ts
src/packages/core/icon-registry/icons/icon-drag.ts
packages/core/icon-registry/icons/icon-drag.ts
core/icon-registry/icons/icon-drag.ts
icon-registry/icons/icon-drag.ts
icons/icon-drag.ts
icon-drag.ts
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-hard-drive-alt.ts
Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-hard-drive-alt.ts
src/packages/core/icon-registry/icons/icon-hard-drive-alt.ts
@ -83063,6 +83121,15 @@ tiptap/extensions/table/table.tiptap-toolbar-api.ts
extensions/table/table.tiptap-toolbar-api.ts
table/table.tiptap-toolbar-api.ts
table.tiptap-toolbar-api.ts
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/table/components/table-column-menu.element.ts
Umbraco.Web.UI.Client/src/packages/tiptap/extensions/table/components/table-column-menu.element.ts
src/packages/tiptap/extensions/table/components/table-column-menu.element.ts
packages/tiptap/extensions/table/components/table-column-menu.element.ts
tiptap/extensions/table/components/table-column-menu.element.ts
extensions/table/components/table-column-menu.element.ts
table/components/table-column-menu.element.ts
components/table-column-menu.element.ts
table-column-menu.element.ts
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/table/components/table-insert.element.ts
Umbraco.Web.UI.Client/src/packages/tiptap/extensions/table/components/table-insert.element.ts
src/packages/tiptap/extensions/table/components/table-insert.element.ts
@ -83072,6 +83139,24 @@ extensions/table/components/table-insert.element.ts
table/components/table-insert.element.ts
components/table-insert.element.ts
table-insert.element.ts
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/table/components/table-row-menu.element.ts
Umbraco.Web.UI.Client/src/packages/tiptap/extensions/table/components/table-row-menu.element.ts
src/packages/tiptap/extensions/table/components/table-row-menu.element.ts
packages/tiptap/extensions/table/components/table-row-menu.element.ts
tiptap/extensions/table/components/table-row-menu.element.ts
extensions/table/components/table-row-menu.element.ts
table/components/table-row-menu.element.ts
components/table-row-menu.element.ts
table-row-menu.element.ts
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/table/components/table-toolbar-menu.element.ts
Umbraco.Web.UI.Client/src/packages/tiptap/extensions/table/components/table-toolbar-menu.element.ts
src/packages/tiptap/extensions/table/components/table-toolbar-menu.element.ts
packages/tiptap/extensions/table/components/table-toolbar-menu.element.ts
tiptap/extensions/table/components/table-toolbar-menu.element.ts
extensions/table/components/table-toolbar-menu.element.ts
table/components/table-toolbar-menu.element.ts
components/table-toolbar-menu.element.ts
table-toolbar-menu.element.ts
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/style-select/manifests.ts
Umbraco.Web.UI.Client/src/packages/tiptap/extensions/style-select/manifests.ts
src/packages/tiptap/extensions/style-select/manifests.ts

View file

@ -570,7 +570,6 @@ tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithMultip
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithMultiURLPicker.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithTextarea.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ChildrenContent.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithBlockList.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithUploadFile.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithApprovedColor.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/BlockGrid/VariantBlockGrid.spec.ts
@ -578,6 +577,8 @@ tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/BlockGrid/Content
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/BlockGrid/BlockGridArea.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithCustomDataType.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithDropdown.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/RichTextEditor/ContentWithTiptap.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/RichTextEditor/VariantTipTapBlocks.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithMultipleImageMediaPicker.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithTextstring.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithImageCropper.spec.ts
@ -587,6 +588,8 @@ tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithDocume
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithDocumentTypeProperties/ContentWithAllowedChildNodes.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithDocumentTypeProperties/ContentWithAllowAtRoot.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithListViewContent.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/BlockList/ContentWithBlockList.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/BlockList/VariantBlockList.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/TrashContent.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithCheckboxList.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithMemberPicker.spec.ts
@ -601,7 +604,6 @@ tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithUpload
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithImageMediaPicker.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentInfoTab.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithUploadVideo.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithTiptap.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithNumeric.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Dictionary/Dictionary.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Settings/MediaType/MediaTypeCollectionWorkspace.spec.ts
@ -1095,6 +1097,7 @@ tests/Umbraco.Tests.UnitTests/TestHelpers/CompositionExtensions.cs
tests/Umbraco.Tests.UnitTests/TestHelpers/BaseUsingSqlSyntax.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Tests.UnitTests.csproj
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Delivery/Json/DeliveryApiVersionAwareJsonConverterBaseTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Delivery/Services/RequestPreviewServiceTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Delivery/Services/RequestHeaderHandlerTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Common/ModelBinders/ContentModelBinderTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Common/ModelBinders/HttpQueryStringModelBinderTests.cs
@ -1613,6 +1616,7 @@ src/Umbraco.Infrastructure/Runtime/IRuntimeModeValidationService.cs
src/Umbraco.Infrastructure/Runtime/IRuntimeModeValidator.cs
src/Umbraco.Infrastructure/Runtime/RuntimeModeValidationService.cs
src/Umbraco.Infrastructure/PublishedContentQuery.cs
src/Umbraco.Infrastructure/Services/ContentTypeSearchService.cs
src/Umbraco.Infrastructure/Services/ContentListViewServiceBase.cs
src/Umbraco.Infrastructure/Services/CacheInstructionService.cs
src/Umbraco.Infrastructure/Services/IIndexingRebuilderService.cs
@ -3799,6 +3803,7 @@ src/Umbraco.Core/Services/IContentListViewService.cs
src/Umbraco.Core/Services/PublicAccessService.cs
src/Umbraco.Core/Services/ILogViewerRepository.cs
src/Umbraco.Core/Services/IMembershipMemberService.cs
src/Umbraco.Core/Services/IContentTypeSearchService.cs
src/Umbraco.Core/Services/IEntityService.cs
src/Umbraco.Core/Services/ServiceContext.cs
src/Umbraco.Core/Services/IRelationService.cs
@ -6412,6 +6417,7 @@ src/Umbraco.Web.UI.Client/src/external/tiptap/extensions/tiptap-span.extension.t
src/Umbraco.Web.UI.Client/src/external/tiptap/extensions/tiptap-umb-embedded-media.extension.ts
src/Umbraco.Web.UI.Client/src/external/tiptap/extensions/tiptap-figcaption.extension.ts
src/Umbraco.Web.UI.Client/src/external/tiptap/extensions/tiptap-trailing-node.extension.ts
src/Umbraco.Web.UI.Client/src/external/tiptap/extensions/tiptap-umb-bubble-menu.extension.ts
src/Umbraco.Web.UI.Client/src/external/tiptap/extensions/tiptap-div.extension.ts
src/Umbraco.Web.UI.Client/src/external/tiptap/extensions/tiptap-text-indent-extension.ts
src/Umbraco.Web.UI.Client/src/external/tiptap/extensions/tiptap-umb-image.extension.ts
@ -8098,6 +8104,8 @@ src/Umbraco.Web.UI.Client/src/packages/language/modals/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/language/modals/language-picker/constants.ts
src/Umbraco.Web.UI.Client/src/packages/language/modals/language-picker/language-picker-modal.element.ts
src/Umbraco.Web.UI.Client/src/packages/language/modals/language-picker/language-picker-modal.token.ts
src/Umbraco.Web.UI.Client/src/packages/language/item/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/language/item/langauge-item-ref.element.ts
src/Umbraco.Web.UI.Client/src/packages/language/constants.ts
src/Umbraco.Web.UI.Client/src/packages/language/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/language/package.json
@ -10811,6 +10819,7 @@ src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-previous.ts
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-caps-lock.ts
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-operator.ts
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-terminal.ts
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-drag.ts
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-hard-drive-alt.ts
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-window-popout.ts
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons/icon-printer-alt.ts
@ -12784,7 +12793,10 @@ src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/toolbar/bullet-list.tip
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/table/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/table/table.tiptap-api.ts
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/table/table.tiptap-toolbar-api.ts
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/table/components/table-column-menu.element.ts
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/table/components/table-insert.element.ts
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/table/components/table-row-menu.element.ts
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/table/components/table-toolbar-menu.element.ts
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/style-select/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/style-select/style-select.tiptap-toolbar-api.ts
src/Umbraco.Web.UI.Client/src/packages/tiptap/extensions/tiptap-toolbar.extension.ts

View file

@ -23969,14 +23969,6 @@ client/wp-admin-scripts/settings-tracking/index.ts
wp-admin-scripts/settings-tracking/index.ts
settings-tracking/index.ts
index.ts
plugins/woocommerce/client/admin/client/wp-admin-scripts/email-editor-integration/woo_content_placeholder_block.tsx
woocommerce/client/admin/client/wp-admin-scripts/email-editor-integration/woo_content_placeholder_block.tsx
client/admin/client/wp-admin-scripts/email-editor-integration/woo_content_placeholder_block.tsx
admin/client/wp-admin-scripts/email-editor-integration/woo_content_placeholder_block.tsx
client/wp-admin-scripts/email-editor-integration/woo_content_placeholder_block.tsx
wp-admin-scripts/email-editor-integration/woo_content_placeholder_block.tsx
email-editor-integration/woo_content_placeholder_block.tsx
woo_content_placeholder_block.tsx
plugins/woocommerce/client/admin/client/wp-admin-scripts/email-editor-integration/constants.ts
woocommerce/client/admin/client/wp-admin-scripts/email-editor-integration/constants.ts
client/admin/client/wp-admin-scripts/email-editor-integration/constants.ts
@ -24009,6 +24001,46 @@ client/wp-admin-scripts/email-editor-integration/index.ts
wp-admin-scripts/email-editor-integration/index.ts
email-editor-integration/index.ts
index.ts
plugins/woocommerce/client/admin/client/wp-admin-scripts/email-editor-integration/blocks/woo-email-content/edit.tsx
woocommerce/client/admin/client/wp-admin-scripts/email-editor-integration/blocks/woo-email-content/edit.tsx
client/admin/client/wp-admin-scripts/email-editor-integration/blocks/woo-email-content/edit.tsx
admin/client/wp-admin-scripts/email-editor-integration/blocks/woo-email-content/edit.tsx
client/wp-admin-scripts/email-editor-integration/blocks/woo-email-content/edit.tsx
wp-admin-scripts/email-editor-integration/blocks/woo-email-content/edit.tsx
email-editor-integration/blocks/woo-email-content/edit.tsx
blocks/woo-email-content/edit.tsx
woo-email-content/edit.tsx
edit.tsx
plugins/woocommerce/client/admin/client/wp-admin-scripts/email-editor-integration/blocks/woo-email-content/save.tsx
woocommerce/client/admin/client/wp-admin-scripts/email-editor-integration/blocks/woo-email-content/save.tsx
client/admin/client/wp-admin-scripts/email-editor-integration/blocks/woo-email-content/save.tsx
admin/client/wp-admin-scripts/email-editor-integration/blocks/woo-email-content/save.tsx
client/wp-admin-scripts/email-editor-integration/blocks/woo-email-content/save.tsx
wp-admin-scripts/email-editor-integration/blocks/woo-email-content/save.tsx
email-editor-integration/blocks/woo-email-content/save.tsx
blocks/woo-email-content/save.tsx
woo-email-content/save.tsx
save.tsx
plugins/woocommerce/client/admin/client/wp-admin-scripts/email-editor-integration/blocks/woo-email-content/index.ts
woocommerce/client/admin/client/wp-admin-scripts/email-editor-integration/blocks/woo-email-content/index.ts
client/admin/client/wp-admin-scripts/email-editor-integration/blocks/woo-email-content/index.ts
admin/client/wp-admin-scripts/email-editor-integration/blocks/woo-email-content/index.ts
client/wp-admin-scripts/email-editor-integration/blocks/woo-email-content/index.ts
wp-admin-scripts/email-editor-integration/blocks/woo-email-content/index.ts
email-editor-integration/blocks/woo-email-content/index.ts
blocks/woo-email-content/index.ts
woo-email-content/index.ts
index.ts
plugins/woocommerce/client/admin/client/wp-admin-scripts/email-editor-integration/blocks/woo-email-content/placeholder-block-edit-content.tsx
woocommerce/client/admin/client/wp-admin-scripts/email-editor-integration/blocks/woo-email-content/placeholder-block-edit-content.tsx
client/admin/client/wp-admin-scripts/email-editor-integration/blocks/woo-email-content/placeholder-block-edit-content.tsx
admin/client/wp-admin-scripts/email-editor-integration/blocks/woo-email-content/placeholder-block-edit-content.tsx
client/wp-admin-scripts/email-editor-integration/blocks/woo-email-content/placeholder-block-edit-content.tsx
wp-admin-scripts/email-editor-integration/blocks/woo-email-content/placeholder-block-edit-content.tsx
email-editor-integration/blocks/woo-email-content/placeholder-block-edit-content.tsx
blocks/woo-email-content/placeholder-block-edit-content.tsx
woo-email-content/placeholder-block-edit-content.tsx
placeholder-block-edit-content.tsx
plugins/woocommerce/client/admin/client/wp-admin-scripts/woo-plugin-update-connect-notice/index.js
woocommerce/client/admin/client/wp-admin-scripts/woo-plugin-update-connect-notice/index.js
client/admin/client/wp-admin-scripts/woo-plugin-update-connect-notice/index.js
@ -35545,6 +35577,13 @@ legacy/js/admin/meta-boxes-product.js
js/admin/meta-boxes-product.js
admin/meta-boxes-product.js
meta-boxes-product.js
plugins/woocommerce/client/legacy/js/admin/wc-status-widget-async.js
woocommerce/client/legacy/js/admin/wc-status-widget-async.js
client/legacy/js/admin/wc-status-widget-async.js
legacy/js/admin/wc-status-widget-async.js
js/admin/wc-status-widget-async.js
admin/wc-status-widget-async.js
wc-status-widget-async.js
plugins/woocommerce/client/legacy/js/admin/backbone-modal.js
woocommerce/client/legacy/js/admin/backbone-modal.js
client/legacy/js/admin/backbone-modal.js
@ -36218,56 +36257,6 @@ js/atomic/utils/register-product-block-type.ts
atomic/utils/register-product-block-type.ts
utils/register-product-block-type.ts
register-product-block-type.ts
plugins/woocommerce/client/blocks/assets/js/atomic/utils/blocks-registration-manager/template-change-detector.ts
woocommerce/client/blocks/assets/js/atomic/utils/blocks-registration-manager/template-change-detector.ts
client/blocks/assets/js/atomic/utils/blocks-registration-manager/template-change-detector.ts
blocks/assets/js/atomic/utils/blocks-registration-manager/template-change-detector.ts
assets/js/atomic/utils/blocks-registration-manager/template-change-detector.ts
js/atomic/utils/blocks-registration-manager/template-change-detector.ts
atomic/utils/blocks-registration-manager/template-change-detector.ts
utils/blocks-registration-manager/template-change-detector.ts
blocks-registration-manager/template-change-detector.ts
template-change-detector.ts
plugins/woocommerce/client/blocks/assets/js/atomic/utils/blocks-registration-manager/blocks-registration-manager.ts
woocommerce/client/blocks/assets/js/atomic/utils/blocks-registration-manager/blocks-registration-manager.ts
client/blocks/assets/js/atomic/utils/blocks-registration-manager/blocks-registration-manager.ts
blocks/assets/js/atomic/utils/blocks-registration-manager/blocks-registration-manager.ts
assets/js/atomic/utils/blocks-registration-manager/blocks-registration-manager.ts
js/atomic/utils/blocks-registration-manager/blocks-registration-manager.ts
atomic/utils/blocks-registration-manager/blocks-registration-manager.ts
utils/blocks-registration-manager/blocks-registration-manager.ts
blocks-registration-manager/blocks-registration-manager.ts
blocks-registration-manager.ts
plugins/woocommerce/client/blocks/assets/js/atomic/utils/blocks-registration-manager/blocks-with-restriction.ts
woocommerce/client/blocks/assets/js/atomic/utils/blocks-registration-manager/blocks-with-restriction.ts
client/blocks/assets/js/atomic/utils/blocks-registration-manager/blocks-with-restriction.ts
blocks/assets/js/atomic/utils/blocks-registration-manager/blocks-with-restriction.ts
assets/js/atomic/utils/blocks-registration-manager/blocks-with-restriction.ts
js/atomic/utils/blocks-registration-manager/blocks-with-restriction.ts
atomic/utils/blocks-registration-manager/blocks-with-restriction.ts
utils/blocks-registration-manager/blocks-with-restriction.ts
blocks-registration-manager/blocks-with-restriction.ts
blocks-with-restriction.ts
plugins/woocommerce/client/blocks/assets/js/atomic/utils/blocks-registration-manager/index.ts
woocommerce/client/blocks/assets/js/atomic/utils/blocks-registration-manager/index.ts
client/blocks/assets/js/atomic/utils/blocks-registration-manager/index.ts
blocks/assets/js/atomic/utils/blocks-registration-manager/index.ts
assets/js/atomic/utils/blocks-registration-manager/index.ts
js/atomic/utils/blocks-registration-manager/index.ts
atomic/utils/blocks-registration-manager/index.ts
utils/blocks-registration-manager/index.ts
blocks-registration-manager/index.ts
index.ts
plugins/woocommerce/client/blocks/assets/js/atomic/utils/blocks-registration-manager/block-registration-strategy.ts
woocommerce/client/blocks/assets/js/atomic/utils/blocks-registration-manager/block-registration-strategy.ts
client/blocks/assets/js/atomic/utils/blocks-registration-manager/block-registration-strategy.ts
blocks/assets/js/atomic/utils/blocks-registration-manager/block-registration-strategy.ts
assets/js/atomic/utils/blocks-registration-manager/block-registration-strategy.ts
js/atomic/utils/blocks-registration-manager/block-registration-strategy.ts
atomic/utils/blocks-registration-manager/block-registration-strategy.ts
utils/blocks-registration-manager/block-registration-strategy.ts
blocks-registration-manager/block-registration-strategy.ts
block-registration-strategy.ts
plugins/woocommerce/client/blocks/assets/js/atomic/utils/render-standalone-blocks.js
woocommerce/client/blocks/assets/js/atomic/utils/render-standalone-blocks.js
client/blocks/assets/js/atomic/utils/render-standalone-blocks.js
@ -37671,17 +37660,6 @@ blocks/product-elements/stock-indicator/edit.tsx
product-elements/stock-indicator/edit.tsx
stock-indicator/edit.tsx
edit.tsx
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/stock-indicator/attributes.ts
woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/stock-indicator/attributes.ts
client/blocks/assets/js/atomic/blocks/product-elements/stock-indicator/attributes.ts
blocks/assets/js/atomic/blocks/product-elements/stock-indicator/attributes.ts
assets/js/atomic/blocks/product-elements/stock-indicator/attributes.ts
js/atomic/blocks/product-elements/stock-indicator/attributes.ts
atomic/blocks/product-elements/stock-indicator/attributes.ts
blocks/product-elements/stock-indicator/attributes.ts
product-elements/stock-indicator/attributes.ts
stock-indicator/attributes.ts
attributes.ts
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/stock-indicator/block.tsx
woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/stock-indicator/block.tsx
client/blocks/assets/js/atomic/blocks/product-elements/stock-indicator/block.tsx
@ -37716,6 +37694,17 @@ blocks/product-elements/stock-indicator/constants.tsx
product-elements/stock-indicator/constants.tsx
stock-indicator/constants.tsx
constants.tsx
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/stock-indicator/block.json
woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/stock-indicator/block.json
client/blocks/assets/js/atomic/blocks/product-elements/stock-indicator/block.json
blocks/assets/js/atomic/blocks/product-elements/stock-indicator/block.json
assets/js/atomic/blocks/product-elements/stock-indicator/block.json
js/atomic/blocks/product-elements/stock-indicator/block.json
atomic/blocks/product-elements/stock-indicator/block.json
blocks/product-elements/stock-indicator/block.json
product-elements/stock-indicator/block.json
stock-indicator/block.json
block.json
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/stock-indicator/index.ts
woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/stock-indicator/index.ts
client/blocks/assets/js/atomic/blocks/product-elements/stock-indicator/index.ts
@ -46588,6 +46577,17 @@ add-to-cart-with-options/variation-selector/attribute-options/frontend.ts
variation-selector/attribute-options/frontend.ts
attribute-options/frontend.ts
frontend.ts
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-options/style.scss
woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-options/style.scss
client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-options/style.scss
blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-options/style.scss
assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-options/style.scss
js/blocks/add-to-cart-with-options/variation-selector/attribute-options/style.scss
blocks/add-to-cart-with-options/variation-selector/attribute-options/style.scss
add-to-cart-with-options/variation-selector/attribute-options/style.scss
variation-selector/attribute-options/style.scss
attribute-options/style.scss
style.scss
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/editor.scss
woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/editor.scss
client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/editor.scss
@ -49190,6 +49190,15 @@ js/blocks/product-details/icon.tsx
blocks/product-details/icon.tsx
product-details/icon.tsx
icon.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/product-details/types.ts
woocommerce/client/blocks/assets/js/blocks/product-details/types.ts
client/blocks/assets/js/blocks/product-details/types.ts
blocks/assets/js/blocks/product-details/types.ts
assets/js/blocks/product-details/types.ts
js/blocks/product-details/types.ts
blocks/product-details/types.ts
product-details/types.ts
types.ts
plugins/woocommerce/client/blocks/assets/js/blocks/accordion/accordion-group/index.js
woocommerce/client/blocks/assets/js/blocks/accordion/accordion-group/index.js
client/blocks/assets/js/blocks/accordion/accordion-group/index.js
@ -53808,15 +53817,6 @@ js/blocks/product-gallery/index.tsx
blocks/product-gallery/index.tsx
product-gallery/index.tsx
index.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/product-gallery/settings.ts
woocommerce/client/blocks/assets/js/blocks/product-gallery/settings.ts
client/blocks/assets/js/blocks/product-gallery/settings.ts
blocks/assets/js/blocks/product-gallery/settings.ts
assets/js/blocks/product-gallery/settings.ts
js/blocks/product-gallery/settings.ts
blocks/product-gallery/settings.ts
product-gallery/settings.ts
settings.ts
plugins/woocommerce/client/blocks/assets/js/blocks/product-gallery/frontend.ts
woocommerce/client/blocks/assets/js/blocks/product-gallery/frontend.ts
client/blocks/assets/js/blocks/product-gallery/frontend.ts
@ -62882,6 +62882,10 @@ plugins/woocommerce/changelog/55796-add-54370-hide_flat_rate_when_free
woocommerce/changelog/55796-add-54370-hide_flat_rate_when_free
changelog/55796-add-54370-hide_flat_rate_when_free
55796-add-54370-hide_flat_rate_when_free
plugins/woocommerce/changelog/add-product-details-alignment-options
woocommerce/changelog/add-product-details-alignment-options
changelog/add-product-details-alignment-options
add-product-details-alignment-options
plugins/woocommerce/changelog/56362-tweak-skip-a-flaky-test-for-analytics-product-refund
woocommerce/changelog/56362-tweak-skip-a-flaky-test-for-analytics-product-refund
changelog/56362-tweak-skip-a-flaky-test-for-analytics-product-refund
@ -62930,6 +62934,10 @@ plugins/woocommerce/changelog/fix-56399
woocommerce/changelog/fix-56399
changelog/fix-56399
fix-56399
plugins/woocommerce/changelog/56512-update-product-gallery-perf-improvements
woocommerce/changelog/56512-update-product-gallery-perf-improvements
changelog/56512-update-product-gallery-perf-improvements
56512-update-product-gallery-perf-improvements
plugins/woocommerce/changelog/add-email-editor-sending-transactional-emails
woocommerce/changelog/add-email-editor-sending-transactional-emails
changelog/add-email-editor-sending-transactional-emails
@ -62974,14 +62982,30 @@ plugins/woocommerce/changelog/fix-56148
woocommerce/changelog/fix-56148
changelog/fix-56148
fix-56148
plugins/woocommerce/changelog/make-e2e-tests-v6.8-compatible
woocommerce/changelog/make-e2e-tests-v6.8-compatible
changelog/make-e2e-tests-v6.8-compatible
make-e2e-tests-v6.8-compatible
plugins/woocommerce/changelog/fix-54908-tax-onboarding-task-performance
woocommerce/changelog/fix-54908-tax-onboarding-task-performance
changelog/fix-54908-tax-onboarding-task-performance
fix-54908-tax-onboarding-task-performance
plugins/woocommerce/changelog/56040-add-site-url-to-wccom-connection
woocommerce/changelog/56040-add-site-url-to-wccom-connection
changelog/56040-add-site-url-to-wccom-connection
56040-add-site-url-to-wccom-connection
plugins/woocommerce/changelog/55926-fix-report-order-stats-segment-date
woocommerce/changelog/55926-fix-report-order-stats-segment-date
changelog/55926-fix-report-order-stats-segment-date
55926-fix-report-order-stats-segment-date
plugins/woocommerce/changelog/udpate-product-gallery-index
woocommerce/changelog/udpate-product-gallery-index
changelog/udpate-product-gallery-index
udpate-product-gallery-index
plugins/woocommerce/changelog/fix-46931-async-widget
woocommerce/changelog/fix-46931-async-widget
changelog/fix-46931-async-widget
fix-46931-async-widget
plugins/woocommerce/changelog/56244-update-improve-shipping-option-card
woocommerce/changelog/56244-update-improve-shipping-option-card
changelog/56244-update-improve-shipping-option-card
@ -63006,6 +63030,10 @@ plugins/woocommerce/changelog/update-top-level-validation-rules-54875
woocommerce/changelog/update-top-level-validation-rules-54875
changelog/update-top-level-validation-rules-54875
update-top-level-validation-rules-54875
plugins/woocommerce/changelog/update-e2e-deps-to-wp-6.8
woocommerce/changelog/update-e2e-deps-to-wp-6.8
changelog/update-e2e-deps-to-wp-6.8
update-e2e-deps-to-wp-6.8
plugins/woocommerce/changelog/remove-composer-from-blocks
woocommerce/changelog/remove-composer-from-blocks
changelog/remove-composer-from-blocks
@ -63062,6 +63090,10 @@ plugins/woocommerce/changelog/56146-update-blueprint-override-warning
woocommerce/changelog/56146-update-blueprint-override-warning
changelog/56146-update-blueprint-override-warning
56146-update-blueprint-override-warning
plugins/woocommerce/changelog/56379-fix-position-disconnect-modal-title
woocommerce/changelog/56379-fix-position-disconnect-modal-title
changelog/56379-fix-position-disconnect-modal-title
56379-fix-position-disconnect-modal-title
plugins/woocommerce/changelog/56129-56128-undefined-array-key-PaymentUtils
woocommerce/changelog/56129-56128-undefined-array-key-PaymentUtils
changelog/56129-56128-undefined-array-key-PaymentUtils
@ -63082,6 +63114,10 @@ plugins/woocommerce/changelog/fix-error-saving-non-public-emails
woocommerce/changelog/fix-error-saving-non-public-emails
changelog/fix-error-saving-non-public-emails
fix-error-saving-non-public-emails
plugins/woocommerce/changelog/fix-56372-add-to-cart-hooks
woocommerce/changelog/fix-56372-add-to-cart-hooks
changelog/fix-56372-add-to-cart-hooks
fix-56372-add-to-cart-hooks
plugins/woocommerce/changelog/56099-update-core-profilter-free-features
woocommerce/changelog/56099-update-core-profilter-free-features
changelog/56099-update-core-profilter-free-features
@ -63114,6 +63150,10 @@ plugins/woocommerce/changelog/fix-coupons-II
woocommerce/changelog/fix-coupons-II
changelog/fix-coupons-II
fix-coupons-II
plugins/woocommerce/changelog/update-56188-improve-switcher-incentive-handling
woocommerce/changelog/update-56188-improve-switcher-incentive-handling
changelog/update-56188-improve-switcher-incentive-handling
update-56188-improve-switcher-incentive-handling
plugins/woocommerce/changelog/fix-54286-limit-wc-comment-count-transient-clearing
woocommerce/changelog/fix-54286-limit-wc-comment-count-transient-clearing
changelog/fix-54286-limit-wc-comment-count-transient-clearing
@ -63126,6 +63166,10 @@ plugins/woocommerce/changelog/update-disable-core-profiler-free-feature-fallback
woocommerce/changelog/update-disable-core-profiler-free-feature-fallback
changelog/update-disable-core-profiler-free-feature-fallback
update-disable-core-profiler-free-feature-fallback
plugins/woocommerce/changelog/improve-woo-email-content-placeholder-block
woocommerce/changelog/improve-woo-email-content-placeholder-block
changelog/improve-woo-email-content-placeholder-block
improve-woo-email-content-placeholder-block
plugins/woocommerce/changelog/fix-ci-workflow-on-tagging
woocommerce/changelog/fix-ci-workflow-on-tagging
changelog/fix-ci-workflow-on-tagging
@ -63154,6 +63198,10 @@ plugins/woocommerce/changelog/55767-remove-invalid-trailing-space-55766
woocommerce/changelog/55767-remove-invalid-trailing-space-55766
changelog/55767-remove-invalid-trailing-space-55766
55767-remove-invalid-trailing-space-55766
plugins/woocommerce/changelog/add-55696-frontend
woocommerce/changelog/add-55696-frontend
changelog/add-55696-frontend
add-55696-frontend
plugins/woocommerce/changelog/update-product-gallery-refactor-and-performance-improvements
woocommerce/changelog/update-product-gallery-refactor-and-performance-improvements
changelog/update-product-gallery-refactor-and-performance-improvements
@ -63178,6 +63226,10 @@ plugins/woocommerce/changelog/56174-dev-fix-call-abtest
woocommerce/changelog/56174-dev-fix-call-abtest
changelog/56174-dev-fix-call-abtest
56174-dev-fix-call-abtest
plugins/woocommerce/changelog/fix-56523-order-total-update
woocommerce/changelog/fix-56523-order-total-update
changelog/fix-56523-order-total-update
fix-56523-order-total-update
plugins/woocommerce/changelog/add-55696
woocommerce/changelog/add-55696
changelog/add-55696
@ -63222,6 +63274,10 @@ plugins/woocommerce/changelog/try-remove-merchant-email-notes
woocommerce/changelog/try-remove-merchant-email-notes
changelog/try-remove-merchant-email-notes
try-remove-merchant-email-notes
plugins/woocommerce/changelog/56411-update-blueprint-style-updates
woocommerce/changelog/56411-update-blueprint-style-updates
changelog/56411-update-blueprint-style-updates
56411-update-blueprint-style-updates
plugins/woocommerce/changelog/dev-55910-deps-consolidation
woocommerce/changelog/dev-55910-deps-consolidation
changelog/dev-55910-deps-consolidation
@ -63302,6 +63358,10 @@ plugins/woocommerce/changelog/55736-fix-51493
woocommerce/changelog/55736-fix-51493
changelog/55736-fix-51493
55736-fix-51493
plugins/woocommerce/changelog/56408-update-blueprint-allow-continuous-import
woocommerce/changelog/56408-update-blueprint-allow-continuous-import
changelog/56408-update-blueprint-allow-continuous-import
56408-update-blueprint-allow-continuous-import
plugins/woocommerce/changelog/fix-56284
woocommerce/changelog/fix-56284
changelog/fix-56284
@ -63310,6 +63370,10 @@ plugins/woocommerce/changelog/remove-legacy-filters-pattern
woocommerce/changelog/remove-legacy-filters-pattern
changelog/remove-legacy-filters-pattern
remove-legacy-filters-pattern
plugins/woocommerce/changelog/fix-56490-product-stock-indicator-single-product-template
woocommerce/changelog/fix-56490-product-stock-indicator-single-product-template
changelog/fix-56490-product-stock-indicator-single-product-template
fix-56490-product-stock-indicator-single-product-template
plugins/woocommerce/changelog/56187-update-blueprint-minor-tweaks
woocommerce/changelog/56187-update-blueprint-minor-tweaks
changelog/56187-update-blueprint-minor-tweaks
@ -63342,6 +63406,10 @@ plugins/woocommerce/changelog/update-54860
woocommerce/changelog/update-54860
changelog/update-54860
update-54860
plugins/woocommerce/changelog/fix-56494_product_editor_toolbar_styling
woocommerce/changelog/fix-56494_product_editor_toolbar_styling
changelog/fix-56494_product_editor_toolbar_styling
fix-56494_product_editor_toolbar_styling
plugins/woocommerce/changelog/fix-52120
woocommerce/changelog/fix-52120
changelog/fix-52120
@ -63354,6 +63422,10 @@ plugins/woocommerce/changelog/56439-56413-fix-fatal-product
woocommerce/changelog/56439-56413-fix-fatal-product
changelog/56439-56413-fix-fatal-product
56439-56413-fix-fatal-product
plugins/woocommerce/changelog/fix-50230
woocommerce/changelog/fix-50230
changelog/fix-50230
fix-50230
plugins/woocommerce/changelog/55549-52776-fix-get_attributes-error
woocommerce/changelog/55549-52776-fix-get_attributes-error
changelog/55549-52776-fix-get_attributes-error
@ -65825,6 +65897,11 @@ js/email-editor/changelog/fix-the-email-editor-doesnt-work-properly-for-editor-r
email-editor/changelog/fix-the-email-editor-doesnt-work-properly-for-editor-role
changelog/fix-the-email-editor-doesnt-work-properly-for-editor-role
fix-the-email-editor-doesnt-work-properly-for-editor-role
packages/js/email-editor/changelog/improve-woo-email-content-placeholder-block
js/email-editor/changelog/improve-woo-email-content-placeholder-block
email-editor/changelog/improve-woo-email-content-placeholder-block
changelog/improve-woo-email-content-placeholder-block
improve-woo-email-content-placeholder-block
packages/js/email-editor/changelog/add-a-basic-integration-of-the-block-email-editor-to-the-woo-core
js/email-editor/changelog/add-a-basic-integration-of-the-block-email-editor-to-the-woo-core
email-editor/changelog/add-a-basic-integration-of-the-block-email-editor-to-the-woo-core
@ -73678,6 +73755,11 @@ js/product-editor/changelog/dev-49581_use_validatorid_instead_of_context
product-editor/changelog/dev-49581_use_validatorid_instead_of_context
changelog/dev-49581_use_validatorid_instead_of_context
dev-49581_use_validatorid_instead_of_context
packages/js/product-editor/changelog/56398-update-prod-editor-attribute-input-field-test-react-18
js/product-editor/changelog/56398-update-prod-editor-attribute-input-field-test-react-18
product-editor/changelog/56398-update-prod-editor-attribute-input-field-test-react-18
changelog/56398-update-prod-editor-attribute-input-field-test-react-18
56398-update-prod-editor-attribute-input-field-test-react-18
packages/js/product-editor/changelog/dev-46765_modify_product_editor_error_snackbar
js/product-editor/changelog/dev-46765_modify_product_editor_error_snackbar
product-editor/changelog/dev-46765_modify_product_editor_error_snackbar
@ -76505,6 +76587,11 @@ js/data/changelog/fix-ts-errors-marketing-page
data/changelog/fix-ts-errors-marketing-page
changelog/fix-ts-errors-marketing-page
fix-ts-errors-marketing-page
packages/js/data/changelog/update-56188-improve-switcher-incentive-handling
js/data/changelog/update-56188-improve-switcher-incentive-handling
data/changelog/update-56188-improve-switcher-incentive-handling
changelog/update-56188-improve-switcher-incentive-handling
update-56188-improve-switcher-incentive-handling
packages/js/data/changelog/update-51103-woopayments-incentive-to-tracks-props
js/data/changelog/update-51103-woopayments-incentive-to-tracks-props
data/changelog/update-51103-woopayments-incentive-to-tracks-props

View file

@ -3691,11 +3691,14 @@ plugins/woocommerce/client/admin/client/wp-admin-scripts/order-tracking/index.ts
plugins/woocommerce/client/admin/client/wp-admin-scripts/wcsettings-deprecation/index.js
plugins/woocommerce/client/admin/client/wp-admin-scripts/settings-tracking/exit-setting-page.ts
plugins/woocommerce/client/admin/client/wp-admin-scripts/settings-tracking/index.ts
plugins/woocommerce/client/admin/client/wp-admin-scripts/email-editor-integration/woo_content_placeholder_block.tsx
plugins/woocommerce/client/admin/client/wp-admin-scripts/email-editor-integration/constants.ts
plugins/woocommerce/client/admin/client/wp-admin-scripts/email-editor-integration/sidebar_extension.tsx
plugins/woocommerce/client/admin/client/wp-admin-scripts/email-editor-integration/global.d.ts
plugins/woocommerce/client/admin/client/wp-admin-scripts/email-editor-integration/index.ts
plugins/woocommerce/client/admin/client/wp-admin-scripts/email-editor-integration/blocks/woo-email-content/edit.tsx
plugins/woocommerce/client/admin/client/wp-admin-scripts/email-editor-integration/blocks/woo-email-content/save.tsx
plugins/woocommerce/client/admin/client/wp-admin-scripts/email-editor-integration/blocks/woo-email-content/index.ts
plugins/woocommerce/client/admin/client/wp-admin-scripts/email-editor-integration/blocks/woo-email-content/placeholder-block-edit-content.tsx
plugins/woocommerce/client/admin/client/wp-admin-scripts/woo-plugin-update-connect-notice/index.js
plugins/woocommerce/client/admin/client/wp-admin-scripts/product-tour/index.tsx
plugins/woocommerce/client/admin/client/wp-admin-scripts/product-category-metabox/category-metabox.tsx
@ -5026,6 +5029,7 @@ plugins/woocommerce/client/legacy/js/admin/quick-edit.js
plugins/woocommerce/client/legacy/js/admin/wc-shipping-zone-methods.js
plugins/woocommerce/client/legacy/js/admin/wc-product-export.js
plugins/woocommerce/client/legacy/js/admin/meta-boxes-product.js
plugins/woocommerce/client/legacy/js/admin/wc-status-widget-async.js
plugins/woocommerce/client/legacy/js/admin/backbone-modal.js
plugins/woocommerce/client/legacy/js/admin/wc-orders.js
plugins/woocommerce/client/legacy/js/admin/settings.js
@ -5126,11 +5130,6 @@ plugins/woocommerce/client/blocks/assets/js/middleware/store-api-cart-hash.js
plugins/woocommerce/client/blocks/assets/js/atomic/utils/index.js
plugins/woocommerce/client/blocks/assets/js/atomic/utils/get-block-map.ts
plugins/woocommerce/client/blocks/assets/js/atomic/utils/register-product-block-type.ts
plugins/woocommerce/client/blocks/assets/js/atomic/utils/blocks-registration-manager/template-change-detector.ts
plugins/woocommerce/client/blocks/assets/js/atomic/utils/blocks-registration-manager/blocks-registration-manager.ts
plugins/woocommerce/client/blocks/assets/js/atomic/utils/blocks-registration-manager/blocks-with-restriction.ts
plugins/woocommerce/client/blocks/assets/js/atomic/utils/blocks-registration-manager/index.ts
plugins/woocommerce/client/blocks/assets/js/atomic/utils/blocks-registration-manager/block-registration-strategy.ts
plugins/woocommerce/client/blocks/assets/js/atomic/utils/render-standalone-blocks.js
plugins/woocommerce/client/blocks/assets/js/atomic/utils/render-parent-block.tsx
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/index.js
@ -5259,10 +5258,10 @@ plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/produ
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/product-image-gallery/style.scss
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/save.js
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/stock-indicator/edit.tsx
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/stock-indicator/attributes.ts
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/stock-indicator/block.tsx
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/stock-indicator/test/block.test.tsx
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/stock-indicator/constants.tsx
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/stock-indicator/block.json
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/stock-indicator/index.ts
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/stock-indicator/style.scss
plugins/woocommerce/client/blocks/assets/js/atomic/blocks/product-elements/stock-indicator/supports.ts
@ -6170,6 +6169,7 @@ plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/vari
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-options/index.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-options/editor.scss
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-options/frontend.ts
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-options/style.scss
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/editor.scss
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/frontend.ts
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-item-template/edit.tsx
@ -6426,6 +6426,7 @@ plugins/woocommerce/client/blocks/assets/js/blocks/product-details/save.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/product-details/block.json
plugins/woocommerce/client/blocks/assets/js/blocks/product-details/index.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/product-details/icon.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/product-details/types.ts
plugins/woocommerce/client/blocks/assets/js/blocks/accordion/accordion-group/index.js
plugins/woocommerce/client/blocks/assets/js/blocks/accordion/accordion-group/block.json
plugins/woocommerce/client/blocks/assets/js/blocks/accordion/accordion-group/edit.js
@ -6870,7 +6871,6 @@ plugins/woocommerce/client/blocks/assets/js/blocks/product-gallery/block-setting
plugins/woocommerce/client/blocks/assets/js/blocks/product-gallery/save.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/product-gallery/block.json
plugins/woocommerce/client/blocks/assets/js/blocks/product-gallery/index.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/product-gallery/settings.ts
plugins/woocommerce/client/blocks/assets/js/blocks/product-gallery/frontend.ts
plugins/woocommerce/client/blocks/assets/js/blocks/product-gallery/icon.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/product-gallery/style.scss
@ -7880,6 +7880,7 @@ plugins/woocommerce/client/blocks/docs/examples/payment-gateways-features-list.m
plugins/woocommerce/client/blocks/.editorconfig
plugins/woocommerce/changelog/fix-textdomain-loading-warning-in-woocommerce-9-80-beta-1
plugins/woocommerce/changelog/55796-add-54370-hide_flat_rate_when_free
plugins/woocommerce/changelog/add-product-details-alignment-options
plugins/woocommerce/changelog/56362-tweak-skip-a-flaky-test-for-analytics-product-refund
plugins/woocommerce/changelog/.gitkeep
plugins/woocommerce/changelog/e2e-fix-tests-with-wpcore-6.8
@ -7892,6 +7893,7 @@ plugins/woocommerce/changelog/product-filters-load-wc-settings
plugins/woocommerce/changelog/update-expose-setExtensionData
plugins/woocommerce/changelog/add-initial-product-reviews-block
plugins/woocommerce/changelog/fix-56399
plugins/woocommerce/changelog/56512-update-product-gallery-perf-improvements
plugins/woocommerce/changelog/add-email-editor-sending-transactional-emails
plugins/woocommerce/changelog/product-filters-fix-deprecations
plugins/woocommerce/changelog/product-filters-attributes-sort-order
@ -7903,14 +7905,19 @@ plugins/woocommerce/changelog/dev-ci-jobs-add-dependency-changes-ignore-option
plugins/woocommerce/changelog/53019-fix-32837-48761-48775-48954-incorrect-net-sales-in-analytics-product-reports-for-partial-and-full-refunds
plugins/woocommerce/changelog/56235-update-product-gallery-beta-remove-pager
plugins/woocommerce/changelog/fix-56148
plugins/woocommerce/changelog/make-e2e-tests-v6.8-compatible
plugins/woocommerce/changelog/fix-54908-tax-onboarding-task-performance
plugins/woocommerce/changelog/56040-add-site-url-to-wccom-connection
plugins/woocommerce/changelog/55926-fix-report-order-stats-segment-date
plugins/woocommerce/changelog/udpate-product-gallery-index
plugins/woocommerce/changelog/fix-46931-async-widget
plugins/woocommerce/changelog/56244-update-improve-shipping-option-card
plugins/woocommerce/changelog/56117-iapi-woocommerce-store-switch-cart-endpoint
plugins/woocommerce/changelog/fix-menu-item-active-status
plugins/woocommerce/changelog/refactor-show-shipping-usage-54894
plugins/woocommerce/changelog/56131-fix-iapi-only-use-get-server-context-when-it-exists
plugins/woocommerce/changelog/update-top-level-validation-rules-54875
plugins/woocommerce/changelog/update-e2e-deps-to-wp-6.8
plugins/woocommerce/changelog/remove-composer-from-blocks
plugins/woocommerce/changelog/55989-fix-additional-fields-bugs
plugins/woocommerce/changelog/refactor-send-canonical-url-from-server-for-paginated-filter-url
@ -7925,11 +7932,13 @@ plugins/woocommerce/changelog/56154-iapi-bug-in-wp-6.6-workaround
plugins/woocommerce/changelog/fix-55947
plugins/woocommerce/changelog/56292-patch-3
plugins/woocommerce/changelog/56146-update-blueprint-override-warning
plugins/woocommerce/changelog/56379-fix-position-disconnect-modal-title
plugins/woocommerce/changelog/56129-56128-undefined-array-key-PaymentUtils
plugins/woocommerce/changelog/56049-56015-fatal-errors-caused-by-wc_add_aria_label_to_pagination_numbers
plugins/woocommerce/changelog/fix-42350
plugins/woocommerce/changelog/56059-email-accent-color
plugins/woocommerce/changelog/fix-error-saving-non-public-emails
plugins/woocommerce/changelog/fix-56372-add-to-cart-hooks
plugins/woocommerce/changelog/56099-update-core-profilter-free-features
plugins/woocommerce/changelog/56368-add-register-draft-alte
plugins/woocommerce/changelog/fix-cli-and-endpoints
@ -7938,9 +7947,11 @@ plugins/woocommerce/changelog/56257-update-wp-control-button-margin
plugins/woocommerce/changelog/fix-54822
plugins/woocommerce/changelog/improve-woo-content-styles-in-block-email
plugins/woocommerce/changelog/fix-coupons-II
plugins/woocommerce/changelog/update-56188-improve-switcher-incentive-handling
plugins/woocommerce/changelog/fix-54286-limit-wc-comment-count-transient-clearing
plugins/woocommerce/changelog/56291-update-product-gallery-thumnails-render
plugins/woocommerce/changelog/update-disable-core-profiler-free-feature-fallback
plugins/woocommerce/changelog/improve-woo-email-content-placeholder-block
plugins/woocommerce/changelog/fix-ci-workflow-on-tagging
plugins/woocommerce/changelog/update-settings-payment-partner-recommendations
plugins/woocommerce/changelog/e2e-remove-page-conversion-to-classic
@ -7948,12 +7959,14 @@ plugins/woocommerce/changelog/e2e-fix-install-wc
plugins/woocommerce/changelog/56136-fix-wc_delete_transients
plugins/woocommerce/changelog/fix-56170-coming-soon-upgrade
plugins/woocommerce/changelog/55767-remove-invalid-trailing-space-55766
plugins/woocommerce/changelog/add-55696-frontend
plugins/woocommerce/changelog/update-product-gallery-refactor-and-performance-improvements
plugins/woocommerce/changelog/fix-55952
plugins/woocommerce/changelog/dev-babel-transforms-cleanup
plugins/woocommerce/changelog/dev-monorepo-internal-packages-linking-fixes
plugins/woocommerce/changelog/fix-52136
plugins/woocommerce/changelog/56174-dev-fix-call-abtest
plugins/woocommerce/changelog/fix-56523-order-total-update
plugins/woocommerce/changelog/add-55696
plugins/woocommerce/changelog/fix-flaky-tests-save-site-editor-entities
plugins/woocommerce/changelog/55945-bug-brands-schema-data
@ -7965,6 +7978,7 @@ plugins/woocommerce/changelog/fix-55953
plugins/woocommerce/changelog/56132-fix-catch-fatal-when-loading-cart
plugins/woocommerce/changelog/update-deprecated-options-api
plugins/woocommerce/changelog/try-remove-merchant-email-notes
plugins/woocommerce/changelog/56411-update-blueprint-style-updates
plugins/woocommerce/changelog/dev-55910-deps-consolidation
plugins/woocommerce/changelog/56275-55121-fix-fatal-error
plugins/woocommerce/changelog/56391-add-report-email-labels-filter
@ -7985,8 +7999,10 @@ plugins/woocommerce/changelog/56094-add-missing-span-closing-tag
plugins/woocommerce/changelog/fix-jpc-connection-default-color-schema
plugins/woocommerce/changelog/56241-email-preview-error-messaging
plugins/woocommerce/changelog/55736-fix-51493
plugins/woocommerce/changelog/56408-update-blueprint-allow-continuous-import
plugins/woocommerce/changelog/fix-56284
plugins/woocommerce/changelog/remove-legacy-filters-pattern
plugins/woocommerce/changelog/fix-56490-product-stock-indicator-single-product-template
plugins/woocommerce/changelog/56187-update-blueprint-minor-tweaks
plugins/woocommerce/changelog/product-filters-remove-experimental
plugins/woocommerce/changelog/add-onboarding-business-step-virtual-select-control
@ -7995,9 +8011,11 @@ plugins/woocommerce/changelog/e2e-only-use-api-client
plugins/woocommerce/changelog/pr-55840
plugins/woocommerce/changelog/dev-wcdewp-update-deps
plugins/woocommerce/changelog/update-54860
plugins/woocommerce/changelog/fix-56494_product_editor_toolbar_styling
plugins/woocommerce/changelog/fix-52120
plugins/woocommerce/changelog/fix-55901
plugins/woocommerce/changelog/56439-56413-fix-fatal-product
plugins/woocommerce/changelog/fix-50230
plugins/woocommerce/changelog/55549-52776-fix-get_attributes-error
plugins/woocommerce/changelog/fix-reviews-loading-placeholder-alignments
plugins/woocommerce/changelog/56234-fix-product-gallery-beta-console-errors
@ -8470,6 +8488,7 @@ packages/js/email-editor/changelog/.gitkeep
packages/js/email-editor/changelog/fix-typescript-errors-in-the-email-editor-package
packages/js/email-editor/changelog/add-the-email-editor-files-to-woo-monorepo
packages/js/email-editor/changelog/fix-the-email-editor-doesnt-work-properly-for-editor-role
packages/js/email-editor/changelog/improve-woo-email-content-placeholder-block
packages/js/email-editor/changelog/add-a-basic-integration-of-the-block-email-editor-to-the-woo-core
packages/js/email-editor/changelog/dev-babel-transforms-cleanup
packages/js/email-editor/changelog/update-wordpress-playground-blueprint
@ -9607,6 +9626,7 @@ packages/js/product-editor/changelog/fix-52238_description_toolbar_toggle
packages/js/product-editor/changelog/.gitkeep
packages/js/product-editor/changelog/fix-49402
packages/js/product-editor/changelog/dev-49581_use_validatorid_instead_of_context
packages/js/product-editor/changelog/56398-update-prod-editor-attribute-input-field-test-react-18
packages/js/product-editor/changelog/dev-46765_modify_product_editor_error_snackbar
packages/js/product-editor/changelog/tweak-select-tree-2
packages/js/product-editor/changelog/update-navigation-while-on-input
@ -10120,6 +10140,7 @@ packages/js/data/changelog/fix-migrate-orders-data-store
packages/js/data/changelog/dev-nox-integrate-incentives
packages/js/data/changelog/dev-incentives-updates
packages/js/data/changelog/fix-ts-errors-marketing-page
packages/js/data/changelog/update-56188-improve-switcher-incentive-handling
packages/js/data/changelog/update-51103-woopayments-incentive-to-tracks-props
packages/js/data/changelog/fix-migrate-settings-store
packages/js/data/changelog/fix-product-editor-ts-errors-3

View file

@ -39417,18 +39417,18 @@ LeftSidebar/MenuContainer/AdminMenu/AdminMenu.vue
MenuContainer/AdminMenu/AdminMenu.vue
AdminMenu/AdminMenu.vue
AdminMenu.vue
app/frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/MenuContainer/AdminMenu/plugins/setting.ts
frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/MenuContainer/AdminMenu/plugins/setting.ts
apps/desktop/components/layout/LayoutSidebar/LeftSidebar/MenuContainer/AdminMenu/plugins/setting.ts
desktop/components/layout/LayoutSidebar/LeftSidebar/MenuContainer/AdminMenu/plugins/setting.ts
components/layout/LayoutSidebar/LeftSidebar/MenuContainer/AdminMenu/plugins/setting.ts
layout/LayoutSidebar/LeftSidebar/MenuContainer/AdminMenu/plugins/setting.ts
LayoutSidebar/LeftSidebar/MenuContainer/AdminMenu/plugins/setting.ts
LeftSidebar/MenuContainer/AdminMenu/plugins/setting.ts
MenuContainer/AdminMenu/plugins/setting.ts
AdminMenu/plugins/setting.ts
plugins/setting.ts
setting.ts
app/frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/MenuContainer/AdminMenu/plugins/admin.ts
frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/MenuContainer/AdminMenu/plugins/admin.ts
apps/desktop/components/layout/LayoutSidebar/LeftSidebar/MenuContainer/AdminMenu/plugins/admin.ts
desktop/components/layout/LayoutSidebar/LeftSidebar/MenuContainer/AdminMenu/plugins/admin.ts
components/layout/LayoutSidebar/LeftSidebar/MenuContainer/AdminMenu/plugins/admin.ts
layout/LayoutSidebar/LeftSidebar/MenuContainer/AdminMenu/plugins/admin.ts
LayoutSidebar/LeftSidebar/MenuContainer/AdminMenu/plugins/admin.ts
LeftSidebar/MenuContainer/AdminMenu/plugins/admin.ts
MenuContainer/AdminMenu/plugins/admin.ts
AdminMenu/plugins/admin.ts
plugins/admin.ts
admin.ts
app/frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/MenuContainer/AdminMenu/plugins/index.ts
frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/MenuContainer/AdminMenu/plugins/index.ts
apps/desktop/components/layout/LayoutSidebar/LeftSidebar/MenuContainer/AdminMenu/plugins/index.ts

View file

@ -6821,7 +6821,7 @@ app/frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/MenuContai
app/frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/MenuContainer/__tests__/MenuContainer.spec.ts
app/frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/MenuContainer/AdminMenu/__tests__/AdminMenu.spec.ts
app/frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/MenuContainer/AdminMenu/AdminMenu.vue
app/frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/MenuContainer/AdminMenu/plugins/setting.ts
app/frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/MenuContainer/AdminMenu/plugins/admin.ts
app/frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/MenuContainer/AdminMenu/plugins/index.ts
app/frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/MenuContainer/AddMenu/__tests__/AddMenu.spec.ts
app/frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/MenuContainer/AddMenu/AddMenu.vue

View file

@ -64,6 +64,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.asx
.atom$
.au
.card
.css
.emailjson
.emailtxt
@ -1483,8 +1484,9 @@ hp/video
hpc/*/supported-applications.aspx?
hpm
hpmob
http://calendar.google.com/robots.txt
http://ncbi.nlm.nih.gov/robots.txt
http://dropbox.com/robots.txt
http://ec.europa.eu/robots.txt
http://microsoft.com/robots.txt
hub?category=
hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$
@ -2753,6 +2755,8 @@ using
utils
uviewer
v1
v2
v3
v3/openapi
valkyrie-playground
verify_age
@ -3114,7 +3118,7 @@ wiki/Wikipedia_Diskussion:Checkuser
wiki/Wikipedia_Diskussion:Spam-Blacklist-Log
wiki/Wikipedia_talk%3AAbuse_reports
wiki/Wikipedia_talk%3AAbuse_response
wiki/Wikipedia_talk%3AAdministrator_electionshttp://accounts.google.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_electionshttp://policies.google.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_recall
wiki/Wikipedia_talk%3AAdministrator_review
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard

View file

@ -240,6 +240,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.au
.axd
.bin$
.card
.cfm
.cgi
.co.uk
@ -4254,6 +4255,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?ftag=
?gclsrc
?gm
?gologin=1
?google_preview=
?gp=*
?gws_rd=ssl$
@ -4643,6 +4645,7 @@ AddListing
AddToList
AddToRegistry
Admin
Admin/
Administration/
AdsManager
AdsTest
@ -4881,6 +4884,7 @@ ExternalLinkInterstitial
FG_ID=
FacebookConnect
FareCalendar
FatalError.html
FavoriteReviewManagement
Feature
Featured
@ -5040,6 +5044,7 @@ INSTALL.sqlite.txt
INSTALL.txt
IgnoreMe
Image/DetailPrint
Images/
ImpressionRecord
ImproveListing
Inbox
@ -5067,6 +5072,7 @@ JoinPlus
JsonData/
JsonServiceController
JustForYouGuide
LFE/Live.controls.sharedpages/error.aspx
LICENSE.txt
LNAjax
LanderLogger
@ -5095,6 +5101,7 @@ MAPS
MUST
MaPS
MachineTranslation
Mail/
MailEmergency
Manage/
ManageListing
@ -5393,6 +5400,7 @@ OwnersDM
OwnersNew
OwnersOld
OwnersTermsAndConditions
P.mvc?_escaped_fragment_=/peopletags.aspx
PDAET/
PDATOI/
POLLSERVER
@ -5465,6 +5473,7 @@ ProductCart
ProductComparisonCmd
ProductDetailsTabView
ProductError
Production/
Profile
Project
PromoTools
@ -5595,6 +5604,7 @@ RestaurantSearch
RestaurantSolutions
RestaurantXSellAjax
Resubscribe
Review/
Review/LeaveReview/
Review/List/
ReviewCollect
@ -5639,6 +5649,7 @@ SendMessage
SendToFriend
SentConfirmationEmail
Server
ServerError.aspx
Service-Search/find-a-psychological-therapies-service/find-your-gp
Service-Search/find-a-psychological-therapies-service/results
Service-Search/find-a-psychological-therapies-service/what-happens-when-you-refer-yourself
@ -6175,6 +6186,9 @@ about-wipo/*/assemblies/2019/a_59/statements.jsp
about-wipo/*/dgo/
about.html
about/$
about/*/getting-started
about/*/mobile
about/*/update
about/adrm/data-linkage
about/ask/
about/ask?*
@ -7274,6 +7288,7 @@ auth/verifychallenge
auth_pass
authentication
authentication$
authkey=
author
author/
author/*/date
@ -7378,7 +7393,6 @@ b?*node=7454927011
b?*node=7454939011
b?*node=9052533011
ba
backend
backend-anon
backend-anon/conversation$
backend-anon/sentinel
@ -7941,6 +7955,7 @@ blog/how-razorpay-sharpened-developer-workflows/$
blog/how-repsol-rethinks-the-way-the-world-interacts-with-energy/$
blog/how-shopify-facilitates-collaboration-in-figma/$
blog/how-students-who-design-set-up-figma-in-their-online-classroom/$
blog/how-teams-tap-into-the-power-of-design-with-figma-slides/$
blog/how-the-figma-pm-team-builds-products-and-processes/$
blog/how-thumbtack-structures-their-design-system/$
blog/how-to-build-ground-breaking-products-a-managers-guide/$
@ -8433,6 +8448,7 @@ broadband
brouillon
browse
browse-2
browse.aspx
browse/alphabetical/feature_films
browse/deals/partial
browse/homes/all
@ -11767,6 +11783,7 @@ corp/Privacy.htm
corp/Terms.htm
corp/get-data
corp/lps
corp/search
corp/solution
corp/unlock-growth
corporate
@ -12822,7 +12839,6 @@ disneyid
disneyiframe/
dispatch/us/search
display-video-360
distributions
distropic
distrovid/myvideos
dk
@ -13009,6 +13025,7 @@ downloadHistory
download_file
download_history.mhtml$
downloadassets
downloadaszip
downloads
downloads.php
downloads/$
@ -13275,6 +13292,7 @@ embed_js
embed_video
embeddable
embeds
embedservererror.aspx
embedvideo.cms*
emea
emea/corporate/careers
@ -14269,6 +14287,7 @@ fastajax/order
fastajax/order/tax
fastajax/order/tax/validatevat
fastanswers
fatalerror.html
faves-i_love_u_get_away_from_me
favorit-hinzufuegen
favorit-loeschen
@ -15274,6 +15293,7 @@ gh_jid=
ghost
gif
gifs
gift
gift-cards
gift-redemption
gift-terms
@ -15506,6 +15526,7 @@ groupSharingMsg
groupcallembed/*
groupon_says
groups
groups/
groups/*/-/analytics
groups/*/-/billings
groups/*/-/contribution_analytics
@ -15918,29 +15939,32 @@ http://bbc.com/robots.txt
http://bbcsfx.acropolis.org.uk/robots.txt
http://creativecommons.org/robots.txt
http://economist.com/robots.txt
http://en.m.wikipedia.org/robots.txt
http://europa.eu/robots.txt
http://expedia.com/robots.txt
http://gist.github.com/robots.txt
http://govostis.gr/robots.txt
http://groupon.com/robots.txt
http://healthline.com/robots.txt
http://help.twitter.com/robots.txt
http://irishtimes.com/robots.txt
http://iubenda.com/robots.txt
http://last.fm/robots.txt
http://lefigaro.fr/robots.txt
http://msdn.microsoft.com/robots.txt
http://nationalgeographic.com/robots.txt
http://nerdwallet.com/robots.txt
http://patents.google.com/robots.txt
http://producthunt.com/robots.txt
http://python.org/robots.txt
http://reconstructingjudaism.org/robots.txt
http://seekingalpha.com/robots.txt
http://smithsonianmag.com/robots.txt
http://static.wixstatic.com/robots.txt
http://techradar.com/robots.txt
http://theverge.com/robots.txt
http://threads.net/robots.txt
http://tiny.cc/robots.txt
http://tinyurl.com/robots.txt
http://tracks.arte.tv/robots.txt
http://weebly.com/robots.txt
https:/www.alibaba.com
@ -17172,6 +17196,7 @@ journal/neuroscience-research/latest?u=
journal/neuroscience-research?u=
journals
journals/*/about-this-journal
journals/testfieldhumanities/
jp
jp$
jp*/listing/*/favoriters
@ -17995,8 +18020,6 @@ manifest.webmanifest
manifests
manotest/
mantis
manual/add-note.php
manual/vote-note.php
map
map-constructor/loader
map-regular.xml
@ -18345,8 +18368,9 @@ mobile_login
mobileformat=
mobilenextapi/graphql
mobilenextapi/v2/logs
mobilepagenotfounderror.aspx
mobileservererror.aspx
mod
mod.php
mod=
mod?
modal-message
@ -19387,6 +19411,7 @@ pagead/js
pagead/managed
pagead/show_ads.js
pageitem
pagenotfounderror.aspx
pages-extensions/FollowCompany
pages.www.cloudflare.com
pages/
@ -19623,6 +19648,7 @@ parental-passcode
parenting/cpp-21/what-is-cpp
parents/activity-finder
parents/search
parking.php4
parliament/public/traineeship/secured/
parliament/public/transltraineeship/secured
partNumber=
@ -19736,6 +19762,8 @@ people/pad$
people/pad/$
people/search
people/search
peopleoptions.aspx
peopletags.aspx
pepe
percy-jackson-the-olympians-the-lightning-thief
perfil
@ -20273,6 +20301,7 @@ productdetail/*
producthunt
productid=
production-monitoring
production/
products
products/*--*--*--
products/*/accent-chests-and-cabinets/review--4-stars-and-up
@ -20860,6 +20889,7 @@ query?*action=issuu.user.list_subscribers&
questionId
queue
qui-sommes-nous
quickadd.aspx
quickcast
quickstart
quickstart/promo
@ -21625,6 +21655,7 @@ review-by-author
review-drafts
review-order
review-sample
review/
review/*/transparency
review/common/du
review/dynamic/sims-box
@ -22273,9 +22304,11 @@ seek-and-destroy
segments/*/compare
select
selectedImage
selectembed.aspx
selectlocale-dmc?fromPage=
selectpayment
self-registration
self.aspx
sell/?
sell/options
seller_onboarding
@ -22304,7 +22337,6 @@ series
serv/
server
server-configurator
server-status
server/banners
server/body-include
server/bottom-notes
@ -22326,6 +22358,7 @@ server/top-addendum
server/trans-map.html
server_error_pages/
serverdown
servererror.aspx
service-search/dist/images/loading.gif
service-search/find-a-psychological-therapies-service/find-your-gp
service-search/find-a-psychological-therapies-service/results
@ -22448,7 +22481,9 @@ shared
shared-convos-sitemap.xml
shared/
shared/*?wtime
sharedfavorite.aspx
sharedmemories
sharefavorite.aspx
sharer
sharer.php
sharing
@ -25516,6 +25551,7 @@ vip
virtual
virtualization/
virtualsupportassistant
viruswarning.aspx
visual-notes
visualj/
visuals/services
@ -25712,6 +25748,7 @@ weekly/signup
weimg
welcome
welcome-email
welcome.aspx
wetter/action/bayernwetter/bayern.do?plz=
wetter/action/bayernwetter/bayern.do?regio=
wewantyou/