[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot] 2025-10-10 10:08:10 +00:00
parent 575db7ef42
commit 33e41cbd13
30 changed files with 3719 additions and 2816 deletions

View file

@ -3,6 +3,6 @@
"last_update": 1759890724
},
"Trickest wordlist update": {
"last_update": 1760004480
"last_update": 1760090880
}
}

View file

@ -718,6 +718,12 @@ BookingProduct/src/Listeners/Order.php
src/Listeners/Order.php
Listeners/Order.php
Order.php
packages/Webkul/BookingProduct/src/Resources/manifest.php
Webkul/BookingProduct/src/Resources/manifest.php
BookingProduct/src/Resources/manifest.php
src/Resources/manifest.php
Resources/manifest.php
manifest.php
packages/Webkul/BookingProduct/src/Providers/EventServiceProvider.php
Webkul/BookingProduct/src/Providers/EventServiceProvider.php
BookingProduct/src/Providers/EventServiceProvider.php
@ -1670,6 +1676,12 @@ GDPR/src/Repositories/GDPRDataRequestRepository.php
src/Repositories/GDPRDataRequestRepository.php
Repositories/GDPRDataRequestRepository.php
GDPRDataRequestRepository.php
packages/Webkul/GDPR/src/Resources/manifest.php
Webkul/GDPR/src/Resources/manifest.php
GDPR/src/Resources/manifest.php
src/Resources/manifest.php
Resources/manifest.php
manifest.php
packages/Webkul/GDPR/src/Providers/ModuleServiceProvider.php
Webkul/GDPR/src/Providers/ModuleServiceProvider.php
GDPR/src/Providers/ModuleServiceProvider.php
@ -2403,6 +2415,12 @@ DataGrid/src/Repositories/SavedFilterRepository.php
src/Repositories/SavedFilterRepository.php
Repositories/SavedFilterRepository.php
SavedFilterRepository.php
packages/Webkul/DataGrid/src/Resources/manifest.php
Webkul/DataGrid/src/Resources/manifest.php
DataGrid/src/Resources/manifest.php
src/Resources/manifest.php
Resources/manifest.php
manifest.php
packages/Webkul/DataGrid/src/Providers/DataGridServiceProvider.php
Webkul/DataGrid/src/Providers/DataGridServiceProvider.php
DataGrid/src/Providers/DataGridServiceProvider.php
@ -6838,6 +6856,12 @@ Resources/lang/zh_CN/app.php
lang/zh_CN/app.php
zh_CN/app.php
app.php
packages/Webkul/DataTransfer/src/Resources/manifest.php
Webkul/DataTransfer/src/Resources/manifest.php
DataTransfer/src/Resources/manifest.php
src/Resources/manifest.php
Resources/manifest.php
manifest.php
packages/Webkul/DataTransfer/src/Providers/ModuleServiceProvider.php
Webkul/DataTransfer/src/Providers/ModuleServiceProvider.php
DataTransfer/src/Providers/ModuleServiceProvider.php
@ -14466,6 +14490,12 @@ Notification/src/Listeners/Order.php
src/Listeners/Order.php
Listeners/Order.php
Order.php
packages/Webkul/Notification/src/Resources/manifest.php
Webkul/Notification/src/Resources/manifest.php
Notification/src/Resources/manifest.php
src/Resources/manifest.php
Resources/manifest.php
manifest.php
packages/Webkul/Notification/src/Providers/EventServiceProvider.php
Webkul/Notification/src/Providers/EventServiceProvider.php
Notification/src/Providers/EventServiceProvider.php

View file

@ -158,6 +158,7 @@ packages/Webkul/BookingProduct/src/Repositories/BookingProductRepository.php
packages/Webkul/BookingProduct/src/Repositories/BookingProductDefaultSlotRepository.php
packages/Webkul/BookingProduct/src/Repositories/BookingProductEventTicketRepository.php
packages/Webkul/BookingProduct/src/Listeners/Order.php
packages/Webkul/BookingProduct/src/Resources/manifest.php
packages/Webkul/BookingProduct/src/Providers/EventServiceProvider.php
packages/Webkul/BookingProduct/src/Providers/ModuleServiceProvider.php
packages/Webkul/BookingProduct/src/Providers/BookingProductServiceProvider.php
@ -311,6 +312,7 @@ packages/Webkul/Rule/src/Providers/ModuleServiceProvider.php
packages/Webkul/Rule/src/Providers/RuleServiceProvider.php
packages/Webkul/Rule/src/Helpers/Validator.php
packages/Webkul/GDPR/src/Repositories/GDPRDataRequestRepository.php
packages/Webkul/GDPR/src/Resources/manifest.php
packages/Webkul/GDPR/src/Providers/ModuleServiceProvider.php
packages/Webkul/GDPR/src/Providers/GDPRServiceProvider.php
packages/Webkul/GDPR/src/Database/Migrations/2020_08_07_174804_create_gdpr_data_request_table.php
@ -421,6 +423,7 @@ packages/Webkul/Category/src/Contracts/CategoryTranslation.php
packages/Webkul/DataGrid/tests/Unit/ExampleTest.php
packages/Webkul/DataGrid/tests/DataGridTestCase.php
packages/Webkul/DataGrid/src/Repositories/SavedFilterRepository.php
packages/Webkul/DataGrid/src/Resources/manifest.php
packages/Webkul/DataGrid/src/Providers/DataGridServiceProvider.php
packages/Webkul/DataGrid/src/Providers/ModuleServiceProvider.php
packages/Webkul/DataGrid/src/Database/Migrations/2024_05_10_152848_create_saved_filters_table.php
@ -1000,6 +1003,7 @@ packages/Webkul/DataTransfer/src/Resources/lang/hi_IN/app.php
packages/Webkul/DataTransfer/src/Resources/lang/nl/app.php
packages/Webkul/DataTransfer/src/Resources/lang/uk/app.php
packages/Webkul/DataTransfer/src/Resources/lang/zh_CN/app.php
packages/Webkul/DataTransfer/src/Resources/manifest.php
packages/Webkul/DataTransfer/src/Providers/ModuleServiceProvider.php
packages/Webkul/DataTransfer/src/Providers/DataTransferServiceProvider.php
packages/Webkul/DataTransfer/src/Database/Migrations/2024_01_11_154640_create_imports_table.php
@ -1942,6 +1946,7 @@ packages/Webkul/SocialLogin/src/Http/Controllers/LoginController.php
packages/Webkul/SocialLogin/src/Http/routes.php
packages/Webkul/Notification/src/Repositories/NotificationRepository.php
packages/Webkul/Notification/src/Listeners/Order.php
packages/Webkul/Notification/src/Resources/manifest.php
packages/Webkul/Notification/src/Providers/EventServiceProvider.php
packages/Webkul/Notification/src/Providers/ModuleServiceProvider.php
packages/Webkul/Notification/src/Providers/NotificationServiceProvider.php

View file

@ -4718,6 +4718,8 @@ khaki-falcons-search.md
loose-radios-add.md
.changeset/dull-berries-bake.md
dull-berries-bake.md
.changeset/shiny-bottles-see.md
shiny-bottles-see.md
.changeset/common-trains-rhyme.md
common-trains-rhyme.md
.changeset/great-owls-enjoy.md

View file

@ -966,6 +966,7 @@ tests/blackbox/setup/global.ts
.changeset/khaki-falcons-search.md
.changeset/loose-radios-add.md
.changeset/dull-berries-bake.md
.changeset/shiny-bottles-see.md
.changeset/common-trains-rhyme.md
.changeset/great-owls-enjoy.md
.changeset/petite-pears-make.md

View file

@ -13356,6 +13356,9 @@ htdocs/theme/eldy/btn.inc.php
theme/eldy/btn.inc.php
eldy/btn.inc.php
btn.inc.php
htdocs/theme/dolistore_squarred.svg
theme/dolistore_squarred.svg
dolistore_squarred.svg
htdocs/theme/common/sound/notification_agenda.wav
theme/common/sound/notification_agenda.wav
common/sound/notification_agenda.wav

View file

@ -2996,6 +2996,7 @@ htdocs/theme/eldy/timeline.inc.php
htdocs/theme/eldy/info-box.inc.php
htdocs/theme/eldy/badges.inc.php
htdocs/theme/eldy/btn.inc.php
htdocs/theme/dolistore_squarred.svg
htdocs/theme/common/sound/notification_agenda.wav
htdocs/theme/common/sound/notification.mp3
htdocs/theme/common/mime/readme.txt

View file

@ -41431,6 +41431,17 @@ modules/workspaces_test/src/EntityTestRevPubWorkspaceHandler.php
workspaces_test/src/EntityTestRevPubWorkspaceHandler.php
src/EntityTestRevPubWorkspaceHandler.php
EntityTestRevPubWorkspaceHandler.php
core/modules/workspaces/tests/modules/workspaces_test/src/Plugin/Field/FieldType/RevisionTestItem.php
modules/workspaces/tests/modules/workspaces_test/src/Plugin/Field/FieldType/RevisionTestItem.php
workspaces/tests/modules/workspaces_test/src/Plugin/Field/FieldType/RevisionTestItem.php
tests/modules/workspaces_test/src/Plugin/Field/FieldType/RevisionTestItem.php
modules/workspaces_test/src/Plugin/Field/FieldType/RevisionTestItem.php
workspaces_test/src/Plugin/Field/FieldType/RevisionTestItem.php
src/Plugin/Field/FieldType/RevisionTestItem.php
Plugin/Field/FieldType/RevisionTestItem.php
Field/FieldType/RevisionTestItem.php
FieldType/RevisionTestItem.php
RevisionTestItem.php
core/modules/workspaces/tests/modules/workspaces_test/src/Form/ActiveWorkspaceTestForm.php
modules/workspaces/tests/modules/workspaces_test/src/Form/ActiveWorkspaceTestForm.php
workspaces/tests/modules/workspaces_test/src/Form/ActiveWorkspaceTestForm.php
@ -41600,6 +41611,13 @@ tests/src/Kernel/WorkspaceCRUDTest.php
src/Kernel/WorkspaceCRUDTest.php
Kernel/WorkspaceCRUDTest.php
WorkspaceCRUDTest.php
core/modules/workspaces/tests/src/Kernel/WorkspaceEntityOperationsTest.php
modules/workspaces/tests/src/Kernel/WorkspaceEntityOperationsTest.php
workspaces/tests/src/Kernel/WorkspaceEntityOperationsTest.php
tests/src/Kernel/WorkspaceEntityOperationsTest.php
src/Kernel/WorkspaceEntityOperationsTest.php
Kernel/WorkspaceEntityOperationsTest.php
WorkspaceEntityOperationsTest.php
core/modules/workspaces/tests/src/Kernel/WorkspaceFormPersistenceTest.php
modules/workspaces/tests/src/Kernel/WorkspaceFormPersistenceTest.php
workspaces/tests/src/Kernel/WorkspaceFormPersistenceTest.php
@ -106713,6 +106731,13 @@ tests/src/Functional/LayoutBuilderFormModeTest.php
src/Functional/LayoutBuilderFormModeTest.php
Functional/LayoutBuilderFormModeTest.php
LayoutBuilderFormModeTest.php
core/modules/layout_builder/tests/src/Functional/FieldValuesTest.php
modules/layout_builder/tests/src/Functional/FieldValuesTest.php
layout_builder/tests/src/Functional/FieldValuesTest.php
tests/src/Functional/FieldValuesTest.php
src/Functional/FieldValuesTest.php
Functional/FieldValuesTest.php
FieldValuesTest.php
core/modules/layout_builder/tests/src/Functional/LayoutBuilderThemeSuggestionsTest.php
modules/layout_builder/tests/src/Functional/LayoutBuilderThemeSuggestionsTest.php
layout_builder/tests/src/Functional/LayoutBuilderThemeSuggestionsTest.php
@ -107502,6 +107527,11 @@ modules/layout_builder/src/LayoutTempstoreRepositoryInterface.php
layout_builder/src/LayoutTempstoreRepositoryInterface.php
src/LayoutTempstoreRepositoryInterface.php
LayoutTempstoreRepositoryInterface.php
core/modules/layout_builder/src/LayoutOverrideFieldHelper.php
modules/layout_builder/src/LayoutOverrideFieldHelper.php
layout_builder/src/LayoutOverrideFieldHelper.php
src/LayoutOverrideFieldHelper.php
LayoutOverrideFieldHelper.php
core/modules/layout_builder/src/DefaultsSectionStorageInterface.php
modules/layout_builder/src/DefaultsSectionStorageInterface.php
layout_builder/src/DefaultsSectionStorageInterface.php

View file

@ -6340,6 +6340,7 @@ core/modules/workspaces/tests/modules/workspaces_test/workspaces_test.info.yml
core/modules/workspaces/tests/modules/workspaces_test/workspaces_test.routing.yml
core/modules/workspaces/tests/modules/workspaces_test/src/Hook/WorkspacesTestHooks.php
core/modules/workspaces/tests/modules/workspaces_test/src/EntityTestRevPubWorkspaceHandler.php
core/modules/workspaces/tests/modules/workspaces_test/src/Plugin/Field/FieldType/RevisionTestItem.php
core/modules/workspaces/tests/modules/workspaces_test/src/Form/ActiveWorkspaceTestForm.php
core/modules/workspaces/tests/modules/workspaces_test/src/Entity/EntityTestMulRevPubStringId.php
core/modules/workspaces/tests/modules/workspace_access_test/workspace_access_test.info.yml
@ -6363,6 +6364,7 @@ core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php
core/modules/workspaces/tests/src/Kernel/WorkspaceEntityRepositoryTest.php
core/modules/workspaces/tests/src/Kernel/EntityReferenceSupportedNewEntitiesConstraintValidatorTest.php
core/modules/workspaces/tests/src/Kernel/WorkspaceCRUDTest.php
core/modules/workspaces/tests/src/Kernel/WorkspaceEntityOperationsTest.php
core/modules/workspaces/tests/src/Kernel/WorkspaceFormPersistenceTest.php
core/modules/workspaces/tests/src/Kernel/WorkspacePublisherTest.php
core/modules/workspaces/tests/src/Kernel/WorkspaceContentTranslationTest.php
@ -15389,6 +15391,7 @@ core/modules/layout_builder/tests/src/Functional/LayoutBuilderOverridesEditingTh
core/modules/layout_builder/tests/src/Functional/LayoutBuilderTestBase.php
core/modules/layout_builder/tests/src/Functional/LayoutBuilderTranslationTest.php
core/modules/layout_builder/tests/src/Functional/LayoutBuilderFormModeTest.php
core/modules/layout_builder/tests/src/Functional/FieldValuesTest.php
core/modules/layout_builder/tests/src/Functional/LayoutBuilderThemeSuggestionsTest.php
core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php
core/modules/layout_builder/tests/src/Functional/GenericTest.php
@ -15516,6 +15519,7 @@ core/modules/layout_builder/src/Routing/LayoutSectionStorageParamConverter.php
core/modules/layout_builder/src/Section.php
core/modules/layout_builder/src/SectionComponent.php
core/modules/layout_builder/src/LayoutTempstoreRepositoryInterface.php
core/modules/layout_builder/src/LayoutOverrideFieldHelper.php
core/modules/layout_builder/src/DefaultsSectionStorageInterface.php
core/modules/layout_builder/src/Attribute/SectionStorage.php
core/modules/layout_builder/src/Context/LayoutBuilderContextTrait.php

View file

@ -5470,6 +5470,13 @@ integration/api/groups/ListTest.php
api/groups/ListTest.php
groups/ListTest.php
ListTest.php
framework/core/tests/integration/api/settings/MailSettingsTest.php
core/tests/integration/api/settings/MailSettingsTest.php
tests/integration/api/settings/MailSettingsTest.php
integration/api/settings/MailSettingsTest.php
api/settings/MailSettingsTest.php
settings/MailSettingsTest.php
MailSettingsTest.php
framework/core/tests/integration/api/settings/SetTest.php
core/tests/integration/api/settings/SetTest.php
tests/integration/api/settings/SetTest.php
@ -7118,6 +7125,11 @@ core/src/Mail/DriverInterface.php
src/Mail/DriverInterface.php
Mail/DriverInterface.php
DriverInterface.php
framework/core/src/Mail/ValidatesMailSettings.php
core/src/Mail/ValidatesMailSettings.php
src/Mail/ValidatesMailSettings.php
Mail/ValidatesMailSettings.php
ValidatesMailSettings.php
framework/core/src/Mail/MailgunDriver.php
core/src/Mail/MailgunDriver.php
src/Mail/MailgunDriver.php

View file

@ -821,6 +821,7 @@ framework/core/tests/integration/api/csrf_protection/RequireCsrfTokenTest.php
framework/core/tests/integration/api/groups/CreateTest.php
framework/core/tests/integration/api/groups/ShowTest.php
framework/core/tests/integration/api/groups/ListTest.php
framework/core/tests/integration/api/settings/MailSettingsTest.php
framework/core/tests/integration/api/settings/SetTest.php
framework/core/tests/integration/api/access_tokens/AccessTokenLifecycleTest.php
framework/core/tests/integration/api/access_tokens/CreateTest.php
@ -1132,6 +1133,7 @@ framework/core/src/Mail/Mailer.php
framework/core/src/Mail/SendmailDriver.php
framework/core/src/Mail/NullDriver.php
framework/core/src/Mail/DriverInterface.php
framework/core/src/Mail/ValidatesMailSettings.php
framework/core/src/Mail/MailgunDriver.php
framework/core/src/Settings/SettingsValidator.php
framework/core/src/Settings/UninstalledSettingsRepository.php

View file

@ -2492,6 +2492,12 @@ src/components/ui/chart.tsx
components/ui/chart.tsx
ui/chart.tsx
chart.tsx
apps/shade/src/components/ui/hover-card.tsx
shade/src/components/ui/hover-card.tsx
src/components/ui/hover-card.tsx
components/ui/hover-card.tsx
ui/hover-card.tsx
hover-card.tsx
apps/shade/src/components/ui/popover.stories.tsx
shade/src/components/ui/popover.stories.tsx
src/components/ui/popover.stories.tsx
@ -2557,13 +2563,20 @@ components/features/color-picker/color-picker.tsx
features/color-picker/color-picker.tsx
color-picker/color-picker.tsx
color-picker.tsx
apps/shade/src/components/features/sources/source-tabs.tsx
shade/src/components/features/sources/source-tabs.tsx
src/components/features/sources/source-tabs.tsx
components/features/sources/source-tabs.tsx
features/sources/source-tabs.tsx
sources/source-tabs.tsx
source-tabs.tsx
apps/shade/src/components/features/utm-campaign-tabs/utm-campaign-tabs.tsx
shade/src/components/features/utm-campaign-tabs/utm-campaign-tabs.tsx
src/components/features/utm-campaign-tabs/utm-campaign-tabs.tsx
components/features/utm-campaign-tabs/utm-campaign-tabs.tsx
features/utm-campaign-tabs/utm-campaign-tabs.tsx
utm-campaign-tabs/utm-campaign-tabs.tsx
utm-campaign-tabs.tsx
apps/shade/src/components/features/table-filter-tabs/table-filter-tabs.tsx
shade/src/components/features/table-filter-tabs/table-filter-tabs.tsx
src/components/features/table-filter-tabs/table-filter-tabs.tsx
components/features/table-filter-tabs/table-filter-tabs.tsx
features/table-filter-tabs/table-filter-tabs.tsx
table-filter-tabs/table-filter-tabs.tsx
table-filter-tabs.tsx
apps/shade/src/components/layout/view-header.tsx
shade/src/components/layout/view-header.tsx
src/components/layout/view-header.tsx
@ -8210,6 +8223,12 @@ src/components/global/EmptyViewIndicator.tsx
components/global/EmptyViewIndicator.tsx
global/EmptyViewIndicator.tsx
EmptyViewIndicator.tsx
apps/admin-x-activitypub/src/components/global/ProfilePreviewHoverCard.tsx
admin-x-activitypub/src/components/global/ProfilePreviewHoverCard.tsx
src/components/global/ProfilePreviewHoverCard.tsx
components/global/ProfilePreviewHoverCard.tsx
global/ProfilePreviewHoverCard.tsx
ProfilePreviewHoverCard.tsx
apps/admin-x-activitypub/src/components/global/APAvatar.tsx
admin-x-activitypub/src/components/global/APAvatar.tsx
src/components/global/APAvatar.tsx
@ -27707,6 +27726,12 @@ tests/unit/utils/subscription-data-test.js
unit/utils/subscription-data-test.js
utils/subscription-data-test.js
subscription-data-test.js
ghost/admin/tests/unit/services/whats-new-test.js
admin/tests/unit/services/whats-new-test.js
tests/unit/services/whats-new-test.js
unit/services/whats-new-test.js
services/whats-new-test.js
whats-new-test.js
ghost/admin/tests/unit/services/unsplash-test.js
admin/tests/unit/services/unsplash-test.js
tests/unit/services/unsplash-test.js
@ -27988,6 +28013,11 @@ admin/tests/acceptance/staff-test.js
tests/acceptance/staff-test.js
acceptance/staff-test.js
staff-test.js
ghost/admin/tests/acceptance/whats-new-test.js
admin/tests/acceptance/whats-new-test.js
tests/acceptance/whats-new-test.js
acceptance/whats-new-test.js
whats-new-test.js
ghost/admin/tests/acceptance/analytics-navigation-test.js
admin/tests/acceptance/analytics-navigation-test.js
tests/acceptance/analytics-navigation-test.js
@ -36730,6 +36760,11 @@ tests/admin/settings/labs-search.test.ts
admin/settings/labs-search.test.ts
settings/labs-search.test.ts
labs-search.test.ts
e2e/tests/admin/tags/editor.test.ts
tests/admin/tags/editor.test.ts
admin/tags/editor.test.ts
tags/editor.test.ts
editor.test.ts
e2e/tests/admin/tags/list.test.ts
tests/admin/tags/list.test.ts
admin/tags/list.test.ts
@ -36906,18 +36941,18 @@ helpers/pages/admin/index.ts
pages/admin/index.ts
admin/index.ts
index.ts
e2e/helpers/pages/admin/tags/TagEditorPage.ts
helpers/pages/admin/tags/TagEditorPage.ts
pages/admin/tags/TagEditorPage.ts
admin/tags/TagEditorPage.ts
tags/TagEditorPage.ts
TagEditorPage.ts
e2e/helpers/pages/admin/tags/TagsPage.ts
helpers/pages/admin/tags/TagsPage.ts
pages/admin/tags/TagsPage.ts
admin/tags/TagsPage.ts
tags/TagsPage.ts
TagsPage.ts
e2e/helpers/pages/admin/tags/TagDetailsPage.ts
helpers/pages/admin/tags/TagDetailsPage.ts
pages/admin/tags/TagDetailsPage.ts
admin/tags/TagDetailsPage.ts
tags/TagDetailsPage.ts
TagDetailsPage.ts
e2e/helpers/pages/admin/LoginPage.ts
helpers/pages/admin/LoginPage.ts
pages/admin/LoginPage.ts

View file

@ -418,6 +418,7 @@ apps/shade/src/components/ui/card.stories.tsx
apps/shade/src/components/ui/accordion.stories.tsx
apps/shade/src/components/ui/badge.tsx
apps/shade/src/components/ui/chart.tsx
apps/shade/src/components/ui/hover-card.tsx
apps/shade/src/components/ui/popover.stories.tsx
apps/shade/src/components/ui/icon.stories.tsx
apps/shade/src/components/ui/sheet.tsx
@ -428,7 +429,8 @@ apps/shade/src/components/features/post_share_modal/post-share-modal.tsx
apps/shade/src/components/features/post_share_modal/post-share-modal.stories.tsx
apps/shade/src/components/features/color-picker/color-picker.stories.tsx
apps/shade/src/components/features/color-picker/color-picker.tsx
apps/shade/src/components/features/sources/source-tabs.tsx
apps/shade/src/components/features/utm-campaign-tabs/utm-campaign-tabs.tsx
apps/shade/src/components/features/table-filter-tabs/table-filter-tabs.tsx
apps/shade/src/components/layout/view-header.tsx
apps/shade/src/components/layout/page.stories.tsx
apps/shade/src/components/layout/page.tsx
@ -1459,6 +1461,7 @@ apps/admin-x-activitypub/src/components/layout/index.tsx
apps/admin-x-activitypub/src/components/global/Separator.tsx
apps/admin-x-activitypub/src/components/global/ImageLightbox.tsx
apps/admin-x-activitypub/src/components/global/EmptyViewIndicator.tsx
apps/admin-x-activitypub/src/components/global/ProfilePreviewHoverCard.tsx
apps/admin-x-activitypub/src/components/global/APAvatar.tsx
apps/admin-x-activitypub/src/components/global/ShowRepliesButton.tsx
apps/admin-x-activitypub/src/components/global/APReplyBox.tsx
@ -4051,6 +4054,7 @@ ghost/admin/tests/unit/utils/ghost-paths-test.js
ghost/admin/tests/unit/utils/merge-stats-by-date-test.js
ghost/admin/tests/unit/utils/sentry-test.js
ghost/admin/tests/unit/utils/subscription-data-test.js
ghost/admin/tests/unit/services/whats-new-test.js
ghost/admin/tests/unit/services/unsplash-test.js
ghost/admin/tests/unit/services/event-bus-test.js
ghost/admin/tests/unit/services/notifications-count-test.js
@ -4098,6 +4102,7 @@ ghost/admin/tests/unit/validators/post-test.js
ghost/admin/tests/unit/validators/tag-settings-test.js
ghost/admin/tests/unit/adapters/embedded-relation-adapter-test.js
ghost/admin/tests/acceptance/staff-test.js
ghost/admin/tests/acceptance/whats-new-test.js
ghost/admin/tests/acceptance/analytics-navigation-test.js
ghost/admin/tests/acceptance/members-activity-test.js
ghost/admin/tests/acceptance/password-reset-test.js
@ -5712,6 +5717,7 @@ e2e/playwright.config.mjs
e2e/tests/.eslintrc.js
e2e/tests/global.setup.ts
e2e/tests/admin/settings/labs-search.test.ts
e2e/tests/admin/tags/editor.test.ts
e2e/tests/admin/tags/list.test.ts
e2e/tests/admin/post-preview.test.ts
e2e/tests/admin/analytics/growth.test.ts
@ -5752,8 +5758,8 @@ e2e/helpers/pages/admin/PostPreviewModal.ts
e2e/helpers/pages/admin/MemberDetailsPage.ts
e2e/helpers/pages/admin/settings/SettingsPage.ts
e2e/helpers/pages/admin/index.ts
e2e/helpers/pages/admin/tags/TagEditorPage.ts
e2e/helpers/pages/admin/tags/TagsPage.ts
e2e/helpers/pages/admin/tags/TagDetailsPage.ts
e2e/helpers/pages/admin/LoginPage.ts
e2e/helpers/pages/admin/analytics/AnalyticsNewslettersPage.ts
e2e/helpers/pages/admin/analytics/AnalyticsLocationsPage.ts

View file

@ -24118,6 +24118,11 @@ bundles/LeadBundle/EventListener/SerializerSubscriber.php
LeadBundle/EventListener/SerializerSubscriber.php
EventListener/SerializerSubscriber.php
SerializerSubscriber.php
app/bundles/LeadBundle/EventListener/SegmentFilterTypeaheadSubscriber.php
bundles/LeadBundle/EventListener/SegmentFilterTypeaheadSubscriber.php
LeadBundle/EventListener/SegmentFilterTypeaheadSubscriber.php
EventListener/SegmentFilterTypeaheadSubscriber.php
SegmentFilterTypeaheadSubscriber.php
app/bundles/LeadBundle/EventListener/TimelineEventLogCampaignSubscriber.php
bundles/LeadBundle/EventListener/TimelineEventLogCampaignSubscriber.php
LeadBundle/EventListener/TimelineEventLogCampaignSubscriber.php
@ -25757,6 +25762,12 @@ LeadBundle/Form/Type/ConfigCompanyType.php
Form/Type/ConfigCompanyType.php
Type/ConfigCompanyType.php
ConfigCompanyType.php
app/bundles/LeadBundle/Form/Type/GlobalCategoryType.php
bundles/LeadBundle/Form/Type/GlobalCategoryType.php
LeadBundle/Form/Type/GlobalCategoryType.php
Form/Type/GlobalCategoryType.php
Type/GlobalCategoryType.php
GlobalCategoryType.php
app/bundles/LeadBundle/Form/Type/ModifyLeadTagsType.php
bundles/LeadBundle/Form/Type/ModifyLeadTagsType.php
LeadBundle/Form/Type/ModifyLeadTagsType.php
@ -26673,6 +26684,11 @@ bundles/LeadBundle/Event/LeadTimelineEvent.php
LeadBundle/Event/LeadTimelineEvent.php
Event/LeadTimelineEvent.php
LeadTimelineEvent.php
app/bundles/LeadBundle/Event/ListTypeaheadEvent.php
bundles/LeadBundle/Event/ListTypeaheadEvent.php
LeadBundle/Event/ListTypeaheadEvent.php
Event/ListTypeaheadEvent.php
ListTypeaheadEvent.php
app/bundles/LeadBundle/Event/LeadListFilteringEvent.php
bundles/LeadBundle/Event/LeadListFilteringEvent.php
LeadBundle/Event/LeadListFilteringEvent.php

View file

@ -4219,6 +4219,7 @@ app/bundles/StageBundle/Config/config.php
app/bundles/StageBundle/DependencyInjection/MauticStageExtension.php
app/bundles/LeadBundle/EventListener/ContactScheduledExportSubscriber.php
app/bundles/LeadBundle/EventListener/SerializerSubscriber.php
app/bundles/LeadBundle/EventListener/SegmentFilterTypeaheadSubscriber.php
app/bundles/LeadBundle/EventListener/TimelineEventLogCampaignSubscriber.php
app/bundles/LeadBundle/EventListener/OwnerSubscriber.php
app/bundles/LeadBundle/EventListener/DoctrineSubscriber.php
@ -4485,6 +4486,7 @@ app/bundles/LeadBundle/Form/Type/CampaignConditionLeadPageHitType.php
app/bundles/LeadBundle/Form/Type/AddToCompanyActionType.php
app/bundles/LeadBundle/Form/Type/ContactFrequencyType.php
app/bundles/LeadBundle/Form/Type/ConfigCompanyType.php
app/bundles/LeadBundle/Form/Type/GlobalCategoryType.php
app/bundles/LeadBundle/Form/Type/ModifyLeadTagsType.php
app/bundles/LeadBundle/Form/Type/NullableYesNoButtonGroupType.php
app/bundles/LeadBundle/Form/Type/PointActionType.php
@ -4654,6 +4656,7 @@ app/bundles/LeadBundle/Event/ListPreProcessListEvent.php
app/bundles/LeadBundle/Event/CompanyBuildSearchEvent.php
app/bundles/LeadBundle/Event/FieldOperatorsEvent.php
app/bundles/LeadBundle/Event/LeadTimelineEvent.php
app/bundles/LeadBundle/Event/ListTypeaheadEvent.php
app/bundles/LeadBundle/Event/LeadListFilteringEvent.php
app/bundles/LeadBundle/Event/FormAdjustmentEvent.php
app/bundles/LeadBundle/Event/ImportMappingEvent.php

View file

@ -1159,6 +1159,13 @@ Core/Checkout/Customer/CustomerValueResolverTest.php
Checkout/Customer/CustomerValueResolverTest.php
Customer/CustomerValueResolverTest.php
CustomerValueResolverTest.php
tests/integration/Core/Checkout/Customer/Api/CustomerGroupRegistrationActionControllerTest.php
integration/Core/Checkout/Customer/Api/CustomerGroupRegistrationActionControllerTest.php
Core/Checkout/Customer/Api/CustomerGroupRegistrationActionControllerTest.php
Checkout/Customer/Api/CustomerGroupRegistrationActionControllerTest.php
Customer/Api/CustomerGroupRegistrationActionControllerTest.php
Api/CustomerGroupRegistrationActionControllerTest.php
CustomerGroupRegistrationActionControllerTest.php
tests/integration/Core/Checkout/Customer/Service/ProductReviewCountServiceTest.php
integration/Core/Checkout/Customer/Service/ProductReviewCountServiceTest.php
Core/Checkout/Customer/Service/ProductReviewCountServiceTest.php
@ -30987,6 +30994,10 @@ vendor-bin/roave-backward-compatibility-check/patches/skip-experimental.patch
roave-backward-compatibility-check/patches/skip-experimental.patch
patches/skip-experimental.patch
skip-experimental.patch
vendor-bin/roave-backward-compatibility-check/patches/skip-optional-construct-parameters.patch
roave-backward-compatibility-check/patches/skip-optional-construct-parameters.patch
patches/skip-optional-construct-parameters.patch
skip-optional-construct-parameters.patch
vendor-bin/roave-backward-compatibility-check/bin/verify-version.php
roave-backward-compatibility-check/bin/verify-version.php
bin/verify-version.php
@ -41553,6 +41564,9 @@ _unreleased/2024-09-16-exchange-recursive-categories-macro-with-tpl.md
changelog/_unreleased/2025-10-06-fix-log-event-listing.md
_unreleased/2025-10-06-fix-log-event-listing.md
2025-10-06-fix-log-event-listing.md
changelog/_unreleased/2025-10-01-search-result-should-include-products-when-parent-product-number-matches.md
_unreleased/2025-10-01-search-result-should-include-products-when-parent-product-number-matches.md
2025-10-01-search-result-should-include-products-when-parent-product-number-matches.md
changelog/_unreleased/2025-04-15-improve-promotion-calculation.md
_unreleased/2025-04-15-improve-promotion-calculation.md
2025-04-15-improve-promotion-calculation.md
@ -41562,6 +41576,9 @@ _unreleased/2025-08-20-fix-media-search-navigation.md
changelog/_unreleased/2022-10-13-use-rule-areas-in-entity-cache-key-generation.md
_unreleased/2022-10-13-use-rule-areas-in-entity-cache-key-generation.md
2022-10-13-use-rule-areas-in-entity-cache-key-generation.md
changelog/_unreleased/2025-10-06-add-aria-label-to-cms-image-link.md
_unreleased/2025-10-06-add-aria-label-to-cms-image-link.md
2025-10-06-add-aria-label-to-cms-image-link.md
changelog/_unreleased/2024-09-27-add-an-option-for-generating-documents-via-bulk-edit.md
_unreleased/2024-09-27-add-an-option-for-generating-documents-via-bulk-edit.md
2024-09-27-add-an-option-for-generating-documents-via-bulk-edit.md

View file

@ -298,6 +298,7 @@ tests/integration/Core/Checkout/Customer/Subscriber/CustomerGroupSubscriberTest.
tests/integration/Core/Checkout/Customer/Subscriber/CustomerChangePasswordSubscriberTest.php
tests/integration/Core/Checkout/Customer/Subscriber/CustomerBeforeDeleteSubscriberTest.php
tests/integration/Core/Checkout/Customer/CustomerValueResolverTest.php
tests/integration/Core/Checkout/Customer/Api/CustomerGroupRegistrationActionControllerTest.php
tests/integration/Core/Checkout/Customer/Service/ProductReviewCountServiceTest.php
tests/integration/Core/Checkout/Customer/SalesChannel/LoginRouteTest.php
tests/integration/Core/Checkout/Customer/SalesChannel/ConvertGuestRouteTest.php
@ -4232,6 +4233,7 @@ vendor-bin/roave-backward-compatibility-check/composer.json
vendor-bin/roave-backward-compatibility-check/patches/add-exclude-errors.patch
vendor-bin/roave-backward-compatibility-check/patches/add-exclude-files.patch
vendor-bin/roave-backward-compatibility-check/patches/skip-experimental.patch
vendor-bin/roave-backward-compatibility-check/patches/skip-optional-construct-parameters.patch
vendor-bin/roave-backward-compatibility-check/bin/verify-version.php
vendor-bin/roave-backward-compatibility-check/phpunit.xml.dist
changelog/release-6-4-2-1/2021-07-07-fix-cart-deserialize.md
@ -7754,9 +7756,11 @@ changelog/release-6-5-8-2/2024-01-19-revert-update-npm-packages.md
changelog/_unreleased/2024-09-20-simplify-emitting-metrics.md
changelog/_unreleased/2024-09-16-exchange-recursive-categories-macro-with-tpl.md
changelog/_unreleased/2025-10-06-fix-log-event-listing.md
changelog/_unreleased/2025-10-01-search-result-should-include-products-when-parent-product-number-matches.md
changelog/_unreleased/2025-04-15-improve-promotion-calculation.md
changelog/_unreleased/2025-08-20-fix-media-search-navigation.md
changelog/_unreleased/2022-10-13-use-rule-areas-in-entity-cache-key-generation.md
changelog/_unreleased/2025-10-06-add-aria-label-to-cms-image-link.md
changelog/_unreleased/2024-09-27-add-an-option-for-generating-documents-via-bulk-edit.md
changelog/_unreleased/2025-02-24-deferred-cart-errors.md
changelog/_unreleased/2025-09-24-improve-error-output-of-app-loader.md

View file

@ -35923,6 +35923,11 @@ views/blade/input/select.blade.php
blade/input/select.blade.php
input/select.blade.php
select.blade.php
resources/views/blade/input/date-display-format.blade.php
views/blade/input/date-display-format.blade.php
blade/input/date-display-format.blade.php
input/date-display-format.blade.php
date-display-format.blade.php
resources/views/blade/input/skin.blade.php
views/blade/input/skin.blade.php
blade/input/skin.blade.php
@ -35948,6 +35953,11 @@ views/blade/input/datepicker.blade.php
blade/input/datepicker.blade.php
input/datepicker.blade.php
datepicker.blade.php
resources/views/blade/input/time-display-format.blade.php
views/blade/input/time-display-format.blade.php
blade/input/time-display-format.blade.php
input/time-display-format.blade.php
time-display-format.blade.php
resources/views/blade/input/textarea.blade.php
views/blade/input/textarea.blade.php
blade/input/textarea.blade.php

View file

@ -6510,11 +6510,13 @@ resources/views/blade/example.blade.php
resources/views/blade/filestable.blade.php
resources/views/blade/gallery-card.blade.php
resources/views/blade/input/select.blade.php
resources/views/blade/input/date-display-format.blade.php
resources/views/blade/input/skin.blade.php
resources/views/blade/input/location-select.blade.php
resources/views/blade/input/locale-select.blade.php
resources/views/blade/input/email-format-select.blade.php
resources/views/blade/input/datepicker.blade.php
resources/views/blade/input/time-display-format.blade.php
resources/views/blade/input/textarea.blade.php
resources/views/blade/full-user-name.blade.php
resources/views/blade/icon.blade.php

View file

@ -7991,590 +7991,6 @@ bin/console
console
UPGRADE-API-2.1.md
RoboFile.php
docs/getting-started-with-sylius/shipping-and-payment.md
getting-started-with-sylius/shipping-and-payment.md
shipping-and-payment.md
docs/getting-started-with-sylius/basic-configuration.md
getting-started-with-sylius/basic-configuration.md
basic-configuration.md
docs/getting-started-with-sylius/deployment.md
getting-started-with-sylius/deployment.md
deployment.md
docs/getting-started-with-sylius/customizing-the-shop.md
getting-started-with-sylius/customizing-the-shop.md
customizing-the-shop.md
docs/getting-started-with-sylius/first-product.md
getting-started-with-sylius/first-product.md
first-product.md
docs/getting-started-with-sylius/before-you-begin.md
getting-started-with-sylius/before-you-begin.md
before-you-begin.md
docs/getting-started-with-sylius/choosing-sylius-when-and-why.md
getting-started-with-sylius/choosing-sylius-when-and-why.md
choosing-sylius-when-and-why.md
docs/getting-started-with-sylius/installing-plugins.md
getting-started-with-sylius/installing-plugins.md
installing-plugins.md
docs/getting-started-with-sylius/customizing-business-logic.md
getting-started-with-sylius/customizing-business-logic.md
customizing-business-logic.md
docs/getting-started-with-sylius/using-api.md
getting-started-with-sylius/using-api.md
using-api.md
docs/getting-started-with-sylius/sylius-ce-installation-with-docker.md
getting-started-with-sylius/sylius-ce-installation-with-docker.md
sylius-ce-installation-with-docker.md
docs/getting-started-with-sylius/summary.md
getting-started-with-sylius/summary.md
summary.md
docs/shipping/how-to-add-a-custom-shipping-calculator.md
shipping/how-to-add-a-custom-shipping-calculator.md
how-to-add-a-custom-shipping-calculator.md
docs/shipping/README.md
shipping/README.md
README.md
docs/shipping/how-to-add-a-custom-shipping-method-rule.md
shipping/how-to-add-a-custom-shipping-method-rule.md
how-to-add-a-custom-shipping-method-rule.md
docs/SUMMARY.md
SUMMARY.md
docs/organization/README.md
organization/README.md
README.md
docs/emails/README.md
emails/README.md
README.md
docs/emails/how-to-send-a-custom-e-mail.md
emails/how-to-send-a-custom-e-mail.md
how-to-send-a-custom-e-mail.md
docs/emails/how-to-customize-email-templates-per-channel.md
emails/how-to-customize-email-templates-per-channel.md
how-to-customize-email-templates-per-channel.md
docs/emails/how-to-configure-mailer.md
emails/how-to-configure-mailer.md
how-to-configure-mailer.md
docs/emails/how-to-disable-the-order-confirmation-email.md
emails/how-to-disable-the-order-confirmation-email.md
how-to-disable-the-order-confirmation-email.md
docs/README.md
README.md
docs/shop/README.md
shop/README.md
README.md
docs/shop/how-to-customize-the-product-show-page.md
shop/how-to-customize-the-product-show-page.md
how-to-customize-the-product-show-page.md
docs/shop/how-to-disable-localized-urls.md
shop/how-to-disable-localized-urls.md
how-to-disable-localized-urls.md
docs/the-performance-guide/query-optimization.md
the-performance-guide/query-optimization.md
query-optimization.md
docs/the-performance-guide/database-indexes.md
the-performance-guide/database-indexes.md
database-indexes.md
docs/release-cycle/backwards-compatibility-promise.md
release-cycle/backwards-compatibility-promise.md
backwards-compatibility-promise.md
docs/release-cycle/README.md
release-cycle/README.md
README.md
docs/promotions/how-to-customize-catalog-promotion-labels.md
promotions/how-to-customize-catalog-promotion-labels.md
how-to-customize-catalog-promotion-labels.md
docs/promotions/how-to-add-a-custom-catalog-promotion-scope.md
promotions/how-to-add-a-custom-catalog-promotion-scope.md
how-to-add-a-custom-catalog-promotion-scope.md
docs/promotions/how-to-add-a-custom-cart-promotion-action.md
promotions/how-to-add-a-custom-cart-promotion-action.md
how-to-add-a-custom-cart-promotion-action.md
docs/promotions/how-to-add-a-custom-catalog-promotion-action.md
promotions/how-to-add-a-custom-catalog-promotion-action.md
how-to-add-a-custom-catalog-promotion-action.md
docs/promotions/README.md
promotions/README.md
README.md
docs/promotions/how-to-improve-the-performance-of-the-catalog-promotions.md
promotions/how-to-improve-the-performance-of-the-catalog-promotions.md
how-to-improve-the-performance-of-the-catalog-promotions.md
docs/promotions/how-to-add-a-custom-cart-promotion-rule.md
promotions/how-to-add-a-custom-cart-promotion-rule.md
how-to-add-a-custom-cart-promotion-rule.md
docs/b2b/how-to-use-b2b-suite-without-elasticsearch.md
b2b/how-to-use-b2b-suite-without-elasticsearch.md
how-to-use-b2b-suite-without-elasticsearch.md
docs/b2b/README.md
b2b/README.md
README.md
docs/the-customization-guide/customizing-models/how-to-add-a-custom-translatable-model.md
the-customization-guide/customizing-models/how-to-add-a-custom-translatable-model.md
customizing-models/how-to-add-a-custom-translatable-model.md
how-to-add-a-custom-translatable-model.md
docs/the-customization-guide/customizing-models/how-to-add-a-custom-model-accessible-for-respective-channel-administrators.md
the-customization-guide/customizing-models/how-to-add-a-custom-model-accessible-for-respective-channel-administrators.md
customizing-models/how-to-add-a-custom-model-accessible-for-respective-channel-administrators.md
how-to-add-a-custom-model-accessible-for-respective-channel-administrators.md
docs/the-customization-guide/customizing-models/how-to-add-a-custom-model.md
the-customization-guide/customizing-models/how-to-add-a-custom-model.md
customizing-models/how-to-add-a-custom-model.md
how-to-add-a-custom-model.md
docs/the-customization-guide/customizing-models/README.md
the-customization-guide/customizing-models/README.md
customizing-models/README.md
README.md
docs/the-customization-guide/customizing-api.md
the-customization-guide/customizing-api.md
customizing-api.md
docs/the-customization-guide/customizing-repositories.md
the-customization-guide/customizing-repositories.md
customizing-repositories.md
docs/the-customization-guide/customizing-controllers.md
the-customization-guide/customizing-controllers.md
customizing-controllers.md
docs/the-customization-guide/customizing-translations.md
the-customization-guide/customizing-translations.md
customizing-translations.md
docs/the-customization-guide/customizing-styles.md
the-customization-guide/customizing-styles.md
customizing-styles.md
docs/the-customization-guide/customizing-state-machines.md
the-customization-guide/customizing-state-machines.md
customizing-state-machines.md
docs/the-customization-guide/customizing-grids.md
the-customization-guide/customizing-grids.md
customizing-grids.md
docs/the-customization-guide/customizing-dynamic-elements.md
the-customization-guide/customizing-dynamic-elements.md
customizing-dynamic-elements.md
docs/the-customization-guide/customizing-factories.md
the-customization-guide/customizing-factories.md
customizing-factories.md
docs/the-customization-guide/how-to-disable-guest-checkout.md
the-customization-guide/how-to-disable-guest-checkout.md
how-to-disable-guest-checkout.md
docs/the-customization-guide/customizing-menus.md
the-customization-guide/customizing-menus.md
customizing-menus.md
docs/the-customization-guide/customizing-serialization-of-api.md
the-customization-guide/customizing-serialization-of-api.md
customizing-serialization-of-api.md
docs/the-customization-guide/customizing-fixtures/customizing-fixture-suites.md
the-customization-guide/customizing-fixtures/customizing-fixture-suites.md
customizing-fixtures/customizing-fixture-suites.md
customizing-fixture-suites.md
docs/the-customization-guide/customizing-fixtures/README.md
the-customization-guide/customizing-fixtures/README.md
customizing-fixtures/README.md
README.md
docs/the-customization-guide/customizing-flashes.md
the-customization-guide/customizing-flashes.md
customizing-flashes.md
docs/the-customization-guide/tips-and-tricks.md
the-customization-guide/tips-and-tricks.md
tips-and-tricks.md
docs/the-customization-guide/customizing-templates.md
the-customization-guide/customizing-templates.md
customizing-templates.md
docs/the-customization-guide/customizing-validation.md
the-customization-guide/customizing-validation.md
customizing-validation.md
docs/the-customization-guide/customizing-payments/how-to-configure-paypal-express-checkout.md
the-customization-guide/customizing-payments/how-to-configure-paypal-express-checkout.md
customizing-payments/how-to-configure-paypal-express-checkout.md
how-to-configure-paypal-express-checkout.md
docs/the-customization-guide/customizing-payments/how-to-integrate-a-payment-gateway-as-a-plugin.md
the-customization-guide/customizing-payments/how-to-integrate-a-payment-gateway-as-a-plugin.md
customizing-payments/how-to-integrate-a-payment-gateway-as-a-plugin.md
how-to-integrate-a-payment-gateway-as-a-plugin.md
docs/the-customization-guide/customizing-payments/README.md
the-customization-guide/customizing-payments/README.md
customizing-payments/README.md
README.md
docs/the-customization-guide/customizing-forms/README.md
the-customization-guide/customizing-forms/README.md
customizing-forms/README.md
README.md
docs/the-customization-guide/customizing-forms/how-to-add-a-live-form-for-a-custom-model.md
the-customization-guide/customizing-forms/how-to-add-a-live-form-for-a-custom-model.md
customizing-forms/how-to-add-a-live-form-for-a-custom-model.md
how-to-add-a-live-form-for-a-custom-model.md
docs/.gitbook.yaml
.gitbook.yaml
docs/.gitbook/assets/sylius-plus.svg
.gitbook/assets/sylius-plus.svg
assets/sylius-plus.svg
sylius-plus.svg
docs/.gitbook/assets/sylius_shipment.webp
.gitbook/assets/sylius_shipment.webp
assets/sylius_shipment.webp
sylius_shipment.webp
docs/.gitbook/assets/sylius_order_shipping.webp
.gitbook/assets/sylius_order_shipping.webp
assets/sylius_order_shipping.webp
sylius_order_shipping.webp
docs/.gitbook/assets/graph (5).svg
.gitbook/assets/graph (5).svg
assets/graph (5).svg
graph (5).svg
docs/.gitbook/assets/graph (4).svg
.gitbook/assets/graph (4).svg
assets/graph (4).svg
graph (4).svg
docs/.gitbook/assets/channel_toolbar.webp
.gitbook/assets/channel_toolbar.webp
assets/channel_toolbar.webp
channel_toolbar.webp
docs/.gitbook/assets/compose.override.dist.yml
.gitbook/assets/compose.override.dist.yml
assets/compose.override.dist.yml
compose.override.dist.yml
docs/.gitbook/assets/sylius_payment.webp
.gitbook/assets/sylius_payment.webp
assets/sylius_payment.webp
sylius_payment.webp
docs/.gitbook/assets/graph (1).svg
.gitbook/assets/graph (1).svg
assets/graph (1).svg
graph (1).svg
docs/.gitbook/assets/graph (2).svg
.gitbook/assets/graph (2).svg
assets/graph (2).svg
graph (2).svg
docs/.gitbook/assets/graph (3).svg
.gitbook/assets/graph (3).svg
assets/graph (3).svg
graph (3).svg
docs/.gitbook/assets/shop_billing_data.webp
.gitbook/assets/shop_billing_data.webp
assets/shop_billing_data.webp
shop_billing_data.webp
docs/.gitbook/assets/graph.svg
.gitbook/assets/graph.svg
assets/graph.svg
graph.svg
docs/the-book/understanding-environments.md
the-book/understanding-environments.md
understanding-environments.md
docs/the-book/ai-conversational-commerce.md
the-book/ai-conversational-commerce.md
ai-conversational-commerce.md
docs/the-book/sylius-plus/loyalty.md
the-book/sylius-plus/loyalty.md
sylius-plus/loyalty.md
loyalty.md
docs/the-book/sylius-plus/README.md
the-book/sylius-plus/README.md
sylius-plus/README.md
README.md
docs/the-book/frontend-and-themes.md
the-book/frontend-and-themes.md
frontend-and-themes.md
docs/the-book/sylius-ce-installation/sylius-plus-installation.md
the-book/sylius-ce-installation/sylius-plus-installation.md
sylius-ce-installation/sylius-plus-installation.md
sylius-plus-installation.md
docs/the-book/sylius-ce-installation/upgrading-sylius-ce.md
the-book/sylius-ce-installation/upgrading-sylius-ce.md
sylius-ce-installation/upgrading-sylius-ce.md
upgrading-sylius-ce.md
docs/the-book/sylius-ce-installation/upgrading-sylius-plus.md
the-book/sylius-ce-installation/upgrading-sylius-plus.md
sylius-ce-installation/upgrading-sylius-plus.md
upgrading-sylius-plus.md
docs/the-book/sylius-ce-installation/README.md
the-book/sylius-ce-installation/README.md
sylius-ce-installation/README.md
README.md
docs/the-book/products/inventory.md
the-book/products/inventory.md
products/inventory.md
inventory.md
docs/the-book/products/taxons.md
the-book/products/taxons.md
products/taxons.md
taxons.md
docs/the-book/products/product-reviews.md
the-book/products/product-reviews.md
products/product-reviews.md
product-reviews.md
docs/the-book/products/multi-source-inventory.md
the-book/products/multi-source-inventory.md
products/multi-source-inventory.md
multi-source-inventory.md
docs/the-book/products/README.md
the-book/products/README.md
products/README.md
README.md
docs/the-book/products/pricing/b2b-pricing-engine/user-guide-fixed-discount-pricing-list-with-tier-pricing.md
the-book/products/pricing/b2b-pricing-engine/user-guide-fixed-discount-pricing-list-with-tier-pricing.md
products/pricing/b2b-pricing-engine/user-guide-fixed-discount-pricing-list-with-tier-pricing.md
pricing/b2b-pricing-engine/user-guide-fixed-discount-pricing-list-with-tier-pricing.md
b2b-pricing-engine/user-guide-fixed-discount-pricing-list-with-tier-pricing.md
user-guide-fixed-discount-pricing-list-with-tier-pricing.md
docs/the-book/products/pricing/b2b-pricing-engine/user-guide-percentage-discount-pricing-list.md
the-book/products/pricing/b2b-pricing-engine/user-guide-percentage-discount-pricing-list.md
products/pricing/b2b-pricing-engine/user-guide-percentage-discount-pricing-list.md
pricing/b2b-pricing-engine/user-guide-percentage-discount-pricing-list.md
b2b-pricing-engine/user-guide-percentage-discount-pricing-list.md
user-guide-percentage-discount-pricing-list.md
docs/the-book/products/pricing/b2b-pricing-engine/README.md
the-book/products/pricing/b2b-pricing-engine/README.md
products/pricing/b2b-pricing-engine/README.md
pricing/b2b-pricing-engine/README.md
b2b-pricing-engine/README.md
README.md
docs/the-book/products/pricing/b2b-pricing-engine/user-guide-fixed-discount-pricing-list.md
the-book/products/pricing/b2b-pricing-engine/user-guide-fixed-discount-pricing-list.md
products/pricing/b2b-pricing-engine/user-guide-fixed-discount-pricing-list.md
pricing/b2b-pricing-engine/user-guide-fixed-discount-pricing-list.md
b2b-pricing-engine/user-guide-fixed-discount-pricing-list.md
user-guide-fixed-discount-pricing-list.md
docs/the-book/products/pricing/README.md
the-book/products/pricing/README.md
products/pricing/README.md
pricing/README.md
README.md
docs/the-book/products/product-associations.md
the-book/products/product-associations.md
products/product-associations.md
product-associations.md
docs/the-book/products/search.md
the-book/products/search.md
products/search.md
search.md
docs/the-book/products/catalog-promotions.md
the-book/products/catalog-promotions.md
products/catalog-promotions.md
catalog-promotions.md
docs/the-book/products/attributes.md
the-book/products/attributes.md
products/attributes.md
attributes.md
docs/the-book/api/README.md
the-book/api/README.md
api/README.md
README.md
docs/the-book/api/todo.md
the-book/api/todo.md
api/todo.md
todo.md
docs/the-book/configuration/channels.md
the-book/configuration/channels.md
configuration/channels.md
channels.md
docs/the-book/configuration/README.md
the-book/configuration/README.md
configuration/README.md
README.md
docs/the-book/configuration/currencies.md
the-book/configuration/currencies.md
configuration/currencies.md
currencies.md
docs/the-book/configuration/locales.md
the-book/configuration/locales.md
configuration/locales.md
locales.md
docs/the-book/architecture/translations.md
the-book/architecture/translations.md
architecture/translations.md
translations.md
docs/the-book/architecture/fixtures.md
the-book/architecture/fixtures.md
architecture/fixtures.md
fixtures.md
docs/the-book/architecture/README.md
the-book/architecture/README.md
architecture/README.md
README.md
docs/the-book/architecture/resource-layer.md
the-book/architecture/resource-layer.md
architecture/resource-layer.md
resource-layer.md
docs/the-book/architecture/architectural-drivers.md
the-book/architecture/architectural-drivers.md
architecture/architectural-drivers.md
architectural-drivers.md
docs/the-book/architecture/e-mails.md
the-book/architecture/e-mails.md
architecture/e-mails.md
e-mails.md
docs/the-book/architecture/events.md
the-book/architecture/events.md
architecture/events.md
events.md
docs/the-book/architecture/state-machine.md
the-book/architecture/state-machine.md
architecture/state-machine.md
state-machine.md
docs/the-book/architecture/contact.md
the-book/architecture/contact.md
architecture/contact.md
contact.md
docs/the-book/support.md
the-book/support.md
support.md
docs/the-book/contributing/key-contributors.md
the-book/contributing/key-contributors.md
contributing/key-contributors.md
key-contributors.md
docs/the-book/contributing/README.md
the-book/contributing/README.md
contributing/README.md
README.md
docs/the-book/contributing/contributing-code/sylius-license-and-trademark.md
the-book/contributing/contributing-code/sylius-license-and-trademark.md
contributing/contributing-code/sylius-license-and-trademark.md
contributing-code/sylius-license-and-trademark.md
sylius-license-and-trademark.md
docs/the-book/contributing/contributing-code/README.md
the-book/contributing/contributing-code/README.md
contributing/contributing-code/README.md
contributing-code/README.md
README.md
docs/the-book/contributing/contributing-code/submitting-a-patch.md
the-book/contributing/contributing-code/submitting-a-patch.md
contributing/contributing-code/submitting-a-patch.md
contributing-code/submitting-a-patch.md
submitting-a-patch.md
docs/the-book/contributing/contributing-code/coding-standards.md
the-book/contributing/contributing-code/coding-standards.md
contributing/contributing-code/coding-standards.md
contributing-code/coding-standards.md
coding-standards.md
docs/the-book/contributing/contributing-code/conventions.md
the-book/contributing/contributing-code/conventions.md
contributing/contributing-code/conventions.md
contributing-code/conventions.md
conventions.md
docs/the-book/contributing/contributing-code/security-issues.md
the-book/contributing/contributing-code/security-issues.md
contributing/contributing-code/security-issues.md
contributing-code/security-issues.md
security-issues.md
docs/the-book/contributing/contributing-translations.md
the-book/contributing/contributing-translations.md
contributing/contributing-translations.md
contributing-translations.md
docs/the-book/contributing/contributing-documentation.md
the-book/contributing/contributing-documentation.md
contributing/contributing-documentation.md
contributing-documentation.md
docs/the-book/introduction-to-sylius.md
the-book/introduction-to-sylius.md
introduction-to-sylius.md
docs/the-book/customers/adminuser.md
the-book/customers/adminuser.md
customers/adminuser.md
adminuser.md
docs/the-book/customers/README.md
the-book/customers/README.md
customers/README.md
README.md
docs/the-book/customers/addresses/addresses.md
the-book/customers/addresses/addresses.md
customers/addresses/addresses.md
addresses/addresses.md
addresses.md
docs/the-book/customers/addresses/address-book.md
the-book/customers/addresses/address-book.md
customers/addresses/address-book.md
addresses/address-book.md
address-book.md
docs/the-book/customers/addresses/countries.md
the-book/customers/addresses/countries.md
customers/addresses/countries.md
addresses/countries.md
countries.md
docs/the-book/customers/addresses/README.md
the-book/customers/addresses/README.md
customers/addresses/README.md
addresses/README.md
README.md
docs/the-book/customers/addresses/zones.md
the-book/customers/addresses/zones.md
customers/addresses/zones.md
addresses/zones.md
zones.md
docs/the-book/customers/customer-pools.md
the-book/customers/customer-pools.md
customers/customer-pools.md
customer-pools.md
docs/the-book/customers/customer-and-shopuser.md
the-book/customers/customer-and-shopuser.md
customers/customer-and-shopuser.md
customer-and-shopuser.md
docs/the-book/carts-and-orders/returns.md
the-book/carts-and-orders/returns.md
carts-and-orders/returns.md
returns.md
docs/the-book/carts-and-orders/coupons.md
the-book/carts-and-orders/coupons.md
carts-and-orders/coupons.md
coupons.md
docs/the-book/carts-and-orders/shipments.md
the-book/carts-and-orders/shipments.md
carts-and-orders/shipments.md
shipments.md
docs/the-book/carts-and-orders/cart-flow.md
the-book/carts-and-orders/cart-flow.md
carts-and-orders/cart-flow.md
cart-flow.md
docs/the-book/carts-and-orders/README.md
the-book/carts-and-orders/README.md
carts-and-orders/README.md
README.md
docs/the-book/carts-and-orders/invoices.md
the-book/carts-and-orders/invoices.md
carts-and-orders/invoices.md
invoices.md
docs/the-book/carts-and-orders/taxation.md
the-book/carts-and-orders/taxation.md
carts-and-orders/taxation.md
taxation.md
docs/the-book/carts-and-orders/cart-promotions.md
the-book/carts-and-orders/cart-promotions.md
carts-and-orders/cart-promotions.md
cart-promotions.md
docs/the-book/carts-and-orders/payments.md
the-book/carts-and-orders/payments.md
carts-and-orders/payments.md
payments.md
docs/the-book/carts-and-orders/checkout.md
the-book/carts-and-orders/checkout.md
carts-and-orders/checkout.md
checkout.md
docs/the-book/carts-and-orders/refunds.md
the-book/carts-and-orders/refunds.md
carts-and-orders/refunds.md
refunds.md
docs/the-book/carts-and-orders/adjustments.md
the-book/carts-and-orders/adjustments.md
carts-and-orders/adjustments.md
adjustments.md
docs/the-book/carts-and-orders/orders.md
the-book/carts-and-orders/orders.md
carts-and-orders/orders.md
orders.md
docs/the-cookbook/media/README.md
the-cookbook/media/README.md
media/README.md
README.md
docs/the-cookbook/media/how-to-resize-images.md
the-cookbook/media/how-to-resize-images.md
media/how-to-resize-images.md
how-to-resize-images.md
docs/the-cookbook/media/how-to-automatically-store-images-on-aws-s3.md
the-cookbook/media/how-to-automatically-store-images-on-aws-s3.md
media/how-to-automatically-store-images-on-aws-s3.md
how-to-automatically-store-images-on-aws-s3.md
docs/the-cookbook/media/how-to-add-multiple-images-to-an-entity.md
the-cookbook/media/how-to-add-multiple-images-to-an-entity.md
media/how-to-add-multiple-images-to-an-entity.md
how-to-add-multiple-images-to-an-entity.md
docs/the-cookbook/media/how-to-add-one-image-to-an-entity.md
the-cookbook/media/how-to-add-one-image-to-an-entity.md
media/how-to-add-one-image-to-an-entity.md
how-to-add-one-image-to-an-entity.md
.env.test
translations/.gitkeep
.gitkeep

View file

@ -1590,163 +1590,6 @@ CHANGELOG-2.1.md
bin/console
UPGRADE-API-2.1.md
RoboFile.php
docs/getting-started-with-sylius/shipping-and-payment.md
docs/getting-started-with-sylius/basic-configuration.md
docs/getting-started-with-sylius/deployment.md
docs/getting-started-with-sylius/customizing-the-shop.md
docs/getting-started-with-sylius/first-product.md
docs/getting-started-with-sylius/before-you-begin.md
docs/getting-started-with-sylius/choosing-sylius-when-and-why.md
docs/getting-started-with-sylius/installing-plugins.md
docs/getting-started-with-sylius/customizing-business-logic.md
docs/getting-started-with-sylius/using-api.md
docs/getting-started-with-sylius/sylius-ce-installation-with-docker.md
docs/getting-started-with-sylius/summary.md
docs/shipping/how-to-add-a-custom-shipping-calculator.md
docs/shipping/README.md
docs/shipping/how-to-add-a-custom-shipping-method-rule.md
docs/SUMMARY.md
docs/organization/README.md
docs/emails/README.md
docs/emails/how-to-send-a-custom-e-mail.md
docs/emails/how-to-customize-email-templates-per-channel.md
docs/emails/how-to-configure-mailer.md
docs/emails/how-to-disable-the-order-confirmation-email.md
docs/README.md
docs/shop/README.md
docs/shop/how-to-customize-the-product-show-page.md
docs/shop/how-to-disable-localized-urls.md
docs/the-performance-guide/query-optimization.md
docs/the-performance-guide/database-indexes.md
docs/release-cycle/backwards-compatibility-promise.md
docs/release-cycle/README.md
docs/promotions/how-to-customize-catalog-promotion-labels.md
docs/promotions/how-to-add-a-custom-catalog-promotion-scope.md
docs/promotions/how-to-add-a-custom-cart-promotion-action.md
docs/promotions/how-to-add-a-custom-catalog-promotion-action.md
docs/promotions/README.md
docs/promotions/how-to-improve-the-performance-of-the-catalog-promotions.md
docs/promotions/how-to-add-a-custom-cart-promotion-rule.md
docs/b2b/how-to-use-b2b-suite-without-elasticsearch.md
docs/b2b/README.md
docs/the-customization-guide/customizing-models/how-to-add-a-custom-translatable-model.md
docs/the-customization-guide/customizing-models/how-to-add-a-custom-model-accessible-for-respective-channel-administrators.md
docs/the-customization-guide/customizing-models/how-to-add-a-custom-model.md
docs/the-customization-guide/customizing-models/README.md
docs/the-customization-guide/customizing-api.md
docs/the-customization-guide/customizing-repositories.md
docs/the-customization-guide/customizing-controllers.md
docs/the-customization-guide/customizing-translations.md
docs/the-customization-guide/customizing-styles.md
docs/the-customization-guide/customizing-state-machines.md
docs/the-customization-guide/customizing-grids.md
docs/the-customization-guide/customizing-dynamic-elements.md
docs/the-customization-guide/customizing-factories.md
docs/the-customization-guide/how-to-disable-guest-checkout.md
docs/the-customization-guide/customizing-menus.md
docs/the-customization-guide/customizing-serialization-of-api.md
docs/the-customization-guide/customizing-fixtures/customizing-fixture-suites.md
docs/the-customization-guide/customizing-fixtures/README.md
docs/the-customization-guide/customizing-flashes.md
docs/the-customization-guide/tips-and-tricks.md
docs/the-customization-guide/customizing-templates.md
docs/the-customization-guide/customizing-validation.md
docs/the-customization-guide/customizing-payments/how-to-configure-paypal-express-checkout.md
docs/the-customization-guide/customizing-payments/how-to-integrate-a-payment-gateway-as-a-plugin.md
docs/the-customization-guide/customizing-payments/README.md
docs/the-customization-guide/customizing-forms/README.md
docs/the-customization-guide/customizing-forms/how-to-add-a-live-form-for-a-custom-model.md
docs/.gitbook.yaml
docs/.gitbook/assets/sylius-plus.svg
docs/.gitbook/assets/sylius_shipment.webp
docs/.gitbook/assets/sylius_order_shipping.webp
docs/.gitbook/assets/graph (5).svg
docs/.gitbook/assets/graph (4).svg
docs/.gitbook/assets/channel_toolbar.webp
docs/.gitbook/assets/compose.override.dist.yml
docs/.gitbook/assets/sylius_payment.webp
docs/.gitbook/assets/graph (1).svg
docs/.gitbook/assets/graph (2).svg
docs/.gitbook/assets/graph (3).svg
docs/.gitbook/assets/shop_billing_data.webp
docs/.gitbook/assets/graph.svg
docs/the-book/understanding-environments.md
docs/the-book/ai-conversational-commerce.md
docs/the-book/sylius-plus/loyalty.md
docs/the-book/sylius-plus/README.md
docs/the-book/frontend-and-themes.md
docs/the-book/sylius-ce-installation/sylius-plus-installation.md
docs/the-book/sylius-ce-installation/upgrading-sylius-ce.md
docs/the-book/sylius-ce-installation/upgrading-sylius-plus.md
docs/the-book/sylius-ce-installation/README.md
docs/the-book/products/inventory.md
docs/the-book/products/taxons.md
docs/the-book/products/product-reviews.md
docs/the-book/products/multi-source-inventory.md
docs/the-book/products/README.md
docs/the-book/products/pricing/b2b-pricing-engine/user-guide-fixed-discount-pricing-list-with-tier-pricing.md
docs/the-book/products/pricing/b2b-pricing-engine/user-guide-percentage-discount-pricing-list.md
docs/the-book/products/pricing/b2b-pricing-engine/README.md
docs/the-book/products/pricing/b2b-pricing-engine/user-guide-fixed-discount-pricing-list.md
docs/the-book/products/pricing/README.md
docs/the-book/products/product-associations.md
docs/the-book/products/search.md
docs/the-book/products/catalog-promotions.md
docs/the-book/products/attributes.md
docs/the-book/api/README.md
docs/the-book/api/todo.md
docs/the-book/configuration/channels.md
docs/the-book/configuration/README.md
docs/the-book/configuration/currencies.md
docs/the-book/configuration/locales.md
docs/the-book/architecture/translations.md
docs/the-book/architecture/fixtures.md
docs/the-book/architecture/README.md
docs/the-book/architecture/resource-layer.md
docs/the-book/architecture/architectural-drivers.md
docs/the-book/architecture/e-mails.md
docs/the-book/architecture/events.md
docs/the-book/architecture/state-machine.md
docs/the-book/architecture/contact.md
docs/the-book/support.md
docs/the-book/contributing/key-contributors.md
docs/the-book/contributing/README.md
docs/the-book/contributing/contributing-code/sylius-license-and-trademark.md
docs/the-book/contributing/contributing-code/README.md
docs/the-book/contributing/contributing-code/submitting-a-patch.md
docs/the-book/contributing/contributing-code/coding-standards.md
docs/the-book/contributing/contributing-code/conventions.md
docs/the-book/contributing/contributing-code/security-issues.md
docs/the-book/contributing/contributing-translations.md
docs/the-book/contributing/contributing-documentation.md
docs/the-book/introduction-to-sylius.md
docs/the-book/customers/adminuser.md
docs/the-book/customers/README.md
docs/the-book/customers/addresses/addresses.md
docs/the-book/customers/addresses/address-book.md
docs/the-book/customers/addresses/countries.md
docs/the-book/customers/addresses/README.md
docs/the-book/customers/addresses/zones.md
docs/the-book/customers/customer-pools.md
docs/the-book/customers/customer-and-shopuser.md
docs/the-book/carts-and-orders/returns.md
docs/the-book/carts-and-orders/coupons.md
docs/the-book/carts-and-orders/shipments.md
docs/the-book/carts-and-orders/cart-flow.md
docs/the-book/carts-and-orders/README.md
docs/the-book/carts-and-orders/invoices.md
docs/the-book/carts-and-orders/taxation.md
docs/the-book/carts-and-orders/cart-promotions.md
docs/the-book/carts-and-orders/payments.md
docs/the-book/carts-and-orders/checkout.md
docs/the-book/carts-and-orders/refunds.md
docs/the-book/carts-and-orders/adjustments.md
docs/the-book/carts-and-orders/orders.md
docs/the-cookbook/media/README.md
docs/the-cookbook/media/how-to-resize-images.md
docs/the-cookbook/media/how-to-automatically-store-images-on-aws-s3.md
docs/the-cookbook/media/how-to-add-multiple-images-to-an-entity.md
docs/the-cookbook/media/how-to-add-one-image-to-an-entity.md
.env.test
translations/.gitkeep
package.json

View file

@ -23748,6 +23748,12 @@ apache/catalina/valves/Benchmarks.java
catalina/valves/Benchmarks.java
valves/Benchmarks.java
Benchmarks.java
test/org/apache/catalina/authenticator/TestSSOChangeSessionId.java
org/apache/catalina/authenticator/TestSSOChangeSessionId.java
apache/catalina/authenticator/TestSSOChangeSessionId.java
catalina/authenticator/TestSSOChangeSessionId.java
authenticator/TestSSOChangeSessionId.java
TestSSOChangeSessionId.java
test/org/apache/catalina/authenticator/TestDigestAuthenticatorAlgorithms.java
org/apache/catalina/authenticator/TestDigestAuthenticatorAlgorithms.java
apache/catalina/authenticator/TestDigestAuthenticatorAlgorithms.java

View file

@ -3904,6 +3904,7 @@ test/org/apache/catalina/valves/TestErrorReportValve.java
test/org/apache/catalina/valves/TestPatternTokenizer.java
test/org/apache/catalina/valves/TestParameterLimitValveConfig.java
test/org/apache/catalina/valves/Benchmarks.java
test/org/apache/catalina/authenticator/TestSSOChangeSessionId.java
test/org/apache/catalina/authenticator/TestDigestAuthenticatorAlgorithms.java
test/org/apache/catalina/authenticator/TestDigestAuthenticator.java
test/org/apache/catalina/authenticator/jaspic/TestAuthConfigFactoryImpl.java

View file

@ -20809,6 +20809,52 @@ Umbraco.Web.UI.Client/examples/entity-content-type-condition/workspace-view.elem
examples/entity-content-type-condition/workspace-view.element.ts
entity-content-type-condition/workspace-view.element.ts
workspace-view.element.ts
src/Umbraco.Web.UI.Client/examples/user-permission/constants.ts
Umbraco.Web.UI.Client/examples/user-permission/constants.ts
examples/user-permission/constants.ts
user-permission/constants.ts
constants.ts
src/Umbraco.Web.UI.Client/examples/user-permission/index.ts
Umbraco.Web.UI.Client/examples/user-permission/index.ts
examples/user-permission/index.ts
user-permission/index.ts
index.ts
src/Umbraco.Web.UI.Client/examples/user-permission/entity-action/action-2.ts
Umbraco.Web.UI.Client/examples/user-permission/entity-action/action-2.ts
examples/user-permission/entity-action/action-2.ts
user-permission/entity-action/action-2.ts
entity-action/action-2.ts
action-2.ts
src/Umbraco.Web.UI.Client/examples/user-permission/entity-action/action-1.ts
Umbraco.Web.UI.Client/examples/user-permission/entity-action/action-1.ts
examples/user-permission/entity-action/action-1.ts
user-permission/entity-action/action-1.ts
entity-action/action-1.ts
action-1.ts
src/Umbraco.Web.UI.Client/examples/user-permission/entity-action/manifests.ts
Umbraco.Web.UI.Client/examples/user-permission/entity-action/manifests.ts
examples/user-permission/entity-action/manifests.ts
user-permission/entity-action/manifests.ts
entity-action/manifests.ts
manifests.ts
src/Umbraco.Web.UI.Client/examples/user-permission/entity-user-permission/manifests.ts
Umbraco.Web.UI.Client/examples/user-permission/entity-user-permission/manifests.ts
examples/user-permission/entity-user-permission/manifests.ts
user-permission/entity-user-permission/manifests.ts
entity-user-permission/manifests.ts
manifests.ts
src/Umbraco.Web.UI.Client/examples/user-permission/localization/manifests.ts
Umbraco.Web.UI.Client/examples/user-permission/localization/manifests.ts
examples/user-permission/localization/manifests.ts
user-permission/localization/manifests.ts
localization/manifests.ts
manifests.ts
src/Umbraco.Web.UI.Client/examples/user-permission/localization/en.ts
Umbraco.Web.UI.Client/examples/user-permission/localization/en.ts
examples/user-permission/localization/en.ts
user-permission/localization/en.ts
localization/en.ts
en.ts
src/Umbraco.Web.UI.Client/examples/custom-validation-workspace-context/custom-validation-validator.ts
Umbraco.Web.UI.Client/examples/custom-validation-workspace-context/custom-validation-validator.ts
examples/custom-validation-workspace-context/custom-validation-validator.ts
@ -65650,6 +65696,13 @@ user/user-permission/components/index.ts
user-permission/components/index.ts
components/index.ts
index.ts
src/Umbraco.Web.UI.Client/src/packages/user/user-permission/constants.ts
Umbraco.Web.UI.Client/src/packages/user/user-permission/constants.ts
src/packages/user/user-permission/constants.ts
packages/user/user-permission/constants.ts
user/user-permission/constants.ts
user-permission/constants.ts
constants.ts
src/Umbraco.Web.UI.Client/src/packages/user/user-permission/index.ts
Umbraco.Web.UI.Client/src/packages/user/user-permission/index.ts
src/packages/user/user-permission/index.ts
@ -65657,6 +65710,46 @@ packages/user/user-permission/index.ts
user/user-permission/index.ts
user-permission/index.ts
index.ts
src/Umbraco.Web.UI.Client/src/packages/user/user-permission/fallback-permission-condition/types.ts
Umbraco.Web.UI.Client/src/packages/user/user-permission/fallback-permission-condition/types.ts
src/packages/user/user-permission/fallback-permission-condition/types.ts
packages/user/user-permission/fallback-permission-condition/types.ts
user/user-permission/fallback-permission-condition/types.ts
user-permission/fallback-permission-condition/types.ts
fallback-permission-condition/types.ts
types.ts
src/Umbraco.Web.UI.Client/src/packages/user/user-permission/fallback-permission-condition/constants.ts
Umbraco.Web.UI.Client/src/packages/user/user-permission/fallback-permission-condition/constants.ts
src/packages/user/user-permission/fallback-permission-condition/constants.ts
packages/user/user-permission/fallback-permission-condition/constants.ts
user/user-permission/fallback-permission-condition/constants.ts
user-permission/fallback-permission-condition/constants.ts
fallback-permission-condition/constants.ts
constants.ts
src/Umbraco.Web.UI.Client/src/packages/user/user-permission/fallback-permission-condition/fallback-user-permission.condition.test.ts
Umbraco.Web.UI.Client/src/packages/user/user-permission/fallback-permission-condition/fallback-user-permission.condition.test.ts
src/packages/user/user-permission/fallback-permission-condition/fallback-user-permission.condition.test.ts
packages/user/user-permission/fallback-permission-condition/fallback-user-permission.condition.test.ts
user/user-permission/fallback-permission-condition/fallback-user-permission.condition.test.ts
user-permission/fallback-permission-condition/fallback-user-permission.condition.test.ts
fallback-permission-condition/fallback-user-permission.condition.test.ts
fallback-user-permission.condition.test.ts
src/Umbraco.Web.UI.Client/src/packages/user/user-permission/fallback-permission-condition/manifests.ts
Umbraco.Web.UI.Client/src/packages/user/user-permission/fallback-permission-condition/manifests.ts
src/packages/user/user-permission/fallback-permission-condition/manifests.ts
packages/user/user-permission/fallback-permission-condition/manifests.ts
user/user-permission/fallback-permission-condition/manifests.ts
user-permission/fallback-permission-condition/manifests.ts
fallback-permission-condition/manifests.ts
manifests.ts
src/Umbraco.Web.UI.Client/src/packages/user/user-permission/fallback-permission-condition/fallback-user-permission.condition.ts
Umbraco.Web.UI.Client/src/packages/user/user-permission/fallback-permission-condition/fallback-user-permission.condition.ts
src/packages/user/user-permission/fallback-permission-condition/fallback-user-permission.condition.ts
packages/user/user-permission/fallback-permission-condition/fallback-user-permission.condition.ts
user/user-permission/fallback-permission-condition/fallback-user-permission.condition.ts
user-permission/fallback-permission-condition/fallback-user-permission.condition.ts
fallback-permission-condition/fallback-user-permission.condition.ts
fallback-user-permission.condition.ts
src/Umbraco.Web.UI.Client/src/packages/user/user-permission/entity-user-permission.extension.ts
Umbraco.Web.UI.Client/src/packages/user/user-permission/entity-user-permission.extension.ts
src/packages/user/user-permission/entity-user-permission.extension.ts

View file

@ -4515,6 +4515,14 @@ src/Umbraco.Web.UI.Client/examples/collection/collection/card-view/manifests.ts
src/Umbraco.Web.UI.Client/examples/collection/collection/card-view/collection-view.element.ts
src/Umbraco.Web.UI.Client/examples/entity-content-type-condition/index.ts
src/Umbraco.Web.UI.Client/examples/entity-content-type-condition/workspace-view.element.ts
src/Umbraco.Web.UI.Client/examples/user-permission/constants.ts
src/Umbraco.Web.UI.Client/examples/user-permission/index.ts
src/Umbraco.Web.UI.Client/examples/user-permission/entity-action/action-2.ts
src/Umbraco.Web.UI.Client/examples/user-permission/entity-action/action-1.ts
src/Umbraco.Web.UI.Client/examples/user-permission/entity-action/manifests.ts
src/Umbraco.Web.UI.Client/examples/user-permission/entity-user-permission/manifests.ts
src/Umbraco.Web.UI.Client/examples/user-permission/localization/manifests.ts
src/Umbraco.Web.UI.Client/examples/user-permission/localization/en.ts
src/Umbraco.Web.UI.Client/examples/custom-validation-workspace-context/custom-validation-validator.ts
src/Umbraco.Web.UI.Client/examples/custom-validation-workspace-context/README.md
src/Umbraco.Web.UI.Client/examples/custom-validation-workspace-context/index.ts
@ -9935,7 +9943,13 @@ src/Umbraco.Web.UI.Client/src/packages/user/user-permission/types.ts
src/Umbraco.Web.UI.Client/src/packages/user/user-permission/components/input-user-permission-verb/input-user-permission-verb.element.ts
src/Umbraco.Web.UI.Client/src/packages/user/user-permission/components/input-entity-user-permission/input-entity-user-permission.element.ts
src/Umbraco.Web.UI.Client/src/packages/user/user-permission/components/index.ts
src/Umbraco.Web.UI.Client/src/packages/user/user-permission/constants.ts
src/Umbraco.Web.UI.Client/src/packages/user/user-permission/index.ts
src/Umbraco.Web.UI.Client/src/packages/user/user-permission/fallback-permission-condition/types.ts
src/Umbraco.Web.UI.Client/src/packages/user/user-permission/fallback-permission-condition/constants.ts
src/Umbraco.Web.UI.Client/src/packages/user/user-permission/fallback-permission-condition/fallback-user-permission.condition.test.ts
src/Umbraco.Web.UI.Client/src/packages/user/user-permission/fallback-permission-condition/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/user/user-permission/fallback-permission-condition/fallback-user-permission.condition.ts
src/Umbraco.Web.UI.Client/src/packages/user/user-permission/entity-user-permission.extension.ts
src/Umbraco.Web.UI.Client/src/packages/user/user-permission/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/user/user-permission/modals/settings/entity-user-permission-settings-modal.token.ts

View file

@ -31,11 +31,6 @@ packages/js/email-editor/writing-e2e-tests.md
js/email-editor/writing-e2e-tests.md
email-editor/writing-e2e-tests.md
writing-e2e-tests.md
packages/js/email-editor/changelog/stomail-7499-handpicked-products-block
js/email-editor/changelog/stomail-7499-handpicked-products-block
email-editor/changelog/stomail-7499-handpicked-products-block
changelog/stomail-7499-handpicked-products-block
stomail-7499-handpicked-products-block
packages/js/email-editor/changelog/.gitkeep
js/email-editor/changelog/.gitkeep
email-editor/changelog/.gitkeep
@ -22109,6 +22104,14 @@ unit/Engine/PersonalizationTags/Personalization_Tags_Registry_Test.php
Engine/PersonalizationTags/Personalization_Tags_Registry_Test.php
PersonalizationTags/Personalization_Tags_Registry_Test.php
Personalization_Tags_Registry_Test.php
packages/php/email-editor/tests/unit/Engine/PersonalizationTags/Personalization_Tag_Test.php
php/email-editor/tests/unit/Engine/PersonalizationTags/Personalization_Tag_Test.php
email-editor/tests/unit/Engine/PersonalizationTags/Personalization_Tag_Test.php
tests/unit/Engine/PersonalizationTags/Personalization_Tag_Test.php
unit/Engine/PersonalizationTags/Personalization_Tag_Test.php
Engine/PersonalizationTags/Personalization_Tag_Test.php
PersonalizationTags/Personalization_Tag_Test.php
Personalization_Tag_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/Html2Text_Test.php
php/email-editor/tests/unit/Engine/Renderer/Html2Text_Test.php
email-editor/tests/unit/Engine/Renderer/Html2Text_Test.php
@ -22232,36 +22235,11 @@ packages/php/email-editor/development.md
php/email-editor/development.md
email-editor/development.md
development.md
packages/php/email-editor/changelog/wooprd-945-crashing-group-block-renderer
php/email-editor/changelog/wooprd-945-crashing-group-block-renderer
email-editor/changelog/wooprd-945-crashing-group-block-renderer
changelog/wooprd-945-crashing-group-block-renderer
wooprd-945-crashing-group-block-renderer
packages/php/email-editor/changelog/fix-package-conflict-part-three
php/email-editor/changelog/fix-package-conflict-part-three
email-editor/changelog/fix-package-conflict-part-three
changelog/fix-package-conflict-part-three
fix-package-conflict-part-three
packages/php/email-editor/changelog/stomail-7499-handpicked-products-block
php/email-editor/changelog/stomail-7499-handpicked-products-block
email-editor/changelog/stomail-7499-handpicked-products-block
changelog/stomail-7499-handpicked-products-block
stomail-7499-handpicked-products-block
packages/php/email-editor/changelog/.gitkeep
php/email-editor/changelog/.gitkeep
email-editor/changelog/.gitkeep
changelog/.gitkeep
.gitkeep
packages/php/email-editor/changelog/61245-fix-61186-json-encode-script-tags
php/email-editor/changelog/61245-fix-61186-json-encode-script-tags
email-editor/changelog/61245-fix-61186-json-encode-script-tags
changelog/61245-fix-61186-json-encode-script-tags
61245-fix-61186-json-encode-script-tags
packages/php/email-editor/changelog/wooprd-933-some-styles-are-missing-in-editor-iframe
php/email-editor/changelog/wooprd-933-some-styles-are-missing-in-editor-iframe
email-editor/changelog/wooprd-933-some-styles-are-missing-in-editor-iframe
changelog/wooprd-933-some-styles-are-missing-in-editor-iframe
wooprd-933-some-styles-are-missing-in-editor-iframe
packages/php/email-editor/composer.lock
php/email-editor/composer.lock
email-editor/composer.lock
@ -27886,6 +27864,15 @@ rest-api/Controllers/Version3/class-wc-rest-customers-controller-tests.php
Controllers/Version3/class-wc-rest-customers-controller-tests.php
Version3/class-wc-rest-customers-controller-tests.php
class-wc-rest-customers-controller-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-coupons-controller-status-tests.php
woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-coupons-controller-status-tests.php
tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-coupons-controller-status-tests.php
php/includes/rest-api/Controllers/Version3/class-wc-rest-coupons-controller-status-tests.php
includes/rest-api/Controllers/Version3/class-wc-rest-coupons-controller-status-tests.php
rest-api/Controllers/Version3/class-wc-rest-coupons-controller-status-tests.php
Controllers/Version3/class-wc-rest-coupons-controller-status-tests.php
Version3/class-wc-rest-coupons-controller-status-tests.php
class-wc-rest-coupons-controller-status-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-taxes-controller-tests.php
woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-taxes-controller-tests.php
tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-taxes-controller-tests.php
@ -60140,6 +60127,33 @@ js/blocks/product-on-sale/index.tsx
blocks/product-on-sale/index.tsx
product-on-sale/index.tsx
index.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/category-title/block.json
woocommerce/client/blocks/assets/js/blocks/category-title/block.json
client/blocks/assets/js/blocks/category-title/block.json
blocks/assets/js/blocks/category-title/block.json
assets/js/blocks/category-title/block.json
js/blocks/category-title/block.json
blocks/category-title/block.json
category-title/block.json
block.json
plugins/woocommerce/client/blocks/assets/js/blocks/category-title/edit.tsx
woocommerce/client/blocks/assets/js/blocks/category-title/edit.tsx
client/blocks/assets/js/blocks/category-title/edit.tsx
blocks/assets/js/blocks/category-title/edit.tsx
assets/js/blocks/category-title/edit.tsx
js/blocks/category-title/edit.tsx
blocks/category-title/edit.tsx
category-title/edit.tsx
edit.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/category-title/index.tsx
woocommerce/client/blocks/assets/js/blocks/category-title/index.tsx
client/blocks/assets/js/blocks/category-title/index.tsx
blocks/assets/js/blocks/category-title/index.tsx
assets/js/blocks/category-title/index.tsx
js/blocks/category-title/index.tsx
blocks/category-title/index.tsx
category-title/index.tsx
index.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/migration-products-to-product-collection/migration-from-products-to-product-collection.ts
woocommerce/client/blocks/assets/js/blocks/migration-products-to-product-collection/migration-from-products-to-product-collection.ts
client/blocks/assets/js/blocks/migration-products-to-product-collection/migration-from-products-to-product-collection.ts
@ -60744,6 +60758,33 @@ blocks/cart-checkout-shared/view-switcher/index.tsx
cart-checkout-shared/view-switcher/index.tsx
view-switcher/index.tsx
index.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/category-description/block.json
woocommerce/client/blocks/assets/js/blocks/category-description/block.json
client/blocks/assets/js/blocks/category-description/block.json
blocks/assets/js/blocks/category-description/block.json
assets/js/blocks/category-description/block.json
js/blocks/category-description/block.json
blocks/category-description/block.json
category-description/block.json
block.json
plugins/woocommerce/client/blocks/assets/js/blocks/category-description/edit.tsx
woocommerce/client/blocks/assets/js/blocks/category-description/edit.tsx
client/blocks/assets/js/blocks/category-description/edit.tsx
blocks/assets/js/blocks/category-description/edit.tsx
assets/js/blocks/category-description/edit.tsx
js/blocks/category-description/edit.tsx
blocks/category-description/edit.tsx
category-description/edit.tsx
edit.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/category-description/index.tsx
woocommerce/client/blocks/assets/js/blocks/category-description/index.tsx
client/blocks/assets/js/blocks/category-description/index.tsx
blocks/assets/js/blocks/category-description/index.tsx
assets/js/blocks/category-description/index.tsx
js/blocks/category-description/index.tsx
blocks/category-description/index.tsx
category-description/index.tsx
index.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/checkout/context.ts
woocommerce/client/blocks/assets/js/blocks/checkout/context.ts
client/blocks/assets/js/blocks/checkout/context.ts
@ -66086,6 +66127,16 @@ js/blocks/featured-items/with-edit-mode.tsx
blocks/featured-items/with-edit-mode.tsx
featured-items/with-edit-mode.tsx
with-edit-mode.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/featured-items/featured-category/deprecated.tsx
woocommerce/client/blocks/assets/js/blocks/featured-items/featured-category/deprecated.tsx
client/blocks/assets/js/blocks/featured-items/featured-category/deprecated.tsx
blocks/assets/js/blocks/featured-items/featured-category/deprecated.tsx
assets/js/blocks/featured-items/featured-category/deprecated.tsx
js/blocks/featured-items/featured-category/deprecated.tsx
blocks/featured-items/featured-category/deprecated.tsx
featured-items/featured-category/deprecated.tsx
featured-category/deprecated.tsx
deprecated.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/featured-items/featured-category/block.tsx
woocommerce/client/blocks/assets/js/blocks/featured-items/featured-category/block.tsx
client/blocks/assets/js/blocks/featured-items/featured-category/block.tsx
@ -66165,6 +66216,16 @@ js/blocks/featured-items/image-editor.tsx
blocks/featured-items/image-editor.tsx
featured-items/image-editor.tsx
image-editor.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/featured-items/featured-product/deprecated.tsx
woocommerce/client/blocks/assets/js/blocks/featured-items/featured-product/deprecated.tsx
client/blocks/assets/js/blocks/featured-items/featured-product/deprecated.tsx
blocks/assets/js/blocks/featured-items/featured-product/deprecated.tsx
assets/js/blocks/featured-items/featured-product/deprecated.tsx
js/blocks/featured-items/featured-product/deprecated.tsx
blocks/featured-items/featured-product/deprecated.tsx
featured-items/featured-product/deprecated.tsx
featured-product/deprecated.tsx
deprecated.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/featured-items/featured-product/block.tsx
woocommerce/client/blocks/assets/js/blocks/featured-items/featured-product/block.tsx
client/blocks/assets/js/blocks/featured-items/featured-product/block.tsx
@ -77789,6 +77850,10 @@ woocommerce/client/blocks/.gitattributes
client/blocks/.gitattributes
blocks/.gitattributes
.gitattributes
plugins/woocommerce/changelog/wooprd-944-implement-duplicate-and-activatedeactivate-actions
woocommerce/changelog/wooprd-944-implement-duplicate-and-activatedeactivate-actions
changelog/wooprd-944-implement-duplicate-and-activatedeactivate-actions
wooprd-944-implement-duplicate-and-activatedeactivate-actions
plugins/woocommerce/changelog/qao-113-woocommerce-core-e2e-disable-block-based-product-editor
woocommerce/changelog/qao-113-woocommerce-core-e2e-disable-block-based-product-editor
changelog/qao-113-woocommerce-core-e2e-disable-block-based-product-editor
@ -77845,6 +77910,14 @@ plugins/woocommerce/changelog/add_woo_idx_comment_date_type
woocommerce/changelog/add_woo_idx_comment_date_type
changelog/add_woo_idx_comment_date_type
add_woo_idx_comment_date_type
plugins/woocommerce/changelog/fix-split-add-to-cart-with-options-integration-tests
woocommerce/changelog/fix-split-add-to-cart-with-options-integration-tests
changelog/fix-split-add-to-cart-with-options-integration-tests
fix-split-add-to-cart-with-options-integration-tests
plugins/woocommerce/changelog/61321-wooptp-14-improve-error-handling-through-structures-that-resemble-the
woocommerce/changelog/61321-wooptp-14-improve-error-handling-through-structures-that-resemble-the
changelog/61321-wooptp-14-improve-error-handling-through-structures-that-resemble-the
61321-wooptp-14-improve-error-handling-through-structures-that-resemble-the
plugins/woocommerce/changelog/WOOPLUG-3100-optimize-analytics-performance-indicator-endpoints
woocommerce/changelog/WOOPLUG-3100-optimize-analytics-performance-indicator-endpoints
changelog/WOOPLUG-3100-optimize-analytics-performance-indicator-endpoints
@ -77877,6 +77950,10 @@ plugins/woocommerce/changelog/61217-fix-initial-shipping
woocommerce/changelog/61217-fix-initial-shipping
changelog/61217-fix-initial-shipping
61217-fix-initial-shipping
plugins/woocommerce/changelog/fix-isdiscount-check
woocommerce/changelog/fix-isdiscount-check
changelog/fix-isdiscount-check
fix-isdiscount-check
plugins/woocommerce/changelog/.gitkeep
woocommerce/changelog/.gitkeep
changelog/.gitkeep
@ -77897,6 +77974,10 @@ plugins/woocommerce/changelog/update-add-to-cart-with-options-spinner-on-load
woocommerce/changelog/update-add-to-cart-with-options-spinner-on-load
changelog/update-add-to-cart-with-options-spinner-on-load
update-add-to-cart-with-options-spinner-on-load
plugins/woocommerce/changelog/60779-wooplug-5427-fcb-make-category-heading-an-inner-block
woocommerce/changelog/60779-wooplug-5427-fcb-make-category-heading-an-inner-block
changelog/60779-wooplug-5427-fcb-make-category-heading-an-inner-block
60779-wooplug-5427-fcb-make-category-heading-an-inner-block
plugins/woocommerce/changelog/pr-61121
woocommerce/changelog/pr-61121
changelog/pr-61121
@ -84725,6 +84806,33 @@ Agentic/Enums/Specs/LinkType.php
Enums/Specs/LinkType.php
Specs/LinkType.php
LinkType.php
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Errors/ErrorMessages.php
woocommerce/src/StoreApi/Routes/V1/Agentic/Errors/ErrorMessages.php
src/StoreApi/Routes/V1/Agentic/Errors/ErrorMessages.php
StoreApi/Routes/V1/Agentic/Errors/ErrorMessages.php
Routes/V1/Agentic/Errors/ErrorMessages.php
V1/Agentic/Errors/ErrorMessages.php
Agentic/Errors/ErrorMessages.php
Errors/ErrorMessages.php
ErrorMessages.php
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Errors/Error.php
woocommerce/src/StoreApi/Routes/V1/Agentic/Errors/Error.php
src/StoreApi/Routes/V1/Agentic/Errors/Error.php
StoreApi/Routes/V1/Agentic/Errors/Error.php
Routes/V1/Agentic/Errors/Error.php
V1/Agentic/Errors/Error.php
Agentic/Errors/Error.php
Errors/Error.php
Error.php
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Errors/MessageError.php
woocommerce/src/StoreApi/Routes/V1/Agentic/Errors/MessageError.php
src/StoreApi/Routes/V1/Agentic/Errors/MessageError.php
StoreApi/Routes/V1/Agentic/Errors/MessageError.php
Routes/V1/Agentic/Errors/MessageError.php
V1/Agentic/Errors/MessageError.php
Agentic/Errors/MessageError.php
Errors/MessageError.php
MessageError.php
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/CheckoutSessionsUpdate.php
woocommerce/src/StoreApi/Routes/V1/Agentic/CheckoutSessionsUpdate.php
src/StoreApi/Routes/V1/Agentic/CheckoutSessionsUpdate.php
@ -88357,6 +88465,12 @@ src/Blocks/BlockTypes/CartOrderSummaryHeadingBlock.php
Blocks/BlockTypes/CartOrderSummaryHeadingBlock.php
BlockTypes/CartOrderSummaryHeadingBlock.php
CartOrderSummaryHeadingBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/CategoryDescription.php
woocommerce/src/Blocks/BlockTypes/CategoryDescription.php
src/Blocks/BlockTypes/CategoryDescription.php
Blocks/BlockTypes/CategoryDescription.php
BlockTypes/CategoryDescription.php
CategoryDescription.php
plugins/woocommerce/src/Blocks/BlockTypes/Cart.php
woocommerce/src/Blocks/BlockTypes/Cart.php
src/Blocks/BlockTypes/Cart.php
@ -88423,6 +88537,12 @@ src/Blocks/BlockTypes/CheckoutFieldsBlock.php
Blocks/BlockTypes/CheckoutFieldsBlock.php
BlockTypes/CheckoutFieldsBlock.php
CheckoutFieldsBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/CategoryTitle.php
woocommerce/src/Blocks/BlockTypes/CategoryTitle.php
src/Blocks/BlockTypes/CategoryTitle.php
Blocks/BlockTypes/CategoryTitle.php
BlockTypes/CategoryTitle.php
CategoryTitle.php
plugins/woocommerce/src/Blocks/BlockTypes/ProductMeta.php
woocommerce/src/Blocks/BlockTypes/ProductMeta.php
src/Blocks/BlockTypes/ProductMeta.php

View file

@ -8,7 +8,6 @@ packages/js/email-editor/.prettierrc.js
packages/js/email-editor/CHANGELOG.md
packages/js/email-editor/development.md
packages/js/email-editor/writing-e2e-tests.md
packages/js/email-editor/changelog/stomail-7499-handpicked-products-block
packages/js/email-editor/changelog/.gitkeep
packages/js/email-editor/composer.lock
packages/js/email-editor/webpack.config.js
@ -3575,6 +3574,7 @@ packages/php/email-editor/tests/unit/Integrations/Utils/Html_Processing_Helper_T
packages/php/email-editor/tests/unit/Integrations/Utils/Table_Wrapper_Helper_Test.php
packages/php/email-editor/tests/unit/Engine/Templates/Template_Registry_Test.php
packages/php/email-editor/tests/unit/Engine/PersonalizationTags/Personalization_Tags_Registry_Test.php
packages/php/email-editor/tests/unit/Engine/PersonalizationTags/Personalization_Tag_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/Html2Text_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/ContentRenderer/Preprocessors/Spacing_Preprocessor_Test.php
packages/php/email-editor/tests/unit/Engine/Renderer/ContentRenderer/Preprocessors/Cleanup_Preprocessor_Test.php
@ -3591,12 +3591,7 @@ packages/php/email-editor/tests/unit/bootstrap.php
packages/php/email-editor/phpcs.xml
packages/php/email-editor/changelog.md
packages/php/email-editor/development.md
packages/php/email-editor/changelog/wooprd-945-crashing-group-block-renderer
packages/php/email-editor/changelog/fix-package-conflict-part-three
packages/php/email-editor/changelog/stomail-7499-handpicked-products-block
packages/php/email-editor/changelog/.gitkeep
packages/php/email-editor/changelog/61245-fix-61186-json-encode-script-tags
packages/php/email-editor/changelog/wooprd-933-some-styles-are-missing-in-editor-iframe
packages/php/email-editor/composer.lock
packages/php/email-editor/.wp-env.json
packages/php/email-editor/tasks/mirror-readme.md
@ -4457,6 +4452,7 @@ plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-re
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-order-refunds-controller-test.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-product-reviews-controller-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-customers-controller-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-coupons-controller-status-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-taxes-controller-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-coupons-controller-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-variations-controller-tests.php
@ -8216,6 +8212,9 @@ plugins/woocommerce/client/blocks/assets/js/blocks/product-on-sale/inspector-con
plugins/woocommerce/client/blocks/assets/js/blocks/product-on-sale/editor.scss
plugins/woocommerce/client/blocks/assets/js/blocks/product-on-sale/block.json
plugins/woocommerce/client/blocks/assets/js/blocks/product-on-sale/index.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/category-title/block.json
plugins/woocommerce/client/blocks/assets/js/blocks/category-title/edit.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/category-title/index.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/migration-products-to-product-collection/migration-from-products-to-product-collection.ts
plugins/woocommerce/client/blocks/assets/js/blocks/migration-products-to-product-collection/types.ts
plugins/woocommerce/client/blocks/assets/js/blocks/migration-products-to-product-collection/migration-utils.ts
@ -8276,6 +8275,9 @@ plugins/woocommerce/client/blocks/assets/js/blocks/cart-checkout-shared/view-swi
plugins/woocommerce/client/blocks/assets/js/blocks/cart-checkout-shared/view-switcher/utils.ts
plugins/woocommerce/client/blocks/assets/js/blocks/cart-checkout-shared/view-switcher/switcher.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/cart-checkout-shared/view-switcher/index.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/category-description/block.json
plugins/woocommerce/client/blocks/assets/js/blocks/category-description/edit.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/category-description/index.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/checkout/context.ts
plugins/woocommerce/client/blocks/assets/js/blocks/checkout/checkout-order-error/style.scss
plugins/woocommerce/client/blocks/assets/js/blocks/checkout/checkout-order-error/constants.js
@ -8787,6 +8789,7 @@ plugins/woocommerce/client/blocks/assets/js/blocks/accordion/inner-blocks/accord
plugins/woocommerce/client/blocks/assets/js/blocks/accordion/inner-blocks/accordion-item/edit.js
plugins/woocommerce/client/blocks/assets/js/blocks/accordion/inner-blocks/accordion-item/block.json
plugins/woocommerce/client/blocks/assets/js/blocks/featured-items/with-edit-mode.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/featured-items/featured-category/deprecated.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/featured-items/featured-category/block.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/featured-items/featured-category/utils.ts
plugins/woocommerce/client/blocks/assets/js/blocks/featured-items/featured-category/example.ts
@ -8795,6 +8798,7 @@ plugins/woocommerce/client/blocks/assets/js/blocks/featured-items/featured-categ
plugins/woocommerce/client/blocks/assets/js/blocks/featured-items/featured-category/block.json
plugins/woocommerce/client/blocks/assets/js/blocks/featured-items/featured-category/index.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/featured-items/image-editor.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/featured-items/featured-product/deprecated.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/featured-items/featured-product/block.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/featured-items/featured-product/example.ts
plugins/woocommerce/client/blocks/assets/js/blocks/featured-items/featured-product/style.scss
@ -10010,6 +10014,7 @@ plugins/woocommerce/client/blocks/docs/internal-developers/blockified-templates/
plugins/woocommerce/client/blocks/package.json
plugins/woocommerce/client/blocks/blocks.ini
plugins/woocommerce/client/blocks/.gitattributes
plugins/woocommerce/changelog/wooprd-944-implement-duplicate-and-activatedeactivate-actions
plugins/woocommerce/changelog/qao-113-woocommerce-core-e2e-disable-block-based-product-editor
plugins/woocommerce/changelog/fix-58866
plugins/woocommerce/changelog/wooplug-5618-total-amount-overflowing-order-summary-in-checkout
@ -10024,6 +10029,8 @@ plugins/woocommerce/changelog/fix-50085
plugins/woocommerce/changelog/add-v4-settings-payments-offline
plugins/woocommerce/changelog/WOOPLUG-2074-load-wc-admin-api-on-demand
plugins/woocommerce/changelog/add_woo_idx_comment_date_type
plugins/woocommerce/changelog/fix-split-add-to-cart-with-options-integration-tests
plugins/woocommerce/changelog/61321-wooptp-14-improve-error-handling-through-structures-that-resemble-the
plugins/woocommerce/changelog/WOOPLUG-3100-optimize-analytics-performance-indicator-endpoints
plugins/woocommerce/changelog/update-template-and-add-to-cart-with-options-old-comments
plugins/woocommerce/changelog/dev-re-balance-ci-jobs-shards
@ -10032,11 +10039,13 @@ plugins/woocommerce/changelog/add-support-agentic-commerce
plugins/woocommerce/changelog/disable-cys-tests-with-gb-nightly
plugins/woocommerce/changelog/fix-56609
plugins/woocommerce/changelog/61217-fix-initial-shipping
plugins/woocommerce/changelog/fix-isdiscount-check
plugins/woocommerce/changelog/.gitkeep
plugins/woocommerce/changelog/61245-fix-61186-json-encode-script-tags
plugins/woocommerce/changelog/fix-package-conflict-part-one
plugins/woocommerce/changelog/fix-package-conflict-part-two
plugins/woocommerce/changelog/update-add-to-cart-with-options-spinner-on-load
plugins/woocommerce/changelog/60779-wooplug-5427-fcb-make-category-heading-an-inner-block
plugins/woocommerce/changelog/pr-61121
plugins/woocommerce/changelog/fix-admin-settings-save-permission
plugins/woocommerce/changelog/update-WOOPRD-929-offline-methods-api-route
@ -11158,6 +11167,9 @@ plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/ErrorCode.php
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/FulfillmentType.php
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/MessageType.php
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Enums/Specs/LinkType.php
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Errors/ErrorMessages.php
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Errors/Error.php
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/Errors/MessageError.php
plugins/woocommerce/src/StoreApi/Routes/V1/Agentic/CheckoutSessionsUpdate.php
plugins/woocommerce/src/StoreApi/Routes/V1/Products.php
plugins/woocommerce/src/StoreApi/Routes/V1/CartRemoveCoupon.php
@ -11701,6 +11713,7 @@ plugins/woocommerce/src/Blocks/BlockTypes/ProductNew.php
plugins/woocommerce/src/Blocks/BlockTypes/AbstractDynamicBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/EnableBlockJsonAssetsTrait.php
plugins/woocommerce/src/Blocks/BlockTypes/CartOrderSummaryHeadingBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/CategoryDescription.php
plugins/woocommerce/src/Blocks/BlockTypes/Cart.php
plugins/woocommerce/src/Blocks/BlockTypes/ActiveFilters.php
plugins/woocommerce/src/Blocks/BlockTypes/CartItemsBlock.php
@ -11712,6 +11725,7 @@ plugins/woocommerce/src/Blocks/BlockTypes/NextPreviousButtons.php
plugins/woocommerce/src/Blocks/BlockTypes/CheckoutOrderSummaryCouponFormBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/CheckoutPickupOptionsBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/CheckoutFieldsBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/CategoryTitle.php
plugins/woocommerce/src/Blocks/BlockTypes/ProductMeta.php
plugins/woocommerce/src/Blocks/BlockTypes/HandpickedProducts.php
plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation/CreateAccount.php

View file

@ -88,10 +88,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.well-known
.well-known/assetlinks.json
.xml
/*/*/_tools
/*/*/more_ideas
/*/_tools
/*/activity
/*/branches
/*/commits
/*/compare
@ -99,12 +95,9 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/edit$
/*/forks
/*/graphs
/*/group
/*/invite
/*/issues/new
/*/issues/search
/*/milestones/new
/*/more_ideas
/*/network
/*/projects
/*/pulse
@ -113,23 +106,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/watchers
/*source=
/.git
/?*amp_client_id
/?z=1
/MANUALS/*.pdf$
/Search/
/_
/_/rsrc
/__wishlist__
/_activities
/_activity
/_community
/_created
/_followers
/_following
/_quick_saves
/_saved
/_shop
/_shopping_list
/_widget
/album/*/*?i=
/analytics
@ -152,12 +132,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/comments
/commits/*?author
/commits/*?path
/communities
/contact/menu*
/contact/partner*
/contactus/mwaas*
/directory
/discovered
/docs/product
/download
/download/Browse.aspx?
@ -187,7 +165,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/layout/
/leads/*/jsplayer_show_lead_form.html
/leads/*/show_form.html
/likes
/login
/lookup?
/mediaapi/
@ -200,13 +177,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/newest/*rss
/newest/*xml
/newsearch/
/organize
/partials
/pins
/plugins
/podcast/*/*?i=
/print$
/profile-about
/raw
/report_abuse
/revisions
@ -214,8 +188,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/rsvps/*atom
/rsvps/*rss
/rsvps/*xml
/scheduled-pin
/scheduled-pins
/search
/search/
/search/*?q=
@ -244,15 +216,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/store/new/*?*&*&*
/store/top-free/*?*&*&*
/store/top-paid/*?*&*&*
/story_pins
/tagged
/tarball
/tree
/tried
/tv-season/*/*?i=
/unsubscribe/
/video-
/video_pins
/wal/
/widget_
/wiki/Special:
@ -378,7 +346,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?search_forum=
?set_mobile=
?showAllGroups=
?show_error=true
?slogin
?sort=
?sortBy=
@ -504,8 +471,6 @@ WebObjects/MZStoreElements.woa
[_0-9a-zA-Z]+/status/[0-9]+/likes
[_0-9a-zA-Z]+/status/[0-9]+/retweets
_
_/_
_/_/pixel
_/aihub_pod
_/ain/_/js
_/alkali-learn
@ -570,8 +535,6 @@ _next/data
_next/jwt
_next/title
_next/viewer
_ngjs/resource
_ngjs/resource/*/get
_nimbusJson.json
_nimbusJsonp.js
_nimbusJsonpStatic.js
@ -669,12 +632,10 @@ actions/news/rss
ad_id=
addContacts
add_favorite
addboard
addressBookExport
admin
admin/
ads
ads.txt
ads/gpa/vidgen
ads/learn
ads/local
@ -685,7 +646,6 @@ advisor/*zx1fa
adx/bin
affil
affil/pal
age-appeal
agreements/approve
ai-sandbox-internal/generated_images
aihub/tfhub
@ -742,9 +702,7 @@ api?
api_access_key=
app*_
app*form_id=
app-ads.txt
app/
appealed-pin
apple-app-site-association
apps
apps*&tags=
@ -822,7 +780,6 @@ author/following
author=
authoring/
authwall
autocomplete
away.php
awmp/data/images
b?*node=7454898011
@ -880,10 +837,6 @@ blogs/nationals-journal-beta
blogs/search/
blogs/slow-ride
blogs/test
board
board_activity
board_activity_comment
bookmarklet
bookmarks
books
books/NBK
@ -905,39 +858,19 @@ books?*zoom=
books?*zoom=1
books?*zoom=5
boutique/sitemaps
branded-pins
bricks/images
business
business/ad_create
business/adshare
business/adshare/faqs
business/blahblah
business/business-access
business/business-hierarchy
business/business-manager
business/catalogs
business/commerce-integrations
business/community-information
business/convert
business/create
business/create-linked-account
business/feedback
business/hub
business/invite
business/leads/jsplayer_show_lead_form.html
business/leads/show_form.html
business/learning/blog
business/onboarding
business/pin_create
business/pos-system/shop
business/premium/is_payment_pending
business/promotion
business/referral
business/sales/blog
business/site
business/switch-account
business/top-ads
business/update
business/verified-merchant/status
buyside-e2e-monitor
cai
call
@ -966,7 +899,6 @@ checkout
checkout-external
checkoutnow
checkpoint
christmas-spotlight
chrome/crlset
chrome/webstore/images
chwilio
@ -987,7 +919,6 @@ clickthru
clima/ets
clima/sites/registry
clone/library/genomic/organisms
close-account
cloud-launcher/sitemap
cloudsourcetools/images
cms_content
@ -1006,7 +937,6 @@ commission_2010-2014/katainen
commits?author=
common/
common/survey.aspx*
communities
communities/bin.aspx?
communities/blogs/PortalResults.mspx?
communities/eventdetails.mspx?
@ -1023,14 +953,11 @@ community/category/*
community/comments
community/feed
community/trackback
community_comment
community_post
companyDir
compare
compressiontest
concussion/HeadsUp/training/
config.js
connect
connections
consumers/archive
contact/menu*
@ -1038,17 +965,11 @@ contact/partner*
contact_importer
contactus
contactus/mwaas*
content-claiming
content-guest/rss/channels
control
conversation
conversations
convert-business
convert-personal
copilot
copilot/c
copy-conductor/crawled
copyright-reporting
core/
core/*.css$
core/*.css?
@ -1066,18 +987,10 @@ covid19/mobility
cr$
cr?
create
create_pin
creative-europe/404_en.htm
creative-studio
creative_editor
creator-spotlight
creator_hub/_earn
creator_hub/_partnerships
creatorhub
csp
csrf_error
ct
ct.html
ct/log_list
culturalinstitute/images
culturalinstitute/sitemaps
@ -1103,10 +1016,8 @@ de/ott
de/solutions
de/upload
de/vimeo-academy
deactivate-account
default.aspx/kb/
default.aspx/ph/
delete_post
delight
dell/cities-transformed
dell/cloud-future-of-medicine
@ -1194,8 +1105,6 @@ earth/social
ebook
ece
eclas
edit
editorial/*
edu/cs4hs
education/404_en.htm
education/blocks
@ -1208,7 +1117,6 @@ ekansa/Open-Context-Data
ekansa/opencontext-
email
email-unsubscribe
email_verification_error
embed
embed/@
embed/curated
@ -1270,7 +1178,6 @@ en/microsoft-viva/
en/security
en/security/
endorsements
engagement
enterprise
enterprise-jobs
enterprise-partner-search/sitemaps
@ -1356,18 +1263,14 @@ exec/obidos/subst/marketplace/sell-your-collection.html
exec/obidos/subst/marketplace/sell-your-stuff.html
exec/obidos/subst/partners/friends/access.html
exec/obidos/tg/cm/member
explore
explore/*/?p=
explore/*/lightbox
external
external/overture
external_hosted
f/healthcheck
facebook
faves-i_love_u_get_away_from_me
favorite
fb
fb.html
fbml/ajax/dialog
fd/
fe=true
@ -1404,8 +1307,6 @@ flu/espanol/
flutter-canvaskit
folder
follow
follow_board
follow_user
following
food/archive
food/favourites
@ -1487,8 +1388,6 @@ global$
gog
google.internal.maps.gmpsdksbackend.v1.GmpSdksBackendService
google.internal.maps.mapsjs.v1.MapsJsInternalService
google_gdn.html
google_search.html
googlebooks/images
gorf
gp
@ -1604,7 +1503,6 @@ guidebooks
gview
gwt
h5games_gamecenter/images
hanukkah-spotlight
hashtag/*?src=
hd
header/channels
@ -1628,12 +1526,9 @@ help/zendesk_sso
hex
history
history/static
holiday-spotlight
holidays-celebrations
home
home$
home?
homefeed
homepage-video-test
hosted/images
hotel/reviews?
@ -1645,9 +1540,10 @@ hp/video
hpc/*/supported-applications.aspx?
hpm
hpmob
http://cloudflare.com/robots.txt
http://ftc.gov/robots.txt
http://gmpg.org/robots.txt
http://ncbi.nlm.nih.gov/robots.txt
http://wa.me/robots.txt
http://support.cloudflare.com/robots.txt
hub?category=
hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$
@ -1662,9 +1558,6 @@ id-id.www.cloudflare.com
id-id/feedback
id-id/lp
id-id/searchresults
idea-ads-tool
idea-pin-builder
idea-pin-invite
identity/accountsettingsactivityweb
identity/accountsettingssyaf
ie/ie40/
@ -1711,17 +1604,14 @@ info/customerror.htm*
info/smart404.asp*
info/tech-feedback
inproduct_help/chatsupport
install-shuffles
integrations
internalPref
intl
intl/*/search/?
intl/*/search?
intlkb/
invite
inviteFromProfile
inviteMany
invited
invoice/est
invoice/estimate/buyerView
invoice/estimate/buyerView/attachments
@ -1758,8 +1648,6 @@ johnhancock
johnhancock/in-a-lifetime-healthcare
johnhancock/in-a-lifetime-sustainability
johnhancock/in-a-lifetime-work
join/?next=
join/signup/?next=
jp/$
jp/about
jp/blog
@ -1802,7 +1690,6 @@ ko/ott
ko/solutions
ko/upload
ko/vimeo-academy
kwanzaa-spotlight
l.php
labs-code
labs/pmc
@ -1839,15 +1726,12 @@ learning/settings
learning/settings$
learning/settings?
legal
lens-search
li/track
library/devices
licensing-syndication
limited-release
link
linked
lite
live-session
live_chat
llms.txt
lm/R1XIHQVKXSKBNJ
@ -2024,7 +1908,6 @@ narrative-
native
nbubumblebee
network
new_invite
news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dialogue-conference
news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dialogue-conference/RSVP
news-events/events-calendar/2019/05/tenth-annual-african-consumer-protection-dialogue-conference
@ -2034,7 +1917,6 @@ news/test
news/test-liveblog
news?viewArticle
newsArticle
news_hub
newsletter
newsroom/dae
newsround
@ -2048,7 +1930,6 @@ nl-nl/lp
nl-nl/searchresults
node/add/
nonprofits/account
notifications
notifications/
ns/hydra/console/?
nus-trk
@ -2056,15 +1937,11 @@ nwshp$
o/di
o/dt
oas/
oauth/line
oauth/login
oauth/v2
oauth2
oauth2/v2
oauth_error
offers/proxy/dealsserver/api/log
offers/proxy/dealsserver/buy
offsite
og
okxbet.com
onebox/media/sports/logos
@ -2095,12 +1972,9 @@ pagespeed/insights/ui/logo
panel
pantheon
pantheon-platform
parental-consent/confirmation
parental-passcode
participate/conferences.xml
partner-program
partners
password/reset
password_expired
patent-search/frontend
patents/download
@ -2133,46 +2007,12 @@ photos/gbachelie
photos/i_love_u_get_away_from_me
photos/tags/*/page
photos/youpy
pin
pin-builder
pin-communities
pin-creation-tool
pin-editor
pin/*/activities
pin/*/activity
pin/*/analytics
pin/*/brand-catalog
pin/*/comments
pin/*/email
pin/*/feedback
pin/*/idea-pin/related-products
pin/*/likes
pin/*/promote
pin/*/reaction
pin/*/related-products
pin/*/repin
pin/*/repins
pin/*/sent
pin/*/share
pin/*/shop-the-look
pin/*/tag
pin/*/takes
pin/*/visual-search
pin/*/visual-shop
pin/create
pin/find
pin/find?url=
pin_shop
ping
pingback
pinterest-predicts
pinterest-wellbeing
pinterestwellbeing
pl-pl.www.cloudflare.com
pl-pl/feedback
pl-pl/lp
pl-pl/searchresults
place
plan=
platform-telemetry
play/store/web
@ -2222,7 +2062,6 @@ ppob/?
ppob?
pqa
preference
prefs
present
presentation
prettyearth/assets
@ -2231,8 +2070,6 @@ previewtemplate
print
private
proFile/history?
product-catalogs
product-feed
product-reviews/B0069IY63Y
product/reviews?
productPurchaseDone
@ -2288,14 +2125,12 @@ pt-br/vimeo-academy
publications
purchases
puzzles/leaderboards/invite
pw
pwapi-proxy/pwproxy
pwapiv2
q=
qnasearch?
qr
quality_form?
quiz
r
rackspace/elevating-performance
radio/imda
@ -2304,7 +2139,6 @@ rating
rd/search
rd/search$
rd/search?
recently-viewed
recharge/dashboard/car
recharge/dashboard/static
recipes/*?q=
@ -2321,9 +2155,6 @@ refer
refer/pal
referrals
referrer=
refresh_stored_accounts
refresh_token
register
registry/wishlist
remotelogout
rep=hc
@ -2331,13 +2162,9 @@ report
report-abuse?report=
report=
report_abuse.gne
reports-and-violations
request-data
requestList
requests
research/participants/cofund
resource
resource/*/get
results
results
retail
@ -2378,7 +2205,6 @@ s2/search/social
s2/sitemaps
s2/static
s?
safe-redirect
safety
safetycheck
salary-explorer/api
@ -2424,7 +2250,6 @@ sections/health-shots/2013/03/11/173816690/new-voices-for-the-voiceless-syntheti
sections/ombudsman/2008/01/frequently_asked_questions_1.html
sections/parallels/2016/08/15/480128005/for-french-teens-smoking-still-has-more-allure-than-stigma
secure
sendHeaderEarly
sendarticle
services
services/oauth
@ -2460,7 +2285,6 @@ shop/productpage
shop/topics
shop/view/product
shop?
shop_pins
shopping-content-api/product_images
shopping/deals
shopping/product
@ -2764,12 +2588,10 @@ social/photosui/images
social/photosui/sitemap
social/search?
social/social-security-directory/cai
socialmanager
solutions
sounds/search
sounds/search$
sounds/search?
source
source=
source_repo=
spain/empresas/
@ -2791,7 +2613,6 @@ ss
ss/customer-reviews/lighthouse
ss/twister/ajax
sslsingle
sso
stadia/gamers
start
stat
@ -2853,10 +2674,6 @@ stores$
stores/
stores/page/*visitId=
stories
story-pin-builder
story-pin-invite
story_feed
story_pins
storyworks/preview
styles/js-on.css$
subscribe/braintree
@ -2882,7 +2699,6 @@ support/content
support/forum/search?
sureroute
surprise
suspension-appeal
sutils
sv-se.www.cloudflare.com
sv-se/feedback
@ -2900,7 +2716,6 @@ svc/strands
svc/sudoku
svc/wordle
svpRecommendations
sw-shell.html
swg
system1/images
t/privacy
@ -2908,7 +2723,6 @@ t/terms
tab=
tablet
tag
taggingtool
tagmanager/containers/xo
tagmanager/pptm.js
talk
@ -2956,9 +2770,7 @@ th-th/feedback
th-th/lp
th-th/searchresults
th?
thanksgiving-spotlight
themacallan/worlds-together
theme
tickets-external?
timedtext_video
title
@ -3054,7 +2866,6 @@ trustedstores/js
trustedstores/s
trustedstores/tm2
trustedstores/verify
tv
tv/thumb
typeahead
u
@ -3071,14 +2882,9 @@ ugc$
ugcsupport
ugcsupport$
ui
unauth-profile
unlink
unsub
until=
upload
upload-image-lens-history
upload-lens-image
upload-shuffle-draft
uploads
urchin_test
url
@ -3096,11 +2902,9 @@ using
utils
uviewer
v1
v1/urls/count.json
v2
v3
v3/openapi
v3/pidgets/log
valkyrie-playground
verified-authors
verify_age
@ -3151,9 +2955,6 @@ webapps/xo/html/cookiecheck.html
webapps/xoonboarding
webscr
websearch
website/confirm
website/confirm/download
welcome
whats-next/planes-trains-and-analytics
whsmiths
widget/cr
@ -3459,7 +3260,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://github.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_electionshttp://itunes.apple.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_recall
wiki/Wikipedia_talk%3AAdministrator_review
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
@ -3678,7 +3479,6 @@ xhtml?
xml?
xoplatform/logger/api/logger
xorouter
your-shop
youth/404_en.htm
youtube/fonts
youtube/img/branding/favicon