mirror of
https://github.com/danielmiessler/SecLists
synced 2026-04-14 11:01:48 +02:00
[Github Action] Automated trickest wordlists update.
This commit is contained in:
parent
6d833cdb4b
commit
bc3fad86e9
16 changed files with 1620 additions and 522 deletions
|
|
@ -3,6 +3,6 @@
|
|||
"last_update": 1740726220
|
||||
},
|
||||
"Trickest wordlist update": {
|
||||
"last_update": 1740737016
|
||||
"last_update": 1740823408
|
||||
}
|
||||
}
|
||||
|
|
@ -211,6 +211,9 @@ docs/public/icons/node.svg
|
|||
public/icons/node.svg
|
||||
icons/node.svg
|
||||
node.svg
|
||||
docs/public/_redirects
|
||||
public/_redirects
|
||||
_redirects
|
||||
docs/public/logo-dark.svg
|
||||
public/logo-dark.svg
|
||||
logo-dark.svg
|
||||
|
|
@ -537,8 +540,6 @@ extensions/panels.md
|
|||
panels.md
|
||||
docs/.spellcheckerrc.yml
|
||||
.spellcheckerrc.yml
|
||||
docs/_redirects
|
||||
_redirects
|
||||
docs/blog/[slug].paths.ts
|
||||
blog/[slug].paths.ts
|
||||
[slug].paths.ts
|
||||
|
|
@ -2231,8 +2232,16 @@ sdk/tests/schema.ts
|
|||
tests/schema.ts
|
||||
schema.ts
|
||||
.dockerignore
|
||||
.changeset/shiny-rings-hope.md
|
||||
shiny-rings-hope.md
|
||||
.changeset/dry-pears-remember.md
|
||||
dry-pears-remember.md
|
||||
.changeset/friendly-rats-kick.md
|
||||
friendly-rats-kick.md
|
||||
.changeset/hot-plants-know.md
|
||||
hot-plants-know.md
|
||||
.changeset/cuddly-kings-kick.md
|
||||
cuddly-kings-kick.md
|
||||
.changeset/config.json
|
||||
config.json
|
||||
tests/blackbox/docker-compose.yml
|
||||
|
|
@ -3417,6 +3426,36 @@ api/src/services/comments.ts
|
|||
src/services/comments.ts
|
||||
services/comments.ts
|
||||
comments.ts
|
||||
api/src/services/fields/get-collection-meta-updates.ts
|
||||
src/services/fields/get-collection-meta-updates.ts
|
||||
services/fields/get-collection-meta-updates.ts
|
||||
fields/get-collection-meta-updates.ts
|
||||
get-collection-meta-updates.ts
|
||||
api/src/services/fields/get-collection-relation-list.ts
|
||||
src/services/fields/get-collection-relation-list.ts
|
||||
services/fields/get-collection-relation-list.ts
|
||||
fields/get-collection-relation-list.ts
|
||||
get-collection-relation-list.ts
|
||||
api/src/services/fields/get-collection-meta-updates.test.ts
|
||||
src/services/fields/get-collection-meta-updates.test.ts
|
||||
services/fields/get-collection-meta-updates.test.ts
|
||||
fields/get-collection-meta-updates.test.ts
|
||||
get-collection-meta-updates.test.ts
|
||||
api/src/services/fields/build-collection-and-field-relations.ts
|
||||
src/services/fields/build-collection-and-field-relations.ts
|
||||
services/fields/build-collection-and-field-relations.ts
|
||||
fields/build-collection-and-field-relations.ts
|
||||
build-collection-and-field-relations.ts
|
||||
api/src/services/fields/get-collection-relation-list.test.ts
|
||||
src/services/fields/get-collection-relation-list.test.ts
|
||||
services/fields/get-collection-relation-list.test.ts
|
||||
fields/get-collection-relation-list.test.ts
|
||||
get-collection-relation-list.test.ts
|
||||
api/src/services/fields/build-collection-and-field-relations.test.ts
|
||||
src/services/fields/build-collection-and-field-relations.test.ts
|
||||
services/fields/build-collection-and-field-relations.test.ts
|
||||
fields/build-collection-and-field-relations.test.ts
|
||||
build-collection-and-field-relations.test.ts
|
||||
api/src/services/items.ts
|
||||
src/services/items.ts
|
||||
services/items.ts
|
||||
|
|
|
|||
|
|
@ -61,6 +61,7 @@ docs/public/icons/card_link.svg
|
|||
docs/public/icons/nuxt.svg
|
||||
docs/public/icons/vercel.svg
|
||||
docs/public/icons/node.svg
|
||||
docs/public/_redirects
|
||||
docs/public/logo-dark.svg
|
||||
docs/netlify.toml
|
||||
docs/tsconfig.json
|
||||
|
|
@ -142,7 +143,6 @@ docs/extensions/introduction.md
|
|||
docs/extensions/app-composables.md
|
||||
docs/extensions/panels.md
|
||||
docs/.spellcheckerrc.yml
|
||||
docs/_redirects
|
||||
docs/blog/[slug].paths.ts
|
||||
docs/blog/index.md
|
||||
docs/blog/guest-author.md
|
||||
|
|
@ -511,7 +511,11 @@ sdk/tests/fields.test-d.ts
|
|||
sdk/tests/filters.test-d.ts
|
||||
sdk/tests/schema.ts
|
||||
.dockerignore
|
||||
.changeset/shiny-rings-hope.md
|
||||
.changeset/dry-pears-remember.md
|
||||
.changeset/friendly-rats-kick.md
|
||||
.changeset/hot-plants-know.md
|
||||
.changeset/cuddly-kings-kick.md
|
||||
.changeset/config.json
|
||||
tests/blackbox/docker-compose.yml
|
||||
tests/blackbox/package.json
|
||||
|
|
@ -740,6 +744,12 @@ api/src/services/extensions.ts
|
|||
api/src/services/roles.ts
|
||||
api/src/services/websocket.ts
|
||||
api/src/services/comments.ts
|
||||
api/src/services/fields/get-collection-meta-updates.ts
|
||||
api/src/services/fields/get-collection-relation-list.ts
|
||||
api/src/services/fields/get-collection-meta-updates.test.ts
|
||||
api/src/services/fields/build-collection-and-field-relations.ts
|
||||
api/src/services/fields/get-collection-relation-list.test.ts
|
||||
api/src/services/fields/build-collection-and-field-relations.test.ts
|
||||
api/src/services/items.ts
|
||||
api/src/services/notifications.ts
|
||||
api/src/services/users.ts
|
||||
|
|
|
|||
|
|
@ -19321,6 +19321,10 @@ tinybird-dedicated/datasources/fixtures/mockingbird-schema.json
|
|||
datasources/fixtures/mockingbird-schema.json
|
||||
fixtures/mockingbird-schema.json
|
||||
mockingbird-schema.json
|
||||
ghost/tinybird-dedicated/datasources/analytics_events_json_xl.datasource
|
||||
tinybird-dedicated/datasources/analytics_events_json_xl.datasource
|
||||
datasources/analytics_events_json_xl.datasource
|
||||
analytics_events_json_xl.datasource
|
||||
ghost/tinybird-dedicated/datasources/analytics_events_json_v1.datasource
|
||||
tinybird-dedicated/datasources/analytics_events_json_v1.datasource
|
||||
datasources/analytics_events_json_v1.datasource
|
||||
|
|
@ -33700,6 +33704,12 @@ frontend/src/admin-auth/index.html
|
|||
src/admin-auth/index.html
|
||||
admin-auth/index.html
|
||||
index.html
|
||||
ghost/core/core/frontend/public/tracker.js
|
||||
core/core/frontend/public/tracker.js
|
||||
core/frontend/public/tracker.js
|
||||
frontend/public/tracker.js
|
||||
public/tracker.js
|
||||
tracker.js
|
||||
ghost/core/core/frontend/public/robots.txt
|
||||
core/core/frontend/public/robots.txt
|
||||
core/frontend/public/robots.txt
|
||||
|
|
|
|||
|
|
@ -3715,6 +3715,7 @@ ghost/tinybird-dedicated/pipes/analytics_pages.pipe
|
|||
ghost/tinybird-dedicated/pipes/top_pages.pipe
|
||||
ghost/tinybird-dedicated/datasources/fixtures/analytics_events_json_v1.ndjson
|
||||
ghost/tinybird-dedicated/datasources/fixtures/mockingbird-schema.json
|
||||
ghost/tinybird-dedicated/datasources/analytics_events_json_xl.datasource
|
||||
ghost/tinybird-dedicated/datasources/analytics_events_json_v1.datasource
|
||||
ghost/tinybird-dedicated/requirements.txt
|
||||
ghost/identity-token-service/src/index.ts
|
||||
|
|
@ -5668,6 +5669,7 @@ ghost/core/core/frontend/src/cards/js/toggle.js
|
|||
ghost/core/core/frontend/src/comment-counts/js/comment-counts.js
|
||||
ghost/core/core/frontend/src/admin-auth/message-handler.js
|
||||
ghost/core/core/frontend/src/admin-auth/index.html
|
||||
ghost/core/core/frontend/public/tracker.js
|
||||
ghost/core/core/frontend/public/robots.txt
|
||||
ghost/core/core/frontend/public/sitemap.xsl
|
||||
ghost/core/core/frontend/services/sitemap/PostMapGenerator.js
|
||||
|
|
|
|||
|
|
@ -98522,6 +98522,14 @@ administration/test/transformer/svgStringifyTransformer.js
|
|||
test/transformer/svgStringifyTransformer.js
|
||||
transformer/svgStringifyTransformer.js
|
||||
svgStringifyTransformer.js
|
||||
src/Administration/Resources/app/administration/test/_helper_/find-by-placeholder.js
|
||||
Administration/Resources/app/administration/test/_helper_/find-by-placeholder.js
|
||||
Resources/app/administration/test/_helper_/find-by-placeholder.js
|
||||
app/administration/test/_helper_/find-by-placeholder.js
|
||||
administration/test/_helper_/find-by-placeholder.js
|
||||
test/_helper_/find-by-placeholder.js
|
||||
_helper_/find-by-placeholder.js
|
||||
find-by-placeholder.js
|
||||
src/Administration/Resources/app/administration/test/_helper_/id.collection.js
|
||||
Administration/Resources/app/administration/test/_helper_/id.collection.js
|
||||
Resources/app/administration/test/_helper_/id.collection.js
|
||||
|
|
@ -98612,6 +98620,14 @@ administration/test/_helper_/failedSpecFileReporter.js
|
|||
test/_helper_/failedSpecFileReporter.js
|
||||
_helper_/failedSpecFileReporter.js
|
||||
failedSpecFileReporter.js
|
||||
src/Administration/Resources/app/administration/test/_helper_/find-by-label.js
|
||||
Administration/Resources/app/administration/test/_helper_/find-by-label.js
|
||||
Resources/app/administration/test/_helper_/find-by-label.js
|
||||
app/administration/test/_helper_/find-by-label.js
|
||||
administration/test/_helper_/find-by-label.js
|
||||
test/_helper_/find-by-label.js
|
||||
_helper_/find-by-label.js
|
||||
find-by-label.js
|
||||
src/Administration/Resources/app/administration/test/eslint/error-reference.html.twig
|
||||
Administration/Resources/app/administration/test/eslint/error-reference.html.twig
|
||||
Resources/app/administration/test/eslint/error-reference.html.twig
|
||||
|
|
@ -103078,6 +103094,9 @@ _unreleased/2024-12-04-identify-themes-installed-via-plugin-by-technical-name.md
|
|||
changelog/_unreleased/2024-12-04-add-technical-name-to-allow-list.md
|
||||
_unreleased/2024-12-04-add-technical-name-to-allow-list.md
|
||||
2024-12-04-add-technical-name-to-allow-list.md
|
||||
changelog/_unreleased/2025-02-27-rearrange-cartsavedevent-in-rediscartpersister.md
|
||||
_unreleased/2025-02-27-rearrange-cartsavedevent-in-rediscartpersister.md
|
||||
2025-02-27-rearrange-cartsavedevent-in-rediscartpersister.md
|
||||
changelog/_unreleased/2024-12-11-services-stability-improvements.md
|
||||
_unreleased/2024-12-11-services-stability-improvements.md
|
||||
2024-12-11-services-stability-improvements.md
|
||||
|
|
@ -103153,6 +103172,9 @@ _unreleased/2025-01-02-add-custom-field-store-api-aware.md
|
|||
changelog/_unreleased/2024-10-28-change-autocomplete-to-new-password-in-honeypot.md
|
||||
_unreleased/2024-10-28-change-autocomplete-to-new-password-in-honeypot.md
|
||||
2024-10-28-change-autocomplete-to-new-password-in-honeypot.md
|
||||
changelog/_unreleased/2025-02-26-add-generic-type-to-entity-loaded-events.md
|
||||
_unreleased/2025-02-26-add-generic-type-to-entity-loaded-events.md
|
||||
2025-02-26-add-generic-type-to-entity-loaded-events.md
|
||||
changelog/_unreleased/2024-11-13-migrate-rule-conditions-config-store-to-pinia.md
|
||||
_unreleased/2024-11-13-migrate-rule-conditions-config-store-to-pinia.md
|
||||
2024-11-13-migrate-rule-conditions-config-store-to-pinia.md
|
||||
|
|
@ -143548,6 +143570,5 @@ scripts.yml
|
|||
CODEOWNERS
|
||||
.envrc
|
||||
UPGRADE-6.8.md
|
||||
phpstan-v67-baseline.neon
|
||||
devenv.nix
|
||||
.git-blame-ignore-revs
|
||||
|
|
@ -11972,6 +11972,7 @@ src/Administration/Resources/app/administration/test/_setup/_mocks_/acl.service.
|
|||
src/Administration/Resources/app/administration/test/_setup/_mocks_/feature.service.mock.js
|
||||
src/Administration/Resources/app/administration/test/_setup/prepare_environment.js
|
||||
src/Administration/Resources/app/administration/test/transformer/svgStringifyTransformer.js
|
||||
src/Administration/Resources/app/administration/test/_helper_/find-by-placeholder.js
|
||||
src/Administration/Resources/app/administration/test/_helper_/id.collection.js
|
||||
src/Administration/Resources/app/administration/test/_helper_/flushPromises.js
|
||||
src/Administration/Resources/app/administration/test/_helper_/uuid.js
|
||||
|
|
@ -11983,6 +11984,7 @@ src/Administration/Resources/app/administration/test/_helper_/componentWrapper/s
|
|||
src/Administration/Resources/app/administration/test/_helper_/jest-resolver.js
|
||||
src/Administration/Resources/app/administration/test/_helper_/select-mt-select-by-text.js
|
||||
src/Administration/Resources/app/administration/test/_helper_/failedSpecFileReporter.js
|
||||
src/Administration/Resources/app/administration/test/_helper_/find-by-label.js
|
||||
src/Administration/Resources/app/administration/test/eslint/error-reference.html.twig
|
||||
src/Administration/Resources/app/administration/jsdoc.config.js
|
||||
src/Administration/Resources/app/administration/.babelrc
|
||||
|
|
@ -13209,6 +13211,7 @@ changelog/_unreleased/2025-01-15-inject-aria-label-from-data-grid-component-to-t
|
|||
changelog/_unreleased/2024-12-16-fix-loading-data-for-one-to-many-grid-component.md
|
||||
changelog/_unreleased/2024-12-04-identify-themes-installed-via-plugin-by-technical-name.md
|
||||
changelog/_unreleased/2024-12-04-add-technical-name-to-allow-list.md
|
||||
changelog/_unreleased/2025-02-27-rearrange-cartsavedevent-in-rediscartpersister.md
|
||||
changelog/_unreleased/2024-12-11-services-stability-improvements.md
|
||||
changelog/_unreleased/2024-11-28-deprecate-messenger-bus-shopware-service.md
|
||||
changelog/_unreleased/2024-12-07-improve-product-export-performance-by-reducing-seo-url-replacement-calls.md
|
||||
|
|
@ -13234,6 +13237,7 @@ changelog/_unreleased/2025-01-19-fix-image-gallery-navigation-none-configuration
|
|||
changelog/_unreleased/2024-11-26-add-aria-label-to-price-field-currency-link.md
|
||||
changelog/_unreleased/2025-01-02-add-custom-field-store-api-aware.md
|
||||
changelog/_unreleased/2024-10-28-change-autocomplete-to-new-password-in-honeypot.md
|
||||
changelog/_unreleased/2025-02-26-add-generic-type-to-entity-loaded-events.md
|
||||
changelog/_unreleased/2024-11-13-migrate-rule-conditions-config-store-to-pinia.md
|
||||
changelog/_unreleased/2024-11-12-use-global-entity-and-entity-collection-types.md
|
||||
changelog/_unreleased/2025-02-19-marked-entity-attributes-classes-final.md
|
||||
|
|
@ -21199,6 +21203,5 @@ UPGRADE-6.4.md
|
|||
.gitlab/CODEOWNERS
|
||||
.envrc
|
||||
UPGRADE-6.8.md
|
||||
phpstan-v67-baseline.neon
|
||||
devenv.nix
|
||||
.git-blame-ignore-revs
|
||||
|
|
@ -33755,6 +33755,11 @@ Feature/Notifications/Email/EmailNotificationsUponCheckinTest.php
|
|||
Notifications/Email/EmailNotificationsUponCheckinTest.php
|
||||
Email/EmailNotificationsUponCheckinTest.php
|
||||
EmailNotificationsUponCheckinTest.php
|
||||
tests/Feature/Notifications/Email/AssetAcceptanceReminderTest.php
|
||||
Feature/Notifications/Email/AssetAcceptanceReminderTest.php
|
||||
Notifications/Email/AssetAcceptanceReminderTest.php
|
||||
Email/AssetAcceptanceReminderTest.php
|
||||
AssetAcceptanceReminderTest.php
|
||||
tests/Feature/Notifications/Email/ExpiringAlertsNotificationTest.php
|
||||
Feature/Notifications/Email/ExpiringAlertsNotificationTest.php
|
||||
Notifications/Email/ExpiringAlertsNotificationTest.php
|
||||
|
|
|
|||
|
|
@ -6175,6 +6175,7 @@ tests/Feature/Groups/Ui/IndexGroupTest.php
|
|||
tests/Feature/Groups/Api/StoreGroupTest.php
|
||||
tests/Feature/Groups/Api/DeleteGroupsTest.php
|
||||
tests/Feature/Notifications/Email/EmailNotificationsUponCheckinTest.php
|
||||
tests/Feature/Notifications/Email/AssetAcceptanceReminderTest.php
|
||||
tests/Feature/Notifications/Email/ExpiringAlertsNotificationTest.php
|
||||
tests/Feature/Notifications/Webhooks/SlackNotificationsUponCheckoutTest.php
|
||||
tests/Feature/Notifications/Webhooks/SlackNotificationsUponCheckinTest.php
|
||||
|
|
|
|||
|
|
@ -799,6 +799,11 @@ js/csv-export/changelog/53865-dev-pnpm-9-15-0
|
|||
csv-export/changelog/53865-dev-pnpm-9-15-0
|
||||
changelog/53865-dev-pnpm-9-15-0
|
||||
53865-dev-pnpm-9-15-0
|
||||
packages/js/csv-export/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
js/csv-export/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
csv-export/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/csv-export/babel.config.js
|
||||
js/csv-export/babel.config.js
|
||||
csv-export/babel.config.js
|
||||
|
|
@ -913,6 +918,11 @@ js/date/changelog/dev-build-profiling-tweaks-take-1
|
|||
date/changelog/dev-build-profiling-tweaks-take-1
|
||||
changelog/dev-build-profiling-tweaks-take-1
|
||||
dev-build-profiling-tweaks-take-1
|
||||
packages/js/date/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
js/date/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
date/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/date/changelog/fix-typos-in-packages-js-md-files
|
||||
js/date/changelog/fix-typos-in-packages-js-md-files
|
||||
date/changelog/fix-typos-in-packages-js-md-files
|
||||
|
|
@ -1065,6 +1075,11 @@ js/remote-logging/changelog/dev-build-profiling-tweaks-take-1
|
|||
remote-logging/changelog/dev-build-profiling-tweaks-take-1
|
||||
changelog/dev-build-profiling-tweaks-take-1
|
||||
dev-build-profiling-tweaks-take-1
|
||||
packages/js/remote-logging/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
js/remote-logging/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
remote-logging/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/remote-logging/changelog/dev-consolidate-syncpack-config
|
||||
js/remote-logging/changelog/dev-consolidate-syncpack-config
|
||||
remote-logging/changelog/dev-consolidate-syncpack-config
|
||||
|
|
@ -1757,6 +1772,11 @@ js/experimental/changelog/54160-54158-fix-typescript-errors-from-packagesjsexper
|
|||
experimental/changelog/54160-54158-fix-typescript-errors-from-packagesjsexperimental
|
||||
changelog/54160-54158-fix-typescript-errors-from-packagesjsexperimental
|
||||
54160-54158-fix-typescript-errors-from-packagesjsexperimental
|
||||
packages/js/experimental/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
js/experimental/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
experimental/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/experimental/changelog/update-storybook_documentation
|
||||
js/experimental/changelog/update-storybook_documentation
|
||||
experimental/changelog/update-storybook_documentation
|
||||
|
|
@ -1936,6 +1956,11 @@ js/currency/changelog/dev-build-profiling-tweaks-take-1
|
|||
currency/changelog/dev-build-profiling-tweaks-take-1
|
||||
changelog/dev-build-profiling-tweaks-take-1
|
||||
dev-build-profiling-tweaks-take-1
|
||||
packages/js/currency/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
js/currency/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
currency/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/currency/changelog/update-numberfilter-symbol
|
||||
js/currency/changelog/update-numberfilter-symbol
|
||||
currency/changelog/update-numberfilter-symbol
|
||||
|
|
@ -2768,6 +2793,11 @@ js/onboarding/changelog/dev-build-profiling-tweaks-take-1
|
|||
onboarding/changelog/dev-build-profiling-tweaks-take-1
|
||||
changelog/dev-build-profiling-tweaks-take-1
|
||||
dev-build-profiling-tweaks-take-1
|
||||
packages/js/onboarding/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
js/onboarding/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
onboarding/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/onboarding/changelog/update-storybook_documentation
|
||||
js/onboarding/changelog/update-storybook_documentation
|
||||
onboarding/changelog/update-storybook_documentation
|
||||
|
|
@ -3393,6 +3423,11 @@ js/block-templates/changelog/dev-build-profiling-tweaks-take-1
|
|||
block-templates/changelog/dev-build-profiling-tweaks-take-1
|
||||
changelog/dev-build-profiling-tweaks-take-1
|
||||
dev-build-profiling-tweaks-take-1
|
||||
packages/js/block-templates/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
js/block-templates/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
block-templates/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/block-templates/changelog/dev-updates-to-packages-for-dependencies
|
||||
js/block-templates/changelog/dev-updates-to-packages-for-dependencies
|
||||
block-templates/changelog/dev-updates-to-packages-for-dependencies
|
||||
|
|
@ -7028,6 +7063,11 @@ js/components/changelog/dev-build-profiling-tweaks-take-1
|
|||
components/changelog/dev-build-profiling-tweaks-take-1
|
||||
changelog/dev-build-profiling-tweaks-take-1
|
||||
dev-build-profiling-tweaks-take-1
|
||||
packages/js/components/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
js/components/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
components/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/components/changelog/update-storybook_documentation
|
||||
js/components/changelog/update-storybook_documentation
|
||||
components/changelog/update-storybook_documentation
|
||||
|
|
@ -7291,6 +7331,11 @@ js/number/changelog/dev-build-profiling-tweaks-take-1
|
|||
number/changelog/dev-build-profiling-tweaks-take-1
|
||||
changelog/dev-build-profiling-tweaks-take-1
|
||||
dev-build-profiling-tweaks-take-1
|
||||
packages/js/number/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
js/number/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
number/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/number/changelog/50047-fix-typos
|
||||
js/number/changelog/50047-fix-typos
|
||||
number/changelog/50047-fix-typos
|
||||
|
|
@ -7673,6 +7718,11 @@ js/ai/changelog/dev-jest-pass-without-tests
|
|||
ai/changelog/dev-jest-pass-without-tests
|
||||
changelog/dev-jest-pass-without-tests
|
||||
dev-jest-pass-without-tests
|
||||
packages/js/ai/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
js/ai/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
ai/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/ai/changelog/add-json-response-format-parameter
|
||||
js/ai/changelog/add-json-response-format-parameter
|
||||
ai/changelog/add-json-response-format-parameter
|
||||
|
|
@ -10516,6 +10566,11 @@ js/data/changelog/fix-core-profiler-api-types
|
|||
data/changelog/fix-core-profiler-api-types
|
||||
changelog/fix-core-profiler-api-types
|
||||
fix-core-profiler-api-types
|
||||
packages/js/data/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
js/data/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
data/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/data/changelog/fix-51395-reporttable-page
|
||||
js/data/changelog/fix-51395-reporttable-page
|
||||
data/changelog/fix-51395-reporttable-page
|
||||
|
|
@ -11150,6 +11205,11 @@ js/navigation/changelog/dev-build-profiling-tweaks-take-1
|
|||
navigation/changelog/dev-build-profiling-tweaks-take-1
|
||||
changelog/dev-build-profiling-tweaks-take-1
|
||||
dev-build-profiling-tweaks-take-1
|
||||
packages/js/navigation/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
js/navigation/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
navigation/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/navigation/changelog/fix-typos-in-packages-js-md-files
|
||||
js/navigation/changelog/fix-typos-in-packages-js-md-files
|
||||
navigation/changelog/fix-typos-in-packages-js-md-files
|
||||
|
|
@ -11500,6 +11560,11 @@ js/customer-effort-score/changelog/dev-build-profiling-tweaks-take-1
|
|||
customer-effort-score/changelog/dev-build-profiling-tweaks-take-1
|
||||
changelog/dev-build-profiling-tweaks-take-1
|
||||
dev-build-profiling-tweaks-take-1
|
||||
packages/js/customer-effort-score/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
js/customer-effort-score/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
customer-effort-score/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/customer-effort-score/changelog/55626-email-improvements-feedback-prompt
|
||||
js/customer-effort-score/changelog/55626-email-improvements-feedback-prompt
|
||||
customer-effort-score/changelog/55626-email-improvements-feedback-prompt
|
||||
|
|
@ -11676,6 +11741,11 @@ js/integrate-plugin/changelog/dev-build-profiling-tweaks-take-1
|
|||
integrate-plugin/changelog/dev-build-profiling-tweaks-take-1
|
||||
changelog/dev-build-profiling-tweaks-take-1
|
||||
dev-build-profiling-tweaks-take-1
|
||||
packages/js/integrate-plugin/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
js/integrate-plugin/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
integrate-plugin/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/integrate-plugin/changelog/bump-js-packages-php-version
|
||||
js/integrate-plugin/changelog/bump-js-packages-php-version
|
||||
integrate-plugin/changelog/bump-js-packages-php-version
|
||||
|
|
@ -12582,6 +12652,11 @@ js/api/changelog/dev-build-profiling-tweaks-take-1
|
|||
api/changelog/dev-build-profiling-tweaks-take-1
|
||||
changelog/dev-build-profiling-tweaks-take-1
|
||||
dev-build-profiling-tweaks-take-1
|
||||
packages/js/api/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
js/api/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
api/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/api/changelog/fix-typescript-package-isolation
|
||||
js/api/changelog/fix-typescript-package-isolation
|
||||
api/changelog/fix-typescript-package-isolation
|
||||
|
|
@ -12803,6 +12878,11 @@ js/explat/changelog/dev-build-profiling-tweaks-take-1
|
|||
explat/changelog/dev-build-profiling-tweaks-take-1
|
||||
changelog/dev-build-profiling-tweaks-take-1
|
||||
dev-build-profiling-tweaks-take-1
|
||||
packages/js/explat/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
js/explat/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
explat/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/explat/changelog/dev-monorepo-caching-deps-per-target-package
|
||||
js/explat/changelog/dev-monorepo-caching-deps-per-target-package
|
||||
explat/changelog/dev-monorepo-caching-deps-per-target-package
|
||||
|
|
@ -19475,6 +19555,11 @@ js/product-editor/changelog/add-initial_product_data_views_screen
|
|||
product-editor/changelog/add-initial_product_data_views_screen
|
||||
changelog/add-initial_product_data_views_screen
|
||||
add-initial_product_data_views_screen
|
||||
packages/js/product-editor/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
js/product-editor/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
product-editor/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/product-editor/changelog/dev-47035_request_tags_conditionally
|
||||
js/product-editor/changelog/dev-47035_request_tags_conditionally
|
||||
product-editor/changelog/dev-47035_request_tags_conditionally
|
||||
|
|
@ -19570,6 +19655,11 @@ js/product-editor/changelog/update-product-attribute-types
|
|||
product-editor/changelog/update-product-attribute-types
|
||||
changelog/update-product-attribute-types
|
||||
update-product-attribute-types
|
||||
packages/js/product-editor/changelog/55888-fix-remove-wp-6.1-version-checks
|
||||
js/product-editor/changelog/55888-fix-remove-wp-6.1-version-checks
|
||||
product-editor/changelog/55888-fix-remove-wp-6.1-version-checks
|
||||
changelog/55888-fix-remove-wp-6.1-version-checks
|
||||
55888-fix-remove-wp-6.1-version-checks
|
||||
packages/js/product-editor/changelog/add-notice-block
|
||||
js/product-editor/changelog/add-notice-block
|
||||
product-editor/changelog/add-notice-block
|
||||
|
|
@ -20253,6 +20343,11 @@ js/settings-editor/changelog/54798-add-dataform-settings-textarea
|
|||
settings-editor/changelog/54798-add-dataform-settings-textarea
|
||||
changelog/54798-add-dataform-settings-textarea
|
||||
54798-add-dataform-settings-textarea
|
||||
packages/js/settings-editor/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
js/settings-editor/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
settings-editor/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/settings-editor/changelog/53772-add-settings-data-group-layout
|
||||
js/settings-editor/changelog/53772-add-settings-data-group-layout
|
||||
settings-editor/changelog/53772-add-settings-data-group-layout
|
||||
|
|
@ -25919,6 +26014,10 @@ plugins/woocommerce-blocks/bin/storybook-deploy.sh
|
|||
woocommerce-blocks/bin/storybook-deploy.sh
|
||||
bin/storybook-deploy.sh
|
||||
storybook-deploy.sh
|
||||
plugins/woocommerce-blocks/bin/webpack-config-interactivity-blocks-frontend.js
|
||||
woocommerce-blocks/bin/webpack-config-interactivity-blocks-frontend.js
|
||||
bin/webpack-config-interactivity-blocks-frontend.js
|
||||
webpack-config-interactivity-blocks-frontend.js
|
||||
plugins/woocommerce-blocks/bin/webpack-shared-config.js
|
||||
woocommerce-blocks/bin/webpack-shared-config.js
|
||||
bin/webpack-shared-config.js
|
||||
|
|
@ -29767,6 +29866,29 @@ tests/e2e/plugins/extension-cart-update.php
|
|||
e2e/plugins/extension-cart-update.php
|
||||
plugins/extension-cart-update.php
|
||||
extension-cart-update.php
|
||||
plugins/woocommerce-blocks/tests/integration/README.md
|
||||
woocommerce-blocks/tests/integration/README.md
|
||||
tests/integration/README.md
|
||||
integration/README.md
|
||||
README.md
|
||||
plugins/woocommerce-blocks/tests/integration/helpers/integration-test-editor.tsx
|
||||
woocommerce-blocks/tests/integration/helpers/integration-test-editor.tsx
|
||||
tests/integration/helpers/integration-test-editor.tsx
|
||||
integration/helpers/integration-test-editor.tsx
|
||||
helpers/integration-test-editor.tsx
|
||||
integration-test-editor.tsx
|
||||
plugins/woocommerce-blocks/tests/integration/helpers/wait-for-store-resolvers.ts
|
||||
woocommerce-blocks/tests/integration/helpers/wait-for-store-resolvers.ts
|
||||
tests/integration/helpers/wait-for-store-resolvers.ts
|
||||
integration/helpers/wait-for-store-resolvers.ts
|
||||
helpers/wait-for-store-resolvers.ts
|
||||
wait-for-store-resolvers.ts
|
||||
plugins/woocommerce-blocks/tests/integration/helpers/with-fake-timers.ts
|
||||
woocommerce-blocks/tests/integration/helpers/with-fake-timers.ts
|
||||
tests/integration/helpers/with-fake-timers.ts
|
||||
integration/helpers/with-fake-timers.ts
|
||||
helpers/with-fake-timers.ts
|
||||
with-fake-timers.ts
|
||||
plugins/woocommerce-blocks/tests/utils/compatibility-notice.js
|
||||
woocommerce-blocks/tests/utils/compatibility-notice.js
|
||||
tests/utils/compatibility-notice.js
|
||||
|
|
@ -34476,6 +34598,20 @@ js/base/hooks/use-container-queries.ts
|
|||
base/hooks/use-container-queries.ts
|
||||
hooks/use-container-queries.ts
|
||||
use-container-queries.ts
|
||||
plugins/woocommerce-blocks/assets/js/base/stores/legacy-events.ts
|
||||
woocommerce-blocks/assets/js/base/stores/legacy-events.ts
|
||||
assets/js/base/stores/legacy-events.ts
|
||||
js/base/stores/legacy-events.ts
|
||||
base/stores/legacy-events.ts
|
||||
stores/legacy-events.ts
|
||||
legacy-events.ts
|
||||
plugins/woocommerce-blocks/assets/js/base/stores/cart-items.ts
|
||||
woocommerce-blocks/assets/js/base/stores/cart-items.ts
|
||||
assets/js/base/stores/cart-items.ts
|
||||
js/base/stores/cart-items.ts
|
||||
base/stores/cart-items.ts
|
||||
stores/cart-items.ts
|
||||
cart-items.ts
|
||||
plugins/woocommerce-blocks/assets/js/base/context/index.ts
|
||||
woocommerce-blocks/assets/js/base/context/index.ts
|
||||
assets/js/base/context/index.ts
|
||||
|
|
@ -37568,6 +37704,13 @@ js/blocks/product-collection/save.tsx
|
|||
blocks/product-collection/save.tsx
|
||||
product-collection/save.tsx
|
||||
save.tsx
|
||||
plugins/woocommerce-blocks/assets/js/blocks/product-collection/legacy-events.ts
|
||||
woocommerce-blocks/assets/js/blocks/product-collection/legacy-events.ts
|
||||
assets/js/blocks/product-collection/legacy-events.ts
|
||||
js/blocks/product-collection/legacy-events.ts
|
||||
blocks/product-collection/legacy-events.ts
|
||||
product-collection/legacy-events.ts
|
||||
legacy-events.ts
|
||||
plugins/woocommerce-blocks/assets/js/blocks/product-collection/variations/index.ts
|
||||
woocommerce-blocks/assets/js/blocks/product-collection/variations/index.ts
|
||||
assets/js/blocks/product-collection/variations/index.ts
|
||||
|
|
@ -37660,6 +37803,13 @@ js/blocks/product-collection/icon.tsx
|
|||
blocks/product-collection/icon.tsx
|
||||
product-collection/icon.tsx
|
||||
icon.tsx
|
||||
plugins/woocommerce-blocks/assets/js/blocks/product-collection/notices-frontend.ts
|
||||
woocommerce-blocks/assets/js/blocks/product-collection/notices-frontend.ts
|
||||
assets/js/blocks/product-collection/notices-frontend.ts
|
||||
js/blocks/product-collection/notices-frontend.ts
|
||||
blocks/product-collection/notices-frontend.ts
|
||||
product-collection/notices-frontend.ts
|
||||
notices-frontend.ts
|
||||
plugins/woocommerce-blocks/assets/js/blocks/product-collection/index.tsx
|
||||
woocommerce-blocks/assets/js/blocks/product-collection/index.tsx
|
||||
assets/js/blocks/product-collection/index.tsx
|
||||
|
|
@ -40005,6 +40155,14 @@ js/blocks/active-filters/style.scss
|
|||
blocks/active-filters/style.scss
|
||||
active-filters/style.scss
|
||||
style.scss
|
||||
plugins/woocommerce-blocks/assets/js/blocks/active-filters/test/block.ts
|
||||
woocommerce-blocks/assets/js/blocks/active-filters/test/block.ts
|
||||
assets/js/blocks/active-filters/test/block.ts
|
||||
js/blocks/active-filters/test/block.ts
|
||||
blocks/active-filters/test/block.ts
|
||||
active-filters/test/block.ts
|
||||
test/block.ts
|
||||
block.ts
|
||||
plugins/woocommerce-blocks/assets/js/blocks/active-filters/editor.scss
|
||||
woocommerce-blocks/assets/js/blocks/active-filters/editor.scss
|
||||
assets/js/blocks/active-filters/editor.scss
|
||||
|
|
@ -41303,14 +41461,6 @@ blocks/product-filters/utils/index.ts
|
|||
product-filters/utils/index.ts
|
||||
utils/index.ts
|
||||
index.ts
|
||||
plugins/woocommerce-blocks/assets/js/blocks/product-filters/utils/get-client-id-by-block-name.ts
|
||||
woocommerce-blocks/assets/js/blocks/product-filters/utils/get-client-id-by-block-name.ts
|
||||
assets/js/blocks/product-filters/utils/get-client-id-by-block-name.ts
|
||||
js/blocks/product-filters/utils/get-client-id-by-block-name.ts
|
||||
blocks/product-filters/utils/get-client-id-by-block-name.ts
|
||||
product-filters/utils/get-client-id-by-block-name.ts
|
||||
utils/get-client-id-by-block-name.ts
|
||||
get-client-id-by-block-name.ts
|
||||
plugins/woocommerce-blocks/assets/js/blocks/product-filters/utils/get-inner-block-by-name.ts
|
||||
woocommerce-blocks/assets/js/blocks/product-filters/utils/get-inner-block-by-name.ts
|
||||
assets/js/blocks/product-filters/utils/get-inner-block-by-name.ts
|
||||
|
|
@ -41362,6 +41512,14 @@ blocks/product-filters/utils/get-product-filters-css.ts
|
|||
product-filters/utils/get-product-filters-css.ts
|
||||
utils/get-product-filters-css.ts
|
||||
get-product-filters-css.ts
|
||||
plugins/woocommerce-blocks/assets/js/blocks/product-filters/utils/price-currency.ts
|
||||
woocommerce-blocks/assets/js/blocks/product-filters/utils/price-currency.ts
|
||||
assets/js/blocks/product-filters/utils/price-currency.ts
|
||||
js/blocks/product-filters/utils/price-currency.ts
|
||||
blocks/product-filters/utils/price-currency.ts
|
||||
product-filters/utils/price-currency.ts
|
||||
utils/price-currency.ts
|
||||
price-currency.ts
|
||||
plugins/woocommerce-blocks/assets/js/blocks/product-filters/constants.ts
|
||||
woocommerce-blocks/assets/js/blocks/product-filters/constants.ts
|
||||
assets/js/blocks/product-filters/constants.ts
|
||||
|
|
@ -67985,6 +68143,10 @@ plugins/woocommerce/changelog/fix-54336
|
|||
woocommerce/changelog/fix-54336
|
||||
changelog/fix-54336
|
||||
fix-54336
|
||||
plugins/woocommerce/changelog/55904-fix-23393-features-banner-position
|
||||
woocommerce/changelog/55904-fix-23393-features-banner-position
|
||||
changelog/55904-fix-23393-features-banner-position
|
||||
55904-fix-23393-features-banner-position
|
||||
plugins/woocommerce/changelog/product-filters-remove-mobile-display-settings
|
||||
woocommerce/changelog/product-filters-remove-mobile-display-settings
|
||||
changelog/product-filters-remove-mobile-display-settings
|
||||
|
|
@ -68177,6 +68339,10 @@ plugins/woocommerce/changelog/dev-reenable-admin-ts-error-check
|
|||
woocommerce/changelog/dev-reenable-admin-ts-error-check
|
||||
changelog/dev-reenable-admin-ts-error-check
|
||||
dev-reenable-admin-ts-error-check
|
||||
plugins/woocommerce/changelog/fix-54486-vivawallet-slug
|
||||
woocommerce/changelog/fix-54486-vivawallet-slug
|
||||
changelog/fix-54486-vivawallet-slug
|
||||
fix-54486-vivawallet-slug
|
||||
plugins/woocommerce/changelog/55095-dev-rewrite-wireit-deps-update
|
||||
woocommerce/changelog/55095-dev-rewrite-wireit-deps-update
|
||||
changelog/55095-dev-rewrite-wireit-deps-update
|
||||
|
|
@ -68189,6 +68355,10 @@ plugins/woocommerce/changelog/add-53284
|
|||
woocommerce/changelog/add-53284
|
||||
changelog/add-53284
|
||||
add-53284
|
||||
plugins/woocommerce/changelog/fix-55921-complete-setup-event-property
|
||||
woocommerce/changelog/fix-55921-complete-setup-event-property
|
||||
changelog/fix-55921-complete-setup-event-property
|
||||
fix-55921-complete-setup-event-property
|
||||
plugins/woocommerce/changelog/e2e-audit-followup-analytics
|
||||
woocommerce/changelog/e2e-audit-followup-analytics
|
||||
changelog/e2e-audit-followup-analytics
|
||||
|
|
@ -68233,6 +68403,10 @@ plugins/woocommerce/changelog/add-54666_initial_accordion_block
|
|||
woocommerce/changelog/add-54666_initial_accordion_block
|
||||
changelog/add-54666_initial_accordion_block
|
||||
add-54666_initial_accordion_block
|
||||
plugins/woocommerce/changelog/55080-dev-migrate-to-wp-interactivity-54259
|
||||
woocommerce/changelog/55080-dev-migrate-to-wp-interactivity-54259
|
||||
changelog/55080-dev-migrate-to-wp-interactivity-54259
|
||||
55080-dev-migrate-to-wp-interactivity-54259
|
||||
plugins/woocommerce/changelog/55632-filter-review-actions
|
||||
woocommerce/changelog/55632-filter-review-actions
|
||||
changelog/55632-filter-review-actions
|
||||
|
|
@ -68249,6 +68423,10 @@ plugins/woocommerce/changelog/add-grow-business-promo
|
|||
woocommerce/changelog/add-grow-business-promo
|
||||
changelog/add-grow-business-promo
|
||||
add-grow-business-promo
|
||||
plugins/woocommerce/changelog/55717-dev-move-store-notices-to-prod-collection
|
||||
woocommerce/changelog/55717-dev-move-store-notices-to-prod-collection
|
||||
changelog/55717-dev-move-store-notices-to-prod-collection
|
||||
55717-dev-move-store-notices-to-prod-collection
|
||||
plugins/woocommerce/changelog/fix-52133
|
||||
woocommerce/changelog/fix-52133
|
||||
changelog/fix-52133
|
||||
|
|
@ -68269,6 +68447,10 @@ plugins/woocommerce/changelog/54557-update-coming-soon-template-loginout-button
|
|||
woocommerce/changelog/54557-update-coming-soon-template-loginout-button
|
||||
changelog/54557-update-coming-soon-template-loginout-button
|
||||
54557-update-coming-soon-template-loginout-button
|
||||
plugins/woocommerce/changelog/55871-fix-improve-css-grid-rule
|
||||
woocommerce/changelog/55871-fix-improve-css-grid-rule
|
||||
changelog/55871-fix-improve-css-grid-rule
|
||||
55871-fix-improve-css-grid-rule
|
||||
plugins/woocommerce/changelog/55633-cleanup-blocks-jest-setup
|
||||
woocommerce/changelog/55633-cleanup-blocks-jest-setup
|
||||
changelog/55633-cleanup-blocks-jest-setup
|
||||
|
|
@ -68413,6 +68595,10 @@ plugins/woocommerce/changelog/e2e-audit-follow-up-checkout
|
|||
woocommerce/changelog/e2e-audit-follow-up-checkout
|
||||
changelog/e2e-audit-follow-up-checkout
|
||||
e2e-audit-follow-up-checkout
|
||||
plugins/woocommerce/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
woocommerce/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
plugins/woocommerce/changelog/fix-Cart-Block-shows-dummy-data-for-local-pickup-options-in-block-editor
|
||||
woocommerce/changelog/fix-Cart-Block-shows-dummy-data-for-local-pickup-options-in-block-editor
|
||||
changelog/fix-Cart-Block-shows-dummy-data-for-local-pickup-options-in-block-editor
|
||||
|
|
@ -68517,6 +68703,10 @@ plugins/woocommerce/changelog/fix-homescreen-layout-ts-errors
|
|||
woocommerce/changelog/fix-homescreen-layout-ts-errors
|
||||
changelog/fix-homescreen-layout-ts-errors
|
||||
fix-homescreen-layout-ts-errors
|
||||
plugins/woocommerce/changelog/55888-fix-remove-wp-6.1-version-checks
|
||||
woocommerce/changelog/55888-fix-remove-wp-6.1-version-checks
|
||||
changelog/55888-fix-remove-wp-6.1-version-checks
|
||||
55888-fix-remove-wp-6.1-version-checks
|
||||
plugins/woocommerce/changelog/55475-email-preview-settings-ids-filters
|
||||
woocommerce/changelog/55475-email-preview-settings-ids-filters
|
||||
changelog/55475-email-preview-settings-ids-filters
|
||||
|
|
@ -68653,6 +68843,14 @@ plugins/woocommerce/changelog/fix-50263
|
|||
woocommerce/changelog/fix-50263
|
||||
changelog/fix-50263
|
||||
fix-50263
|
||||
plugins/woocommerce/changelog/55651-add-integration-test-editor
|
||||
woocommerce/changelog/55651-add-integration-test-editor
|
||||
changelog/55651-add-integration-test-editor
|
||||
55651-add-integration-test-editor
|
||||
plugins/woocommerce/changelog/update-iapi-add-to-cart-button
|
||||
woocommerce/changelog/update-iapi-add-to-cart-button
|
||||
changelog/update-iapi-add-to-cart-button
|
||||
update-iapi-add-to-cart-button
|
||||
plugins/woocommerce/changelog/update-55212-update-reset-account-modal-text
|
||||
woocommerce/changelog/update-55212-update-reset-account-modal-text
|
||||
changelog/update-55212-update-reset-account-modal-text
|
||||
|
|
@ -68969,6 +69167,10 @@ plugins/woocommerce/changelog/54548-add-54496-add-new-rest-api-to-import-single-
|
|||
woocommerce/changelog/54548-add-54496-add-new-rest-api-to-import-single-step
|
||||
changelog/54548-add-54496-add-new-rest-api-to-import-single-step
|
||||
54548-add-54496-add-new-rest-api-to-import-single-step
|
||||
plugins/woocommerce/changelog/fix-createDeprecatedObjectProxy-use-of-symbols
|
||||
woocommerce/changelog/fix-createDeprecatedObjectProxy-use-of-symbols
|
||||
changelog/fix-createDeprecatedObjectProxy-use-of-symbols
|
||||
fix-createDeprecatedObjectProxy-use-of-symbols
|
||||
plugins/woocommerce/changelog/dev-disable-wpenv-debug-for-testing-containers
|
||||
woocommerce/changelog/dev-disable-wpenv-debug-for-testing-containers
|
||||
changelog/dev-disable-wpenv-debug-for-testing-containers
|
||||
|
|
@ -69009,6 +69211,10 @@ plugins/woocommerce/changelog/add-subs-4769-ssr-report-data
|
|||
woocommerce/changelog/add-subs-4769-ssr-report-data
|
||||
changelog/add-subs-4769-ssr-report-data
|
||||
add-subs-4769-ssr-report-data
|
||||
plugins/woocommerce/changelog/add-blueprint-file-size-validation
|
||||
woocommerce/changelog/add-blueprint-file-size-validation
|
||||
changelog/add-blueprint-file-size-validation
|
||||
add-blueprint-file-size-validation
|
||||
plugins/woocommerce/changelog/55361-update-23119-personalize-featured-list
|
||||
woocommerce/changelog/55361-update-23119-personalize-featured-list
|
||||
changelog/55361-update-23119-personalize-featured-list
|
||||
|
|
@ -69029,6 +69235,10 @@ plugins/woocommerce/changelog/55812-add-export-filters
|
|||
woocommerce/changelog/55812-add-export-filters
|
||||
changelog/55812-add-export-filters
|
||||
55812-add-export-filters
|
||||
plugins/woocommerce/changelog/55869-email-preview-key-class
|
||||
woocommerce/changelog/55869-email-preview-key-class
|
||||
changelog/55869-email-preview-key-class
|
||||
55869-email-preview-key-class
|
||||
plugins/woocommerce/changelog/fix-uncaught-type-error-on-installer
|
||||
woocommerce/changelog/fix-uncaught-type-error-on-installer
|
||||
changelog/fix-uncaught-type-error-on-installer
|
||||
|
|
@ -69117,6 +69327,10 @@ plugins/woocommerce/changelog/add-settings-save-api
|
|||
woocommerce/changelog/add-settings-save-api
|
||||
changelog/add-settings-save-api
|
||||
add-settings-save-api
|
||||
plugins/woocommerce/changelog/e2e-remove-daily-jobs-for-canonical-extensions
|
||||
woocommerce/changelog/e2e-remove-daily-jobs-for-canonical-extensions
|
||||
changelog/e2e-remove-daily-jobs-for-canonical-extensions
|
||||
e2e-remove-daily-jobs-for-canonical-extensions
|
||||
plugins/woocommerce/changelog/fix-51003
|
||||
woocommerce/changelog/fix-51003
|
||||
changelog/fix-51003
|
||||
|
|
@ -76509,6 +76723,15 @@ Features/Blueprint/fixtures/woo-blueprint-taxrates.json
|
|||
Blueprint/fixtures/woo-blueprint-taxrates.json
|
||||
fixtures/woo-blueprint-taxrates.json
|
||||
woo-blueprint-taxrates.json
|
||||
plugins/woocommerce/tests/php/src/Admin/Features/Blueprint/RestApiTest.php
|
||||
woocommerce/tests/php/src/Admin/Features/Blueprint/RestApiTest.php
|
||||
tests/php/src/Admin/Features/Blueprint/RestApiTest.php
|
||||
php/src/Admin/Features/Blueprint/RestApiTest.php
|
||||
src/Admin/Features/Blueprint/RestApiTest.php
|
||||
Admin/Features/Blueprint/RestApiTest.php
|
||||
Features/Blueprint/RestApiTest.php
|
||||
Blueprint/RestApiTest.php
|
||||
RestApiTest.php
|
||||
plugins/woocommerce/tests/php/src/Database/Migrations/CustomOrderTable/PostsToOrdersMigrationControllerTest.php
|
||||
woocommerce/tests/php/src/Database/Migrations/CustomOrderTable/PostsToOrdersMigrationControllerTest.php
|
||||
tests/php/src/Database/Migrations/CustomOrderTable/PostsToOrdersMigrationControllerTest.php
|
||||
|
|
|
|||
|
|
@ -261,6 +261,7 @@ packages/js/csv-export/changelog/54996-chore-update-wireit
|
|||
packages/js/csv-export/changelog/.gitkeep
|
||||
packages/js/csv-export/changelog/55095-dev-rewrite-wireit-deps-update
|
||||
packages/js/csv-export/changelog/53865-dev-pnpm-9-15-0
|
||||
packages/js/csv-export/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/csv-export/babel.config.js
|
||||
packages/js/csv-export/CHANGELOG.md
|
||||
packages/js/csv-export/.eslintrc.js
|
||||
|
|
@ -286,6 +287,7 @@ packages/js/date/changelog/55095-dev-rewrite-wireit-deps-update
|
|||
packages/js/date/changelog/dev-ci-lint-monorepo-job-update
|
||||
packages/js/date/changelog/53865-dev-pnpm-9-15-0
|
||||
packages/js/date/changelog/dev-build-profiling-tweaks-take-1
|
||||
packages/js/date/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/date/changelog/fix-typos-in-packages-js-md-files
|
||||
packages/js/date/changelog/50047-fix-typos
|
||||
packages/js/date/changelog/502820-fix-markdown-typos
|
||||
|
|
@ -318,6 +320,7 @@ packages/js/remote-logging/changelog/55095-dev-rewrite-wireit-deps-update
|
|||
packages/js/remote-logging/changelog/dev-ci-lint-monorepo-job-update
|
||||
packages/js/remote-logging/changelog/53865-dev-pnpm-9-15-0
|
||||
packages/js/remote-logging/changelog/dev-build-profiling-tweaks-take-1
|
||||
packages/js/remote-logging/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/remote-logging/changelog/dev-consolidate-syncpack-config
|
||||
packages/js/remote-logging/babel.config.js
|
||||
packages/js/remote-logging/CHANGELOG.md
|
||||
|
|
@ -452,6 +455,7 @@ packages/js/experimental/changelog/53865-dev-pnpm-9-15-0
|
|||
packages/js/experimental/changelog/upgrade-storybook_and_add_pages_workflow
|
||||
packages/js/experimental/changelog/dev-build-profiling-tweaks-take-1
|
||||
packages/js/experimental/changelog/54160-54158-fix-typescript-errors-from-packagesjsexperimental
|
||||
packages/js/experimental/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/experimental/changelog/update-storybook_documentation
|
||||
packages/js/experimental/changelog/fix-tasklist-ts-errors
|
||||
packages/js/experimental/changelog/54526-54488-admin-note-action-button-of-type-link-no-longer-works
|
||||
|
|
@ -490,6 +494,7 @@ packages/js/currency/changelog/55095-dev-rewrite-wireit-deps-update
|
|||
packages/js/currency/changelog/dev-ci-lint-monorepo-job-update
|
||||
packages/js/currency/changelog/53865-dev-pnpm-9-15-0
|
||||
packages/js/currency/changelog/dev-build-profiling-tweaks-take-1
|
||||
packages/js/currency/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/currency/changelog/update-numberfilter-symbol
|
||||
packages/js/currency/changelog/add-localise-monetary-value
|
||||
packages/js/currency/changelog/54181-fix-shipping-method-values-unformatted
|
||||
|
|
@ -628,6 +633,7 @@ packages/js/onboarding/changelog/fix-54227
|
|||
packages/js/onboarding/changelog/53865-dev-pnpm-9-15-0
|
||||
packages/js/onboarding/changelog/upgrade-storybook_and_add_pages_workflow
|
||||
packages/js/onboarding/changelog/dev-build-profiling-tweaks-take-1
|
||||
packages/js/onboarding/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/onboarding/changelog/update-storybook_documentation
|
||||
packages/js/onboarding/changelog/update-branding-updates-to-woocommerce
|
||||
packages/js/onboarding/changelog/54723-fix-global-popover-element
|
||||
|
|
@ -755,6 +761,7 @@ packages/js/block-templates/changelog/53531-dev-react-18-ghidorah
|
|||
packages/js/block-templates/changelog/55095-dev-rewrite-wireit-deps-update
|
||||
packages/js/block-templates/changelog/dev-ci-lint-monorepo-job-update
|
||||
packages/js/block-templates/changelog/dev-build-profiling-tweaks-take-1
|
||||
packages/js/block-templates/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/block-templates/changelog/dev-updates-to-packages-for-dependencies
|
||||
packages/js/block-templates/changelog/52815-dev-lock-dependencies
|
||||
packages/js/block-templates/changelog/fix-create-variations-crash-react-18
|
||||
|
|
@ -1325,6 +1332,7 @@ packages/js/components/changelog/53865-dev-pnpm-9-15-0
|
|||
packages/js/components/changelog/tweak-select-tree-2
|
||||
packages/js/components/changelog/upgrade-storybook_and_add_pages_workflow
|
||||
packages/js/components/changelog/dev-build-profiling-tweaks-take-1
|
||||
packages/js/components/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/components/changelog/update-storybook_documentation
|
||||
packages/js/components/changelog/fix-product-editor-images-drop-error
|
||||
packages/js/components/changelog/fix-47791-confetti-pop-every-render
|
||||
|
|
@ -1380,6 +1388,7 @@ packages/js/number/changelog/55095-dev-rewrite-wireit-deps-update
|
|||
packages/js/number/changelog/dev-ci-lint-monorepo-job-update
|
||||
packages/js/number/changelog/53865-dev-pnpm-9-15-0
|
||||
packages/js/number/changelog/dev-build-profiling-tweaks-take-1
|
||||
packages/js/number/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/number/changelog/50047-fix-typos
|
||||
packages/js/number/changelog/fix-misspelling-in-parse-number-tests
|
||||
packages/js/number/changelog/dev-consolidate-syncpack-config
|
||||
|
|
@ -1459,6 +1468,7 @@ packages/js/ai/changelog/update-completion-hooks-39009
|
|||
packages/js/ai/changelog/add-background-removal-feedback-39730
|
||||
packages/js/ai/changelog/dev-build-profiling-tweaks-take-1
|
||||
packages/js/ai/changelog/dev-jest-pass-without-tests
|
||||
packages/js/ai/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/ai/changelog/add-json-response-format-parameter
|
||||
packages/js/ai/changelog/bump-js-packages-php-version
|
||||
packages/js/ai/changelog/43595-update-wireit-0.14.3
|
||||
|
|
@ -1967,6 +1977,7 @@ packages/js/data/changelog/dev-nox-drag-and-drop-updates
|
|||
packages/js/data/changelog/upgrade-storybook_and_add_pages_workflow
|
||||
packages/js/data/changelog/dev-build-profiling-tweaks-take-1
|
||||
packages/js/data/changelog/fix-core-profiler-api-types
|
||||
packages/js/data/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/data/changelog/fix-51395-reporttable-page
|
||||
packages/js/data/changelog/fix-misspelling-in-crud-reducer
|
||||
packages/js/data/changelog/54348-fix-ts-errors-pluginswoocommerceclientadminclientsettingspayments
|
||||
|
|
@ -2095,6 +2106,7 @@ packages/js/navigation/changelog/50190-add-navigation-deprecation
|
|||
packages/js/navigation/changelog/dev-ci-lint-monorepo-job-update
|
||||
packages/js/navigation/changelog/53865-dev-pnpm-9-15-0
|
||||
packages/js/navigation/changelog/dev-build-profiling-tweaks-take-1
|
||||
packages/js/navigation/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/navigation/changelog/fix-typos-in-packages-js-md-files
|
||||
packages/js/navigation/changelog/add-navigation-deprecation
|
||||
packages/js/navigation/changelog/dev-monorepo-caching-deps-per-target-package
|
||||
|
|
@ -2157,6 +2169,7 @@ packages/js/customer-effort-score/changelog/improve-ces-allow-tracking-option
|
|||
packages/js/customer-effort-score/changelog/dev-ci-lint-monorepo-job-update
|
||||
packages/js/customer-effort-score/changelog/53865-dev-pnpm-9-15-0
|
||||
packages/js/customer-effort-score/changelog/dev-build-profiling-tweaks-take-1
|
||||
packages/js/customer-effort-score/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/customer-effort-score/changelog/55626-email-improvements-feedback-prompt
|
||||
packages/js/customer-effort-score/changelog/52815-dev-lock-dependencies
|
||||
packages/js/customer-effort-score/changelog/fix-migrate-option-store
|
||||
|
|
@ -2195,6 +2208,7 @@ packages/js/integrate-plugin/changelog/55095-dev-rewrite-wireit-deps-update
|
|||
packages/js/integrate-plugin/changelog/41053-dev-remove-superfluous-test-scripts
|
||||
packages/js/integrate-plugin/changelog/dev-ci-lint-monorepo-job-update
|
||||
packages/js/integrate-plugin/changelog/dev-build-profiling-tweaks-take-1
|
||||
packages/js/integrate-plugin/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/integrate-plugin/changelog/bump-js-packages-php-version
|
||||
packages/js/integrate-plugin/changelog/43595-update-wireit-0.14.3
|
||||
packages/js/integrate-plugin/changelog/update-separate-php-and-js-tests
|
||||
|
|
@ -2332,6 +2346,7 @@ packages/js/api/changelog/55095-dev-rewrite-wireit-deps-update
|
|||
packages/js/api/changelog/dev-ci-lint-monorepo-job-update
|
||||
packages/js/api/changelog/53865-dev-pnpm-9-15-0
|
||||
packages/js/api/changelog/dev-build-profiling-tweaks-take-1
|
||||
packages/js/api/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/api/changelog/fix-typescript-package-isolation
|
||||
packages/js/api/changelog/bump-js-packages-php-version
|
||||
packages/js/api/changelog/43595-update-wireit-0.14.3
|
||||
|
|
@ -2378,6 +2393,7 @@ packages/js/explat/changelog/55095-dev-rewrite-wireit-deps-update
|
|||
packages/js/explat/changelog/dev-ci-lint-monorepo-job-update
|
||||
packages/js/explat/changelog/53865-dev-pnpm-9-15-0
|
||||
packages/js/explat/changelog/dev-build-profiling-tweaks-take-1
|
||||
packages/js/explat/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/explat/changelog/dev-monorepo-caching-deps-per-target-package
|
||||
packages/js/explat/changelog/dev-consolidate-syncpack-config
|
||||
packages/js/explat/babel.config.js
|
||||
|
|
@ -3299,6 +3315,7 @@ packages/js/product-editor/changelog/fix-49697_settings_button_on_mobile
|
|||
packages/js/product-editor/changelog/dev-46768_add_ref_to_number_control
|
||||
packages/js/product-editor/changelog/fix-hide-variation-notice
|
||||
packages/js/product-editor/changelog/add-initial_product_data_views_screen
|
||||
packages/js/product-editor/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/product-editor/changelog/dev-47035_request_tags_conditionally
|
||||
packages/js/product-editor/changelog/fix-beta-tester-ts-errors
|
||||
packages/js/product-editor/changelog/update-populate-attribute-terms-optimistically
|
||||
|
|
@ -3318,6 +3335,7 @@ packages/js/product-editor/changelog/update-e2e-product-editor-create-simple-pro
|
|||
packages/js/product-editor/changelog/add-49721_add_readme_for_validators
|
||||
packages/js/product-editor/changelog/dev-49582_use_custom_link_for_sku_error
|
||||
packages/js/product-editor/changelog/update-product-attribute-types
|
||||
packages/js/product-editor/changelog/55888-fix-remove-wp-6.1-version-checks
|
||||
packages/js/product-editor/changelog/add-notice-block
|
||||
packages/js/product-editor/changelog/fix-46638
|
||||
packages/js/product-editor/changelog/update-dataviews_package
|
||||
|
|
@ -3449,6 +3467,7 @@ packages/js/settings-editor/changelog/55095-dev-rewrite-wireit-deps-update
|
|||
packages/js/settings-editor/changelog/54948-add-settings-custom-hooks
|
||||
packages/js/settings-editor/changelog/update-settings-return-to-wc-home
|
||||
packages/js/settings-editor/changelog/54798-add-dataform-settings-textarea
|
||||
packages/js/settings-editor/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/settings-editor/changelog/53772-add-settings-data-group-layout
|
||||
packages/js/settings-editor/changelog/tweak-settings-route
|
||||
packages/js/settings-editor/changelog/update-settings-edits
|
||||
|
|
@ -4453,6 +4472,7 @@ plugins/woocommerce-blocks/bin/eslint-plugin-woocommerce/package.json
|
|||
plugins/woocommerce-blocks/bin/eslint-plugin-woocommerce/index.js
|
||||
plugins/woocommerce-blocks/bin/eslint-plugin-woocommerce/rules/index.js
|
||||
plugins/woocommerce-blocks/bin/storybook-deploy.sh
|
||||
plugins/woocommerce-blocks/bin/webpack-config-interactivity-blocks-frontend.js
|
||||
plugins/woocommerce-blocks/bin/webpack-shared-config.js
|
||||
plugins/woocommerce-blocks/bin/gen-block-list-doc.js
|
||||
plugins/woocommerce-blocks/bin/wp-env-pre-config.sh
|
||||
|
|
@ -5030,6 +5050,10 @@ plugins/woocommerce-blocks/tests/e2e/plugins/single-product-template-compatibili
|
|||
plugins/woocommerce-blocks/tests/e2e/plugins/register-product-collection.php
|
||||
plugins/woocommerce-blocks/tests/e2e/plugins/update-price.php
|
||||
plugins/woocommerce-blocks/tests/e2e/plugins/extension-cart-update.php
|
||||
plugins/woocommerce-blocks/tests/integration/README.md
|
||||
plugins/woocommerce-blocks/tests/integration/helpers/integration-test-editor.tsx
|
||||
plugins/woocommerce-blocks/tests/integration/helpers/wait-for-store-resolvers.ts
|
||||
plugins/woocommerce-blocks/tests/integration/helpers/with-fake-timers.ts
|
||||
plugins/woocommerce-blocks/tests/utils/compatibility-notice.js
|
||||
plugins/woocommerce-blocks/tests/utils/find-by-text.ts
|
||||
plugins/woocommerce-blocks/tests/mocks/woo-test-helper/woo-test-helper.php
|
||||
|
|
@ -5613,6 +5637,8 @@ plugins/woocommerce-blocks/assets/js/base/hooks/use-position-relative-to-viewpor
|
|||
plugins/woocommerce-blocks/assets/js/base/hooks/use-schema-parser.ts
|
||||
plugins/woocommerce-blocks/assets/js/base/hooks/use-previous.ts
|
||||
plugins/woocommerce-blocks/assets/js/base/hooks/use-container-queries.ts
|
||||
plugins/woocommerce-blocks/assets/js/base/stores/legacy-events.ts
|
||||
plugins/woocommerce-blocks/assets/js/base/stores/cart-items.ts
|
||||
plugins/woocommerce-blocks/assets/js/base/context/index.ts
|
||||
plugins/woocommerce-blocks/assets/js/base/context/utils.js
|
||||
plugins/woocommerce-blocks/assets/js/base/context/test/utils.js
|
||||
|
|
@ -6000,6 +6026,7 @@ plugins/woocommerce-blocks/assets/js/blocks/product-collection/collections/on-sa
|
|||
plugins/woocommerce-blocks/assets/js/blocks/product-collection/tracks-utils.ts
|
||||
plugins/woocommerce-blocks/assets/js/blocks/product-collection/types.ts
|
||||
plugins/woocommerce-blocks/assets/js/blocks/product-collection/save.tsx
|
||||
plugins/woocommerce-blocks/assets/js/blocks/product-collection/legacy-events.ts
|
||||
plugins/woocommerce-blocks/assets/js/blocks/product-collection/variations/index.ts
|
||||
plugins/woocommerce-blocks/assets/js/blocks/product-collection/variations/elements/product-title.tsx
|
||||
plugins/woocommerce-blocks/assets/js/blocks/product-collection/variations/elements/product-summary.tsx
|
||||
|
|
@ -6011,6 +6038,7 @@ plugins/woocommerce-blocks/assets/js/blocks/product-collection/inner-blocks/no-r
|
|||
plugins/woocommerce-blocks/assets/js/blocks/product-collection/inner-blocks/no-results/block.json
|
||||
plugins/woocommerce-blocks/assets/js/blocks/product-collection/inner-blocks/no-results/edit.tsx
|
||||
plugins/woocommerce-blocks/assets/js/blocks/product-collection/icon.tsx
|
||||
plugins/woocommerce-blocks/assets/js/blocks/product-collection/notices-frontend.ts
|
||||
plugins/woocommerce-blocks/assets/js/blocks/product-collection/index.tsx
|
||||
plugins/woocommerce-blocks/assets/js/blocks/product-collection/block.json
|
||||
plugins/woocommerce-blocks/assets/js/blocks/product-collection/edit/product-collection-content.tsx
|
||||
|
|
@ -6304,6 +6332,7 @@ plugins/woocommerce-blocks/assets/js/blocks/active-filters/filter-placeholders.t
|
|||
plugins/woocommerce-blocks/assets/js/blocks/active-filters/active-attribute-filters.tsx
|
||||
plugins/woocommerce-blocks/assets/js/blocks/active-filters/types.ts
|
||||
plugins/woocommerce-blocks/assets/js/blocks/active-filters/style.scss
|
||||
plugins/woocommerce-blocks/assets/js/blocks/active-filters/test/block.ts
|
||||
plugins/woocommerce-blocks/assets/js/blocks/active-filters/editor.scss
|
||||
plugins/woocommerce-blocks/assets/js/blocks/active-filters/index.tsx
|
||||
plugins/woocommerce-blocks/assets/js/blocks/active-filters/block.json
|
||||
|
|
@ -6457,13 +6486,13 @@ plugins/woocommerce-blocks/assets/js/blocks/product-filters/components/notice/in
|
|||
plugins/woocommerce-blocks/assets/js/blocks/product-filters/components/initial-disabled/style.scss
|
||||
plugins/woocommerce-blocks/assets/js/blocks/product-filters/components/initial-disabled/index.tsx
|
||||
plugins/woocommerce-blocks/assets/js/blocks/product-filters/utils/index.ts
|
||||
plugins/woocommerce-blocks/assets/js/blocks/product-filters/utils/get-client-id-by-block-name.ts
|
||||
plugins/woocommerce-blocks/assets/js/blocks/product-filters/utils/get-inner-block-by-name.ts
|
||||
plugins/woocommerce-blocks/assets/js/blocks/product-filters/utils/colors/index.ts
|
||||
plugins/woocommerce-blocks/assets/js/blocks/product-filters/utils/colors/test/index.ts
|
||||
plugins/woocommerce-blocks/assets/js/blocks/product-filters/utils/get-allowed-blocks.ts
|
||||
plugins/woocommerce-blocks/assets/js/blocks/product-filters/utils/get-colors-from-block-supports.ts
|
||||
plugins/woocommerce-blocks/assets/js/blocks/product-filters/utils/get-product-filters-css.ts
|
||||
plugins/woocommerce-blocks/assets/js/blocks/product-filters/utils/price-currency.ts
|
||||
plugins/woocommerce-blocks/assets/js/blocks/product-filters/constants.ts
|
||||
plugins/woocommerce-blocks/assets/js/blocks/product-filters/editor.scss
|
||||
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/price-slider/types.ts
|
||||
|
|
@ -10033,6 +10062,7 @@ plugins/woocommerce/changelog/remove-frontend-scripts-dependency-from-pg
|
|||
plugins/woocommerce/changelog/fix-54854
|
||||
plugins/woocommerce/changelog/54695-fix-settings-label-sanitization
|
||||
plugins/woocommerce/changelog/fix-54336
|
||||
plugins/woocommerce/changelog/55904-fix-23393-features-banner-position
|
||||
plugins/woocommerce/changelog/product-filters-remove-mobile-display-settings
|
||||
plugins/woocommerce/changelog/e2e-restructure-project-settings-shop-email-wp-core
|
||||
plugins/woocommerce/changelog/e2e-restructure-project-move-editor
|
||||
|
|
@ -10081,9 +10111,11 @@ plugins/woocommerce/changelog/55087-update-54425-cart-data-store-types
|
|||
plugins/woocommerce/changelog/de-ci-jobs-clean-hpos-env-config
|
||||
plugins/woocommerce/changelog/55035-fix-brands-wp-error-check
|
||||
plugins/woocommerce/changelog/dev-reenable-admin-ts-error-check
|
||||
plugins/woocommerce/changelog/fix-54486-vivawallet-slug
|
||||
plugins/woocommerce/changelog/55095-dev-rewrite-wireit-deps-update
|
||||
plugins/woocommerce/changelog/54623-fix-ces-feedback-title
|
||||
plugins/woocommerce/changelog/add-53284
|
||||
plugins/woocommerce/changelog/fix-55921-complete-setup-event-property
|
||||
plugins/woocommerce/changelog/e2e-audit-followup-analytics
|
||||
plugins/woocommerce/changelog/e2e-move-products-specs-new-structure
|
||||
plugins/woocommerce/changelog/add-54966
|
||||
|
|
@ -10095,15 +10127,18 @@ plugins/woocommerce/changelog/54753-fix-52821-make-pickup_details-translatable
|
|||
plugins/woocommerce/changelog/54948-add-settings-custom-hooks
|
||||
plugins/woocommerce/changelog/54709-fix-core-profiler-ts-errors
|
||||
plugins/woocommerce/changelog/add-54666_initial_accordion_block
|
||||
plugins/woocommerce/changelog/55080-dev-migrate-to-wp-interactivity-54259
|
||||
plugins/woocommerce/changelog/55632-filter-review-actions
|
||||
plugins/woocommerce/changelog/dev-e2e-unskip-wpcom-create-variations
|
||||
plugins/woocommerce/changelog/task-update-eslint-config
|
||||
plugins/woocommerce/changelog/add-grow-business-promo
|
||||
plugins/woocommerce/changelog/55717-dev-move-store-notices-to-prod-collection
|
||||
plugins/woocommerce/changelog/fix-52133
|
||||
plugins/woocommerce/changelog/fix-site-visibility-nonce-settings
|
||||
plugins/woocommerce/changelog/remove-react-rendering-flag
|
||||
plugins/woocommerce/changelog/pr-54399
|
||||
plugins/woocommerce/changelog/54557-update-coming-soon-template-loginout-button
|
||||
plugins/woocommerce/changelog/55871-fix-improve-css-grid-rule
|
||||
plugins/woocommerce/changelog/55633-cleanup-blocks-jest-setup
|
||||
plugins/woocommerce/changelog/e2e-fix-is-multisite-always-true
|
||||
plugins/woocommerce/changelog/55803-update-tracked-link-component-and-tests
|
||||
|
|
@ -10140,6 +10175,7 @@ plugins/woocommerce/changelog/product-filters-update-clear-buttons
|
|||
plugins/woocommerce/changelog/fix-coming-soon-template-classic-theme
|
||||
plugins/woocommerce/changelog/update-defer-gallery-zoom-init
|
||||
plugins/woocommerce/changelog/e2e-audit-follow-up-checkout
|
||||
plugins/woocommerce/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
plugins/woocommerce/changelog/fix-Cart-Block-shows-dummy-data-for-local-pickup-options-in-block-editor
|
||||
plugins/woocommerce/changelog/55262-fix-55261-incorrect-tab-section-screen-id
|
||||
plugins/woocommerce/changelog/fix-54538-slow-log-queries
|
||||
|
|
@ -10166,6 +10202,7 @@ plugins/woocommerce/changelog/54852-update-k6-http-perf-config-automate-default-
|
|||
plugins/woocommerce/changelog/add-faq-subscribe-to-store
|
||||
plugins/woocommerce/changelog/enhance-coming-soon-templates
|
||||
plugins/woocommerce/changelog/fix-homescreen-layout-ts-errors
|
||||
plugins/woocommerce/changelog/55888-fix-remove-wp-6.1-version-checks
|
||||
plugins/woocommerce/changelog/55475-email-preview-settings-ids-filters
|
||||
plugins/woocommerce/changelog/52072-fix-settings-shipping-endpoint
|
||||
plugins/woocommerce/changelog/fix-55098
|
||||
|
|
@ -10200,6 +10237,8 @@ plugins/woocommerce/changelog/55034-remove-inserter-and-classic-placeholder-woo-
|
|||
plugins/woocommerce/changelog/fix-product-gallery-e2e-flaky-test
|
||||
plugins/woocommerce/changelog/fix-55165-secondary-color
|
||||
plugins/woocommerce/changelog/fix-50263
|
||||
plugins/woocommerce/changelog/55651-add-integration-test-editor
|
||||
plugins/woocommerce/changelog/update-iapi-add-to-cart-button
|
||||
plugins/woocommerce/changelog/update-55212-update-reset-account-modal-text
|
||||
plugins/woocommerce/changelog/54723-fix-global-popover-element
|
||||
plugins/woocommerce/changelog/fix-filterable-control-order
|
||||
|
|
@ -10279,6 +10318,7 @@ plugins/woocommerce/changelog/fix-55043-sale-price-before-regular-price
|
|||
plugins/woocommerce/changelog/add-data-handling
|
||||
plugins/woocommerce/changelog/fix-product-editor-ts-errors-3
|
||||
plugins/woocommerce/changelog/54548-add-54496-add-new-rest-api-to-import-single-step
|
||||
plugins/woocommerce/changelog/fix-createDeprecatedObjectProxy-use-of-symbols
|
||||
plugins/woocommerce/changelog/dev-disable-wpenv-debug-for-testing-containers
|
||||
plugins/woocommerce/changelog/53553-add-42079-additional-fields=persistent-updates
|
||||
plugins/woocommerce/changelog/update-55773-add-ced-commerce-to-marketing-task
|
||||
|
|
@ -10289,11 +10329,13 @@ plugins/woocommerce/changelog/fix-51836
|
|||
plugins/woocommerce/changelog/add-settings-handle-type-info
|
||||
plugins/woocommerce/changelog/fix-53622-checkout-address-apostrophes
|
||||
plugins/woocommerce/changelog/add-subs-4769-ssr-report-data
|
||||
plugins/woocommerce/changelog/add-blueprint-file-size-validation
|
||||
plugins/woocommerce/changelog/55361-update-23119-personalize-featured-list
|
||||
plugins/woocommerce/changelog/add-schema-visibility-parsing-php-54477
|
||||
plugins/woocommerce/changelog/fix-coding-styles
|
||||
plugins/woocommerce/changelog/fix-46771_core_interface_already_registered
|
||||
plugins/woocommerce/changelog/55812-add-export-filters
|
||||
plugins/woocommerce/changelog/55869-email-preview-key-class
|
||||
plugins/woocommerce/changelog/fix-uncaught-type-error-on-installer
|
||||
plugins/woocommerce/changelog/55317-update-store-api-add-item-variation-attribute
|
||||
plugins/woocommerce/changelog/enhancement-enable-changing-the-rate-limiting-trigger-from-ip-to-a-custom-value
|
||||
|
|
@ -10316,6 +10358,7 @@ plugins/woocommerce/changelog/e2e-annotate-skipped-tests-as-warnings
|
|||
plugins/woocommerce/changelog/55707-update-add-deprecation-warning-for-wcsettings-admin
|
||||
plugins/woocommerce/changelog/fix-migrate-settings-store
|
||||
plugins/woocommerce/changelog/add-settings-save-api
|
||||
plugins/woocommerce/changelog/e2e-remove-daily-jobs-for-canonical-extensions
|
||||
plugins/woocommerce/changelog/fix-51003
|
||||
plugins/woocommerce/changelog/55823-enhance-split-settings
|
||||
plugins/woocommerce/changelog/further-scss-fixes
|
||||
|
|
@ -11360,6 +11403,7 @@ plugins/woocommerce/tests/php/src/Admin/Features/OnboardingTasks/Tasks/Experimen
|
|||
plugins/woocommerce/tests/php/src/Admin/Features/Settings/TransformerTest.php
|
||||
plugins/woocommerce/tests/php/src/Admin/Features/ShippingPartnerSuggestions/DefaultShippingPartnersTest.php
|
||||
plugins/woocommerce/tests/php/src/Admin/Features/Blueprint/fixtures/woo-blueprint-taxrates.json
|
||||
plugins/woocommerce/tests/php/src/Admin/Features/Blueprint/RestApiTest.php
|
||||
plugins/woocommerce/tests/php/src/Database/Migrations/CustomOrderTable/PostsToOrdersMigrationControllerTest.php
|
||||
plugins/woocommerce/tests/php/src/Database/BlockHooksVersionTests.php
|
||||
plugins/woocommerce/tests/php/src/Database/StoreNoticeOnThemeSwitch.php
|
||||
|
|
|
|||
|
|
@ -4879,6 +4879,9 @@ migrate/20220504134218_drop_setting_ui_client_storage.rb
|
|||
db/migrate/20210414000000_init_session_timeout.rb
|
||||
migrate/20210414000000_init_session_timeout.rb
|
||||
20210414000000_init_session_timeout.rb
|
||||
db/migrate/20250224150920_improve_group_email_address_label.rb
|
||||
migrate/20250224150920_improve_group_email_address_label.rb
|
||||
20250224150920_improve_group_email_address_label.rb
|
||||
db/migrate/20190409000001_setting_ticket_overview_priority_icon_and_color.rb
|
||||
migrate/20190409000001_setting_ticket_overview_priority_icon_and_color.rb
|
||||
20190409000001_setting_ticket_overview_priority_icon_and_color.rb
|
||||
|
|
@ -6731,6 +6734,10 @@ app/policies/macro_policy/scope.rb
|
|||
policies/macro_policy/scope.rb
|
||||
macro_policy/scope.rb
|
||||
scope.rb
|
||||
app/policies/group_policy/scope.rb
|
||||
policies/group_policy/scope.rb
|
||||
group_policy/scope.rb
|
||||
scope.rb
|
||||
app/policies/text_module_policy/scope.rb
|
||||
policies/text_module_policy/scope.rb
|
||||
text_module_policy/scope.rb
|
||||
|
|
@ -11808,6 +11815,13 @@ app/controllers/_channel/form_handler_channel_account_archive_mode.coffee
|
|||
controllers/_channel/form_handler_channel_account_archive_mode.coffee
|
||||
_channel/form_handler_channel_account_archive_mode.coffee
|
||||
form_handler_channel_account_archive_mode.coffee
|
||||
app/assets/javascripts/app/controllers/_channel/form_handler_channel_account_archive_before.coffee
|
||||
assets/javascripts/app/controllers/_channel/form_handler_channel_account_archive_before.coffee
|
||||
javascripts/app/controllers/_channel/form_handler_channel_account_archive_before.coffee
|
||||
app/controllers/_channel/form_handler_channel_account_archive_before.coffee
|
||||
controllers/_channel/form_handler_channel_account_archive_before.coffee
|
||||
_channel/form_handler_channel_account_archive_before.coffee
|
||||
form_handler_channel_account_archive_before.coffee
|
||||
app/assets/javascripts/app/controllers/_channel/microsoft365.coffee
|
||||
assets/javascripts/app/controllers/_channel/microsoft365.coffee
|
||||
javascripts/app/controllers/_channel/microsoft365.coffee
|
||||
|
|
@ -26620,6 +26634,20 @@ form/theme/global/getCoreDesktopClasses.ts
|
|||
theme/global/getCoreDesktopClasses.ts
|
||||
global/getCoreDesktopClasses.ts
|
||||
getCoreDesktopClasses.ts
|
||||
app/frontend/apps/desktop/form/composables/useArchiveBeforeWarningHandler.ts
|
||||
frontend/apps/desktop/form/composables/useArchiveBeforeWarningHandler.ts
|
||||
apps/desktop/form/composables/useArchiveBeforeWarningHandler.ts
|
||||
desktop/form/composables/useArchiveBeforeWarningHandler.ts
|
||||
form/composables/useArchiveBeforeWarningHandler.ts
|
||||
composables/useArchiveBeforeWarningHandler.ts
|
||||
useArchiveBeforeWarningHandler.ts
|
||||
app/frontend/apps/desktop/form/composables/useAlertFormHandler.ts
|
||||
frontend/apps/desktop/form/composables/useAlertFormHandler.ts
|
||||
apps/desktop/form/composables/useAlertFormHandler.ts
|
||||
desktop/form/composables/useAlertFormHandler.ts
|
||||
form/composables/useAlertFormHandler.ts
|
||||
composables/useAlertFormHandler.ts
|
||||
useAlertFormHandler.ts
|
||||
app/frontend/apps/desktop/form/composables/useSSLVerificationWarningHandler.ts
|
||||
frontend/apps/desktop/form/composables/useSSLVerificationWarningHandler.ts
|
||||
apps/desktop/form/composables/useSSLVerificationWarningHandler.ts
|
||||
|
|
@ -26627,6 +26655,20 @@ desktop/form/composables/useSSLVerificationWarningHandler.ts
|
|||
form/composables/useSSLVerificationWarningHandler.ts
|
||||
composables/useSSLVerificationWarningHandler.ts
|
||||
useSSLVerificationWarningHandler.ts
|
||||
app/frontend/apps/desktop/form/__tests__/useArchiveBeforeWarningHandler.spec.ts
|
||||
frontend/apps/desktop/form/__tests__/useArchiveBeforeWarningHandler.spec.ts
|
||||
apps/desktop/form/__tests__/useArchiveBeforeWarningHandler.spec.ts
|
||||
desktop/form/__tests__/useArchiveBeforeWarningHandler.spec.ts
|
||||
form/__tests__/useArchiveBeforeWarningHandler.spec.ts
|
||||
__tests__/useArchiveBeforeWarningHandler.spec.ts
|
||||
useArchiveBeforeWarningHandler.spec.ts
|
||||
app/frontend/apps/desktop/form/__tests__/useAlertFormHandler.spec.ts
|
||||
frontend/apps/desktop/form/__tests__/useAlertFormHandler.spec.ts
|
||||
apps/desktop/form/__tests__/useAlertFormHandler.spec.ts
|
||||
desktop/form/__tests__/useAlertFormHandler.spec.ts
|
||||
form/__tests__/useAlertFormHandler.spec.ts
|
||||
__tests__/useAlertFormHandler.spec.ts
|
||||
useAlertFormHandler.spec.ts
|
||||
app/frontend/apps/desktop/form/__tests__/useSSLVerificationWarningHandler.spec.ts
|
||||
frontend/apps/desktop/form/__tests__/useSSLVerificationWarningHandler.spec.ts
|
||||
apps/desktop/form/__tests__/useSSLVerificationWarningHandler.spec.ts
|
||||
|
|
@ -53464,6 +53506,10 @@ spec/policies/macro_policy/scope_spec.rb
|
|||
policies/macro_policy/scope_spec.rb
|
||||
macro_policy/scope_spec.rb
|
||||
scope_spec.rb
|
||||
spec/policies/group_policy/scope_spec.rb
|
||||
policies/group_policy/scope_spec.rb
|
||||
group_policy/scope_spec.rb
|
||||
scope_spec.rb
|
||||
spec/policies/text_module_policy/scope_spec.rb
|
||||
policies/text_module_policy/scope_spec.rb
|
||||
text_module_policy/scope_spec.rb
|
||||
|
|
|
|||
|
|
@ -1182,6 +1182,7 @@ db/migrate/20180611070839_add_ux_flow_next_up_to_macros.rb
|
|||
db/migrate/20210308000001_github_support.rb
|
||||
db/migrate/20220504134218_drop_setting_ui_client_storage.rb
|
||||
db/migrate/20210414000000_init_session_timeout.rb
|
||||
db/migrate/20250224150920_improve_group_email_address_label.rb
|
||||
db/migrate/20190409000001_setting_ticket_overview_priority_icon_and_color.rb
|
||||
db/migrate/20200911070327_data_privacy_delete_name.rb
|
||||
db/migrate/20210903072144_map_translation_time_fields.rb
|
||||
|
|
@ -1760,6 +1761,7 @@ app/policies/exceptions_policy.rb
|
|||
app/policies/organization_policy.rb
|
||||
app/policies/user_policy/scope.rb
|
||||
app/policies/macro_policy/scope.rb
|
||||
app/policies/group_policy/scope.rb
|
||||
app/policies/text_module_policy/scope.rb
|
||||
app/policies/online_notification_policy.rb
|
||||
app/policies/template_policy/scope.rb
|
||||
|
|
@ -2662,6 +2664,7 @@ app/assets/javascripts/app/controllers/_channel/form_handler_channel_account_mai
|
|||
app/assets/javascripts/app/controllers/_channel/google.coffee
|
||||
app/assets/javascripts/app/controllers/_channel/chat.coffee
|
||||
app/assets/javascripts/app/controllers/_channel/form_handler_channel_account_archive_mode.coffee
|
||||
app/assets/javascripts/app/controllers/_channel/form_handler_channel_account_archive_before.coffee
|
||||
app/assets/javascripts/app/controllers/_channel/microsoft365.coffee
|
||||
app/assets/javascripts/app/controllers/_channel/sms.coffee
|
||||
app/assets/javascripts/app/controllers/_channel/email.coffee
|
||||
|
|
@ -4654,7 +4657,11 @@ app/frontend/apps/desktop/main.ts
|
|||
app/frontend/apps/desktop/form/index.ts
|
||||
app/frontend/apps/desktop/form/theme/global/extensions/.keep
|
||||
app/frontend/apps/desktop/form/theme/global/getCoreDesktopClasses.ts
|
||||
app/frontend/apps/desktop/form/composables/useArchiveBeforeWarningHandler.ts
|
||||
app/frontend/apps/desktop/form/composables/useAlertFormHandler.ts
|
||||
app/frontend/apps/desktop/form/composables/useSSLVerificationWarningHandler.ts
|
||||
app/frontend/apps/desktop/form/__tests__/useArchiveBeforeWarningHandler.spec.ts
|
||||
app/frontend/apps/desktop/form/__tests__/useAlertFormHandler.spec.ts
|
||||
app/frontend/apps/desktop/form/__tests__/useSSLVerificationWarningHandler.spec.ts
|
||||
app/frontend/apps/desktop/form/plugins/global/.keep
|
||||
app/frontend/apps/desktop/entities/two-factor-configuration/types.ts
|
||||
|
|
@ -8843,6 +8850,7 @@ spec/policies/overview_policy_spec.rb
|
|||
spec/policies/data_privacy_task_policy_spec.rb
|
||||
spec/policies/email_address_policy_spec.rb
|
||||
spec/policies/macro_policy/scope_spec.rb
|
||||
spec/policies/group_policy/scope_spec.rb
|
||||
spec/policies/text_module_policy/scope_spec.rb
|
||||
spec/policies/ticket_policy_spec.rb
|
||||
spec/policies/template_policy/scope_spec.rb
|
||||
|
|
|
|||
|
|
@ -1471,8 +1471,8 @@ hp/video
|
|||
hpc/*/supported-applications.aspx?
|
||||
hpm
|
||||
hpmob
|
||||
http://calendar.google.com/robots.txt
|
||||
http://web.archive.org/robots.txt
|
||||
http://microsoft.com/robots.txt
|
||||
http://w3.org/robots.txt
|
||||
hub?category=
|
||||
hz/contact-us/ajax/initiate-trusted-contact
|
||||
hz/help/contact/*/message/$
|
||||
|
|
@ -3090,7 +3090,7 @@ wiki/Wikipedia_Diskussion:Checkuser
|
|||
wiki/Wikipedia_Diskussion:Spam-Blacklist-Log
|
||||
wiki/Wikipedia_talk%3AAbuse_reports
|
||||
wiki/Wikipedia_talk%3AAbuse_response
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://itunes.apple.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://cdn.jsdelivr.net/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_recall
|
||||
wiki/Wikipedia_talk%3AAdministrator_review
|
||||
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
|
||||
|
|
|
|||
|
|
@ -6439,6 +6439,7 @@ administrator
|
|||
adminusers
|
||||
admissions/undergraduate-admissions
|
||||
admissions/undergraduate-admissions.html
|
||||
adobe/dynamicmedia/deliver/
|
||||
adredir?
|
||||
adresa-segmentator
|
||||
ads
|
||||
|
|
@ -8974,6 +8975,7 @@ compare=
|
|||
compare?
|
||||
compareajax
|
||||
comparl/
|
||||
compass
|
||||
compatible/images
|
||||
compatible/includes
|
||||
compatible/questionnaires/certificates
|
||||
|
|
@ -9146,6 +9148,7 @@ content/dam/Deloitte/us/Documents/noindex/
|
|||
content/dam/Deloitte/xc/
|
||||
content/dam/Deloitte/xl/
|
||||
content/dam/insights/us/USI-dev/
|
||||
content/dam/oecd/
|
||||
content/dam/pwc/uk/en/assets/pdf/hcl_f2.18.pdf
|
||||
content/dam/pwc/uk/en/business-recovery/administrations/assets/hcl_
|
||||
content/dam/pwc/uk/en/business-recovery/administrations/assets/hcl_%20annual%20report.pdf
|
||||
|
|
@ -12206,6 +12209,7 @@ horoscopes
|
|||
hosted/images
|
||||
hostgator
|
||||
hosting/search
|
||||
hotel-search
|
||||
hotel/reviews?
|
||||
hotelfinder/rpc
|
||||
hotels
|
||||
|
|
@ -12284,7 +12288,7 @@ http://bbcsfx.acropolis.org.uk/robots.txt
|
|||
http://creativecommons.org/robots.txt
|
||||
http://economist.com/robots.txt
|
||||
http://europa.eu/robots.txt
|
||||
http://expedia.com/robots.txt
|
||||
http://explore.org/robots.txt
|
||||
http://gist.github.com/robots.txt
|
||||
http://govostis.gr/robots.txt
|
||||
http://healthline.com/robots.txt
|
||||
|
|
@ -13276,8 +13280,6 @@ journal/bioresourbioprod
|
|||
journal/bioresourbioprod$
|
||||
journal/books
|
||||
journal/books$
|
||||
journal/complexities
|
||||
journal/complexities$
|
||||
journal/devices
|
||||
journal/devices$
|
||||
journal/ecologicalsciences
|
||||
|
|
@ -13304,8 +13306,6 @@ journal/lights
|
|||
journal/lights$
|
||||
journal/microelectronics
|
||||
journal/microelectronics$
|
||||
journal/multimedia
|
||||
journal/multimedia$
|
||||
journal/neuroscience-research/articles-in-press?u=
|
||||
journal/neuroscience-research/latest?u=
|
||||
journal/neuroscience-research?u=
|
||||
|
|
@ -13950,6 +13950,7 @@ m
|
|||
m/
|
||||
m/*/archive
|
||||
m/?
|
||||
m/assets/wp-content/uploads/*.pdf
|
||||
m/finance
|
||||
m/rich
|
||||
m1/en/services/consulting/documents/ar-vr-seeing-is-believing-uae.pdf
|
||||
|
|
@ -15807,6 +15808,7 @@ phenom
|
|||
phone/compare/?
|
||||
phoneinfo
|
||||
photo
|
||||
photo-products
|
||||
photo-test-editor-x
|
||||
photo/group
|
||||
photogallery
|
||||
|
|
@ -16285,6 +16287,7 @@ product
|
|||
product-catalogs
|
||||
product-detail
|
||||
product-detail/alisite-mobile.alibaba.com
|
||||
product-detail/m.alibaba.com/trade
|
||||
product-feed
|
||||
product-ratings/http://wix.com/robots.txt
|
||||
product-reviews/B0069IY63Y
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue