[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot] 2025-04-24 10:05:07 +00:00
parent 7e231d5785
commit a4796f8d49
20 changed files with 1745 additions and 1009 deletions

View file

@ -3,6 +3,6 @@
"last_update": 1745391835 "last_update": 1745391835
}, },
"Trickest wordlist update": { "Trickest wordlist update": {
"last_update": 1745402672 "last_update": 1745489097
} }
} }

View file

@ -9294,6 +9294,10 @@ packages/utils/shared/get-collection-type.ts
utils/shared/get-collection-type.ts utils/shared/get-collection-type.ts
shared/get-collection-type.ts shared/get-collection-type.ts
get-collection-type.ts get-collection-type.ts
packages/utils/shared/sieve-functions.test.ts
utils/shared/sieve-functions.test.ts
shared/sieve-functions.test.ts
sieve-functions.test.ts
packages/utils/shared/apply-options-data.ts packages/utils/shared/apply-options-data.ts
utils/shared/apply-options-data.ts utils/shared/apply-options-data.ts
shared/apply-options-data.ts shared/apply-options-data.ts
@ -9306,6 +9310,10 @@ packages/utils/shared/get-relation-type.ts
utils/shared/get-relation-type.ts utils/shared/get-relation-type.ts
shared/get-relation-type.ts shared/get-relation-type.ts
get-relation-type.ts get-relation-type.ts
packages/utils/shared/get-relation.test.ts
utils/shared/get-relation.test.ts
shared/get-relation.test.ts
get-relation.test.ts
packages/utils/shared/merge-filters.ts packages/utils/shared/merge-filters.ts
utils/shared/merge-filters.ts utils/shared/merge-filters.ts
shared/merge-filters.ts shared/merge-filters.ts
@ -9378,10 +9386,18 @@ packages/utils/shared/adjust-date.test.ts
utils/shared/adjust-date.test.ts utils/shared/adjust-date.test.ts
shared/adjust-date.test.ts shared/adjust-date.test.ts
adjust-date.test.ts adjust-date.test.ts
packages/utils/shared/get-relation.ts
utils/shared/get-relation.ts
shared/get-relation.ts
get-relation.ts
packages/utils/shared/parse-json.test.ts packages/utils/shared/parse-json.test.ts
utils/shared/parse-json.test.ts utils/shared/parse-json.test.ts
shared/parse-json.test.ts shared/parse-json.test.ts
parse-json.test.ts parse-json.test.ts
packages/utils/shared/sieve-functions.ts
utils/shared/sieve-functions.ts
shared/sieve-functions.ts
sieve-functions.ts
packages/utils/shared/get-fields-from-template.ts packages/utils/shared/get-fields-from-template.ts
utils/shared/get-fields-from-template.ts utils/shared/get-fields-from-template.ts
shared/get-fields-from-template.ts shared/get-fields-from-template.ts
@ -14688,12 +14704,6 @@ database/get-ast-from-query/utils/get-deep-query.ts
get-ast-from-query/utils/get-deep-query.ts get-ast-from-query/utils/get-deep-query.ts
utils/get-deep-query.ts utils/get-deep-query.ts
get-deep-query.ts get-deep-query.ts
api/src/database/get-ast-from-query/utils/get-relation.ts
src/database/get-ast-from-query/utils/get-relation.ts
database/get-ast-from-query/utils/get-relation.ts
get-ast-from-query/utils/get-relation.ts
utils/get-relation.ts
get-relation.ts
api/src/database/get-ast-from-query/utils/get-deep-query.test.ts api/src/database/get-ast-from-query/utils/get-deep-query.test.ts
src/database/get-ast-from-query/utils/get-deep-query.test.ts src/database/get-ast-from-query/utils/get-deep-query.test.ts
database/get-ast-from-query/utils/get-deep-query.test.ts database/get-ast-from-query/utils/get-deep-query.test.ts
@ -17433,6 +17443,8 @@ lemon-tips-drive.md
crazy-tools-eat.md crazy-tools-eat.md
.changeset/green-places-throw.md .changeset/green-places-throw.md
green-places-throw.md green-places-throw.md
.changeset/three-states-heal.md
three-states-heal.md
.changeset/config.json .changeset/config.json
config.json config.json
.changeset/gentle-forks-study.md .changeset/gentle-forks-study.md
@ -17457,6 +17469,8 @@ silent-feet-burn.md
early-toes-rule.md early-toes-rule.md
.changeset/upset-dryers-march.md .changeset/upset-dryers-march.md
upset-dryers-march.md upset-dryers-march.md
.changeset/vast-zebras-rest.md
vast-zebras-rest.md
.changeset/sweet-brooms-tell.md .changeset/sweet-brooms-tell.md
sweet-brooms-tell.md sweet-brooms-tell.md
.changeset/hungry-rules-end.md .changeset/hungry-rules-end.md
@ -17483,10 +17497,14 @@ icy-monkeys-leave.md
weak-rules-end.md weak-rules-end.md
.changeset/all-olives-bake.md .changeset/all-olives-bake.md
all-olives-bake.md all-olives-bake.md
.changeset/soft-books-fold.md
soft-books-fold.md
.changeset/fair-eggs-marry.md .changeset/fair-eggs-marry.md
fair-eggs-marry.md fair-eggs-marry.md
.changeset/mighty-lands-think.md
mighty-lands-think.md
.changeset/silent-rooms-attack.md
silent-rooms-attack.md
.changeset/dry-donuts-guess.md
dry-donuts-guess.md
.changeset/cool-kings-tap.md .changeset/cool-kings-tap.md
cool-kings-tap.md cool-kings-tap.md
.editorconfig .editorconfig

View file

@ -1794,9 +1794,11 @@ packages/utils/shared/get-simple-hash.ts
packages/utils/shared/inject-function-results.test.ts packages/utils/shared/inject-function-results.test.ts
packages/utils/shared/to-boolean.ts packages/utils/shared/to-boolean.ts
packages/utils/shared/get-collection-type.ts packages/utils/shared/get-collection-type.ts
packages/utils/shared/sieve-functions.test.ts
packages/utils/shared/apply-options-data.ts packages/utils/shared/apply-options-data.ts
packages/utils/shared/get-redacted-string.ts packages/utils/shared/get-redacted-string.ts
packages/utils/shared/get-relation-type.ts packages/utils/shared/get-relation-type.ts
packages/utils/shared/get-relation.test.ts
packages/utils/shared/merge-filters.ts packages/utils/shared/merge-filters.ts
packages/utils/shared/deep-map.test.ts packages/utils/shared/deep-map.test.ts
packages/utils/shared/is-object.ts packages/utils/shared/is-object.ts
@ -1815,7 +1817,9 @@ packages/utils/shared/parse-filter-function-path.ts
packages/utils/shared/add-field-flag.test.ts packages/utils/shared/add-field-flag.test.ts
packages/utils/shared/is-vue-component.ts packages/utils/shared/is-vue-component.ts
packages/utils/shared/adjust-date.test.ts packages/utils/shared/adjust-date.test.ts
packages/utils/shared/get-relation.ts
packages/utils/shared/parse-json.test.ts packages/utils/shared/parse-json.test.ts
packages/utils/shared/sieve-functions.ts
packages/utils/shared/get-fields-from-template.ts packages/utils/shared/get-fields-from-template.ts
packages/utils/shared/is-valid-json.test.ts packages/utils/shared/is-valid-json.test.ts
packages/utils/shared/is-dynamic-variable.ts packages/utils/shared/is-dynamic-variable.ts
@ -2910,7 +2914,6 @@ api/src/database/get-ast-from-query/lib/parse-fields.ts
api/src/database/get-ast-from-query/lib/convert-wildcards.ts api/src/database/get-ast-from-query/lib/convert-wildcards.ts
api/src/database/get-ast-from-query/utils/get-relation.test.ts api/src/database/get-ast-from-query/utils/get-relation.test.ts
api/src/database/get-ast-from-query/utils/get-deep-query.ts api/src/database/get-ast-from-query/utils/get-deep-query.ts
api/src/database/get-ast-from-query/utils/get-relation.ts
api/src/database/get-ast-from-query/utils/get-deep-query.test.ts api/src/database/get-ast-from-query/utils/get-deep-query.test.ts
api/src/database/get-ast-from-query/utils/get-related-collection.test.ts api/src/database/get-ast-from-query/utils/get-related-collection.test.ts
api/src/database/get-ast-from-query/utils/get-allowed-sort.test.ts api/src/database/get-ast-from-query/utils/get-allowed-sort.test.ts
@ -3513,6 +3516,7 @@ pnpm-workspace.yaml
.changeset/lemon-tips-drive.md .changeset/lemon-tips-drive.md
.changeset/crazy-tools-eat.md .changeset/crazy-tools-eat.md
.changeset/green-places-throw.md .changeset/green-places-throw.md
.changeset/three-states-heal.md
.changeset/config.json .changeset/config.json
.changeset/gentle-forks-study.md .changeset/gentle-forks-study.md
.changeset/petite-bananas-change.md .changeset/petite-bananas-change.md
@ -3525,6 +3529,7 @@ pnpm-workspace.yaml
.changeset/silent-feet-burn.md .changeset/silent-feet-burn.md
.changeset/early-toes-rule.md .changeset/early-toes-rule.md
.changeset/upset-dryers-march.md .changeset/upset-dryers-march.md
.changeset/vast-zebras-rest.md
.changeset/sweet-brooms-tell.md .changeset/sweet-brooms-tell.md
.changeset/hungry-rules-end.md .changeset/hungry-rules-end.md
.changeset/slimy-paths-peel.md .changeset/slimy-paths-peel.md
@ -3538,7 +3543,9 @@ pnpm-workspace.yaml
.changeset/icy-monkeys-leave.md .changeset/icy-monkeys-leave.md
.changeset/weak-rules-end.md .changeset/weak-rules-end.md
.changeset/all-olives-bake.md .changeset/all-olives-bake.md
.changeset/soft-books-fold.md
.changeset/fair-eggs-marry.md .changeset/fair-eggs-marry.md
.changeset/mighty-lands-think.md
.changeset/silent-rooms-attack.md
.changeset/dry-donuts-guess.md
.changeset/cool-kings-tap.md .changeset/cool-kings-tap.md
.editorconfig .editorconfig

View file

@ -26634,6 +26634,12 @@ Resources/metadata/app/relationships.json
metadata/app/relationships.json metadata/app/relationships.json
app/relationships.json app/relationships.json
relationships.json relationships.json
application/Espo/Resources/metadata/app/clientIcons.json
Espo/Resources/metadata/app/clientIcons.json
Resources/metadata/app/clientIcons.json
metadata/app/clientIcons.json
app/clientIcons.json
clientIcons.json
application/Espo/Resources/metadata/app/defaultDashboardLayouts.json application/Espo/Resources/metadata/app/defaultDashboardLayouts.json
Espo/Resources/metadata/app/defaultDashboardLayouts.json Espo/Resources/metadata/app/defaultDashboardLayouts.json
Resources/metadata/app/defaultDashboardLayouts.json Resources/metadata/app/defaultDashboardLayouts.json
@ -54758,6 +54764,10 @@ schema/metadata/app/relationships.json
metadata/app/relationships.json metadata/app/relationships.json
app/relationships.json app/relationships.json
relationships.json relationships.json
schema/metadata/app/clientIcons.json
metadata/app/clientIcons.json
app/clientIcons.json
clientIcons.json
schema/metadata/app/defaultDashboardLayouts.json schema/metadata/app/defaultDashboardLayouts.json
metadata/app/defaultDashboardLayouts.json metadata/app/defaultDashboardLayouts.json
app/defaultDashboardLayouts.json app/defaultDashboardLayouts.json

View file

@ -4444,6 +4444,7 @@ application/Espo/Resources/metadata/app/metadata.json
application/Espo/Resources/metadata/app/cleanup.json application/Espo/Resources/metadata/app/cleanup.json
application/Espo/Resources/metadata/app/appParams.json application/Espo/Resources/metadata/app/appParams.json
application/Espo/Resources/metadata/app/relationships.json application/Espo/Resources/metadata/app/relationships.json
application/Espo/Resources/metadata/app/clientIcons.json
application/Espo/Resources/metadata/app/defaultDashboardLayouts.json application/Espo/Resources/metadata/app/defaultDashboardLayouts.json
application/Espo/Resources/metadata/app/fileStorage.json application/Espo/Resources/metadata/app/fileStorage.json
application/Espo/Resources/metadata/app/webSocket.json application/Espo/Resources/metadata/app/webSocket.json
@ -8751,6 +8752,7 @@ schema/metadata/app/metadata.json
schema/metadata/app/cleanup.json schema/metadata/app/cleanup.json
schema/metadata/app/appParams.json schema/metadata/app/appParams.json
schema/metadata/app/relationships.json schema/metadata/app/relationships.json
schema/metadata/app/clientIcons.json
schema/metadata/app/defaultDashboardLayouts.json schema/metadata/app/defaultDashboardLayouts.json
schema/metadata/app/fileStorage.json schema/metadata/app/fileStorage.json
schema/metadata/app/webSocket.json schema/metadata/app/webSocket.json

View file

@ -7100,6 +7100,14 @@ settings/email/newsletters/NewsletterPreviewContent.tsx
email/newsletters/NewsletterPreviewContent.tsx email/newsletters/NewsletterPreviewContent.tsx
newsletters/NewsletterPreviewContent.tsx newsletters/NewsletterPreviewContent.tsx
NewsletterPreviewContent.tsx NewsletterPreviewContent.tsx
apps/admin-x-settings/src/components/settings/email/newsletters/NewsletterDetailModalLabs.tsx
admin-x-settings/src/components/settings/email/newsletters/NewsletterDetailModalLabs.tsx
src/components/settings/email/newsletters/NewsletterDetailModalLabs.tsx
components/settings/email/newsletters/NewsletterDetailModalLabs.tsx
settings/email/newsletters/NewsletterDetailModalLabs.tsx
email/newsletters/NewsletterDetailModalLabs.tsx
newsletters/NewsletterDetailModalLabs.tsx
NewsletterDetailModalLabs.tsx
apps/admin-x-settings/src/components/settings/email/newsletters/NewsletterDetailModal.tsx apps/admin-x-settings/src/components/settings/email/newsletters/NewsletterDetailModal.tsx
admin-x-settings/src/components/settings/email/newsletters/NewsletterDetailModal.tsx admin-x-settings/src/components/settings/email/newsletters/NewsletterDetailModal.tsx
src/components/settings/email/newsletters/NewsletterDetailModal.tsx src/components/settings/email/newsletters/NewsletterDetailModal.tsx
@ -23176,6 +23184,30 @@ frontend/services/rendering/error.test.js
services/rendering/error.test.js services/rendering/error.test.js
rendering/error.test.js rendering/error.test.js
error.test.js error.test.js
ghost/core/test/unit/frontend/src/utils/url-attribution.test.js
core/test/unit/frontend/src/utils/url-attribution.test.js
test/unit/frontend/src/utils/url-attribution.test.js
unit/frontend/src/utils/url-attribution.test.js
frontend/src/utils/url-attribution.test.js
src/utils/url-attribution.test.js
utils/url-attribution.test.js
url-attribution.test.js
ghost/core/test/unit/frontend/src/utils/privacy.test.js
core/test/unit/frontend/src/utils/privacy.test.js
test/unit/frontend/src/utils/privacy.test.js
unit/frontend/src/utils/privacy.test.js
frontend/src/utils/privacy.test.js
src/utils/privacy.test.js
utils/privacy.test.js
privacy.test.js
ghost/core/test/unit/frontend/src/utils/session-storage.test.js
core/test/unit/frontend/src/utils/session-storage.test.js
test/unit/frontend/src/utils/session-storage.test.js
unit/frontend/src/utils/session-storage.test.js
frontend/src/utils/session-storage.test.js
src/utils/session-storage.test.js
utils/session-storage.test.js
session-storage.test.js
ghost/core/test/unit/frontend/apps/amp/router.test.js ghost/core/test/unit/frontend/apps/amp/router.test.js
core/test/unit/frontend/apps/amp/router.test.js core/test/unit/frontend/apps/amp/router.test.js
test/unit/frontend/apps/amp/router.test.js test/unit/frontend/apps/amp/router.test.js
@ -24654,6 +24686,9 @@ core/content/settings/README.md
content/settings/README.md content/settings/README.md
settings/README.md settings/README.md
README.md README.md
ghost/core/.babelrc
core/.babelrc
.babelrc
ghost/core/.c8rc.json ghost/core/.c8rc.json
core/.c8rc.json core/.c8rc.json
.c8rc.json .c8rc.json
@ -34157,6 +34192,13 @@ frontend/services/assets-minification/index.js
services/assets-minification/index.js services/assets-minification/index.js
assets-minification/index.js assets-minification/index.js
index.js index.js
ghost/core/core/frontend/services/assets-minification/GhostStatsAssets.js
core/core/frontend/services/assets-minification/GhostStatsAssets.js
core/frontend/services/assets-minification/GhostStatsAssets.js
frontend/services/assets-minification/GhostStatsAssets.js
services/assets-minification/GhostStatsAssets.js
assets-minification/GhostStatsAssets.js
GhostStatsAssets.js
ghost/core/core/frontend/services/assets-minification/CommentCountsAssets.js ghost/core/core/frontend/services/assets-minification/CommentCountsAssets.js
core/core/frontend/services/assets-minification/CommentCountsAssets.js core/core/frontend/services/assets-minification/CommentCountsAssets.js
core/frontend/services/assets-minification/CommentCountsAssets.js core/frontend/services/assets-minification/CommentCountsAssets.js
@ -34198,6 +34240,13 @@ core/frontend/services/handlebars.js
frontend/services/handlebars.js frontend/services/handlebars.js
services/handlebars.js services/handlebars.js
handlebars.js handlebars.js
ghost/core/core/frontend/services/assets-bundling/bundle-asset.js
core/core/frontend/services/assets-bundling/bundle-asset.js
core/frontend/services/assets-bundling/bundle-asset.js
frontend/services/assets-bundling/bundle-asset.js
services/assets-bundling/bundle-asset.js
assets-bundling/bundle-asset.js
bundle-asset.js
ghost/core/core/frontend/services/data/index.js ghost/core/core/frontend/services/data/index.js
core/core/frontend/services/data/index.js core/core/frontend/services/data/index.js
core/frontend/services/data/index.js core/frontend/services/data/index.js
@ -34688,13 +34737,27 @@ frontend/services/rendering/context.js
services/rendering/context.js services/rendering/context.js
rendering/context.js rendering/context.js
context.js context.js
ghost/core/core/frontend/src/member-attribution/.eslintrc ghost/core/core/frontend/src/utils/url-attribution.js
core/core/frontend/src/member-attribution/.eslintrc core/core/frontend/src/utils/url-attribution.js
core/frontend/src/member-attribution/.eslintrc core/frontend/src/utils/url-attribution.js
frontend/src/member-attribution/.eslintrc frontend/src/utils/url-attribution.js
src/member-attribution/.eslintrc src/utils/url-attribution.js
member-attribution/.eslintrc utils/url-attribution.js
.eslintrc url-attribution.js
ghost/core/core/frontend/src/utils/privacy.js
core/core/frontend/src/utils/privacy.js
core/frontend/src/utils/privacy.js
frontend/src/utils/privacy.js
src/utils/privacy.js
utils/privacy.js
privacy.js
ghost/core/core/frontend/src/utils/session-storage.js
core/core/frontend/src/utils/session-storage.js
core/frontend/src/utils/session-storage.js
frontend/src/utils/session-storage.js
src/utils/session-storage.js
utils/session-storage.js
session-storage.js
ghost/core/core/frontend/src/member-attribution/member-attribution.js ghost/core/core/frontend/src/member-attribution/member-attribution.js
core/core/frontend/src/member-attribution/member-attribution.js core/core/frontend/src/member-attribution/member-attribution.js
core/frontend/src/member-attribution/member-attribution.js core/frontend/src/member-attribution/member-attribution.js
@ -34734,6 +34797,13 @@ src/cards/js/toggle.js
cards/js/toggle.js cards/js/toggle.js
js/toggle.js js/toggle.js
toggle.js toggle.js
ghost/core/core/frontend/src/ghost-stats/ghost-stats.js
core/core/frontend/src/ghost-stats/ghost-stats.js
core/frontend/src/ghost-stats/ghost-stats.js
frontend/src/ghost-stats/ghost-stats.js
src/ghost-stats/ghost-stats.js
ghost-stats/ghost-stats.js
ghost-stats.js
ghost/core/core/frontend/src/comment-counts/js/comment-counts.js ghost/core/core/frontend/src/comment-counts/js/comment-counts.js
core/core/frontend/src/comment-counts/js/comment-counts.js core/core/frontend/src/comment-counts/js/comment-counts.js
core/frontend/src/comment-counts/js/comment-counts.js core/frontend/src/comment-counts/js/comment-counts.js
@ -35449,12 +35519,6 @@ core/frontend/views/unsubscribe.hbs
frontend/views/unsubscribe.hbs frontend/views/unsubscribe.hbs
views/unsubscribe.hbs views/unsubscribe.hbs
unsubscribe.hbs unsubscribe.hbs
ghost/core/core/frontend/public/ghost-stats.js
core/core/frontend/public/ghost-stats.js
core/frontend/public/ghost-stats.js
frontend/public/ghost-stats.js
public/ghost-stats.js
ghost-stats.js
ghost/core/core/frontend/public/sitemap.xsl ghost/core/core/frontend/public/sitemap.xsl
core/core/frontend/public/sitemap.xsl core/core/frontend/public/sitemap.xsl
core/frontend/public/sitemap.xsl core/frontend/public/sitemap.xsl
@ -35618,6 +35682,10 @@ config.development.json
ghost/core/.eslintignore ghost/core/.eslintignore
core/.eslintignore core/.eslintignore
.eslintignore .eslintignore
ghost/core/scripts/test-ghost-stats-bundle.js
core/scripts/test-ghost-stats-bundle.js
scripts/test-ghost-stats-bundle.js
test-ghost-stats-bundle.js
ghost/core/loggingrc.js ghost/core/loggingrc.js
core/loggingrc.js core/loggingrc.js
loggingrc.js loggingrc.js

View file

@ -1275,6 +1275,7 @@ apps/admin-x-settings/src/components/settings/email/useDefaultRecipientsOptions.
apps/admin-x-settings/src/components/settings/email/DefaultRecipients.tsx apps/admin-x-settings/src/components/settings/email/DefaultRecipients.tsx
apps/admin-x-settings/src/components/settings/email/newsletters/NewslettersList.tsx apps/admin-x-settings/src/components/settings/email/newsletters/NewslettersList.tsx
apps/admin-x-settings/src/components/settings/email/newsletters/NewsletterPreviewContent.tsx apps/admin-x-settings/src/components/settings/email/newsletters/NewsletterPreviewContent.tsx
apps/admin-x-settings/src/components/settings/email/newsletters/NewsletterDetailModalLabs.tsx
apps/admin-x-settings/src/components/settings/email/newsletters/NewsletterDetailModal.tsx apps/admin-x-settings/src/components/settings/email/newsletters/NewsletterDetailModal.tsx
apps/admin-x-settings/src/components/settings/email/newsletters/NewsletterPreview.tsx apps/admin-x-settings/src/components/settings/email/newsletters/NewsletterPreview.tsx
apps/admin-x-settings/src/components/settings/email/newsletters/AddNewsletterModal.tsx apps/admin-x-settings/src/components/settings/email/newsletters/AddNewsletterModal.tsx
@ -4023,6 +4024,9 @@ ghost/core/test/unit/frontend/services/rendering/context.test.js
ghost/core/test/unit/frontend/services/rendering/format-response.test.js ghost/core/test/unit/frontend/services/rendering/format-response.test.js
ghost/core/test/unit/frontend/services/rendering/templates.test.js ghost/core/test/unit/frontend/services/rendering/templates.test.js
ghost/core/test/unit/frontend/services/rendering/error.test.js ghost/core/test/unit/frontend/services/rendering/error.test.js
ghost/core/test/unit/frontend/src/utils/url-attribution.test.js
ghost/core/test/unit/frontend/src/utils/privacy.test.js
ghost/core/test/unit/frontend/src/utils/session-storage.test.js
ghost/core/test/unit/frontend/apps/amp/router.test.js ghost/core/test/unit/frontend/apps/amp/router.test.js
ghost/core/test/unit/frontend/apps/amp/amp_components.test.js ghost/core/test/unit/frontend/apps/amp/amp_components.test.js
ghost/core/test/unit/frontend/apps/amp/amp_content.test.js ghost/core/test/unit/frontend/apps/amp/amp_content.test.js
@ -4234,6 +4238,7 @@ ghost/core/content/images/README.md
ghost/core/content/logs/README.md ghost/core/content/logs/README.md
ghost/core/content/public/README.md ghost/core/content/public/README.md
ghost/core/content/settings/README.md ghost/core/content/settings/README.md
ghost/core/.babelrc
ghost/core/.c8rc.json ghost/core/.c8rc.json
ghost/core/core/server/lib/image/index.js ghost/core/core/server/lib/image/index.js
ghost/core/core/server/lib/image/ImageUtils.js ghost/core/core/server/lib/image/ImageUtils.js
@ -5414,12 +5419,14 @@ ghost/core/core/frontend/services/rss/generate-feed.js
ghost/core/core/frontend/services/rss/renderer.js ghost/core/core/frontend/services/rss/renderer.js
ghost/core/core/frontend/services/assets-minification/AdminAuthAssets.js ghost/core/core/frontend/services/assets-minification/AdminAuthAssets.js
ghost/core/core/frontend/services/assets-minification/index.js ghost/core/core/frontend/services/assets-minification/index.js
ghost/core/core/frontend/services/assets-minification/GhostStatsAssets.js
ghost/core/core/frontend/services/assets-minification/CommentCountsAssets.js ghost/core/core/frontend/services/assets-minification/CommentCountsAssets.js
ghost/core/core/frontend/services/assets-minification/AssetsMinificationBase.js ghost/core/core/frontend/services/assets-minification/AssetsMinificationBase.js
ghost/core/core/frontend/services/assets-minification/MemberAttributionAssets.js ghost/core/core/frontend/services/assets-minification/MemberAttributionAssets.js
ghost/core/core/frontend/services/assets-minification/Minifier.js ghost/core/core/frontend/services/assets-minification/Minifier.js
ghost/core/core/frontend/services/assets-minification/CardAssets.js ghost/core/core/frontend/services/assets-minification/CardAssets.js
ghost/core/core/frontend/services/handlebars.js ghost/core/core/frontend/services/handlebars.js
ghost/core/core/frontend/services/assets-bundling/bundle-asset.js
ghost/core/core/frontend/services/data/index.js ghost/core/core/frontend/services/data/index.js
ghost/core/core/frontend/services/data/checks.js ghost/core/core/frontend/services/data/checks.js
ghost/core/core/frontend/services/data/fetch-data.js ghost/core/core/frontend/services/data/fetch-data.js
@ -5487,12 +5494,15 @@ ghost/core/core/frontend/services/rendering/render-entry.js
ghost/core/core/frontend/services/rendering/renderer.js ghost/core/core/frontend/services/rendering/renderer.js
ghost/core/core/frontend/services/rendering/format-response.js ghost/core/core/frontend/services/rendering/format-response.js
ghost/core/core/frontend/services/rendering/context.js ghost/core/core/frontend/services/rendering/context.js
ghost/core/core/frontend/src/member-attribution/.eslintrc ghost/core/core/frontend/src/utils/url-attribution.js
ghost/core/core/frontend/src/utils/privacy.js
ghost/core/core/frontend/src/utils/session-storage.js
ghost/core/core/frontend/src/member-attribution/member-attribution.js ghost/core/core/frontend/src/member-attribution/member-attribution.js
ghost/core/core/frontend/src/cards/js/gallery.js ghost/core/core/frontend/src/cards/js/gallery.js
ghost/core/core/frontend/src/cards/js/audio.js ghost/core/core/frontend/src/cards/js/audio.js
ghost/core/core/frontend/src/cards/js/video.js ghost/core/core/frontend/src/cards/js/video.js
ghost/core/core/frontend/src/cards/js/toggle.js ghost/core/core/frontend/src/cards/js/toggle.js
ghost/core/core/frontend/src/ghost-stats/ghost-stats.js
ghost/core/core/frontend/src/comment-counts/js/comment-counts.js ghost/core/core/frontend/src/comment-counts/js/comment-counts.js
ghost/core/core/frontend/src/admin-auth/index.html ghost/core/core/frontend/src/admin-auth/index.html
ghost/core/core/frontend/src/admin-auth/message-handler.js ghost/core/core/frontend/src/admin-auth/message-handler.js
@ -5604,7 +5614,6 @@ ghost/core/core/frontend/helpers/authors.js
ghost/core/core/frontend/helpers/excerpt.js ghost/core/core/frontend/helpers/excerpt.js
ghost/core/core/frontend/helpers/foreach.js ghost/core/core/frontend/helpers/foreach.js
ghost/core/core/frontend/views/unsubscribe.hbs ghost/core/core/frontend/views/unsubscribe.hbs
ghost/core/core/frontend/public/ghost-stats.js
ghost/core/core/frontend/public/sitemap.xsl ghost/core/core/frontend/public/sitemap.xsl
ghost/core/core/frontend/public/robots.txt ghost/core/core/frontend/public/robots.txt
ghost/core/core/app.js ghost/core/core/app.js
@ -5634,6 +5643,7 @@ ghost/core/core/shared/labs.js
ghost/core/core/boot.js ghost/core/core/boot.js
ghost/core/config.development.json ghost/core/config.development.json
ghost/core/.eslintignore ghost/core/.eslintignore
ghost/core/scripts/test-ghost-stats-bundle.js
ghost/core/loggingrc.js ghost/core/loggingrc.js
ghost/core/MigratorConfig.js ghost/core/MigratorConfig.js
ghost/core/tsconfig.json ghost/core/tsconfig.json

View file

@ -14191,6 +14191,16 @@ unit/Administration/Snippet/CachedSnippetFinderTest.php
Administration/Snippet/CachedSnippetFinderTest.php Administration/Snippet/CachedSnippetFinderTest.php
Snippet/CachedSnippetFinderTest.php Snippet/CachedSnippetFinderTest.php
CachedSnippetFinderTest.php CachedSnippetFinderTest.php
tests/unit/Administration/Snippet/fixtures/activePlugin/Resources/app/meteor-app/jp-JP.json
unit/Administration/Snippet/fixtures/activePlugin/Resources/app/meteor-app/jp-JP.json
Administration/Snippet/fixtures/activePlugin/Resources/app/meteor-app/jp-JP.json
Snippet/fixtures/activePlugin/Resources/app/meteor-app/jp-JP.json
fixtures/activePlugin/Resources/app/meteor-app/jp-JP.json
activePlugin/Resources/app/meteor-app/jp-JP.json
Resources/app/meteor-app/jp-JP.json
app/meteor-app/jp-JP.json
meteor-app/jp-JP.json
jp-JP.json
tests/unit/Administration/Snippet/fixtures/activePlugin/Resources/app/administration/src/jp-JP.json tests/unit/Administration/Snippet/fixtures/activePlugin/Resources/app/administration/src/jp-JP.json
unit/Administration/Snippet/fixtures/activePlugin/Resources/app/administration/src/jp-JP.json unit/Administration/Snippet/fixtures/activePlugin/Resources/app/administration/src/jp-JP.json
Administration/Snippet/fixtures/activePlugin/Resources/app/administration/src/jp-JP.json Administration/Snippet/fixtures/activePlugin/Resources/app/administration/src/jp-JP.json
@ -108420,6 +108430,50 @@ component/structure/sw-admin-menu/sw-admin-menu.spec.js
structure/sw-admin-menu/sw-admin-menu.spec.js structure/sw-admin-menu/sw-admin-menu.spec.js
sw-admin-menu/sw-admin-menu.spec.js sw-admin-menu/sw-admin-menu.spec.js
sw-admin-menu.spec.js sw-admin-menu.spec.js
src/Administration/Resources/app/administration/src/app/component/structure/sw-sidebar-renderer/sw-sidebar-renderer.scss
Administration/Resources/app/administration/src/app/component/structure/sw-sidebar-renderer/sw-sidebar-renderer.scss
Resources/app/administration/src/app/component/structure/sw-sidebar-renderer/sw-sidebar-renderer.scss
app/administration/src/app/component/structure/sw-sidebar-renderer/sw-sidebar-renderer.scss
administration/src/app/component/structure/sw-sidebar-renderer/sw-sidebar-renderer.scss
src/app/component/structure/sw-sidebar-renderer/sw-sidebar-renderer.scss
app/component/structure/sw-sidebar-renderer/sw-sidebar-renderer.scss
component/structure/sw-sidebar-renderer/sw-sidebar-renderer.scss
structure/sw-sidebar-renderer/sw-sidebar-renderer.scss
sw-sidebar-renderer/sw-sidebar-renderer.scss
sw-sidebar-renderer.scss
src/Administration/Resources/app/administration/src/app/component/structure/sw-sidebar-renderer/sw-sidebar-renderer.html.twig
Administration/Resources/app/administration/src/app/component/structure/sw-sidebar-renderer/sw-sidebar-renderer.html.twig
Resources/app/administration/src/app/component/structure/sw-sidebar-renderer/sw-sidebar-renderer.html.twig
app/administration/src/app/component/structure/sw-sidebar-renderer/sw-sidebar-renderer.html.twig
administration/src/app/component/structure/sw-sidebar-renderer/sw-sidebar-renderer.html.twig
src/app/component/structure/sw-sidebar-renderer/sw-sidebar-renderer.html.twig
app/component/structure/sw-sidebar-renderer/sw-sidebar-renderer.html.twig
component/structure/sw-sidebar-renderer/sw-sidebar-renderer.html.twig
structure/sw-sidebar-renderer/sw-sidebar-renderer.html.twig
sw-sidebar-renderer/sw-sidebar-renderer.html.twig
sw-sidebar-renderer.html.twig
src/Administration/Resources/app/administration/src/app/component/structure/sw-sidebar-renderer/index.spec.js
Administration/Resources/app/administration/src/app/component/structure/sw-sidebar-renderer/index.spec.js
Resources/app/administration/src/app/component/structure/sw-sidebar-renderer/index.spec.js
app/administration/src/app/component/structure/sw-sidebar-renderer/index.spec.js
administration/src/app/component/structure/sw-sidebar-renderer/index.spec.js
src/app/component/structure/sw-sidebar-renderer/index.spec.js
app/component/structure/sw-sidebar-renderer/index.spec.js
component/structure/sw-sidebar-renderer/index.spec.js
structure/sw-sidebar-renderer/index.spec.js
sw-sidebar-renderer/index.spec.js
index.spec.js
src/Administration/Resources/app/administration/src/app/component/structure/sw-sidebar-renderer/index.ts
Administration/Resources/app/administration/src/app/component/structure/sw-sidebar-renderer/index.ts
Resources/app/administration/src/app/component/structure/sw-sidebar-renderer/index.ts
app/administration/src/app/component/structure/sw-sidebar-renderer/index.ts
administration/src/app/component/structure/sw-sidebar-renderer/index.ts
src/app/component/structure/sw-sidebar-renderer/index.ts
app/component/structure/sw-sidebar-renderer/index.ts
component/structure/sw-sidebar-renderer/index.ts
structure/sw-sidebar-renderer/index.ts
sw-sidebar-renderer/index.ts
index.ts
src/Administration/Resources/app/administration/src/app/component/structure/sw-desktop/sw-desktop.html.twig src/Administration/Resources/app/administration/src/app/component/structure/sw-desktop/sw-desktop.html.twig
Administration/Resources/app/administration/src/app/component/structure/sw-desktop/sw-desktop.html.twig Administration/Resources/app/administration/src/app/component/structure/sw-desktop/sw-desktop.html.twig
Resources/app/administration/src/app/component/structure/sw-desktop/sw-desktop.html.twig Resources/app/administration/src/app/component/structure/sw-desktop/sw-desktop.html.twig
@ -109699,6 +109753,15 @@ src/app/store/sw-bulk-edit.store.spec.js
app/store/sw-bulk-edit.store.spec.js app/store/sw-bulk-edit.store.spec.js
store/sw-bulk-edit.store.spec.js store/sw-bulk-edit.store.spec.js
sw-bulk-edit.store.spec.js sw-bulk-edit.store.spec.js
src/Administration/Resources/app/administration/src/app/store/sidebar.store.ts
Administration/Resources/app/administration/src/app/store/sidebar.store.ts
Resources/app/administration/src/app/store/sidebar.store.ts
app/administration/src/app/store/sidebar.store.ts
administration/src/app/store/sidebar.store.ts
src/app/store/sidebar.store.ts
app/store/sidebar.store.ts
store/sidebar.store.ts
sidebar.store.ts
src/Administration/Resources/app/administration/src/app/store/teaser-popover.store.ts src/Administration/Resources/app/administration/src/app/store/teaser-popover.store.ts
Administration/Resources/app/administration/src/app/store/teaser-popover.store.ts Administration/Resources/app/administration/src/app/store/teaser-popover.store.ts
Resources/app/administration/src/app/store/teaser-popover.store.ts Resources/app/administration/src/app/store/teaser-popover.store.ts
@ -110572,6 +110635,15 @@ src/app/init/shortcut.init.spec.js
app/init/shortcut.init.spec.js app/init/shortcut.init.spec.js
init/shortcut.init.spec.js init/shortcut.init.spec.js
shortcut.init.spec.js shortcut.init.spec.js
src/Administration/Resources/app/administration/src/app/init/sidebar.init.ts
Administration/Resources/app/administration/src/app/init/sidebar.init.ts
Resources/app/administration/src/app/init/sidebar.init.ts
app/administration/src/app/init/sidebar.init.ts
administration/src/app/init/sidebar.init.ts
src/app/init/sidebar.init.ts
app/init/sidebar.init.ts
init/sidebar.init.ts
sidebar.init.ts
src/Administration/Resources/app/administration/src/app/init/extension-data-handling.init.spec.js src/Administration/Resources/app/administration/src/app/init/extension-data-handling.init.spec.js
Administration/Resources/app/administration/src/app/init/extension-data-handling.init.spec.js Administration/Resources/app/administration/src/app/init/extension-data-handling.init.spec.js
Resources/app/administration/src/app/init/extension-data-handling.init.spec.js Resources/app/administration/src/app/init/extension-data-handling.init.spec.js
@ -110842,6 +110914,15 @@ src/app/init/index.ts
app/init/index.ts app/init/index.ts
init/index.ts init/index.ts
index.ts index.ts
src/Administration/Resources/app/administration/src/app/init/sidebar.init.spec.js
Administration/Resources/app/administration/src/app/init/sidebar.init.spec.js
Resources/app/administration/src/app/init/sidebar.init.spec.js
app/administration/src/app/init/sidebar.init.spec.js
administration/src/app/init/sidebar.init.spec.js
src/app/init/sidebar.init.spec.js
app/init/sidebar.init.spec.js
init/sidebar.init.spec.js
sidebar.init.spec.js
src/Administration/Resources/app/administration/src/app/init/in-app-purchase-checkout.init.spec.js src/Administration/Resources/app/administration/src/app/init/in-app-purchase-checkout.init.spec.js
Administration/Resources/app/administration/src/app/init/in-app-purchase-checkout.init.spec.js Administration/Resources/app/administration/src/app/init/in-app-purchase-checkout.init.spec.js
Resources/app/administration/src/app/init/in-app-purchase-checkout.init.spec.js Resources/app/administration/src/app/init/in-app-purchase-checkout.init.spec.js
@ -131006,9 +131087,18 @@ _unreleased/2025-03-13-preserve-administration-sidebar-state.md
changelog/_unreleased/2025-03-28-save-file-hash-if-it-is-available.md changelog/_unreleased/2025-03-28-save-file-hash-if-it-is-available.md
_unreleased/2025-03-28-save-file-hash-if-it-is-available.md _unreleased/2025-03-28-save-file-hash-if-it-is-available.md
2025-03-28-save-file-hash-if-it-is-available.md 2025-03-28-save-file-hash-if-it-is-available.md
changelog/_unreleased/2025-01-07-fix-gallery-thumbnail-slider.md
_unreleased/2025-01-07-fix-gallery-thumbnail-slider.md
2025-01-07-fix-gallery-thumbnail-slider.md
changelog/_unreleased/2025-04-17-fix-dal-inherited-to-many.md
_unreleased/2025-04-17-fix-dal-inherited-to-many.md
2025-04-17-fix-dal-inherited-to-many.md
changelog/_unreleased/2024-12-19-rename-transaction-transition-action-pay-and-pay-partially.md changelog/_unreleased/2024-12-19-rename-transaction-transition-action-pay-and-pay-partially.md
_unreleased/2024-12-19-rename-transaction-transition-action-pay-and-pay-partially.md _unreleased/2024-12-19-rename-transaction-transition-action-pay-and-pay-partially.md
2024-12-19-rename-transaction-transition-action-pay-and-pay-partially.md 2024-12-19-rename-transaction-transition-action-pay-and-pay-partially.md
changelog/_unreleased/2025-04-17-fix-webhook-dispatching-for-not-versioned-events.md
_unreleased/2025-04-17-fix-webhook-dispatching-for-not-versioned-events.md
2025-04-17-fix-webhook-dispatching-for-not-versioned-events.md
changelog/_unreleased/2025-03-19-add-nl2br-filter-to-review-content.md changelog/_unreleased/2025-03-19-add-nl2br-filter-to-review-content.md
_unreleased/2025-03-19-add-nl2br-filter-to-review-content.md _unreleased/2025-03-19-add-nl2br-filter-to-review-content.md
2025-03-19-add-nl2br-filter-to-review-content.md 2025-03-19-add-nl2br-filter-to-review-content.md
@ -131033,6 +131123,9 @@ _unreleased/2025-04-07-fix-currency-sleection-in-offcanvas.md
changelog/_unreleased/2024-07-04-enforce-timezone-utc-for-database-connections.md changelog/_unreleased/2024-07-04-enforce-timezone-utc-for-database-connections.md
_unreleased/2024-07-04-enforce-timezone-utc-for-database-connections.md _unreleased/2024-07-04-enforce-timezone-utc-for-database-connections.md
2024-07-04-enforce-timezone-utc-for-database-connections.md 2024-07-04-enforce-timezone-utc-for-database-connections.md
changelog/_unreleased/2025-04-08-fix-invoice-empty-pages.md
_unreleased/2025-04-08-fix-invoice-empty-pages.md
2025-04-08-fix-invoice-empty-pages.md
changelog/_unreleased/2025-04-16-remove-deletethemefilesmessage.md changelog/_unreleased/2025-04-16-remove-deletethemefilesmessage.md
_unreleased/2025-04-16-remove-deletethemefilesmessage.md _unreleased/2025-04-16-remove-deletethemefilesmessage.md
2025-04-16-remove-deletethemefilesmessage.md 2025-04-16-remove-deletethemefilesmessage.md

View file

@ -1934,6 +1934,7 @@ tests/unit/Core/Checkout/Document/Renderer/InvoiceRendererTest.php
tests/unit/Core/Checkout/Document/Renderer/ZugferdEmbeddedRendererTest.php tests/unit/Core/Checkout/Document/Renderer/ZugferdEmbeddedRendererTest.php
tests/unit/Administration/DependencyInjection/AdminMigrationCompilerPassTest.php tests/unit/Administration/DependencyInjection/AdminMigrationCompilerPassTest.php
tests/unit/Administration/Snippet/CachedSnippetFinderTest.php tests/unit/Administration/Snippet/CachedSnippetFinderTest.php
tests/unit/Administration/Snippet/fixtures/activePlugin/Resources/app/meteor-app/jp-JP.json
tests/unit/Administration/Snippet/fixtures/activePlugin/Resources/app/administration/src/jp-JP.json tests/unit/Administration/Snippet/fixtures/activePlugin/Resources/app/administration/src/jp-JP.json
tests/unit/Administration/Snippet/fixtures/existingBundle/Resources/app/administration/src/jp-JP.json tests/unit/Administration/Snippet/fixtures/existingBundle/Resources/app/administration/src/jp-JP.json
tests/unit/Administration/Snippet/fixtures/invalidPlugin/Resources/app/administration/src/invalid tests/unit/Administration/Snippet/fixtures/invalidPlugin/Resources/app/administration/src/invalid
@ -13466,6 +13467,10 @@ src/Administration/Resources/app/administration/src/app/component/structure/sw-a
src/Administration/Resources/app/administration/src/app/component/structure/sw-admin-menu/_sw-admin-menu-item/catalogues.js src/Administration/Resources/app/administration/src/app/component/structure/sw-admin-menu/_sw-admin-menu-item/catalogues.js
src/Administration/Resources/app/administration/src/app/component/structure/sw-admin-menu/sw-admin-menu.scss src/Administration/Resources/app/administration/src/app/component/structure/sw-admin-menu/sw-admin-menu.scss
src/Administration/Resources/app/administration/src/app/component/structure/sw-admin-menu/sw-admin-menu.spec.js src/Administration/Resources/app/administration/src/app/component/structure/sw-admin-menu/sw-admin-menu.spec.js
src/Administration/Resources/app/administration/src/app/component/structure/sw-sidebar-renderer/sw-sidebar-renderer.scss
src/Administration/Resources/app/administration/src/app/component/structure/sw-sidebar-renderer/sw-sidebar-renderer.html.twig
src/Administration/Resources/app/administration/src/app/component/structure/sw-sidebar-renderer/index.spec.js
src/Administration/Resources/app/administration/src/app/component/structure/sw-sidebar-renderer/index.ts
src/Administration/Resources/app/administration/src/app/component/structure/sw-desktop/sw-desktop.html.twig src/Administration/Resources/app/administration/src/app/component/structure/sw-desktop/sw-desktop.html.twig
src/Administration/Resources/app/administration/src/app/component/structure/sw-desktop/index.js src/Administration/Resources/app/administration/src/app/component/structure/sw-desktop/index.js
src/Administration/Resources/app/administration/src/app/component/structure/sw-desktop/sw-desktop.scss src/Administration/Resources/app/administration/src/app/component/structure/sw-desktop/sw-desktop.scss
@ -13601,6 +13606,7 @@ src/Administration/Resources/app/administration/src/app/store/extension-entry-ro
src/Administration/Resources/app/administration/src/app/store/main-module.store.spec.ts src/Administration/Resources/app/administration/src/app/store/main-module.store.spec.ts
src/Administration/Resources/app/administration/src/app/store/action-buttons.store.spec.ts src/Administration/Resources/app/administration/src/app/store/action-buttons.store.spec.ts
src/Administration/Resources/app/administration/src/app/store/sw-bulk-edit.store.spec.js src/Administration/Resources/app/administration/src/app/store/sw-bulk-edit.store.spec.js
src/Administration/Resources/app/administration/src/app/store/sidebar.store.ts
src/Administration/Resources/app/administration/src/app/store/teaser-popover.store.ts src/Administration/Resources/app/administration/src/app/store/teaser-popover.store.ts
src/Administration/Resources/app/administration/src/app/store/error.store.spec.ts src/Administration/Resources/app/administration/src/app/store/error.store.spec.ts
src/Administration/Resources/app/administration/src/app/store/in-app-purchase-checkout.store.ts src/Administration/Resources/app/administration/src/app/store/in-app-purchase-checkout.store.ts
@ -13698,6 +13704,7 @@ src/Administration/Resources/app/administration/src/app/init/login.init.js
src/Administration/Resources/app/administration/src/app/init/menu-item.init.ts src/Administration/Resources/app/administration/src/app/init/menu-item.init.ts
src/Administration/Resources/app/administration/src/app/init/modals.init.spec.js src/Administration/Resources/app/administration/src/app/init/modals.init.spec.js
src/Administration/Resources/app/administration/src/app/init/shortcut.init.spec.js src/Administration/Resources/app/administration/src/app/init/shortcut.init.spec.js
src/Administration/Resources/app/administration/src/app/init/sidebar.init.ts
src/Administration/Resources/app/administration/src/app/init/extension-data-handling.init.spec.js src/Administration/Resources/app/administration/src/app/init/extension-data-handling.init.spec.js
src/Administration/Resources/app/administration/src/app/init/extension-data-handling.init.ts src/Administration/Resources/app/administration/src/app/init/extension-data-handling.init.ts
src/Administration/Resources/app/administration/src/app/init/locale.init.ts src/Administration/Resources/app/administration/src/app/init/locale.init.ts
@ -13728,6 +13735,7 @@ src/Administration/Resources/app/administration/src/app/init/cms.init.spec.js
src/Administration/Resources/app/administration/src/app/init/http.init.ts src/Administration/Resources/app/administration/src/app/init/http.init.ts
src/Administration/Resources/app/administration/src/app/init/filter-factory.init.ts src/Administration/Resources/app/administration/src/app/init/filter-factory.init.ts
src/Administration/Resources/app/administration/src/app/init/index.ts src/Administration/Resources/app/administration/src/app/init/index.ts
src/Administration/Resources/app/administration/src/app/init/sidebar.init.spec.js
src/Administration/Resources/app/administration/src/app/init/in-app-purchase-checkout.init.spec.js src/Administration/Resources/app/administration/src/app/init/in-app-purchase-checkout.init.spec.js
src/Administration/Resources/app/administration/src/app/init/mixin.init.spec.js src/Administration/Resources/app/administration/src/app/init/mixin.init.spec.js
src/Administration/Resources/app/administration/src/app/init/modules.init.spec.js src/Administration/Resources/app/administration/src/app/init/modules.init.spec.js
@ -16791,7 +16799,10 @@ changelog/_unreleased/2025-04-04-implement-app-list-command.md
changelog/_unreleased/2022-10-13-use-rule-areas-in-entity-cache-key-generation.md changelog/_unreleased/2022-10-13-use-rule-areas-in-entity-cache-key-generation.md
changelog/_unreleased/2025-03-13-preserve-administration-sidebar-state.md changelog/_unreleased/2025-03-13-preserve-administration-sidebar-state.md
changelog/_unreleased/2025-03-28-save-file-hash-if-it-is-available.md changelog/_unreleased/2025-03-28-save-file-hash-if-it-is-available.md
changelog/_unreleased/2025-01-07-fix-gallery-thumbnail-slider.md
changelog/_unreleased/2025-04-17-fix-dal-inherited-to-many.md
changelog/_unreleased/2024-12-19-rename-transaction-transition-action-pay-and-pay-partially.md changelog/_unreleased/2024-12-19-rename-transaction-transition-action-pay-and-pay-partially.md
changelog/_unreleased/2025-04-17-fix-webhook-dispatching-for-not-versioned-events.md
changelog/_unreleased/2025-03-19-add-nl2br-filter-to-review-content.md changelog/_unreleased/2025-03-19-add-nl2br-filter-to-review-content.md
changelog/_unreleased/2025-02-14-postpone-telemetry_metrics-stable-version-to-6-8.md changelog/_unreleased/2025-02-14-postpone-telemetry_metrics-stable-version-to-6-8.md
changelog/_unreleased/2025-04-04-improve-variants-can-t-be-assigned-to-a-category.md changelog/_unreleased/2025-04-04-improve-variants-can-t-be-assigned-to-a-category.md
@ -16800,6 +16811,7 @@ changelog/_unreleased/2025-04-10-add-remote-thumbnail-url-extension.md
changelog/_unreleased/2024-07-16-remove-manual-override-for-state-machine.md changelog/_unreleased/2024-07-16-remove-manual-override-for-state-machine.md
changelog/_unreleased/2025-04-07-fix-currency-sleection-in-offcanvas.md changelog/_unreleased/2025-04-07-fix-currency-sleection-in-offcanvas.md
changelog/_unreleased/2024-07-04-enforce-timezone-utc-for-database-connections.md changelog/_unreleased/2024-07-04-enforce-timezone-utc-for-database-connections.md
changelog/_unreleased/2025-04-08-fix-invoice-empty-pages.md
changelog/_unreleased/2025-04-16-remove-deletethemefilesmessage.md changelog/_unreleased/2025-04-16-remove-deletethemefilesmessage.md
changelog/_unreleased/2025-04-11-fix-calls-to-update-store.md changelog/_unreleased/2025-04-11-fix-calls-to-update-store.md
changelog/_unreleased/2025-04-07-fix-nested-line-items.md changelog/_unreleased/2025-04-07-fix-nested-line-items.md

View file

@ -35514,6 +35514,16 @@ SECURITY.md
phpmd.xml phpmd.xml
public/index.php public/index.php
index.php index.php
public/img/demo/manufacturers/google.webp
img/demo/manufacturers/google.webp
demo/manufacturers/google.webp
manufacturers/google.webp
google.webp
public/img/demo/manufacturers/huawei.webp
img/demo/manufacturers/huawei.webp
demo/manufacturers/huawei.webp
manufacturers/huawei.webp
huawei.webp
public/.well-known/security.txt public/.well-known/security.txt
.well-known/security.txt .well-known/security.txt
security.txt security.txt

View file

@ -6815,6 +6815,8 @@ SECURITY.md
.env.dev.docker .env.dev.docker
phpmd.xml phpmd.xml
public/index.php public/index.php
public/img/demo/manufacturers/google.webp
public/img/demo/manufacturers/huawei.webp
public/.well-known/security.txt public/.well-known/security.txt
public/js/jspdf.plugin.autotable.js public/js/jspdf.plugin.autotable.js
public/js/dist/all-defer.js public/js/dist/all-defer.js

View file

@ -38983,6 +38983,12 @@ Bundle/ApiBundle/Controller/RemoveCustomerShopUserAction.php
ApiBundle/Controller/RemoveCustomerShopUserAction.php ApiBundle/Controller/RemoveCustomerShopUserAction.php
Controller/RemoveCustomerShopUserAction.php Controller/RemoveCustomerShopUserAction.php
RemoveCustomerShopUserAction.php RemoveCustomerShopUserAction.php
src/Sylius/Bundle/ApiBundle/Controller/GetTaxonBySlugAction.php
Sylius/Bundle/ApiBundle/Controller/GetTaxonBySlugAction.php
Bundle/ApiBundle/Controller/GetTaxonBySlugAction.php
ApiBundle/Controller/GetTaxonBySlugAction.php
Controller/GetTaxonBySlugAction.php
GetTaxonBySlugAction.php
src/Sylius/Bundle/ApiBundle/Controller/RemoveCatalogPromotionAction.php src/Sylius/Bundle/ApiBundle/Controller/RemoveCatalogPromotionAction.php
Sylius/Bundle/ApiBundle/Controller/RemoveCatalogPromotionAction.php Sylius/Bundle/ApiBundle/Controller/RemoveCatalogPromotionAction.php
Bundle/ApiBundle/Controller/RemoveCatalogPromotionAction.php Bundle/ApiBundle/Controller/RemoveCatalogPromotionAction.php
@ -73516,6 +73522,12 @@ Behat/Context/Hook/TestThemeContext.php
Context/Hook/TestThemeContext.php Context/Hook/TestThemeContext.php
Hook/TestThemeContext.php Hook/TestThemeContext.php
TestThemeContext.php TestThemeContext.php
src/Sylius/Behat/Context/Hook/BadGatewayContext.php
Sylius/Behat/Context/Hook/BadGatewayContext.php
Behat/Context/Hook/BadGatewayContext.php
Context/Hook/BadGatewayContext.php
Hook/BadGatewayContext.php
BadGatewayContext.php
src/Sylius/Behat/Context/Hook/CacheContext.php src/Sylius/Behat/Context/Hook/CacheContext.php
Sylius/Behat/Context/Hook/CacheContext.php Sylius/Behat/Context/Hook/CacheContext.php
Behat/Context/Hook/CacheContext.php Behat/Context/Hook/CacheContext.php

View file

@ -4903,6 +4903,7 @@ src/Sylius/Bundle/ApiBundle/Controller/GetCustomerStatisticsAction.php
src/Sylius/Bundle/ApiBundle/Controller/Payment/GetPaymentConfiguration.php src/Sylius/Bundle/ApiBundle/Controller/Payment/GetPaymentConfiguration.php
src/Sylius/Bundle/ApiBundle/Controller/GetStatisticsAction.php src/Sylius/Bundle/ApiBundle/Controller/GetStatisticsAction.php
src/Sylius/Bundle/ApiBundle/Controller/RemoveCustomerShopUserAction.php src/Sylius/Bundle/ApiBundle/Controller/RemoveCustomerShopUserAction.php
src/Sylius/Bundle/ApiBundle/Controller/GetTaxonBySlugAction.php
src/Sylius/Bundle/ApiBundle/Controller/RemoveCatalogPromotionAction.php src/Sylius/Bundle/ApiBundle/Controller/RemoveCatalogPromotionAction.php
src/Sylius/Bundle/ApiBundle/Controller/DeleteOrderItemAction.php src/Sylius/Bundle/ApiBundle/Controller/DeleteOrderItemAction.php
src/Sylius/Bundle/ApiBundle/Context/TokenBasedUserContext.php src/Sylius/Bundle/ApiBundle/Context/TokenBasedUserContext.php
@ -9652,6 +9653,7 @@ src/Sylius/Behat/Context/Hook/GuestCartContext.php
src/Sylius/Behat/Context/Hook/SessionContext.php src/Sylius/Behat/Context/Hook/SessionContext.php
src/Sylius/Behat/Context/Hook/MailerContext.php src/Sylius/Behat/Context/Hook/MailerContext.php
src/Sylius/Behat/Context/Hook/TestThemeContext.php src/Sylius/Behat/Context/Hook/TestThemeContext.php
src/Sylius/Behat/Context/Hook/BadGatewayContext.php
src/Sylius/Behat/Context/Hook/CacheContext.php src/Sylius/Behat/Context/Hook/CacheContext.php
src/Sylius/Behat/Context/Hook/DoctrineORMContext.php src/Sylius/Behat/Context/Hook/DoctrineORMContext.php
src/Sylius/Behat/Context/Ui/EmailContext.php src/Sylius/Behat/Context/Ui/EmailContext.php

View file

@ -21554,6 +21554,12 @@ src/Blocks/BlockTypes/CheckoutOrderSummaryFeeBlock.php
Blocks/BlockTypes/CheckoutOrderSummaryFeeBlock.php Blocks/BlockTypes/CheckoutOrderSummaryFeeBlock.php
BlockTypes/CheckoutOrderSummaryFeeBlock.php BlockTypes/CheckoutOrderSummaryFeeBlock.php
CheckoutOrderSummaryFeeBlock.php CheckoutOrderSummaryFeeBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/EnableBlockJsonAssetsTrait.php
woocommerce/src/Blocks/BlockTypes/EnableBlockJsonAssetsTrait.php
src/Blocks/BlockTypes/EnableBlockJsonAssetsTrait.php
Blocks/BlockTypes/EnableBlockJsonAssetsTrait.php
BlockTypes/EnableBlockJsonAssetsTrait.php
EnableBlockJsonAssetsTrait.php
plugins/woocommerce/src/Blocks/BlockTypes/CheckoutPaymentBlock.php plugins/woocommerce/src/Blocks/BlockTypes/CheckoutPaymentBlock.php
woocommerce/src/Blocks/BlockTypes/CheckoutPaymentBlock.php woocommerce/src/Blocks/BlockTypes/CheckoutPaymentBlock.php
src/Blocks/BlockTypes/CheckoutPaymentBlock.php src/Blocks/BlockTypes/CheckoutPaymentBlock.php
@ -46892,17 +46898,6 @@ add-to-cart-with-options/grouped-product-selector/product-item-template/index.ts
grouped-product-selector/product-item-template/index.tsx grouped-product-selector/product-item-template/index.tsx
product-item-template/index.tsx product-item-template/index.tsx
index.tsx index.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-template/frontend.ts
woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-template/frontend.ts
client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-template/frontend.ts
blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-template/frontend.ts
assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-template/frontend.ts
js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-template/frontend.ts
blocks/add-to-cart-with-options/grouped-product-selector/product-item-template/frontend.ts
add-to-cart-with-options/grouped-product-selector/product-item-template/frontend.ts
grouped-product-selector/product-item-template/frontend.ts
product-item-template/frontend.ts
frontend.ts
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-template/style.scss plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-template/style.scss
woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-template/style.scss woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-template/style.scss
client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-template/style.scss client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-template/style.scss
@ -46934,16 +46929,6 @@ blocks/add-to-cart-with-options/grouped-product-selector/index.tsx
add-to-cart-with-options/grouped-product-selector/index.tsx add-to-cart-with-options/grouped-product-selector/index.tsx
grouped-product-selector/index.tsx grouped-product-selector/index.tsx
index.tsx index.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/frontend.ts
woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/frontend.ts
client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/frontend.ts
blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/frontend.ts
assets/js/blocks/add-to-cart-with-options/grouped-product-selector/frontend.ts
js/blocks/add-to-cart-with-options/grouped-product-selector/frontend.ts
blocks/add-to-cart-with-options/grouped-product-selector/frontend.ts
add-to-cart-with-options/grouped-product-selector/frontend.ts
grouped-product-selector/frontend.ts
frontend.ts
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-cta/edit.tsx plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-cta/edit.tsx
woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-cta/edit.tsx woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-cta/edit.tsx
client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-cta/edit.tsx client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-cta/edit.tsx
@ -46977,17 +46962,6 @@ add-to-cart-with-options/grouped-product-selector/product-item-cta/index.tsx
grouped-product-selector/product-item-cta/index.tsx grouped-product-selector/product-item-cta/index.tsx
product-item-cta/index.tsx product-item-cta/index.tsx
index.tsx index.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-cta/frontend.ts
woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-cta/frontend.ts
client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-cta/frontend.ts
blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-cta/frontend.ts
assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-cta/frontend.ts
js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-cta/frontend.ts
blocks/add-to-cart-with-options/grouped-product-selector/product-item-cta/frontend.ts
add-to-cart-with-options/grouped-product-selector/product-item-cta/frontend.ts
grouped-product-selector/product-item-cta/frontend.ts
product-item-cta/frontend.ts
frontend.ts
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-cta/style.scss plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-cta/style.scss
woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-cta/style.scss woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-cta/style.scss
client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-cta/style.scss client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-cta/style.scss
@ -46999,15 +46973,6 @@ add-to-cart-with-options/grouped-product-selector/product-item-cta/style.scss
grouped-product-selector/product-item-cta/style.scss grouped-product-selector/product-item-cta/style.scss
product-item-cta/style.scss product-item-cta/style.scss
style.scss style.scss
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/edit.scss
woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/edit.scss
client/blocks/assets/js/blocks/add-to-cart-with-options/edit.scss
blocks/assets/js/blocks/add-to-cart-with-options/edit.scss
assets/js/blocks/add-to-cart-with-options/edit.scss
js/blocks/add-to-cart-with-options/edit.scss
blocks/add-to-cart-with-options/edit.scss
add-to-cart-with-options/edit.scss
edit.scss
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/quantity-selector/edit.tsx plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/quantity-selector/edit.tsx
woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/quantity-selector/edit.tsx woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/quantity-selector/edit.tsx
client/blocks/assets/js/blocks/add-to-cart-with-options/quantity-selector/edit.tsx client/blocks/assets/js/blocks/add-to-cart-with-options/quantity-selector/edit.tsx
@ -47106,6 +47071,15 @@ blocks/add-to-cart-with-options/edit/index.tsx
add-to-cart-with-options/edit/index.tsx add-to-cart-with-options/edit/index.tsx
edit/index.tsx edit/index.tsx
index.tsx index.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/editor.scss
woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/editor.scss
client/blocks/assets/js/blocks/add-to-cart-with-options/editor.scss
blocks/assets/js/blocks/add-to-cart-with-options/editor.scss
assets/js/blocks/add-to-cart-with-options/editor.scss
js/blocks/add-to-cart-with-options/editor.scss
blocks/add-to-cart-with-options/editor.scss
add-to-cart-with-options/editor.scss
editor.scss
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/frontend.ts plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/frontend.ts
woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/frontend.ts woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/frontend.ts
client/blocks/assets/js/blocks/add-to-cart-with-options/frontend.ts client/blocks/assets/js/blocks/add-to-cart-with-options/frontend.ts
@ -47240,16 +47214,6 @@ blocks/add-to-cart-with-options/variation-selector/editor.scss
add-to-cart-with-options/variation-selector/editor.scss add-to-cart-with-options/variation-selector/editor.scss
variation-selector/editor.scss variation-selector/editor.scss
editor.scss editor.scss
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/frontend.ts
woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/frontend.ts
client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/frontend.ts
blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/frontend.ts
assets/js/blocks/add-to-cart-with-options/variation-selector/frontend.ts
js/blocks/add-to-cart-with-options/variation-selector/frontend.ts
blocks/add-to-cart-with-options/variation-selector/frontend.ts
add-to-cart-with-options/variation-selector/frontend.ts
variation-selector/frontend.ts
frontend.ts
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-item-template/edit.tsx plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-item-template/edit.tsx
woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-item-template/edit.tsx woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-item-template/edit.tsx
client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-item-template/edit.tsx client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-item-template/edit.tsx
@ -47305,17 +47269,6 @@ add-to-cart-with-options/variation-selector/attribute-item-template/index.tsx
variation-selector/attribute-item-template/index.tsx variation-selector/attribute-item-template/index.tsx
attribute-item-template/index.tsx attribute-item-template/index.tsx
index.tsx index.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-item-template/frontend.ts
woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-item-template/frontend.ts
client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-item-template/frontend.ts
blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-item-template/frontend.ts
assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-item-template/frontend.ts
js/blocks/add-to-cart-with-options/variation-selector/attribute-item-template/frontend.ts
blocks/add-to-cart-with-options/variation-selector/attribute-item-template/frontend.ts
add-to-cart-with-options/variation-selector/attribute-item-template/frontend.ts
variation-selector/attribute-item-template/frontend.ts
attribute-item-template/frontend.ts
frontend.ts
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-name/edit.tsx plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-name/edit.tsx
woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-name/edit.tsx woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-name/edit.tsx
client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-name/edit.tsx client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-name/edit.tsx
@ -47349,17 +47302,6 @@ add-to-cart-with-options/variation-selector/attribute-name/index.tsx
variation-selector/attribute-name/index.tsx variation-selector/attribute-name/index.tsx
attribute-name/index.tsx attribute-name/index.tsx
index.tsx index.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-name/frontend.ts
woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-name/frontend.ts
client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-name/frontend.ts
blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-name/frontend.ts
assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-name/frontend.ts
js/blocks/add-to-cart-with-options/variation-selector/attribute-name/frontend.ts
blocks/add-to-cart-with-options/variation-selector/attribute-name/frontend.ts
add-to-cart-with-options/variation-selector/attribute-name/frontend.ts
variation-selector/attribute-name/frontend.ts
attribute-name/frontend.ts
frontend.ts
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/style.scss plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/style.scss
woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/style.scss woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/style.scss
client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/style.scss client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/style.scss
@ -59858,6 +59800,12 @@ woocommerce/client/blocks/docker-compose.yml
client/blocks/docker-compose.yml client/blocks/docker-compose.yml
blocks/docker-compose.yml blocks/docker-compose.yml
docker-compose.yml docker-compose.yml
plugins/woocommerce/client/blocks/bin/webpack-config-interactive-blocks.js
woocommerce/client/blocks/bin/webpack-config-interactive-blocks.js
client/blocks/bin/webpack-config-interactive-blocks.js
blocks/bin/webpack-config-interactive-blocks.js
bin/webpack-config-interactive-blocks.js
webpack-config-interactive-blocks.js
plugins/woocommerce/client/blocks/bin/webpack-helpers.js plugins/woocommerce/client/blocks/bin/webpack-helpers.js
woocommerce/client/blocks/bin/webpack-helpers.js woocommerce/client/blocks/bin/webpack-helpers.js
client/blocks/bin/webpack-helpers.js client/blocks/bin/webpack-helpers.js
@ -59894,12 +59842,6 @@ bin/docker/wp-cli/entrypoint.sh
docker/wp-cli/entrypoint.sh docker/wp-cli/entrypoint.sh
wp-cli/entrypoint.sh wp-cli/entrypoint.sh
entrypoint.sh entrypoint.sh
plugins/woocommerce/client/blocks/bin/webpack-config-interactivity-blocks-frontend.js
woocommerce/client/blocks/bin/webpack-config-interactivity-blocks-frontend.js
client/blocks/bin/webpack-config-interactivity-blocks-frontend.js
blocks/bin/webpack-config-interactivity-blocks-frontend.js
bin/webpack-config-interactivity-blocks-frontend.js
webpack-config-interactivity-blocks-frontend.js
plugins/woocommerce/client/blocks/bin/eslint-plugin-woocommerce/index.js plugins/woocommerce/client/blocks/bin/eslint-plugin-woocommerce/index.js
woocommerce/client/blocks/bin/eslint-plugin-woocommerce/index.js woocommerce/client/blocks/bin/eslint-plugin-woocommerce/index.js
client/blocks/bin/eslint-plugin-woocommerce/index.js client/blocks/bin/eslint-plugin-woocommerce/index.js
@ -59970,6 +59912,12 @@ client/blocks/bin/gen-block-list-doc.js
blocks/bin/gen-block-list-doc.js blocks/bin/gen-block-list-doc.js
bin/gen-block-list-doc.js bin/gen-block-list-doc.js
gen-block-list-doc.js gen-block-list-doc.js
plugins/woocommerce/client/blocks/bin/webpack-interactivity-entries.js
woocommerce/client/blocks/bin/webpack-interactivity-entries.js
client/blocks/bin/webpack-interactivity-entries.js
blocks/bin/webpack-interactivity-entries.js
bin/webpack-interactivity-entries.js
webpack-interactivity-entries.js
plugins/woocommerce/client/blocks/bin/webpack-shared-config.js plugins/woocommerce/client/blocks/bin/webpack-shared-config.js
woocommerce/client/blocks/bin/webpack-shared-config.js woocommerce/client/blocks/bin/webpack-shared-config.js
client/blocks/bin/webpack-shared-config.js client/blocks/bin/webpack-shared-config.js
@ -64118,6 +64066,10 @@ plugins/woocommerce/changelog/remove-composer-from-blocks
woocommerce/changelog/remove-composer-from-blocks woocommerce/changelog/remove-composer-from-blocks
changelog/remove-composer-from-blocks changelog/remove-composer-from-blocks
remove-composer-from-blocks remove-composer-from-blocks
plugins/woocommerce/changelog/fix-27357
woocommerce/changelog/fix-27357
changelog/fix-27357
fix-27357
plugins/woocommerce/changelog/update-blocks_dependencies plugins/woocommerce/changelog/update-blocks_dependencies
woocommerce/changelog/update-blocks_dependencies woocommerce/changelog/update-blocks_dependencies
changelog/update-blocks_dependencies changelog/update-blocks_dependencies
@ -64198,10 +64150,18 @@ plugins/woocommerce/changelog/56338-update-product-gallery-sale-badge-example
woocommerce/changelog/56338-update-product-gallery-sale-badge-example woocommerce/changelog/56338-update-product-gallery-sale-badge-example
changelog/56338-update-product-gallery-sale-badge-example changelog/56338-update-product-gallery-sale-badge-example
56338-update-product-gallery-sale-badge-example 56338-update-product-gallery-sale-badge-example
plugins/woocommerce/changelog/57234-dev-remove-empty-stores-from-add-to-cart-with-options-blocks
woocommerce/changelog/57234-dev-remove-empty-stores-from-add-to-cart-with-options-blocks
changelog/57234-dev-remove-empty-stores-from-add-to-cart-with-options-blocks
57234-dev-remove-empty-stores-from-add-to-cart-with-options-blocks
plugins/woocommerce/changelog/fix-flaky-shipping-and-billing-e2e-tests plugins/woocommerce/changelog/fix-flaky-shipping-and-billing-e2e-tests
woocommerce/changelog/fix-flaky-shipping-and-billing-e2e-tests woocommerce/changelog/fix-flaky-shipping-and-billing-e2e-tests
changelog/fix-flaky-shipping-and-billing-e2e-tests changelog/fix-flaky-shipping-and-billing-e2e-tests
fix-flaky-shipping-and-billing-e2e-tests fix-flaky-shipping-and-billing-e2e-tests
plugins/woocommerce/changelog/57195-update-product-gallery-active-thumbnail
woocommerce/changelog/57195-update-product-gallery-active-thumbnail
changelog/57195-update-product-gallery-active-thumbnail
57195-update-product-gallery-active-thumbnail
plugins/woocommerce/changelog/55978-fix-endpoints plugins/woocommerce/changelog/55978-fix-endpoints
woocommerce/changelog/55978-fix-endpoints woocommerce/changelog/55978-fix-endpoints
changelog/55978-fix-endpoints changelog/55978-fix-endpoints
@ -64218,6 +64178,10 @@ plugins/woocommerce/changelog/fix-classic-cart-block-page-detection-56041
woocommerce/changelog/fix-classic-cart-block-page-detection-56041 woocommerce/changelog/fix-classic-cart-block-page-detection-56041
changelog/fix-classic-cart-block-page-detection-56041 changelog/fix-classic-cart-block-page-detection-56041
fix-classic-cart-block-page-detection-56041 fix-classic-cart-block-page-detection-56041
plugins/woocommerce/changelog/57439-update-WCCOM-875-newletter-country-data
woocommerce/changelog/57439-update-WCCOM-875-newletter-country-data
changelog/57439-update-WCCOM-875-newletter-country-data
57439-update-WCCOM-875-newletter-country-data
plugins/woocommerce/changelog/e2e-run-more-e2e-jobs-for-e2e-changes plugins/woocommerce/changelog/e2e-run-more-e2e-jobs-for-e2e-changes
woocommerce/changelog/e2e-run-more-e2e-jobs-for-e2e-changes woocommerce/changelog/e2e-run-more-e2e-jobs-for-e2e-changes
changelog/e2e-run-more-e2e-jobs-for-e2e-changes changelog/e2e-run-more-e2e-jobs-for-e2e-changes
@ -64238,10 +64202,26 @@ plugins/woocommerce/changelog/57071-wooplug-3506-store-breadcrumbs-custom-font-s
woocommerce/changelog/57071-wooplug-3506-store-breadcrumbs-custom-font-size-isnt-applied-on-the woocommerce/changelog/57071-wooplug-3506-store-breadcrumbs-custom-font-size-isnt-applied-on-the
changelog/57071-wooplug-3506-store-breadcrumbs-custom-font-size-isnt-applied-on-the changelog/57071-wooplug-3506-store-breadcrumbs-custom-font-size-isnt-applied-on-the
57071-wooplug-3506-store-breadcrumbs-custom-font-size-isnt-applied-on-the 57071-wooplug-3506-store-breadcrumbs-custom-font-size-isnt-applied-on-the
plugins/woocommerce/changelog/57219-update-remove-zip-feature-from-blueprint
woocommerce/changelog/57219-update-remove-zip-feature-from-blueprint
changelog/57219-update-remove-zip-feature-from-blueprint
57219-update-remove-zip-feature-from-blueprint
plugins/woocommerce/changelog/57376-check-template-parts-server-side
woocommerce/changelog/57376-check-template-parts-server-side
changelog/57376-check-template-parts-server-side
57376-check-template-parts-server-side
plugins/woocommerce/changelog/wooplug-2067-low-stock-notifications-inaccurately-shows-the-variation
woocommerce/changelog/wooplug-2067-low-stock-notifications-inaccurately-shows-the-variation
changelog/wooplug-2067-low-stock-notifications-inaccurately-shows-the-variation
wooplug-2067-low-stock-notifications-inaccurately-shows-the-variation
plugins/woocommerce/changelog/fix-import-product-not-complete plugins/woocommerce/changelog/fix-import-product-not-complete
woocommerce/changelog/fix-import-product-not-complete woocommerce/changelog/fix-import-product-not-complete
changelog/fix-import-product-not-complete changelog/fix-import-product-not-complete
fix-import-product-not-complete fix-import-product-not-complete
plugins/woocommerce/changelog/fix-avoid-delete-session-on-every-logged-in-page-load
woocommerce/changelog/fix-avoid-delete-session-on-every-logged-in-page-load
changelog/fix-avoid-delete-session-on-every-logged-in-page-load
fix-avoid-delete-session-on-every-logged-in-page-load
plugins/woocommerce/changelog/56482-multiple-brand-widgets-fix plugins/woocommerce/changelog/56482-multiple-brand-widgets-fix
woocommerce/changelog/56482-multiple-brand-widgets-fix woocommerce/changelog/56482-multiple-brand-widgets-fix
changelog/56482-multiple-brand-widgets-fix changelog/56482-multiple-brand-widgets-fix
@ -64286,6 +64266,10 @@ plugins/woocommerce/changelog/57013-fix-45677-tax-rate-api-support-non-latin-cla
woocommerce/changelog/57013-fix-45677-tax-rate-api-support-non-latin-class woocommerce/changelog/57013-fix-45677-tax-rate-api-support-non-latin-class
changelog/57013-fix-45677-tax-rate-api-support-non-latin-class changelog/57013-fix-45677-tax-rate-api-support-non-latin-class
57013-fix-45677-tax-rate-api-support-non-latin-class 57013-fix-45677-tax-rate-api-support-non-latin-class
plugins/woocommerce/changelog/fix-35548
woocommerce/changelog/fix-35548
changelog/fix-35548
fix-35548
plugins/woocommerce/changelog/fix-42350 plugins/woocommerce/changelog/fix-42350
woocommerce/changelog/fix-42350 woocommerce/changelog/fix-42350
changelog/fix-42350 changelog/fix-42350
@ -64342,6 +64326,10 @@ plugins/woocommerce/changelog/fix-add-to-cart-with-options-button-quantity
woocommerce/changelog/fix-add-to-cart-with-options-button-quantity woocommerce/changelog/fix-add-to-cart-with-options-button-quantity
changelog/fix-add-to-cart-with-options-button-quantity changelog/fix-add-to-cart-with-options-button-quantity
fix-add-to-cart-with-options-button-quantity fix-add-to-cart-with-options-button-quantity
plugins/woocommerce/changelog/57466-wooplug-3663-enhancement-wc_get_related_products-should-handle-null-value
woocommerce/changelog/57466-wooplug-3663-enhancement-wc_get_related_products-should-handle-null-value
changelog/57466-wooplug-3663-enhancement-wc_get_related_products-should-handle-null-value
57466-wooplug-3663-enhancement-wc_get_related_products-should-handle-null-value
plugins/woocommerce/changelog/fix-cli-and-endpoints plugins/woocommerce/changelog/fix-cli-and-endpoints
woocommerce/changelog/fix-cli-and-endpoints woocommerce/changelog/fix-cli-and-endpoints
changelog/fix-cli-and-endpoints changelog/fix-cli-and-endpoints
@ -64450,6 +64438,10 @@ plugins/woocommerce/changelog/fix-ci-workflow-on-tagging
woocommerce/changelog/fix-ci-workflow-on-tagging woocommerce/changelog/fix-ci-workflow-on-tagging
changelog/fix-ci-workflow-on-tagging changelog/fix-ci-workflow-on-tagging
fix-ci-workflow-on-tagging fix-ci-workflow-on-tagging
plugins/woocommerce/changelog/fix-56801
woocommerce/changelog/fix-56801
changelog/fix-56801
fix-56801
plugins/woocommerce/changelog/e2e-remove-page-conversion-to-classic plugins/woocommerce/changelog/e2e-remove-page-conversion-to-classic
woocommerce/changelog/e2e-remove-page-conversion-to-classic woocommerce/changelog/e2e-remove-page-conversion-to-classic
changelog/e2e-remove-page-conversion-to-classic changelog/e2e-remove-page-conversion-to-classic
@ -64670,6 +64662,10 @@ plugins/woocommerce/changelog/56886-dev-remove_block_type_script_product_descrip
woocommerce/changelog/56886-dev-remove_block_type_script_product_description woocommerce/changelog/56886-dev-remove_block_type_script_product_description
changelog/56886-dev-remove_block_type_script_product_description changelog/56886-dev-remove_block_type_script_product_description
56886-dev-remove_block_type_script_product_description 56886-dev-remove_block_type_script_product_description
plugins/woocommerce/changelog/wooplug-3914-product-gallery-remove-gallery-area-and-add-move-layout
woocommerce/changelog/wooplug-3914-product-gallery-remove-gallery-area-and-add-move-layout
changelog/wooplug-3914-product-gallery-remove-gallery-area-and-add-move-layout
wooplug-3914-product-gallery-remove-gallery-area-and-add-move-layout
plugins/woocommerce/changelog/56991-wooplug-2232-add-aspect-ratio-and-other-image-controls-to-the-product plugins/woocommerce/changelog/56991-wooplug-2232-add-aspect-ratio-and-other-image-controls-to-the-product
woocommerce/changelog/56991-wooplug-2232-add-aspect-ratio-and-other-image-controls-to-the-product woocommerce/changelog/56991-wooplug-2232-add-aspect-ratio-and-other-image-controls-to-the-product
changelog/56991-wooplug-2232-add-aspect-ratio-and-other-image-controls-to-the-product changelog/56991-wooplug-2232-add-aspect-ratio-and-other-image-controls-to-the-product
@ -64830,6 +64826,10 @@ plugins/woocommerce/changelog/merge-blocks-library-into-woocommerce-plugin
woocommerce/changelog/merge-blocks-library-into-woocommerce-plugin woocommerce/changelog/merge-blocks-library-into-woocommerce-plugin
changelog/merge-blocks-library-into-woocommerce-plugin changelog/merge-blocks-library-into-woocommerce-plugin
merge-blocks-library-into-woocommerce-plugin merge-blocks-library-into-woocommerce-plugin
plugins/woocommerce/changelog/fix-55685
woocommerce/changelog/fix-55685
changelog/fix-55685
fix-55685
plugins/woocommerce/changelog/56532-fix-53564-use-as_has_scheduled_action plugins/woocommerce/changelog/56532-fix-53564-use-as_has_scheduled_action
woocommerce/changelog/56532-fix-53564-use-as_has_scheduled_action woocommerce/changelog/56532-fix-53564-use-as_has_scheduled_action
changelog/56532-fix-53564-use-as_has_scheduled_action changelog/56532-fix-53564-use-as_has_scheduled_action
@ -64922,6 +64922,10 @@ plugins/woocommerce/changelog/wooplug-3794-product-gallery-hide-nextprev-buttons
woocommerce/changelog/wooplug-3794-product-gallery-hide-nextprev-buttons-on-mobile woocommerce/changelog/wooplug-3794-product-gallery-hide-nextprev-buttons-on-mobile
changelog/wooplug-3794-product-gallery-hide-nextprev-buttons-on-mobile changelog/wooplug-3794-product-gallery-hide-nextprev-buttons-on-mobile
wooplug-3794-product-gallery-hide-nextprev-buttons-on-mobile wooplug-3794-product-gallery-hide-nextprev-buttons-on-mobile
plugins/woocommerce/changelog/fix-backend-variable-product-description
woocommerce/changelog/fix-backend-variable-product-description
changelog/fix-backend-variable-product-description
fix-backend-variable-product-description
plugins/woocommerce/changelog/55736-fix-51493 plugins/woocommerce/changelog/55736-fix-51493
woocommerce/changelog/55736-fix-51493 woocommerce/changelog/55736-fix-51493
changelog/55736-fix-51493 changelog/55736-fix-51493
@ -65082,6 +65086,10 @@ plugins/woocommerce/changelog/56234-fix-product-gallery-beta-console-errors
woocommerce/changelog/56234-fix-product-gallery-beta-console-errors woocommerce/changelog/56234-fix-product-gallery-beta-console-errors
changelog/56234-fix-product-gallery-beta-console-errors changelog/56234-fix-product-gallery-beta-console-errors
56234-fix-product-gallery-beta-console-errors 56234-fix-product-gallery-beta-console-errors
plugins/woocommerce/changelog/56758-dev-improved-script-module-build
woocommerce/changelog/56758-dev-improved-script-module-build
changelog/56758-dev-improved-script-module-build
56758-dev-improved-script-module-build
plugins/woocommerce/changelog/57004-add-to-cart-with-options-quantity-selector-inherit-theme-colors plugins/woocommerce/changelog/57004-add-to-cart-with-options-quantity-selector-inherit-theme-colors
woocommerce/changelog/57004-add-to-cart-with-options-quantity-selector-inherit-theme-colors woocommerce/changelog/57004-add-to-cart-with-options-quantity-selector-inherit-theme-colors
changelog/57004-add-to-cart-with-options-quantity-selector-inherit-theme-colors changelog/57004-add-to-cart-with-options-quantity-selector-inherit-theme-colors
@ -65098,6 +65106,10 @@ plugins/woocommerce/changelog/57091-variation-selector-pill-contrast
woocommerce/changelog/57091-variation-selector-pill-contrast woocommerce/changelog/57091-variation-selector-pill-contrast
changelog/57091-variation-selector-pill-contrast changelog/57091-variation-selector-pill-contrast
57091-variation-selector-pill-contrast 57091-variation-selector-pill-contrast
plugins/woocommerce/changelog/57457-wooplug-4034-stepper-left-qty-1-display-issue-only-input-field-is-hidden
woocommerce/changelog/57457-wooplug-4034-stepper-left-qty-1-display-issue-only-input-field-is-hidden
changelog/57457-wooplug-4034-stepper-left-qty-1-display-issue-only-input-field-is-hidden
57457-wooplug-4034-stepper-left-qty-1-display-issue-only-input-field-is-hidden
plugins/woocommerce/changelog/56531-update-move-adv-tab-to-the-last plugins/woocommerce/changelog/56531-update-move-adv-tab-to-the-last
woocommerce/changelog/56531-update-move-adv-tab-to-the-last woocommerce/changelog/56531-update-move-adv-tab-to-the-last
changelog/56531-update-move-adv-tab-to-the-last changelog/56531-update-move-adv-tab-to-the-last
@ -90362,12 +90374,6 @@ tests/Unit/ResourceStorages/LocalPluginResourceStorageTest.php
Unit/ResourceStorages/LocalPluginResourceStorageTest.php Unit/ResourceStorages/LocalPluginResourceStorageTest.php
ResourceStorages/LocalPluginResourceStorageTest.php ResourceStorages/LocalPluginResourceStorageTest.php
LocalPluginResourceStorageTest.php LocalPluginResourceStorageTest.php
packages/php/blueprint/tests/Unit/ZipExportedSchemaTest.php
php/blueprint/tests/Unit/ZipExportedSchemaTest.php
blueprint/tests/Unit/ZipExportedSchemaTest.php
tests/Unit/ZipExportedSchemaTest.php
Unit/ZipExportedSchemaTest.php
ZipExportedSchemaTest.php
packages/php/blueprint/tests/Unit/Importers/ImportActivatePluginTest.php packages/php/blueprint/tests/Unit/Importers/ImportActivatePluginTest.php
php/blueprint/tests/Unit/Importers/ImportActivatePluginTest.php php/blueprint/tests/Unit/Importers/ImportActivatePluginTest.php
blueprint/tests/Unit/Importers/ImportActivatePluginTest.php blueprint/tests/Unit/Importers/ImportActivatePluginTest.php
@ -90569,11 +90575,6 @@ blueprint/src/Steps/ActivatePlugin.php
src/Steps/ActivatePlugin.php src/Steps/ActivatePlugin.php
Steps/ActivatePlugin.php Steps/ActivatePlugin.php
ActivatePlugin.php ActivatePlugin.php
packages/php/blueprint/src/ZipExportedSchema.php
php/blueprint/src/ZipExportedSchema.php
blueprint/src/ZipExportedSchema.php
src/ZipExportedSchema.php
ZipExportedSchema.php
packages/php/blueprint/src/ResultFormatters/JsonResultFormatter.php packages/php/blueprint/src/ResultFormatters/JsonResultFormatter.php
php/blueprint/src/ResultFormatters/JsonResultFormatter.php php/blueprint/src/ResultFormatters/JsonResultFormatter.php
blueprint/src/ResultFormatters/JsonResultFormatter.php blueprint/src/ResultFormatters/JsonResultFormatter.php
@ -90632,12 +90633,6 @@ blueprint/src/Schemas/JsonSchema.php
src/Schemas/JsonSchema.php src/Schemas/JsonSchema.php
Schemas/JsonSchema.php Schemas/JsonSchema.php
JsonSchema.php JsonSchema.php
packages/php/blueprint/src/Schemas/ZipSchema.php
php/blueprint/src/Schemas/ZipSchema.php
blueprint/src/Schemas/ZipSchema.php
src/Schemas/ZipSchema.php
Schemas/ZipSchema.php
ZipSchema.php
packages/php/blueprint/src/ResourceStorages/OrgPluginResourceStorage.php packages/php/blueprint/src/ResourceStorages/OrgPluginResourceStorage.php
php/blueprint/src/ResourceStorages/OrgPluginResourceStorage.php php/blueprint/src/ResourceStorages/OrgPluginResourceStorage.php
blueprint/src/ResourceStorages/OrgPluginResourceStorage.php blueprint/src/ResourceStorages/OrgPluginResourceStorage.php
@ -90817,6 +90812,11 @@ php/blueprint/changelog/dev-fix-blueprint-package-setup
blueprint/changelog/dev-fix-blueprint-package-setup blueprint/changelog/dev-fix-blueprint-package-setup
changelog/dev-fix-blueprint-package-setup changelog/dev-fix-blueprint-package-setup
dev-fix-blueprint-package-setup dev-fix-blueprint-package-setup
packages/php/blueprint/changelog/57219-update-remove-zip-feature-from-blueprint
php/blueprint/changelog/57219-update-remove-zip-feature-from-blueprint
blueprint/changelog/57219-update-remove-zip-feature-from-blueprint
changelog/57219-update-remove-zip-feature-from-blueprint
57219-update-remove-zip-feature-from-blueprint
packages/php/blueprint/changelog/57299-fix-wireit-in-ci packages/php/blueprint/changelog/57299-fix-wireit-in-ci
php/blueprint/changelog/57299-fix-wireit-in-ci php/blueprint/changelog/57299-fix-wireit-in-ci
blueprint/changelog/57299-fix-wireit-in-ci blueprint/changelog/57299-fix-wireit-in-ci

View file

@ -3326,6 +3326,7 @@ plugins/woocommerce/src/Blocks/BlockTypes/AddToCartWithOptionsQuantitySelector.p
plugins/woocommerce/src/Blocks/BlockTypes/AddToCartWithOptionsGroupedProductSelectorItemCTA.php plugins/woocommerce/src/Blocks/BlockTypes/AddToCartWithOptionsGroupedProductSelectorItemCTA.php
plugins/woocommerce/src/Blocks/BlockTypes/CheckoutOrderSummaryTaxesBlock.php plugins/woocommerce/src/Blocks/BlockTypes/CheckoutOrderSummaryTaxesBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/CheckoutOrderSummaryFeeBlock.php plugins/woocommerce/src/Blocks/BlockTypes/CheckoutOrderSummaryFeeBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/EnableBlockJsonAssetsTrait.php
plugins/woocommerce/src/Blocks/BlockTypes/CheckoutPaymentBlock.php plugins/woocommerce/src/Blocks/BlockTypes/CheckoutPaymentBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/MiniCartShoppingButtonBlock.php plugins/woocommerce/src/Blocks/BlockTypes/MiniCartShoppingButtonBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/CheckoutShippingMethodsBlock.php plugins/woocommerce/src/Blocks/BlockTypes/CheckoutShippingMethodsBlock.php
@ -6216,17 +6217,13 @@ plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grou
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-template/save.tsx plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-template/save.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-template/block.json plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-template/block.json
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-template/index.tsx plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-template/index.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-template/frontend.ts
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-template/style.scss plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-template/style.scss
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/block.json plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/block.json
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/index.tsx plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/index.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/frontend.ts
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-cta/edit.tsx plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-cta/edit.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-cta/block.json plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-cta/block.json
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-cta/index.tsx plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-cta/index.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-cta/frontend.ts
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-cta/style.scss plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/grouped-product-selector/product-item-cta/style.scss
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/edit.scss
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/quantity-selector/edit.tsx plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/quantity-selector/edit.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/quantity-selector/block.json plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/quantity-selector/block.json
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/quantity-selector/index.tsx plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/quantity-selector/index.tsx
@ -6237,6 +6234,7 @@ plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/bloc
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/index.tsx plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/index.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/edit/edit-template-part.tsx plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/edit/edit-template-part.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/edit/index.tsx plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/edit/index.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/editor.scss
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/frontend.ts plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/frontend.ts
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/utils.ts plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/utils.ts
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/edit.tsx plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/edit.tsx
@ -6250,17 +6248,14 @@ plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/vari
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-options/frontend.ts plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-options/frontend.ts
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-options/style.scss plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-options/style.scss
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/editor.scss plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/editor.scss
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/frontend.ts
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-item-template/edit.tsx plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-item-template/edit.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-item-template/constants.ts plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-item-template/constants.ts
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-item-template/save.tsx plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-item-template/save.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-item-template/block.json plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-item-template/block.json
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-item-template/index.tsx plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-item-template/index.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-item-template/frontend.ts
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-name/edit.tsx plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-name/edit.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-name/block.json plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-name/block.json
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-name/index.tsx plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-name/index.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/attribute-name/frontend.ts
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/style.scss plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/variation-selector/style.scss
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/components/downgrade-notice/index.tsx plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/components/downgrade-notice/index.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/components/toolbar-type-product-selector-group/index.tsx plugins/woocommerce/client/blocks/assets/js/blocks/add-to-cart-with-options/components/toolbar-type-product-selector-group/index.tsx
@ -7522,12 +7517,12 @@ plugins/woocommerce/client/blocks/.wp-env.json
plugins/woocommerce/client/blocks/readme.txt plugins/woocommerce/client/blocks/readme.txt
plugins/woocommerce/client/blocks/.markdownlint.json plugins/woocommerce/client/blocks/.markdownlint.json
plugins/woocommerce/client/blocks/docker-compose.yml plugins/woocommerce/client/blocks/docker-compose.yml
plugins/woocommerce/client/blocks/bin/webpack-config-interactive-blocks.js
plugins/woocommerce/client/blocks/bin/webpack-helpers.js plugins/woocommerce/client/blocks/bin/webpack-helpers.js
plugins/woocommerce/client/blocks/bin/add-doc-footer.sh plugins/woocommerce/client/blocks/bin/add-doc-footer.sh
plugins/woocommerce/client/blocks/bin/docker/wp-cli/wait-for-it.sh plugins/woocommerce/client/blocks/bin/docker/wp-cli/wait-for-it.sh
plugins/woocommerce/client/blocks/bin/docker/wp-cli/Dockerfile plugins/woocommerce/client/blocks/bin/docker/wp-cli/Dockerfile
plugins/woocommerce/client/blocks/bin/docker/wp-cli/entrypoint.sh plugins/woocommerce/client/blocks/bin/docker/wp-cli/entrypoint.sh
plugins/woocommerce/client/blocks/bin/webpack-config-interactivity-blocks-frontend.js
plugins/woocommerce/client/blocks/bin/eslint-plugin-woocommerce/index.js plugins/woocommerce/client/blocks/bin/eslint-plugin-woocommerce/index.js
plugins/woocommerce/client/blocks/bin/eslint-plugin-woocommerce/package.json plugins/woocommerce/client/blocks/bin/eslint-plugin-woocommerce/package.json
plugins/woocommerce/client/blocks/bin/eslint-plugin-woocommerce/rules/index.js plugins/woocommerce/client/blocks/bin/eslint-plugin-woocommerce/rules/index.js
@ -7539,6 +7534,7 @@ plugins/woocommerce/client/blocks/bin/block.json-validation-schema.json
plugins/woocommerce/client/blocks/bin/remove-files-webpack-plugin.js plugins/woocommerce/client/blocks/bin/remove-files-webpack-plugin.js
plugins/woocommerce/client/blocks/bin/webpack-configs.js plugins/woocommerce/client/blocks/bin/webpack-configs.js
plugins/woocommerce/client/blocks/bin/gen-block-list-doc.js plugins/woocommerce/client/blocks/bin/gen-block-list-doc.js
plugins/woocommerce/client/blocks/bin/webpack-interactivity-entries.js
plugins/woocommerce/client/blocks/bin/webpack-shared-config.js plugins/woocommerce/client/blocks/bin/webpack-shared-config.js
plugins/woocommerce/client/blocks/bin/wp-env-pre-config.sh plugins/woocommerce/client/blocks/bin/wp-env-pre-config.sh
plugins/woocommerce/client/blocks/bin/storybook-deploy.sh plugins/woocommerce/client/blocks/bin/storybook-deploy.sh
@ -8071,6 +8067,7 @@ plugins/woocommerce/changelog/update-e2e-deps-to-wp-6.8
plugins/woocommerce/changelog/56655-update-56361-add-geolocation-detection plugins/woocommerce/changelog/56655-update-56361-add-geolocation-detection
plugins/woocommerce/changelog/dev-fix-blueprint-package-setup plugins/woocommerce/changelog/dev-fix-blueprint-package-setup
plugins/woocommerce/changelog/remove-composer-from-blocks plugins/woocommerce/changelog/remove-composer-from-blocks
plugins/woocommerce/changelog/fix-27357
plugins/woocommerce/changelog/update-blocks_dependencies plugins/woocommerce/changelog/update-blocks_dependencies
plugins/woocommerce/changelog/57286-wooplug-3779-first-button-text-in-my-orders-page-woocommerce-is plugins/woocommerce/changelog/57286-wooplug-3779-first-button-text-in-my-orders-page-woocommerce-is
plugins/woocommerce/changelog/refactor-send-canonical-url-from-server-for-paginated-filter-url plugins/woocommerce/changelog/refactor-send-canonical-url-from-server-for-paginated-filter-url
@ -8091,17 +8088,24 @@ plugins/woocommerce/changelog/56746-dev-webpack-deps-review
plugins/woocommerce/changelog/tweak-product-lookup-comp-index plugins/woocommerce/changelog/tweak-product-lookup-comp-index
plugins/woocommerce/changelog/pr-56817 plugins/woocommerce/changelog/pr-56817
plugins/woocommerce/changelog/56338-update-product-gallery-sale-badge-example plugins/woocommerce/changelog/56338-update-product-gallery-sale-badge-example
plugins/woocommerce/changelog/57234-dev-remove-empty-stores-from-add-to-cart-with-options-blocks
plugins/woocommerce/changelog/fix-flaky-shipping-and-billing-e2e-tests plugins/woocommerce/changelog/fix-flaky-shipping-and-billing-e2e-tests
plugins/woocommerce/changelog/57195-update-product-gallery-active-thumbnail
plugins/woocommerce/changelog/55978-fix-endpoints plugins/woocommerce/changelog/55978-fix-endpoints
plugins/woocommerce/changelog/56860-wooplug-702-cant-hook-into-price-filter-block-values plugins/woocommerce/changelog/56860-wooplug-702-cant-hook-into-price-filter-block-values
plugins/woocommerce/changelog/fix-57109-analytics-charts-margin plugins/woocommerce/changelog/fix-57109-analytics-charts-margin
plugins/woocommerce/changelog/fix-classic-cart-block-page-detection-56041 plugins/woocommerce/changelog/fix-classic-cart-block-page-detection-56041
plugins/woocommerce/changelog/57439-update-WCCOM-875-newletter-country-data
plugins/woocommerce/changelog/e2e-run-more-e2e-jobs-for-e2e-changes plugins/woocommerce/changelog/e2e-run-more-e2e-jobs-for-e2e-changes
plugins/woocommerce/changelog/fix-add-to-cart-with-options-missing-stylesheets plugins/woocommerce/changelog/fix-add-to-cart-with-options-missing-stylesheets
plugins/woocommerce/changelog/57052-add-56977 plugins/woocommerce/changelog/57052-add-56977
plugins/woocommerce/changelog/56154-iapi-bug-in-wp-6.6-workaround plugins/woocommerce/changelog/56154-iapi-bug-in-wp-6.6-workaround
plugins/woocommerce/changelog/57071-wooplug-3506-store-breadcrumbs-custom-font-size-isnt-applied-on-the plugins/woocommerce/changelog/57071-wooplug-3506-store-breadcrumbs-custom-font-size-isnt-applied-on-the
plugins/woocommerce/changelog/57219-update-remove-zip-feature-from-blueprint
plugins/woocommerce/changelog/57376-check-template-parts-server-side
plugins/woocommerce/changelog/wooplug-2067-low-stock-notifications-inaccurately-shows-the-variation
plugins/woocommerce/changelog/fix-import-product-not-complete plugins/woocommerce/changelog/fix-import-product-not-complete
plugins/woocommerce/changelog/fix-avoid-delete-session-on-every-logged-in-page-load
plugins/woocommerce/changelog/56482-multiple-brand-widgets-fix plugins/woocommerce/changelog/56482-multiple-brand-widgets-fix
plugins/woocommerce/changelog/fix-55947 plugins/woocommerce/changelog/fix-55947
plugins/woocommerce/changelog/fix-55015-pending-moderation-comments-query plugins/woocommerce/changelog/fix-55015-pending-moderation-comments-query
@ -8113,6 +8117,7 @@ plugins/woocommerce/changelog/56146-update-blueprint-override-warning
plugins/woocommerce/changelog/56379-fix-position-disconnect-modal-title plugins/woocommerce/changelog/56379-fix-position-disconnect-modal-title
plugins/woocommerce/changelog/56129-56128-undefined-array-key-PaymentUtils plugins/woocommerce/changelog/56129-56128-undefined-array-key-PaymentUtils
plugins/woocommerce/changelog/57013-fix-45677-tax-rate-api-support-non-latin-class plugins/woocommerce/changelog/57013-fix-45677-tax-rate-api-support-non-latin-class
plugins/woocommerce/changelog/fix-35548
plugins/woocommerce/changelog/fix-42350 plugins/woocommerce/changelog/fix-42350
plugins/woocommerce/changelog/fix-product-filter-navigation plugins/woocommerce/changelog/fix-product-filter-navigation
plugins/woocommerce/changelog/56515-dev-remove-blocks-ini plugins/woocommerce/changelog/56515-dev-remove-blocks-ini
@ -8127,6 +8132,7 @@ plugins/woocommerce/changelog/update-wc-get-related-products-limit
plugins/woocommerce/changelog/56621-55726-product-details-block-create-product-additional-information-block plugins/woocommerce/changelog/56621-55726-product-details-block-create-product-additional-information-block
plugins/woocommerce/changelog/56368-add-register-draft-alte plugins/woocommerce/changelog/56368-add-register-draft-alte
plugins/woocommerce/changelog/fix-add-to-cart-with-options-button-quantity plugins/woocommerce/changelog/fix-add-to-cart-with-options-button-quantity
plugins/woocommerce/changelog/57466-wooplug-3663-enhancement-wc_get_related_products-should-handle-null-value
plugins/woocommerce/changelog/fix-cli-and-endpoints plugins/woocommerce/changelog/fix-cli-and-endpoints
plugins/woocommerce/changelog/dev-api-fix-settigns-crud-external-envs plugins/woocommerce/changelog/dev-api-fix-settigns-crud-external-envs
plugins/woocommerce/changelog/55508-trunk plugins/woocommerce/changelog/55508-trunk
@ -8154,6 +8160,7 @@ plugins/woocommerce/changelog/57138-wooplug-3751-fatal-php-fatal-error-uncaught-
plugins/woocommerce/changelog/add-56385 plugins/woocommerce/changelog/add-56385
plugins/woocommerce/changelog/improve-woo-email-content-placeholder-block plugins/woocommerce/changelog/improve-woo-email-content-placeholder-block
plugins/woocommerce/changelog/fix-ci-workflow-on-tagging plugins/woocommerce/changelog/fix-ci-workflow-on-tagging
plugins/woocommerce/changelog/fix-56801
plugins/woocommerce/changelog/e2e-remove-page-conversion-to-classic plugins/woocommerce/changelog/e2e-remove-page-conversion-to-classic
plugins/woocommerce/changelog/e2e-fix-install-wc plugins/woocommerce/changelog/e2e-fix-install-wc
plugins/woocommerce/changelog/enable-blueprint-feature-ui plugins/woocommerce/changelog/enable-blueprint-feature-ui
@ -8209,6 +8216,7 @@ plugins/woocommerce/changelog/add-spacing-to-classic-cart-and-checkout-placehold
plugins/woocommerce/changelog/fix-54250 plugins/woocommerce/changelog/fix-54250
plugins/woocommerce/changelog/wooplug-3796-product-gallery-make-thumbnails-scrolling-gradient-color plugins/woocommerce/changelog/wooplug-3796-product-gallery-make-thumbnails-scrolling-gradient-color
plugins/woocommerce/changelog/56886-dev-remove_block_type_script_product_description plugins/woocommerce/changelog/56886-dev-remove_block_type_script_product_description
plugins/woocommerce/changelog/wooplug-3914-product-gallery-remove-gallery-area-and-add-move-layout
plugins/woocommerce/changelog/56991-wooplug-2232-add-aspect-ratio-and-other-image-controls-to-the-product plugins/woocommerce/changelog/56991-wooplug-2232-add-aspect-ratio-and-other-image-controls-to-the-product
plugins/woocommerce/changelog/update-deprecated-options-api plugins/woocommerce/changelog/update-deprecated-options-api
plugins/woocommerce/changelog/try-remove-merchant-email-notes plugins/woocommerce/changelog/try-remove-merchant-email-notes
@ -8249,6 +8257,7 @@ plugins/woocommerce/changelog/fix-disable-flaky-mini-cart-test
plugins/woocommerce/changelog/pr-56103 plugins/woocommerce/changelog/pr-56103
plugins/woocommerce/changelog/fix-55841 plugins/woocommerce/changelog/fix-55841
plugins/woocommerce/changelog/merge-blocks-library-into-woocommerce-plugin plugins/woocommerce/changelog/merge-blocks-library-into-woocommerce-plugin
plugins/woocommerce/changelog/fix-55685
plugins/woocommerce/changelog/56532-fix-53564-use-as_has_scheduled_action plugins/woocommerce/changelog/56532-fix-53564-use-as_has_scheduled_action
plugins/woocommerce/changelog/56612-update-blueprint-minor-tweaks2 plugins/woocommerce/changelog/56612-update-blueprint-minor-tweaks2
plugins/woocommerce/changelog/fix-56872 plugins/woocommerce/changelog/fix-56872
@ -8272,6 +8281,7 @@ plugins/woocommerce/changelog/fix-remove-feedcback-products
plugins/woocommerce/changelog/fix-jpc-connection-default-color-schema plugins/woocommerce/changelog/fix-jpc-connection-default-color-schema
plugins/woocommerce/changelog/56241-email-preview-error-messaging plugins/woocommerce/changelog/56241-email-preview-error-messaging
plugins/woocommerce/changelog/wooplug-3794-product-gallery-hide-nextprev-buttons-on-mobile plugins/woocommerce/changelog/wooplug-3794-product-gallery-hide-nextprev-buttons-on-mobile
plugins/woocommerce/changelog/fix-backend-variable-product-description
plugins/woocommerce/changelog/55736-fix-51493 plugins/woocommerce/changelog/55736-fix-51493
plugins/woocommerce/changelog/56408-update-blueprint-allow-continuous-import plugins/woocommerce/changelog/56408-update-blueprint-allow-continuous-import
plugins/woocommerce/changelog/update-supports-block-json plugins/woocommerce/changelog/update-supports-block-json
@ -8312,10 +8322,12 @@ plugins/woocommerce/changelog/55549-52776-fix-get_attributes-error
plugins/woocommerce/changelog/fix-reviews-loading-placeholder-alignments plugins/woocommerce/changelog/fix-reviews-loading-placeholder-alignments
plugins/woocommerce/changelog/dev-ci-workflow-tweaks-take-2 plugins/woocommerce/changelog/dev-ci-workflow-tweaks-take-2
plugins/woocommerce/changelog/56234-fix-product-gallery-beta-console-errors plugins/woocommerce/changelog/56234-fix-product-gallery-beta-console-errors
plugins/woocommerce/changelog/56758-dev-improved-script-module-build
plugins/woocommerce/changelog/57004-add-to-cart-with-options-quantity-selector-inherit-theme-colors plugins/woocommerce/changelog/57004-add-to-cart-with-options-quantity-selector-inherit-theme-colors
plugins/woocommerce/changelog/fix-phone-number-validation plugins/woocommerce/changelog/fix-phone-number-validation
plugins/woocommerce/changelog/allow-edit-email-template-directly plugins/woocommerce/changelog/allow-edit-email-template-directly
plugins/woocommerce/changelog/57091-variation-selector-pill-contrast plugins/woocommerce/changelog/57091-variation-selector-pill-contrast
plugins/woocommerce/changelog/57457-wooplug-4034-stepper-left-qty-1-display-issue-only-input-field-is-hidden
plugins/woocommerce/changelog/56531-update-move-adv-tab-to-the-last plugins/woocommerce/changelog/56531-update-move-adv-tab-to-the-last
plugins/woocommerce/changelog/dev-ci-workflow-tweaks plugins/woocommerce/changelog/dev-ci-workflow-tweaks
plugins/woocommerce/changelog/56409-fix-nox-page-background plugins/woocommerce/changelog/56409-fix-nox-page-background
@ -12566,7 +12578,6 @@ packages/php/blueprint/tests/Unit/ResultFormatters/JsonResultFormatterTest.php
packages/php/blueprint/tests/Unit/Schemas/JsonSchemaTest.php packages/php/blueprint/tests/Unit/Schemas/JsonSchemaTest.php
packages/php/blueprint/tests/Unit/ResourceStorages/OrgPluginResourceStorageTest.php packages/php/blueprint/tests/Unit/ResourceStorages/OrgPluginResourceStorageTest.php
packages/php/blueprint/tests/Unit/ResourceStorages/LocalPluginResourceStorageTest.php packages/php/blueprint/tests/Unit/ResourceStorages/LocalPluginResourceStorageTest.php
packages/php/blueprint/tests/Unit/ZipExportedSchemaTest.php
packages/php/blueprint/tests/Unit/Importers/ImportActivatePluginTest.php packages/php/blueprint/tests/Unit/Importers/ImportActivatePluginTest.php
packages/php/blueprint/tests/Unit/Importers/ImportDeletePluginTest.php packages/php/blueprint/tests/Unit/Importers/ImportDeletePluginTest.php
packages/php/blueprint/tests/Unit/Importers/ImportActivateThemeTest.php packages/php/blueprint/tests/Unit/Importers/ImportActivateThemeTest.php
@ -12598,7 +12609,6 @@ packages/php/blueprint/src/Steps/InstallTheme.php
packages/php/blueprint/src/Steps/DeletePlugin.php packages/php/blueprint/src/Steps/DeletePlugin.php
packages/php/blueprint/src/Steps/SetSiteOptions.php packages/php/blueprint/src/Steps/SetSiteOptions.php
packages/php/blueprint/src/Steps/ActivatePlugin.php packages/php/blueprint/src/Steps/ActivatePlugin.php
packages/php/blueprint/src/ZipExportedSchema.php
packages/php/blueprint/src/ResultFormatters/JsonResultFormatter.php packages/php/blueprint/src/ResultFormatters/JsonResultFormatter.php
packages/php/blueprint/src/ResultFormatters/CliResultFormatter.php packages/php/blueprint/src/ResultFormatters/CliResultFormatter.php
packages/php/blueprint/src/UsePubSub.php packages/php/blueprint/src/UsePubSub.php
@ -12610,7 +12620,6 @@ packages/php/blueprint/src/BuiltInExporters.php
packages/php/blueprint/src/UseWPFunctions.php packages/php/blueprint/src/UseWPFunctions.php
packages/php/blueprint/src/BuiltInStepProcessors.php packages/php/blueprint/src/BuiltInStepProcessors.php
packages/php/blueprint/src/Schemas/JsonSchema.php packages/php/blueprint/src/Schemas/JsonSchema.php
packages/php/blueprint/src/Schemas/ZipSchema.php
packages/php/blueprint/src/ResourceStorages/OrgPluginResourceStorage.php packages/php/blueprint/src/ResourceStorages/OrgPluginResourceStorage.php
packages/php/blueprint/src/ResourceStorages/LocalThemeResourceStorage.php packages/php/blueprint/src/ResourceStorages/LocalThemeResourceStorage.php
packages/php/blueprint/src/ResourceStorages/LocalPluginResourceStorage.php packages/php/blueprint/src/ResourceStorages/LocalPluginResourceStorage.php
@ -12641,6 +12650,7 @@ packages/php/blueprint/src/docs/json-examples/deactivatePlugin.json
packages/php/blueprint/src/docs/json-examples/deletePlugin.json packages/php/blueprint/src/docs/json-examples/deletePlugin.json
packages/php/blueprint/src/docs/json-examples/installTheme.json packages/php/blueprint/src/docs/json-examples/installTheme.json
packages/php/blueprint/changelog/dev-fix-blueprint-package-setup packages/php/blueprint/changelog/dev-fix-blueprint-package-setup
packages/php/blueprint/changelog/57219-update-remove-zip-feature-from-blueprint
packages/php/blueprint/changelog/57299-fix-wireit-in-ci packages/php/blueprint/changelog/57299-fix-wireit-in-ci
packages/php/blueprint/composer.json packages/php/blueprint/composer.json
packages/php/blueprint/README.md packages/php/blueprint/README.md

View file

@ -59953,6 +59953,11 @@ views/mailer/ticket_article_update_reaction/sk.html.erb
mailer/ticket_article_update_reaction/sk.html.erb mailer/ticket_article_update_reaction/sk.html.erb
ticket_article_update_reaction/sk.html.erb ticket_article_update_reaction/sk.html.erb
sk.html.erb sk.html.erb
app/views/mailer/ticket_article_update_reaction/da.html.erb
views/mailer/ticket_article_update_reaction/da.html.erb
mailer/ticket_article_update_reaction/da.html.erb
ticket_article_update_reaction/da.html.erb
da.html.erb
app/views/mailer/ticket_article_update_reaction/it.html.erb app/views/mailer/ticket_article_update_reaction/it.html.erb
views/mailer/ticket_article_update_reaction/it.html.erb views/mailer/ticket_article_update_reaction/it.html.erb
mailer/ticket_article_update_reaction/it.html.erb mailer/ticket_article_update_reaction/it.html.erb

View file

@ -10038,6 +10038,7 @@ app/views/mailer/ticket_article_update_reaction/lt.html.erb
app/views/mailer/ticket_article_update_reaction/ru.html.erb app/views/mailer/ticket_article_update_reaction/ru.html.erb
app/views/mailer/ticket_article_update_reaction/en.html.erb app/views/mailer/ticket_article_update_reaction/en.html.erb
app/views/mailer/ticket_article_update_reaction/sk.html.erb app/views/mailer/ticket_article_update_reaction/sk.html.erb
app/views/mailer/ticket_article_update_reaction/da.html.erb
app/views/mailer/ticket_article_update_reaction/it.html.erb app/views/mailer/ticket_article_update_reaction/it.html.erb
app/views/mailer/ticket_article_update_reaction/nl.html.erb app/views/mailer/ticket_article_update_reaction/nl.html.erb
app/views/mailer/ticket_article_update_reaction/fr.html.erb app/views/mailer/ticket_article_update_reaction/fr.html.erb

View file

@ -87,6 +87,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.well-known .well-known
.well-known/assetlinks.json .well-known/assetlinks.json
.xml .xml
/*/*/_tools
/*/*/more_ideas
/*/_tools
/*/activity
/*/branches /*/branches
/*/commits /*/commits
/*/compare /*/compare
@ -94,8 +98,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/edit$ /*/edit$
/*/forks /*/forks
/*/graphs /*/graphs
/*/group
/*/invite
/*/issues/new /*/issues/new
/*/issues/search /*/issues/search
/*/more_ideas
/*/network /*/network
/*/projects /*/projects
/*/pulse /*/pulse
@ -105,11 +112,24 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*source= /*source=
/.git /.git
//wiki/skins //wiki/skins
/?*amp_client_id
/?z=1
/MANUALS/*.pdf$ /MANUALS/*.pdf$
/Search/ /Search/
/UserAuthentication/ /UserAuthentication/
/_ /_
/_/rsrc /_/rsrc
/__wishlist__
/_activities
/_activity
/_community
/_created
/_followers
/_following
/_quick_saves
/_saved
/_shop
/_shopping_list
/_widget /_widget
/album/*/*?i= /album/*/*?i=
/api /api
@ -131,10 +151,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/comments /comments
/commits/*?author /commits/*?author
/commits/*?path /commits/*?path
/communities
/contact/menu* /contact/menu*
/contact/partner* /contact/partner*
/contactus/mwaas* /contactus/mwaas*
/directory /directory
/discovered
/docs/product /docs/product
/download /download
/download/Browse.aspx? /download/Browse.aspx?
@ -165,6 +187,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/layout/ /layout/
/leads/*/jsplayer_show_lead_form.html /leads/*/jsplayer_show_lead_form.html
/leads/*/show_form.html /leads/*/show_form.html
/likes
/login /login
/lookup? /lookup?
/mediaapi/ /mediaapi/
@ -177,9 +200,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/newest/*rss /newest/*rss
/newest/*xml /newest/*xml
/newsearch/ /newsearch/
/organize
/partials /partials
/pins
/podcast/*/*?i= /podcast/*/*?i=
/print$ /print$
/profile-about
/raw /raw
/report_abuse /report_abuse
/revisions /revisions
@ -187,6 +213,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/rsvps/*atom /rsvps/*atom
/rsvps/*rss /rsvps/*rss
/rsvps/*xml /rsvps/*xml
/scheduled-pin
/scheduled-pins
/search /search
/search/ /search/
/search/*?q= /search/*?q=
@ -200,11 +228,15 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/store/d/groove-music-pass/cfq7ttc0k5dq/0001 /store/d/groove-music-pass/cfq7ttc0k5dq/0001
/store/locations/store-locations-sitemap.xml /store/locations/store-locations-sitemap.xml
/store/music/groove-music-pass/* /store/music/groove-music-pass/*
/story_pins
/tagged
/tarball /tarball
/tree /tree
/tried
/tv-season/*/*?i= /tv-season/*/*?i=
/unsubscribe/ /unsubscribe/
/video- /video-
/video_pins
/wal/ /wal/
/widget_ /widget_
/wiki/Special: /wiki/Special:
@ -324,6 +356,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?search_forum= ?search_forum=
?set_mobile= ?set_mobile=
?showAllGroups= ?showAllGroups=
?show_error=true
?slogin ?slogin
?sort= ?sort=
?sortBy= ?sortBy=
@ -448,6 +481,8 @@ WebObjects/MZStoreElements.woa
[_0-9a-zA-Z]+/status/[0-9]+/likes [_0-9a-zA-Z]+/status/[0-9]+/likes
[_0-9a-zA-Z]+/status/[0-9]+/retweets [_0-9a-zA-Z]+/status/[0-9]+/retweets
_ _
_/_
_/_/pixel
_/aihub_pod _/aihub_pod
_/ain/_/js _/ain/_/js
_/alkali-learn _/alkali-learn
@ -510,6 +545,8 @@ _next/data
_next/jwt _next/jwt
_next/title _next/title
_next/viewer _next/viewer
_ngjs/resource
_ngjs/resource/*/get
_nimbusJson.json _nimbusJson.json
_nimbusJsonp.js _nimbusJsonp.js
_nimbusJsonpStatic.js _nimbusJsonpStatic.js
@ -627,10 +664,12 @@ actions/news/rss
ad_id= ad_id=
addContacts addContacts
add_favorite add_favorite
addboard
addressBookExport addressBookExport
admin admin
admin/ admin/
ads ads
ads.txt
ads/gpa/vidgen ads/gpa/vidgen
ads/hotels/partners ads/hotels/partners
ads/learn ads/learn
@ -647,6 +686,7 @@ adwords/proposal
adx/bin adx/bin
affil affil
affil/pal affil/pal
age-appeal
agreements/approve agreements/approve
ai-sandbox-internal/generated_images ai-sandbox-internal/generated_images
aihub/tfhub aihub/tfhub
@ -698,8 +738,10 @@ api?
api_access_key= api_access_key=
app*_ app*_
app*form_id= app*form_id=
app-ads.txt
app/ app/
app/updates app/updates
appealed-pin
apple-app-site-association apple-app-site-association
apps apps
apps*&tags= apps*&tags=
@ -732,6 +774,7 @@ athletic/checkout
athletic/checkout/$ athletic/checkout/$
athletic/checkout2 athletic/checkout2
athletic/checkout?plan_id athletic/checkout?plan_id
athletic/embedded-interactive
athletic/feed-test athletic/feed-test
athletic/following-feed-test athletic/following-feed-test
athletic/forgot-password athletic/forgot-password
@ -742,6 +785,7 @@ athletic/get-current-user
athletic/global-color-test.php athletic/global-color-test.php
athletic/global-font-test.php athletic/global-font-test.php
athletic/graphql athletic/graphql
athletic/interactive
athletic/ip athletic/ip
athletic/login athletic/login
athletic/login/$ athletic/login/$
@ -775,6 +819,7 @@ author/following
author= author=
authoring/ authoring/
authwall authwall
autocomplete
away.php away.php
awmp/data/images awmp/data/images
b?*node=7454898011 b?*node=7454898011
@ -834,6 +879,10 @@ blogs/slow-ride
blogs/test blogs/test
blogsearch blogsearch
blogsearch_feeds blogsearch_feeds
board
board_activity
board_activity_comment
bookmarklet
bookmarks bookmarks
books books
books/NBK books/NBK
@ -856,17 +905,38 @@ books?*zoom=1
books?*zoom=5 books?*zoom=5
booksrightsholders booksrightsholders
boutique/sitemaps boutique/sitemaps
branded-pins
business business
business/ad_create
business/adshare business/adshare
business/adshare/faqs business/adshare/faqs
business/blahblah 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/feedback
business/hub
business/invite
business/leads/jsplayer_show_lead_form.html business/leads/jsplayer_show_lead_form.html
business/leads/show_form.html business/leads/show_form.html
business/learning/blog business/learning/blog
business/onboarding
business/pin_create
business/premium/is_payment_pending business/premium/is_payment_pending
business/promotion business/promotion
business/referral
business/sales/blog business/sales/blog
business/site
business/switch-account
business/top-ads
business/update
business/verified-merchant/status
buyside-e2e-monitor buyside-e2e-monitor
buzz/post buzz/post
cai cai
@ -899,6 +969,7 @@ checkout
checkout-external checkout-external
checkoutnow checkoutnow
checkpoint checkpoint
christmas-spotlight
chrome/browser/mobile/tour chrome/browser/mobile/tour
chrome/crlset chrome/crlset
chrome/webstore/images chrome/webstore/images
@ -922,6 +993,7 @@ clickthru
clima/ets clima/ets
clima/sites/registry clima/sites/registry
clone/library/genomic/organisms clone/library/genomic/organisms
close-account
cloud-launcher/sitemap cloud-launcher/sitemap
cloudsourcetools/images cloudsourcetools/images
cms_content cms_content
@ -941,6 +1013,7 @@ commission_2010-2014/katainen
commits?author= commits?author=
common/ common/
common/survey.aspx* common/survey.aspx*
communities
communities/bin.aspx? communities/bin.aspx?
communities/blogs/PortalResults.mspx? communities/blogs/PortalResults.mspx?
communities/eventdetails.mspx? communities/eventdetails.mspx?
@ -957,23 +1030,32 @@ community/category/*
community/comments community/comments
community/feed community/feed
community/trackback community/trackback
community_comment
community_post
companyDir companyDir
compare compare
compare/*/apply compare/*/apply
compressiontest compressiontest
concussion/HeadsUp/training/ concussion/HeadsUp/training/
config.js config.js
connect
connections connections
consumers/archive consumers/archive
contact/menu* contact/menu*
contact/partner* contact/partner*
contactus contactus
contactus/mwaas* contactus/mwaas*
content-claiming
content-guest/rss/channels content-guest/rss/channels
control control
conversation
conversations
convert-business
convert-personal
coop/directory coop/directory
coop/manage coop/manage
copy-conductor/crawled copy-conductor/crawled
copyright-reporting
core/ core/
core/*.css$ core/*.css$
core/*.css? core/*.css?
@ -990,14 +1072,22 @@ coupons/visit
covid19/mobility covid19/mobility
cr$ cr$
cr? cr?
create_pin
creative-europe/404_en.htm creative-europe/404_en.htm
creative-studio
creative_editor
creator-spotlight
creator_hub/_earn
creator_hub/_partnerships
creatorhub creatorhub
cse/home cse/home
cse/manage cse/manage
cse/panel cse/panel
cse? cse?
csp csp
csrf_error
ct ct
ct.html
ct/log_list ct/log_list
culturalinstitute/images culturalinstitute/images
culturalinstitute/sitemaps culturalinstitute/sitemaps
@ -1008,9 +1098,11 @@ de-de/corporate/rechtliche-hinweise/impressum_de.aspx
de-de/feedback de-de/feedback
de-de/lp de-de/lp
de-de/searchresults de-de/searchresults
deactivate-account
default default
default.aspx/kb/ default.aspx/kb/
default.aspx/ph/ default.aspx/ph/
delete_post
delight delight
dell/cities-transformed dell/cities-transformed
dell/cloud-future-of-medicine dell/cloud-future-of-medicine
@ -1107,6 +1199,8 @@ ebooks?*zoom=1
ebooks?*zoom=5 ebooks?*zoom=5
ece ece
eclas eclas
edit
editorial/*
edu/cs4hs edu/cs4hs
education/404_en.htm education/404_en.htm
education/blocks education/blocks
@ -1119,6 +1213,7 @@ ekansa/Open-Context-Data
ekansa/opencontext- ekansa/opencontext-
email email
email-unsubscribe email-unsubscribe
email_verification_error
embed embed
embed/@ embed/@
embed/curated embed/curated
@ -1180,6 +1275,7 @@ en/microsoft-viva/
en/security en/security
en/security/ en/security/
endorsements endorsements
engagement
enterprise-jobs enterprise-jobs
enterprise-partner-search/sitemaps enterprise-partner-search/sitemaps
entities/search entities/search
@ -1248,14 +1344,18 @@ exec/obidos/subst/marketplace/sell-your-collection.html
exec/obidos/subst/marketplace/sell-your-stuff.html exec/obidos/subst/marketplace/sell-your-stuff.html
exec/obidos/subst/partners/friends/access.html exec/obidos/subst/partners/friends/access.html
exec/obidos/tg/cm/member exec/obidos/tg/cm/member
explore
explore/*/?p=
explore/*/lightbox explore/*/lightbox
external external
external/overture external/overture
external_hosted external_hosted
f/healthcheck f/healthcheck
facebook
faves-i_love_u_get_away_from_me faves-i_love_u_get_away_from_me
favorite favorite
fb fb
fb.html
fd/ fd/
fe=true fe=true
feature/sf-test feature/sf-test
@ -1289,6 +1389,8 @@ flu/espanol/
flutter-canvaskit flutter-canvaskit
folder folder
follow follow
follow_board
follow_user
following following
food/archive food/archive
food/favourites food/favourites
@ -1355,6 +1457,8 @@ global$
gog gog
google.internal.maps.gmpsdksbackend.v1.GmpSdksBackendService google.internal.maps.gmpsdksbackend.v1.GmpSdksBackendService
google.internal.maps.mapsjs.v1.MapsJsInternalService google.internal.maps.mapsjs.v1.MapsJsInternalService
google_gdn.html
google_search.html
googlebooks/images googlebooks/images
gorf gorf
gp gp
@ -1470,6 +1574,7 @@ guidebooks
gview gview
gwt gwt
h5games_gamecenter/images h5games_gamecenter/images
hanukkah-spotlight
hashtag/*?src= hashtag/*?src=
hd hd
header/channels header/channels
@ -1493,9 +1598,12 @@ help/zendesk_sso
hex hex
history history
history/static history/static
holiday-spotlight
holidays-celebrations
home home
home$ home$
home? home?
homefeed
homepage-video-test homepage-video-test
hosted/images hosted/images
hotel/reviews? hotel/reviews?
@ -1507,9 +1615,9 @@ hp/video
hpc/*/supported-applications.aspx? hpc/*/supported-applications.aspx?
hpm hpm
hpmob hpmob
http://archive.org/robots.txt http://dropbox.com/robots.txt
http://m.youtube.com/robots.txt http://ncbi.nlm.nih.gov/robots.txt
http://twitter.com/robots.txt http://plus.google.com/robots.txt
hub?category= hub?category=
hz/contact-us/ajax/initiate-trusted-contact hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$ hz/help/contact/*/message/$
@ -1523,6 +1631,9 @@ id-id.www.cloudflare.com
id-id/feedback id-id/feedback
id-id/lp id-id/lp
id-id/searchresults id-id/searchresults
idea-ads-tool
idea-pin-builder
idea-pin-invite
identity/accountsettingsactivityweb identity/accountsettingsactivityweb
identity/accountsettingssyaf identity/accountsettingssyaf
ie/ie40/ ie/ie40/
@ -1568,12 +1679,15 @@ info/customerror.htm*
info/smart404.asp* info/smart404.asp*
info/tech-feedback info/tech-feedback
inproduct_help/chatsupport inproduct_help/chatsupport
install-shuffles
internalPref internalPref
intl intl
intl/*/about/views intl/*/about/views
intlkb/ intlkb/
invite
inviteFromProfile inviteFromProfile
inviteMany inviteMany
invited
invoice/est invoice/est
invoice/estimate/buyerView invoice/estimate/buyerView
invoice/estimate/buyerView/attachments invoice/estimate/buyerView/attachments
@ -1609,6 +1723,8 @@ johnhancock
johnhancock/in-a-lifetime-healthcare johnhancock/in-a-lifetime-healthcare
johnhancock/in-a-lifetime-sustainability johnhancock/in-a-lifetime-sustainability
johnhancock/in-a-lifetime-work johnhancock/in-a-lifetime-work
join/?next=
join/signup/?next=
js js
jsapi jsapi
jsearch jsearch
@ -1623,6 +1739,7 @@ ko-kr.www.cloudflare.com
ko-kr/feedback ko-kr/feedback
ko-kr/lp ko-kr/lp
ko-kr/searchresults ko-kr/searchresults
kwanzaa-spotlight
labs/pmc labs/pmc
labs/popgadget/search labs/popgadget/search
lamda/images lamda/images
@ -1657,12 +1774,15 @@ learning/settings
learning/settings$ learning/settings$
learning/settings? learning/settings?
legal legal
lens-search
li/track li/track
library/devices library/devices
licensing-syndication licensing-syndication
limited-release limited-release
link link
linked
lite lite
live-session
live_chat live_chat
lm/R1XIHQVKXSKBNJ lm/R1XIHQVKXSKBNJ
lm/R3HQ5WJSZK6QSO lm/R3HQ5WJSZK6QSO
@ -1690,6 +1810,7 @@ localservices
lochp? lochp?
login login
login$ login$
login/?next=
login?*= login?*=
logout logout
lp lp
@ -1827,6 +1948,7 @@ narrative-
native native
nbubumblebee nbubumblebee
network 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
news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dialogue-conference/RSVP 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 news-events/events-calendar/2019/05/tenth-annual-african-consumer-protection-dialogue-conference
@ -1836,6 +1958,7 @@ news/test
news/test-liveblog news/test-liveblog
news?viewArticle news?viewArticle
newsArticle newsArticle
news_hub
newsletter newsletter
newsroom/dae newsroom/dae
newsround newsround
@ -1849,6 +1972,7 @@ nl-nl/lp
nl-nl/searchresults nl-nl/searchresults
node/add/ node/add/
nonprofits/account nonprofits/account
notifications
notifications/ notifications/
ns/hydra/console/? ns/hydra/console/?
nus-trk nus-trk
@ -1856,11 +1980,15 @@ nwshp$
o/di o/di
o/dt o/dt
oas/ oas/
oauth/line
oauth/login
oauth/v2 oauth/v2
oauth2 oauth2
oauth2/v2 oauth2/v2
oauth_error
offers/proxy/dealsserver/api/log offers/proxy/dealsserver/api/log
offers/proxy/dealsserver/buy offers/proxy/dealsserver/buy
offsite
og og
okxbet.com okxbet.com
onebox/media/sports/logos onebox/media/sports/logos
@ -1889,9 +2017,12 @@ pagespeed/insights/ui/logo
panel panel
pantheon pantheon
pantheon-platform pantheon-platform
parental-consent/confirmation
parental-passcode
participate/conferences.xml participate/conferences.xml
partner-program partner-program
partners partners
password/reset
password_expired password_expired
patent-search/frontend patent-search/frontend
patents/download patents/download
@ -1921,13 +2052,47 @@ photos/gbachelie
photos/i_love_u_get_away_from_me photos/i_love_u_get_away_from_me
photos/tags/*/page photos/tags/*/page
photos/youpy 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 ping
ping? ping?
pingback pingback
pinterest-predicts
pinterest-wellbeing
pinterestwellbeing
pl-pl.www.cloudflare.com pl-pl.www.cloudflare.com
pl-pl/feedback pl-pl/feedback
pl-pl/lp pl-pl/lp
pl-pl/searchresults pl-pl/searchresults
place
plan= plan=
platform-telemetry platform-telemetry
play/store/web play/store/web
@ -1976,6 +2141,7 @@ ppob/?
ppob? ppob?
pqa pqa
preference preference
prefs
present present
presentation presentation
prettyearth/assets prettyearth/assets
@ -1984,6 +2150,8 @@ previewtemplate
print print
private private
proFile/history? proFile/history?
product-catalogs
product-feed
product-reviews/B0069IY63Y product-reviews/B0069IY63Y
product/reviews? product/reviews?
productPurchaseDone productPurchaseDone
@ -2026,12 +2194,14 @@ pt-br/searchresults
publications publications
purchases purchases
puzzles/leaderboards/invite puzzles/leaderboards/invite
pw
pwapi-proxy/pwproxy pwapi-proxy/pwproxy
pwapiv2 pwapiv2
q= q=
qnasearch? qnasearch?
qr qr
quality_form? quality_form?
quiz
r r
rackspace/elevating-performance rackspace/elevating-performance
radio/imda radio/imda
@ -2040,6 +2210,7 @@ rating
rd/search rd/search
rd/search$ rd/search$
rd/search? rd/search?
recently-viewed
recharge/dashboard/car recharge/dashboard/car
recharge/dashboard/static recharge/dashboard/static
recipes/*?q= recipes/*?q=
@ -2056,6 +2227,9 @@ refer
refer/pal refer/pal
referrals referrals
referrer= referrer=
refresh_stored_accounts
refresh_token
register
registry/wishlist registry/wishlist
remotelogout remotelogout
rep=hc rep=hc
@ -2063,9 +2237,13 @@ report
report-abuse?report= report-abuse?report=
report= report=
report_abuse.gne report_abuse.gne
reports-and-violations
request-data
requestList requestList
requests requests
research/participants/cofund research/participants/cofund
resource
resource/*/get
results results
results results
retail retail
@ -2104,6 +2282,7 @@ s2/search/social
s2/sitemaps s2/sitemaps
s2/static s2/static
s? s?
safe-redirect
safebrowsing/diagnostic safebrowsing/diagnostic
safebrowsing/report_badware safebrowsing/report_badware
safebrowsing/report_error safebrowsing/report_error
@ -2152,6 +2331,7 @@ sections/health-shots/2013/03/11/173816690/new-voices-for-the-voiceless-syntheti
sections/ombudsman/2008/01/frequently_asked_questions_1.html 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 sections/parallels/2016/08/15/480128005/for-french-teens-smoking-still-has-more-allure-than-stigma
secure secure
sendHeaderEarly
sendarticle sendarticle
services services
services/oauth services/oauth
@ -2182,6 +2362,7 @@ shop/collections
shop/iphone/payments/overlay shop/iphone/payments/overlay
shop/view/product shop/view/product
shop? shop?
shop_pins
shopping-content-api/product_images shopping-content-api/product_images
shopping/deals shopping/deals
shopping/product shopping/product
@ -2485,9 +2666,11 @@ social/photosui/images
social/photosui/sitemap social/photosui/sitemap
social/search? social/search?
social/social-security-directory/cai social/social-security-directory/cai
socialmanager
sounds/search sounds/search
sounds/search$ sounds/search$
sounds/search? sounds/search?
source
source= source=
source_repo= source_repo=
spain/empresas/ spain/empresas/
@ -2509,6 +2692,7 @@ ss
ss/customer-reviews/lighthouse ss/customer-reviews/lighthouse
ss/twister/ajax ss/twister/ajax
sslsingle sslsingle
sso
stadia/gamers stadia/gamers
start start
stat stat
@ -2566,6 +2750,10 @@ stores$
stores/ stores/
stores/page/*visitId= stores/page/*visitId=
stories stories
story-pin-builder
story-pin-invite
story_feed
story_pins
storyworks/preview storyworks/preview
styles/js-on.css$ styles/js-on.css$
subscribe/braintree subscribe/braintree
@ -2591,6 +2779,7 @@ support/content
support/forum/search? support/forum/search?
sureroute sureroute
surprise surprise
suspension-appeal
sutils sutils
sv-se.www.cloudflare.com sv-se.www.cloudflare.com
sv-se/feedback sv-se/feedback
@ -2605,6 +2794,7 @@ svc/spelling-bee
svc/vertex svc/vertex
svc/wordle svc/wordle
svpRecommendations svpRecommendations
sw-shell.html
swg swg
system1/images system1/images
t/privacy t/privacy
@ -2612,6 +2802,7 @@ t/terms
tab= tab=
tablet tablet
tag tag
taggingtool
tagmanager/containers/xo tagmanager/containers/xo
tagmanager/pptm.js tagmanager/pptm.js
talk talk
@ -2658,7 +2849,9 @@ th-th/feedback
th-th/lp th-th/lp
th-th/searchresults th-th/searchresults
th? th?
thanksgiving-spotlight
themacallan/worlds-together themacallan/worlds-together
theme
tickets-external? tickets-external?
timedtext_video timedtext_video
title title
@ -2750,6 +2943,7 @@ trustedstores/js
trustedstores/s trustedstores/s
trustedstores/tm2 trustedstores/tm2
trustedstores/verify trustedstores/verify
tv
tv/thumb tv/thumb
typeahead typeahead
u u
@ -2765,9 +2959,14 @@ ugc$
ugcsupport ugcsupport
ugcsupport$ ugcsupport$
ui ui
unauth-profile
unlink
unsub unsub
until= until=
upload upload
upload-image-lens-history
upload-lens-image
upload-shuffle-draft
uploads uploads
urchin_test urchin_test
url url
@ -2785,9 +2984,11 @@ using
utils utils
uviewer uviewer
v1 v1
v1/urls/count.json
v2 v2
v3 v3
v3/openapi v3/openapi
v3/pidgets/log
valkyrie-playground valkyrie-playground
verified-authors verified-authors
verify_age verify_age
@ -2844,6 +3045,9 @@ webapps/xoonboarding
webmasters/sitemaps/ping? webmasters/sitemaps/ping?
webscr webscr
websearch websearch
website/confirm
website/confirm/download
welcome
whats-next/planes-trains-and-analytics whats-next/planes-trains-and-analytics
whsmiths whsmiths
widget/cr widget/cr
@ -3149,7 +3353,7 @@ wiki/Wikipedia_Diskussion:Checkuser
wiki/Wikipedia_Diskussion:Spam-Blacklist-Log wiki/Wikipedia_Diskussion:Spam-Blacklist-Log
wiki/Wikipedia_talk%3AAbuse_reports wiki/Wikipedia_talk%3AAbuse_reports
wiki/Wikipedia_talk%3AAbuse_response wiki/Wikipedia_talk%3AAbuse_response
wiki/Wikipedia_talk%3AAdministrator_electionshttp://accounts.google.com/robots.txt wiki/Wikipedia_talk%3AAdministrator_electionshttp://medium.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_recall wiki/Wikipedia_talk%3AAdministrator_recall
wiki/Wikipedia_talk%3AAdministrator_review wiki/Wikipedia_talk%3AAdministrator_review
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
@ -3362,6 +3566,7 @@ xhtml?
xml? xml?
xoplatform/logger/api/logger xoplatform/logger/api/logger
xorouter xorouter
your-shop
youth/404_en.htm youth/404_en.htm
youtube/fonts youtube/fonts
youtube/img/promos youtube/img/promos

View file

@ -2553,7 +2553,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/article/figure/powerpoint /article/figure/powerpoint
/article/metrics /article/metrics
/articlelist/* /articlelist/*
/articlelist/*http://tiny.cc/robots.txt /articlelist/*http://lego.com/robots.txt
/articleshow_amitr/* /articleshow_amitr/*
/articleshowajax/* /articleshowajax/*
/articleshowhsbc/ /articleshowhsbc/
@ -3281,7 +3281,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/newsletter /newsletter
/newssearch /newssearch
/nightly-news /nightly-news
/no-referrer-when-downgradehttp://globesimregistrations.ph/robots.txt /no-referrer-when-downgradehttp://pitchfork.com/robots.txt
/no-search-results /no-search-results
/node /node
/node/add /node/add
@ -3677,7 +3677,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/shopping/vr /shopping/vr
/shoppingcart /shoppingcart
/showads.js /showads.js
/showtimes/location/*http://img.youtube.com/robots.txt /showtimes/location/*http://bloomberg.com/robots.txt
/sign_in? /sign_in?
/signin /signin
/signin-oidc /signin-oidc
@ -3978,7 +3978,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?*__rmidpage ?*__rmidpage
?*_hsmi= ?*_hsmi=
?*ajs_event ?*ajs_event
?*apikey*http://vk.com/robots.txt ?*apikey*http://themeforest.net/robots.txt
?*app ?*app
?*aspects= ?*aspects=
?*attachment_id ?*attachment_id
@ -4420,7 +4420,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?q=user ?q=user
?q=user/login ?q=user/login
?q=user/logout ?q=user/logout
?q=user/logout/http://rebrand.ly/robots.txt ?q=user/logout/http://journals.plos.org/robots.txt
?q=user/password ?q=user/password
?q=user/register ?q=user/register
?q=vote ?q=vote
@ -4593,7 +4593,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
@me$ @me$
AI AI
AITripBuilder AITripBuilder
API/v2$http://hbr.org/robots.txt API/v2$http://howtogeek.com/robots.txt
APIAccessSupport APIAccessSupport
AWSEC2/2006-06-26 AWSEC2/2006-06-26
AWSEC2/2006-10-01 AWSEC2/2006-10-01
@ -6286,7 +6286,7 @@ account-settings
account-setup account-setup
account/ account/
account/* account/*
account/*http://healthtips1dr.blogspot.com/robots.txt account/*http://doi.org/robots.txt
account/accomplishments account/accomplishments
account/ackgift account/ackgift
account/authenticate account/authenticate
@ -6751,7 +6751,7 @@ api/editionurlgenerator
api/extensions/1.0/extensions api/extensions/1.0/extensions
api/federation api/federation
api/html api/html
api/http://kobo.com/robots.txt api/http://reuters.com/robots.txt
api/infinite-list.html api/infinite-list.html
api/internal/*/location api/internal/*/location
api/internal/_bb api/internal/_bb
@ -6823,7 +6823,7 @@ app$
app*_ app*_
app*form_id= app*form_id=
app-ads.txt app-ads.txt
app-ads.txthttp://digital-strategy.ec.europa.eu/robots.txt app-ads.txthttp://static.parastorage.com/robots.txt
app-center/oauth/authorize app-center/oauth/authorize
app-directory app-directory
app-market/search-result?query= app-market/search-result?query=
@ -6955,6 +6955,7 @@ articleshow_new*
articleshowbriefs* articleshowbriefs*
articleshowbriefs?* articleshowbriefs?*
articleshowprint* articleshowprint*
artist/*/now-playing
artist/127231622/radio?autoplay=true artist/127231622/radio?autoplay=true
artist/export_shows_csv artist/export_shows_csv
artist/list/search artist/list/search
@ -7128,6 +7129,7 @@ athletic/checkout
athletic/checkout/$ athletic/checkout/$
athletic/checkout2 athletic/checkout2
athletic/checkout?plan_id athletic/checkout?plan_id
athletic/embedded-interactive
athletic/feed-test athletic/feed-test
athletic/following-feed-test athletic/following-feed-test
athletic/forgot-password athletic/forgot-password
@ -7138,6 +7140,7 @@ athletic/get-current-user
athletic/global-color-test.php athletic/global-color-test.php
athletic/global-font-test.php athletic/global-font-test.php
athletic/graphql athletic/graphql
athletic/interactive
athletic/ip athletic/ip
athletic/login athletic/login
athletic/login/$ athletic/login/$
@ -7636,7 +7639,7 @@ blog/*?text=
blog/*sitemap.xml$ blog/*sitemap.xml$
blog/*utm_source= blog/*utm_source=
blog/.* blog/.*
blog/.html.*http://samsung.com/robots.txt blog/.html.*http://last.fm/robots.txt
blog/10-lessons-from-an-engineering-manager/$ blog/10-lessons-from-an-engineering-manager/$
blog/23-prototyping-resources-to-bookmark-right-now/$ blog/23-prototyping-resources-to-bookmark-right-now/$
blog/27-figjam-activities-to-spark-creativity-in-the-classroom/$ blog/27-figjam-activities-to-spark-creativity-in-the-classroom/$
@ -8204,6 +8207,7 @@ blog/the-outsized-role-culture-plays-in-attracting-design-talent/$
blog/the-power-of-an-inclusive-classroom-with-figma/$ blog/the-power-of-an-inclusive-classroom-with-figma/$
blog/the-power-of-emoji/$ blog/the-power-of-emoji/$
blog/the-power-of-figma-drafts/$ blog/the-power-of-figma-drafts/$
blog/the-power-of-play/$
blog/the-prompt/$ blog/the-prompt/$
blog/the-rise-of-the-generalist/$ blog/the-rise-of-the-generalist/$
blog/the-rise-of-ux-ui-design-a-decade-in-reflection/$ blog/the-rise-of-ux-ui-design-a-decade-in-reflection/$
@ -8366,7 +8370,7 @@ bookmark_mana2
bookmarklet bookmarklet
bookmarks bookmarks
bookmarks/widget bookmarks/widget
bookmarkshttp://ecrs.com/robots.txt bookmarkshttp://i0.wp.com/robots.txt
books books
books/NBK books/NBK
books/about books/about
@ -9116,7 +9120,7 @@ cdn-cgi
cdn-cgi/ cdn-cgi/
cdn-cgi/bm/cv cdn-cgi/bm/cv
cdn-cgi/challenge-platform cdn-cgi/challenge-platform
cdn-cgi/http://medium.com/robots.txt cdn-cgi/http://kids.youtube.com/robots.txt
cdn-cgi/images/trace cdn-cgi/images/trace
cdn-cgi/rum cdn-cgi/rum
cdn-cgi/scripts cdn-cgi/scripts
@ -9147,7 +9151,7 @@ cgi-bin/koha/
cgi-bin/loginpage cgi-bin/loginpage
cgi-bin/search.fpl cgi-bin/search.fpl
cgi-bin/wx cgi-bin/wx
cgi-binhttp://ifttt.com/robots.txt cgi-binhttp://canada.ca/robots.txt
cgi-local cgi-local
cgi-mad/ cgi-mad/
cgi-pct/ cgi-pct/
@ -9265,7 +9269,7 @@ checkout-external
checkout/ checkout/
checkout/cart checkout/cart
checkout/package checkout/package
checkouthttp://moderncalculators.com/robots.txt checkouthttp://accidentinjurylawyers.claims/robots.txt
checkoutnow checkoutnow
checkouts checkouts
checkpoint checkpoint
@ -9448,7 +9452,7 @@ co/user
co/users co/users
code code
code/* code/*
code/http://w3techs.com/robots.txt code/http://marriott.com/robots.txt
codeCoverage codeCoverage
coderpad-for-figjam/$ coderpad-for-figjam/$
codesamples/ codesamples/
@ -11501,7 +11505,7 @@ confirmation
conflagexp conflagexp
connect connect
connect/@ connect/@
connect/http://blog.twitter.com/robots.txt connect/http://sfgate.com/robots.txt
connect/social-intranet.html connect/social-intranet.html
connections connections
connections/recent connections/recent
@ -11611,7 +11615,7 @@ content/dam/ircc/documents/pdf/francais/trousses/form/imm5476
content/dam/ircc/documents/pdf/francais/trousses/form/imm5644 content/dam/ircc/documents/pdf/francais/trousses/form/imm5644
content/dam/ircc/documents/pdf/francais/trousses/form/irm0002 content/dam/ircc/documents/pdf/francais/trousses/form/irm0002
content/dam/ircc/documents/pdf/francais/trousses/form/irm0004 content/dam/ircc/documents/pdf/francais/trousses/form/irm0004
content/dam/ircc/documents/pdf/francais/trousses/form/irm0005/http://caniuse.com/robots.txt content/dam/ircc/documents/pdf/francais/trousses/form/irm0005/http://beppegrillo.it/robots.txt
content/dam/ircc/documents/pdf/francais/trousses/guides/guide-0142-avion-afghanistan-voie-acces-rp.pdf content/dam/ircc/documents/pdf/francais/trousses/guides/guide-0142-avion-afghanistan-voie-acces-rp.pdf
content/dam/oecd/ content/dam/oecd/
content/dam/pwc/uk/en/assets/pdf/hcl_f2.18.pdf content/dam/pwc/uk/en/assets/pdf/hcl_f2.18.pdf
@ -12677,6 +12681,10 @@ designtool
desk/images/desk-pricing-inr.pdf desk/images/desk-pricing-inr.pdf
desk/images/desk-pricing-usd.pdf desk/images/desk-pricing-usd.pdf
despiration/testseo despiration/testseo
detail/*/privacy
detail/*/privacy-
detail/*/report
detail/*/report-
detail/*Ajax.do$ detail/*Ajax.do$
detail/ajax detail/ajax
details- details-
@ -12894,7 +12902,7 @@ docs
docs$ docs$
docs-api-legacy docs-api-legacy
docs-api-legacy$ docs-api-legacy$
docs-api-legacy/http://deezer.com/robots.txt docs-api-legacy/http://aesthetics.fandom.com/robots.txt
docs-footer docs-footer
docs/* docs/*
docs/3.x/fr docs/3.x/fr
@ -12974,6 +12982,9 @@ doncherry
donut-for-figjam/$ donut-for-figjam/$
dor/4572.htm dor/4572.htm
dor/reference/legal/rulings/unused/ dor/reference/legal/rulings/unused/
dotnet/docs/reference
dotnet/docs/reference/*/latest
dotnet/docs/reference/help
double_activation double_activation
doubleclick doubleclick
doubleclick/ doubleclick/
@ -14486,7 +14497,7 @@ files/live/sites/isoorg/files/_noindex
files/resources files/resources
fileview fileview
filing/free-file-fillable-forms/free-file-fillable-forms-support filing/free-file-fillable-forms/free-file-fillable-forms-support
filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://iso.org/robots.txt filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://jetbrains.com/robots.txt
filter/ filter/
filter/tips filter/tips
filter/tips filter/tips
@ -14510,7 +14521,7 @@ find
find$ find$
find-more find-more
find/ find/
find/*http://freepik.com/robots.txt find/*http://forrester.com/robots.txt
finetune finetune
fios fios
firefox/? firefox/?
@ -14606,7 +14617,7 @@ forum/members
forum/online forum/online
forum/posts forum/posts
forum/search forum/search
forum/ucp.phphttp://embassybel.ru/robots.txt forum/ucp.phphttp://katyperry.com/robots.txt
forum/viewtopic.php forum/viewtopic.php
forum/whats-new forum/whats-new
forumTeaser forumTeaser
@ -15188,7 +15199,7 @@ fy-NL/search
fy-NL/user fy-NL/user
fy-NL/users fy-NL/users
g g
g/4arE9Chttp://flickr.com/robots.txt g/4arE9Chttp://teenage.engineering/robots.txt
g/api g/api
ga-IE/forums ga-IE/forums
ga-IE/kb/*/discuss ga-IE/kb/*/discuss
@ -15922,43 +15933,43 @@ html5
http http
http-checker http-checker
http2_data http2_data
http://2.bp.blogspot.com/robots.txt http://abc.net.au/robots.txt
http://about.fb.com/robots.txt http://abcnews.go.com/robots.txt
http://akparti.org.tr/robots.txt http://aliexpress.com/robots.txt
http://amazon.de/robots.txt http://arstechnica.com/robots.txt
http://amazon.in/robots.txt
http://ameblo.jp/robots.txt
http://apple.com/robots.txt
http://bbc.com/robots.txt
http://bbcsfx.acropolis.org.uk/robots.txt http://bbcsfx.acropolis.org.uk/robots.txt
http://creativecommons.org/robots.txt http://bitly.com/robots.txt
http://en.m.wikipedia.org/robots.txt http://chat.openai.com/robots.txt
http://expedia.com/robots.txt http://css-tricks.com/robots.txt
http://gist.github.com/robots.txt http://epidemicsound.com/robots.txt
http://govostis.gr/robots.txt http://europa.eu/robots.txt
http://groupon.com/robots.txt http://eventbrite.co.uk/robots.txt
http://healthline.com/robots.txt http://explore.org/robots.txt
http://help.twitter.com/robots.txt http://festivaldesantipodes.com/robots.txt
http://irishtimes.com/robots.txt http://flickr.com/robots.txt
http://iubenda.com/robots.txt http://fortune.com/robots.txt
http://last.fm/robots.txt http://google.it/robots.txt
http://lefigaro.fr/robots.txt http://ico.org.uk/robots.txt
http://nationalgeographic.com/robots.txt http://lnk.bio/robots.txt
http://nerdwallet.com/robots.txt http://missingkids.org/robots.txt
http://patents.google.com/robots.txt http://msdn.microsoft.com/robots.txt
http://producthunt.com/robots.txt http://newyorker.com/robots.txt
http://python.org/robots.txt http://notion.so/robots.txt
http://reconstructingjudaism.org/robots.txt http://npr.org/robots.txt
http://rogalyd.no/robots.txt http://orcd.co/robots.txt
http://seekingalpha.com/robots.txt http://picsart.com/robots.txt
http://siteground.com/robots.txt http://pubmed.ncbi.nlm.nih.gov/robots.txt
http://smithsonianmag.com/robots.txt http://roblox.com/robots.txt
http://static.wixstatic.com/robots.txt http://scholar.google.com/robots.txt
http://techradar.com/robots.txt http://sciencedirect.com/robots.txt
http://theverge.com/robots.txt http://searchengineland.com/robots.txt
http://threads.net/robots.txt http://skillshare.com/robots.txt
http://tracks.arte.tv/robots.txt http://slideshare.net/robots.txt
http://weebly.com/robots.txt http://support.cloudflare.com/robots.txt
http://support.zendesk.com/robots.txt
http://ujumiskool.ee/robots.txt
http://unpkg.com/robots.txt
http://wpengine.com/robots.txt
https:/www.alibaba.com https:/www.alibaba.com
hu hu
hu-hu/ hu-hu/
@ -16448,7 +16459,7 @@ index.php/user/login/
index.php/user/logout index.php/user/logout
index.php/user/logout index.php/user/logout
index.php/user/logout/ index.php/user/logout/
index.php/user/logout/http://diigo.com/robots.txt index.php/user/logout/http://haveibeenpwned.com/robots.txt
index.php/user/password index.php/user/password
index.php/user/password index.php/user/password
index.php/user/password/ index.php/user/password/
@ -16512,7 +16523,7 @@ integrate/
integrations integrations
intelligencer/amp intelligencer/amp
intent intent
interactive*http://fda.gov/robots.txt interactive*http://kinopoisk.ru/robots.txt
interactive/reading-preference interactive/reading-preference
interactives interactives
intercept intercept
@ -18491,7 +18502,7 @@ mre/*.jpg$
mre/*.js$ mre/*.js$
mre/*.pdf$ mre/*.pdf$
mre/*.png$ mre/*.png$
mre/*.zip$http://gov.uk/robots.txt mre/*.zip$http://spreaker.com/robots.txt
mre/*? mre/*?
mre/*@@configuracoes_view mre/*@@configuracoes_view
mre/*@@download/file$ mre/*@@download/file$
@ -19295,7 +19306,7 @@ ohcm
ojp ojp
okxbet.com okxbet.com
oma oma
on-demand/session/*http://nymag.com/robots.txt on-demand/session/*http://podcasts.google.com/robots.txt
onboard onboard
onboarding onboarding
one-app-preview one-app-preview
@ -19429,7 +19440,7 @@ p/*/v/*?
p/*/v? p/*/v?
p/*/victory$ p/*/victory$
p/*/victory? p/*/victory?
p/*http://socialimpact.youtube.com/robots.txt p/*http://ifcncodeofprinciples.poynter.org/robots.txt
p/*surveyopen p/*surveyopen
p/*thm= p/*thm=
p/60 p/60
@ -19914,6 +19925,9 @@ photos/videos
photos/youpy photos/youpy
photosales/index.cfm?fuseaction= photosales/index.cfm?fuseaction=
photosandvideos photosandvideos
php/docs/reference
php/docs/reference/*/latest
php/docs/reference/help
phvw-vp phvw-vp
piano piano
pickadate/static-1.6 pickadate/static-1.6
@ -20268,7 +20282,7 @@ premium$
premium-reports premium-reports
premium/ premium/
premium/$ premium/$
premium/http://s.w.org/robots.txt premium/http://dw.com/robots.txt
premiumsupport/iam/ premiumsupport/iam/
premiumsupport/knowledge-center/feedback-no/ premiumsupport/knowledge-center/feedback-no/
premiumsupport/knowledge-center/feedback-yes/ premiumsupport/knowledge-center/feedback-yes/
@ -20351,7 +20365,7 @@ privacy/zoho-group.html
private private
private private
private-promo private-promo
private/http://sgtrains.com/robots.txt private/http://irishtimes.com/robots.txt
private/wtrack private/wtrack
pro pro
pro-learn pro-learn
@ -20383,7 +20397,7 @@ product-integrations/google-workspace/$
product-integrations/zoom/$ product-integrations/zoom/$
product-managers/$ product-managers/$
product-news-zip product-news-zip
product-ratings/http://wix.com/robots.txt product-ratings/http://support.office.com/robots.txt
product-reviews/B0069IY63Y product-reviews/B0069IY63Y
product/* product/*
product/electrode/api/logger product/electrode/api/logger
@ -21940,6 +21954,9 @@ ru/wiki/User_talk:
ru_ru ru_ru
ru_ru/shablony/M ru_ru/shablony/M
rubric2sport rubric2sport
ruby/docs/reference
ruby/docs/reference/*/latest
ruby/docs/reference/help
rugby? rugby?
rules rules
rules$ rules$
@ -23184,7 +23201,7 @@ sort=
sortBy= sortBy=
sos/clerical/ sos/clerical/
sos/online_corps/ sos/online_corps/
sos/registration/http://inc.com/robots.txt sos/registration/http://dl.acm.org/robots.txt
soundcloud-tpa soundcloud-tpa
sounds/player sounds/player
sounds/player$ sounds/player$
@ -23797,7 +23814,7 @@ tag
tag-manager tag-manager
tag-manager-360 tag-manager-360
tag/ tag/
tag/*+http://dinotim.com/robots.txt tag/*+http://dx.doi.org/robots.txt
tag/*/shoutbox tag/*/shoutbox
tag/*/shoutbox? tag/*/shoutbox?
tag/credible tag/credible
@ -24309,7 +24326,7 @@ test.html
test_community test_community
testfl testfl
testgpr testgpr
testhttp://moskva.stroi-podryad.ru/robots.txt testhttp://edition.cnn.com/robots.txt
testing testing
testpage-forhomepage testpage-forhomepage
tests/* tests/*
@ -25457,7 +25474,7 @@ uy/es/ServicesLandingPage/AdvisoryLanding/RPA/Robotic_Process%20Automation_inser
uy/help uy/help
uz/en/ uz/en/
uz/forums uz/forums
uz/http://bilgematics.com/robots.txt uz/http://stanfieldrealestate.com/robots.txt
uz/kb/*/discuss uz/kb/*/discuss
uz/ru/ uz/ru/
uz/search uz/search
@ -25480,8 +25497,6 @@ v2
v2-docs v2-docs
v2/login_or_join$ v2/login_or_join$
v2/login_or_join? v2/login_or_join?
v2/p/*$
v2/p/*?
v3 v3
v3/alerts/preview v3/alerts/preview
v3/entities v3/entities
@ -26377,9 +26392,9 @@ wiki/Wikipedia_discusión:Solicitudes_de_verificación_de_usuarios
wiki/Wikipedia_discusión:Supresores/Candidaturas wiki/Wikipedia_discusión:Supresores/Candidaturas
wiki/Wikipedia_talk%3AAbuse_reports wiki/Wikipedia_talk%3AAbuse_reports
wiki/Wikipedia_talk%3AAbuse_response wiki/Wikipedia_talk%3AAbuse_response
wiki/Wikipedia_talk%3AAdministrator_electionshttp://en.wikipedia.org/robots.txt wiki/Wikipedia_talk%3AAdministrator_electionshttp://itunes.apple.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_electionshttp://engadget.com/robots.txt wiki/Wikipedia_talk%3AAdministrator_electionshttp://prezi.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_electionshttp://win.gs/robots.txt wiki/Wikipedia_talk%3AAdministrator_electionshttp://venturebeat.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_recall wiki/Wikipedia_talk%3AAdministrator_recall
wiki/Wikipedia_talk%3AAdministrator_review wiki/Wikipedia_talk%3AAdministrator_review
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
@ -26680,7 +26695,8 @@ wp-admin
wp-admin/ wp-admin/
wp-admin/admin-ajax.php wp-admin/admin-ajax.php
wp-admin/admin-ajax.php wp-admin/admin-ajax.php
wp-admin/admin-ajax.phphttp://starbucks.com/robots.txt wp-admin/admin-ajax.phphttp://form.jotform.com/robots.txt
wp-admin/admin-ajax.phphttp://ucl.ac.uk/robots.txt
wp-admin/load-scripts.php wp-admin/load-scripts.php
wp-admin/load-styles.php wp-admin/load-styles.php
wp-adv wp-adv
@ -26882,7 +26898,7 @@ your
your-account your-account
your-shop your-shop
youreurope/businessACC youreurope/businessACC
youreurope/businessDEV/http://europarl.europa.eu/robots.txt youreurope/businessDEV/http://streamelements.com/robots.txt
youreurope/citizensACC youreurope/citizensACC
youreurope/citizensDEV youreurope/citizensDEV
yours yours
@ -26988,7 +27004,7 @@ zh-tw.www.cloudflare.com
zh-tw/ zh-tw/
zh-tw/feedback zh-tw/feedback
zh-tw/lp zh-tw/lp
zh-tw/searchhttp://blog.giallozafferano.it/robots.txt zh-tw/searchhttp://npmjs.com/robots.txt
zh-tw/searchresults zh-tw/searchresults
zh/ zh/
zh/api.php? zh/api.php?