mirror of
https://github.com/danielmiessler/SecLists
synced 2026-04-11 17:49:02 +02:00
[Github Action] Automated trickest wordlists update.
This commit is contained in:
parent
17d002c176
commit
6444269fbc
13 changed files with 1469 additions and 1083 deletions
|
|
@ -8480,6 +8480,8 @@ config.json
|
|||
big-kiwis-happen.md
|
||||
.changeset/thick-chicken-swim.md
|
||||
thick-chicken-swim.md
|
||||
.changeset/bright-buttons-develop.md
|
||||
bright-buttons-develop.md
|
||||
.eslintrc.js
|
||||
docs/.eslintrc-code-blocks.cjs
|
||||
.eslintrc-code-blocks.cjs
|
||||
|
|
|
|||
|
|
@ -1781,6 +1781,7 @@ cla.md
|
|||
.changeset/config.json
|
||||
.changeset/big-kiwis-happen.md
|
||||
.changeset/thick-chicken-swim.md
|
||||
.changeset/bright-buttons-develop.md
|
||||
.eslintrc.js
|
||||
docs/.eslintrc-code-blocks.cjs
|
||||
docs/package.json
|
||||
|
|
|
|||
|
|
@ -36938,6 +36938,13 @@ tests/src/Kernel/MenuUiNodeTypeTest.php
|
|||
src/Kernel/MenuUiNodeTypeTest.php
|
||||
Kernel/MenuUiNodeTypeTest.php
|
||||
MenuUiNodeTypeTest.php
|
||||
core/modules/menu_ui/tests/src/Kernel/MenuBlockTest.php
|
||||
modules/menu_ui/tests/src/Kernel/MenuBlockTest.php
|
||||
menu_ui/tests/src/Kernel/MenuBlockTest.php
|
||||
tests/src/Kernel/MenuBlockTest.php
|
||||
src/Kernel/MenuBlockTest.php
|
||||
Kernel/MenuBlockTest.php
|
||||
MenuBlockTest.php
|
||||
core/modules/menu_ui/menu_ui.js
|
||||
modules/menu_ui/menu_ui.js
|
||||
menu_ui/menu_ui.js
|
||||
|
|
@ -50370,6 +50377,13 @@ tests/src/Kernel/TagTest.php
|
|||
src/Kernel/TagTest.php
|
||||
Kernel/TagTest.php
|
||||
TagTest.php
|
||||
core/modules/views_ui/tests/src/Kernel/ViewsBlockTest.php
|
||||
modules/views_ui/tests/src/Kernel/ViewsBlockTest.php
|
||||
views_ui/tests/src/Kernel/ViewsBlockTest.php
|
||||
tests/src/Kernel/ViewsBlockTest.php
|
||||
src/Kernel/ViewsBlockTest.php
|
||||
Kernel/ViewsBlockTest.php
|
||||
ViewsBlockTest.php
|
||||
core/modules/views_ui/tests/src/Unit/ViewListBuilderTest.php
|
||||
modules/views_ui/tests/src/Unit/ViewListBuilderTest.php
|
||||
views_ui/tests/src/Unit/ViewListBuilderTest.php
|
||||
|
|
@ -73172,6 +73186,13 @@ src/Kernel/Migrate/MigrateBlockContentBodyFieldTest.php
|
|||
Kernel/Migrate/MigrateBlockContentBodyFieldTest.php
|
||||
Migrate/MigrateBlockContentBodyFieldTest.php
|
||||
MigrateBlockContentBodyFieldTest.php
|
||||
core/modules/block_content/tests/src/Kernel/BlockContentTest.php
|
||||
modules/block_content/tests/src/Kernel/BlockContentTest.php
|
||||
block_content/tests/src/Kernel/BlockContentTest.php
|
||||
tests/src/Kernel/BlockContentTest.php
|
||||
src/Kernel/BlockContentTest.php
|
||||
Kernel/BlockContentTest.php
|
||||
BlockContentTest.php
|
||||
core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php
|
||||
modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php
|
||||
block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php
|
||||
|
|
|
|||
|
|
@ -5334,6 +5334,7 @@ core/modules/menu_ui/tests/src/Functional/MenuUiContentModerationTest.php
|
|||
core/modules/menu_ui/tests/src/Functional/MenuUninstallTest.php
|
||||
core/modules/menu_ui/tests/src/Kernel/Migrate/MigrateMenuSettingsTest.php
|
||||
core/modules/menu_ui/tests/src/Kernel/MenuUiNodeTypeTest.php
|
||||
core/modules/menu_ui/tests/src/Kernel/MenuBlockTest.php
|
||||
core/modules/menu_ui/menu_ui.js
|
||||
core/modules/menu_ui/menu_ui.links.menu.yml
|
||||
core/modules/menu_ui/migrations/menu_settings.yml
|
||||
|
|
@ -7209,6 +7210,7 @@ core/modules/views_ui/tests/src/Functional/ArgumentValidatorTest.php
|
|||
core/modules/views_ui/tests/src/Functional/NewViewConfigSchemaTest.php
|
||||
core/modules/views_ui/tests/src/Functional/StorageTest.php
|
||||
core/modules/views_ui/tests/src/Kernel/TagTest.php
|
||||
core/modules/views_ui/tests/src/Kernel/ViewsBlockTest.php
|
||||
core/modules/views_ui/tests/src/Unit/ViewListBuilderTest.php
|
||||
core/modules/views_ui/tests/src/Unit/Form/Ajax/RearrangeFilterTest.php
|
||||
core/modules/views_ui/tests/src/Unit/ViewUIObjectTest.php
|
||||
|
|
@ -10476,6 +10478,7 @@ core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentTypeTest.
|
|||
core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockContentTranslationTest.php
|
||||
core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockTest.php
|
||||
core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentBodyFieldTest.php
|
||||
core/modules/block_content/tests/src/Kernel/BlockContentTest.php
|
||||
core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php
|
||||
core/modules/block_content/tests/src/Kernel/BlockContentTypeValidationTest.php
|
||||
core/modules/block_content/tests/src/Kernel/Views/RevisionRelationshipsTest.php
|
||||
|
|
|
|||
|
|
@ -30780,6 +30780,18 @@ src/core/activitypub/webfinger.service.ts
|
|||
core/activitypub/webfinger.service.ts
|
||||
activitypub/webfinger.service.ts
|
||||
webfinger.service.ts
|
||||
ghost/ghost/src/core/activitypub/http-signature.service.test.ts
|
||||
ghost/src/core/activitypub/http-signature.service.test.ts
|
||||
src/core/activitypub/http-signature.service.test.ts
|
||||
core/activitypub/http-signature.service.test.ts
|
||||
activitypub/http-signature.service.test.ts
|
||||
http-signature.service.test.ts
|
||||
ghost/ghost/src/core/activitypub/actor.entity.test.ts
|
||||
ghost/src/core/activitypub/actor.entity.test.ts
|
||||
src/core/activitypub/actor.entity.test.ts
|
||||
core/activitypub/actor.entity.test.ts
|
||||
activitypub/actor.entity.test.ts
|
||||
actor.entity.test.ts
|
||||
ghost/ghost/src/core/activitypub/activity.object.ts
|
||||
ghost/src/core/activitypub/activity.object.ts
|
||||
src/core/activitypub/activity.object.ts
|
||||
|
|
@ -30792,6 +30804,12 @@ src/core/activitypub/activity.service.ts
|
|||
core/activitypub/activity.service.ts
|
||||
activitypub/activity.service.ts
|
||||
activity.service.ts
|
||||
ghost/ghost/src/core/activitypub/http-signature.service.ts
|
||||
ghost/src/core/activitypub/http-signature.service.ts
|
||||
src/core/activitypub/http-signature.service.ts
|
||||
core/activitypub/http-signature.service.ts
|
||||
activitypub/http-signature.service.ts
|
||||
http-signature.service.ts
|
||||
ghost/ghost/src/core/activitypub/actor.repository.ts
|
||||
ghost/src/core/activitypub/actor.repository.ts
|
||||
src/core/activitypub/actor.repository.ts
|
||||
|
|
@ -31788,21 +31806,6 @@ index.d.ts
|
|||
ghost/mw-error-handler/package.json
|
||||
mw-error-handler/package.json
|
||||
package.json
|
||||
ghost/mw-error-handler/test/utils/index.js
|
||||
mw-error-handler/test/utils/index.js
|
||||
test/utils/index.js
|
||||
utils/index.js
|
||||
index.js
|
||||
ghost/mw-error-handler/test/utils/assertions.js
|
||||
mw-error-handler/test/utils/assertions.js
|
||||
test/utils/assertions.js
|
||||
utils/assertions.js
|
||||
assertions.js
|
||||
ghost/mw-error-handler/test/utils/overrides.js
|
||||
mw-error-handler/test/utils/overrides.js
|
||||
test/utils/overrides.js
|
||||
utils/overrides.js
|
||||
overrides.js
|
||||
ghost/mw-error-handler/test/mw-error-handler.test.js
|
||||
mw-error-handler/test/mw-error-handler.test.js
|
||||
test/mw-error-handler.test.js
|
||||
|
|
|
|||
|
|
@ -5038,8 +5038,11 @@ ghost/ghost/src/core/activitypub/types.ts
|
|||
ghost/ghost/src/core/activitypub/activity.event.ts
|
||||
ghost/ghost/src/core/activitypub/post.repository.ts
|
||||
ghost/ghost/src/core/activitypub/webfinger.service.ts
|
||||
ghost/ghost/src/core/activitypub/http-signature.service.test.ts
|
||||
ghost/ghost/src/core/activitypub/actor.entity.test.ts
|
||||
ghost/ghost/src/core/activitypub/activity.object.ts
|
||||
ghost/ghost/src/core/activitypub/activity.service.ts
|
||||
ghost/ghost/src/core/activitypub/http-signature.service.ts
|
||||
ghost/ghost/src/core/activitypub/actor.repository.ts
|
||||
ghost/ghost/src/core/activitypub/actor.entity.ts
|
||||
ghost/ghost/src/core/activitypub/jsonld.service.ts
|
||||
|
|
@ -5275,9 +5278,6 @@ ghost/domain-events/.eslintrc.js
|
|||
ghost/domain-events/lib/DomainEvents.js
|
||||
ghost/domain-events/lib/index.d.ts
|
||||
ghost/mw-error-handler/package.json
|
||||
ghost/mw-error-handler/test/utils/index.js
|
||||
ghost/mw-error-handler/test/utils/assertions.js
|
||||
ghost/mw-error-handler/test/utils/overrides.js
|
||||
ghost/mw-error-handler/test/mw-error-handler.test.js
|
||||
ghost/mw-error-handler/test/.eslintrc.js
|
||||
ghost/mw-error-handler/index.js
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1470,316 +1470,84 @@ changelog/release-6-3-4-1/2020-11-27-improve-saving-own-user-profile.md
|
|||
changelog/_unreleased/2024-04-05-set-system-default-flag-mail-header-footer-template.md
|
||||
changelog/_unreleased/2024-04-15-heading-elements-on-registration-page.md
|
||||
changelog/_unreleased/2024-04-25-add-no-assert-response-phpstan-rule.md
|
||||
changelog/_unreleased/2024-02-01-fix-theme-config-label-inheritance.md
|
||||
changelog/_unreleased/2024-02-07-fix-creating-a-new-thumbnail-size-error.md
|
||||
changelog/_unreleased/2024-03-06-exclude-remote-click-from-mobile.md
|
||||
changelog/_unreleased/2024-01-23-prevent-invalid-currency-rounding-configurations.md
|
||||
changelog/_unreleased/2024-01-29-next-33018-fix-local-mailer-step-in-frw.md
|
||||
changelog/_unreleased/2024-01-31-make-sure-exists-the-defaultcurrency.md
|
||||
changelog/_unreleased/2024-04-04-keep_element_keys_when_sort_by_positions.md
|
||||
changelog/_unreleased/2024-01-30-shrink-rule-detail-page-associations.md
|
||||
changelog/_unreleased/2024-01-25-change-shortname-to-isocode-property-for-order-module.md
|
||||
changelog/_unreleased/2024-02-16-only-allow-uuid-as-lineitem-id-and-referencedid-for-product-line-item.md
|
||||
changelog/_unreleased/2024-02-02-fix-admin-web-workers.md
|
||||
changelog/_unreleased/2024-02-07-fix-async-component-factory-edge-case.md
|
||||
changelog/_unreleased/2024-03-12-fix-openapi-schema-output.md
|
||||
changelog/_unreleased/2024-01-30-changed-logic-for-joining-a-header-and-footer-to-an-email.md
|
||||
changelog/_unreleased/2024-03-07-implement-counterpart-for-cms-block-functionality-in-admin-sdk.md
|
||||
changelog/_unreleased/2024-01-30-optimize-performance-of-data-grid.md
|
||||
changelog/_unreleased/2024-02-20-fix-privileges-error-in-dataset-handling.md
|
||||
changelog/_unreleased/2024-01-08-make-rule-config-field-names-unique.md
|
||||
changelog/_unreleased/2024-04-16-recompile-on-plugins-with-additional-bundles.md
|
||||
changelog/_unreleased/2024-01-18-replace-the-old-help-center-for-the-extension-module.md
|
||||
changelog/_unreleased/2024-02-08-fix-missing-iframe-query-params-in-cms-element.md
|
||||
changelog/_unreleased/2024-01-19-added-phpstan-rule-for-routescope-and-namespace.md
|
||||
changelog/_unreleased/2024-01-24-changed-technical-name-errors-for-payment-and-shipping-methods-to-a-hint.md
|
||||
changelog/_unreleased/2024-04-11-allow-toggling-the-main-menu-from-an-app.md
|
||||
changelog/_unreleased/2024-01-18-add-user-list-command.md
|
||||
changelog/_unreleased/2024-01-19-correcting-the-defaults-entity-in-treebuildingnavigationroute.md
|
||||
changelog/_unreleased/2024-01-26-openapi-document.md
|
||||
changelog/_unreleased/2024-02-19-added-the-transactons-and-deliveries-statemachinestate-properties-of-an-order-as-options-in-importexport.md
|
||||
changelog/_unreleased/2024-03-07-fix-imageslider-including-deleted-media.md
|
||||
changelog/_unreleased/2024-04-05-change-empty-object-to-array.md
|
||||
changelog/_unreleased/2024-03-17-ensure-decoration-of-media-url-generator.md
|
||||
changelog/_unreleased/2024-02-01-fix-rule-builder-unit-conversion-calucaltion-when-no-input-is-given.md
|
||||
changelog/_unreleased/2024-01-18-create-phpstan-rule-to-check-that-fields-are-registered-with-the-schemabuilder.md
|
||||
changelog/_unreleased/2024-03-05-add-product-video-functionality.md
|
||||
changelog/_unreleased/2024-04-16-add-wrapper-component-for-sw-switch-field.md
|
||||
changelog/_unreleased/2024-01-23-fixed-image-slider-in-category-detail.md
|
||||
changelog/_unreleased/2024-03-09-allow-twig-array-filters-to-accept-null.md
|
||||
changelog/_unreleased/2024-01-24-openapi-sitemap.md
|
||||
changelog/_unreleased/2024-03-12-distinctive-document-titles.md
|
||||
changelog/_unreleased/2024-02-06-fix-cloning-of-structs-with-enums.md
|
||||
changelog/_unreleased/2024-01-25-openapi-property-group-option.md
|
||||
changelog/_unreleased/2024-02-03-support-throwing-exception-when-create-customer.md
|
||||
changelog/_unreleased/2024-04-03-return-property-for-every-feature-flag.md
|
||||
changelog/_unreleased/2024-01-25-fix-issue-on-windowrouterpush.md
|
||||
changelog/_unreleased/2023-03-05-no-empty-nav.md
|
||||
changelog/_unreleased/2022-01-22-fix-statefulness-issues-of-twig-environment-in-seo-url-generator.md
|
||||
changelog/_unreleased/2023-11-06-add-flag-for-full-indexing-category.md
|
||||
changelog/_unreleased/2024-04-04-remove-definition-from-writecommand.md
|
||||
changelog/_unreleased/2024-03-21-allow-export-invalid-import-only-profiles.md
|
||||
changelog/_unreleased/2024-04-02-add-gad_source-parameter-to-ignored-http-cache-parameters.md
|
||||
changelog/_unreleased/2024-01-23-fix-thumbnail-generation-edge-cases.md
|
||||
changelog/_unreleased/2024-01-25-remove-product-count-from-sales-channel-list.md
|
||||
changelog/_unreleased/2024-03-04-update-saleschannel-theme-assignment.md
|
||||
changelog/_unreleased/2024-04-09-correct-display-of-long-names-of-child-items-in-administration-order.md
|
||||
changelog/_unreleased/2024-03-28-avoid-to-set-active-billing-address-with-null.md
|
||||
changelog/_unreleased/2024-03-27-add-extension-points-to-sw-settings-usage-data.md
|
||||
changelog/_unreleased/2024-02-07-fix-asset-path-generation-in-plugin-html-files.md
|
||||
changelog/_unreleased/2024-03-01-member-fuction-gethash-on-null.md
|
||||
changelog/_unreleased/2024-02-19-add-back-button-to-sdk-settings-modules.md
|
||||
changelog/_unreleased/2024-02-14-added-draco-library-as-an-asset.md
|
||||
changelog/_unreleased/2022-10-13-use-rule-areas-in-entity-cache-key-generation.md
|
||||
changelog/_unreleased/2024-02-01-add-pagination-in-media-selection.md
|
||||
changelog/_unreleased/2024-04-29-media-partial-loaded-event.md
|
||||
changelog/_unreleased/2024-01-22-update-meteor-admin-sdk-to-the-latest-version.md
|
||||
changelog/_unreleased/2024-02-26-fix-storno-document-always-generated-from-current-order.md
|
||||
changelog/_unreleased/2024-01-18-fix-cms-block-background-images.md
|
||||
changelog/_unreleased/2024-03-12-fix-command-creation-on-plugin-create-for-sf7.md
|
||||
changelog/_unreleased/2024-04-23-fix-multicolor-icons.md
|
||||
changelog/_unreleased/2023-11-24-delete-payment-method.md
|
||||
changelog/_unreleased/2024-02-23-add-new-block-in-analytics-template.md
|
||||
changelog/_unreleased/2024-01-24-no-og-tags-on-error-page.md
|
||||
changelog/_unreleased/2024-04-10-change-language-inheritance.md
|
||||
changelog/_unreleased/2024-02-07-openapi-wishlist-load-route-response.md
|
||||
changelog/_unreleased/2024-01-12-fix-flow-dispatcher-error-handling-for-nested-transactions.md
|
||||
changelog/_unreleased/2022-07-04-mail-attach.md
|
||||
changelog/_unreleased/2024-02-27-added-new-api-route-to-update-order-addresses.md
|
||||
changelog/_unreleased/2024-03-12-changed-error-handling-for-import-export.md
|
||||
changelog/_unreleased/2024-04-24-fix-symlinked-app-installation.md
|
||||
changelog/_unreleased/2024-01-05-cleanup-product-card-action-html-twig-template.md
|
||||
changelog/_unreleased/2024-01-30-fix-product-comparison-use-app_url-instead-of-assigned-sales-channel-domain.md
|
||||
changelog/_unreleased/2024-03-24-add-sanitize-field-for-cms-text-fields.md
|
||||
changelog/_unreleased/2024-01-26-fix-bug-cannot-upload-3d-file.md
|
||||
changelog/_unreleased/2024-01-25-openapi-media-thumbnail.md
|
||||
changelog/_unreleased/2024-02-28-open-customer-from-order-detail-page.md
|
||||
changelog/_unreleased/2024-04-03-add-maxlength-for-review-title.md
|
||||
changelog/_unreleased/2024-02-22-upgrade-composer-and-symfony-console.md
|
||||
changelog/_unreleased/2024-02-26-indexing-results-in-an-exception-when-a-inherting-language-is-used.md
|
||||
changelog/_unreleased/2024-02-20-remove-deprecated-vue2-option-api-usage.md
|
||||
changelog/_unreleased/2024-01-23-improve-app-script-performance.md
|
||||
changelog/_unreleased/2024-02-15-fix-variant-name-not-visible-in-dynamic-product.md
|
||||
changelog/_unreleased/2024-03-19-ensure-export-tempfile-is-open-before-copying-data.md
|
||||
changelog/_unreleased/2024-02-06-do-not-allow-deleting-connected-media-thumbnail-size.md
|
||||
changelog/_unreleased/2024-04-08-strip-prefix-from-redis-keys-in-redis-incrementer.md
|
||||
changelog/_unreleased/2024-02-26-fix-insufficient-rule-condition-unit-value-rounding.md
|
||||
changelog/_unreleased/2024-03-29-handle-empty-query-exception.md
|
||||
changelog/_unreleased/2024-02-21-core-fixes.md
|
||||
changelog/_unreleased/2024-01-23-fix-losing-page-content-in-category-layout-tab-when-switching-to-a-landing-page.md
|
||||
changelog/_unreleased/2024-02-29-no-ips-selectable-in-allowlist-at-sales-channel.md
|
||||
changelog/_unreleased/2024-03-22-add-meteor-component-library-to-admin-dependencies.md
|
||||
changelog/_unreleased/2024-02-22-seourlplaceholderhandler-removed-unnecessary-param-from-method-call.md
|
||||
changelog/_unreleased/2024-04-08-fix-installer-fr-translation.md
|
||||
changelog/_unreleased/2024-01-23-allowed-guest-users-to-change-their-default-addresses.md
|
||||
changelog/_unreleased/2024-03-22-improve-hydrate-performance.md
|
||||
changelog/_unreleased/2024-02-07-openapi-customer-group.md
|
||||
changelog/_unreleased/2024-02-14-improved-admin-typescript-implementation.md
|
||||
changelog/_unreleased/2024-02-21-fixes-missing-setindexer-for-newsletterrecipientindexingmessage.md
|
||||
changelog/_unreleased/2024-01-24-fix-translation-iso-code-unique-check.md
|
||||
changelog/_unreleased/2024-04-12-add-wrapper-component-for-sw-text-field.md
|
||||
changelog/_unreleased/2024-01-22-add-check-processed-promotions-to-avoid-duplicates.md
|
||||
changelog/_unreleased/2024-04-22-add-wrapper-component-for-sw-checkbox-field.md
|
||||
changelog/_unreleased/2024-01-22-fix-umlauts-in-productsearchterminterpreter.md
|
||||
changelog/_unreleased/2024-03-21-improve-snippet-author-performance.md
|
||||
changelog/_unreleased/2024-04-09-fix-snippet-search-for-long-snippets.md
|
||||
changelog/_unreleased/2024-03-11-add-sales-channel-context-getter-to-customerdoubleoptinregistrationevent.md
|
||||
changelog/_unreleased/2024-01-22-customize-the-modal-body-gap.md
|
||||
changelog/_unreleased/2024-02-20-remove-privileges-from-sdk-iframe-urls.md
|
||||
changelog/_unreleased/.keep
|
||||
changelog/_unreleased/2024-03-06-fix-form-field-inheritance.md
|
||||
changelog/_unreleased/2024-04-08-fix-delete-media-modal-info.md
|
||||
changelog/_unreleased/2023-10-13-fixed-setting-of-custom-field-number-type.md
|
||||
changelog/_unreleased/2024-02-05-changed-permissions-for-discount-promotions-in-order.md
|
||||
changelog/_unreleased/2024-05-02-add-allow-list-for-admin-app-snippet-keys.md
|
||||
changelog/_unreleased/2024-03-25-handle-nullable-state-machine-name.md
|
||||
changelog/_unreleased/2024-01-25-fix-variant-names-without-dashes-in-bulk-edit.md
|
||||
changelog/_unreleased/2024-04-12-fix-varnish-ban-all.md
|
||||
changelog/_unreleased/2024-01-11-add-missing-fields-to-schema-generation.md
|
||||
changelog/_unreleased/2024-04-06-add-native-array-return-type-to-getsubscribedevents.md
|
||||
changelog/_unreleased/2024-01-23-change-constructor-type.md
|
||||
changelog/_unreleased/2024-02-04-improve-cart-table.md
|
||||
changelog/_unreleased/2024-03-25-handle-nullable-app-id.md
|
||||
changelog/_unreleased/2024-01-26-fix-discount-calculation-in-order-detail-page.md
|
||||
changelog/_unreleased/2024-02-09-fix-style-issue-with-total-of-all-purchase-prices-rule.md
|
||||
changelog/_unreleased/2024-04-04-fix-gallery-slider-plugin-not-being-detected-at-first.md
|
||||
changelog/_unreleased/2024-02-28-add-a-createclicontext-method-to-context.md
|
||||
changelog/_unreleased/2024-03-05-changed-routing-for-creating-flows-from-templates.md
|
||||
changelog/_unreleased/2024-01-30-fix-auto-logout-in-safari.md
|
||||
changelog/_unreleased/2024-03-05-fix-partial-many-to-many-criteria.md
|
||||
changelog/_unreleased/2024-04-16-update-product-detail-route.md
|
||||
changelog/_unreleased/2024-02-01-fix-storefront-account-address-ui.md
|
||||
changelog/_unreleased/2024-01-23-openapi-id.md
|
||||
changelog/_unreleased/2024-04-09-form-validation-errors-ignored-by-captcha.md
|
||||
changelog/_unreleased/2024-02-29-add-options-argument-to-recalculate-order.md
|
||||
changelog/_unreleased/2024-04-15-image-slider-preview-in-adminstration.md
|
||||
changelog/_unreleased/2024-02-09-draco-lib-integration-correctly.md
|
||||
changelog/_unreleased/2024-03-14-fix-loaded-template-of-ajax-product-review-route.md
|
||||
changelog/_unreleased/2022-04-05-keep-track-of-changes-on-rule-builder-detail-page.md
|
||||
changelog/_unreleased/2024-02-08-add-order-with-sent-document-rule-condition.md
|
||||
changelog/_unreleased/2020-09-07-check-invalid-rules-in-criteria-instead-of-runtime.md
|
||||
changelog/_unreleased/2024-02-21-handle-reverse-proxy-errors-gracefully.md
|
||||
changelog/_unreleased/2024-02-27-update-app-metadata.md
|
||||
changelog/_unreleased/2024-02-14-make-migration-more-stable.md
|
||||
changelog/_unreleased/2024-03-13-media-fastly-proxy.md
|
||||
changelog/_unreleased/2024-04-10-fix-show-sanitize-warning-info-on-sw-cms-el-config.md
|
||||
changelog/_unreleased/2024-04-02-add-sync-theme-compile-cli-option.md
|
||||
changelog/_unreleased/2024-03-12-support-webpack-config-ts.md
|
||||
changelog/_unreleased/2024-04-19-fixed-elastic-search-re-throwing-exceptions.md
|
||||
changelog/_unreleased/2024-01-16-fix-api-security.md
|
||||
changelog/_unreleased/2024-01-19-fix-web-installer-with-custom-db-port.md
|
||||
changelog/_unreleased/2024-01-30-added-seo-warning-notification-to-landing-pages-in-admin-if-no-layout-is-assigned.md
|
||||
changelog/_unreleased/2024-01-23-cannot-add-properties-to-variants.md
|
||||
changelog/_unreleased/2024-01-31-add-possibility-to-disable-zoom-for-spatial.md
|
||||
changelog/_unreleased/2024-01-22-fix-order-status-can-not-changes.md
|
||||
changelog/_unreleased/2024-01-08-add-intra-community-delivery-label-to-invoice-renderer.md
|
||||
changelog/_unreleased/2024-02-07-js-error-after-switching-layout-tab-in-product.md
|
||||
changelog/_unreleased/2024-03-04-clear-cookies-on-404-pages.md
|
||||
changelog/_unreleased/2024-04-05-add-wrapper-component-for-sw-icon.md
|
||||
changelog/_unreleased/2024-01-30-add-app_cache_dir-to-cache-dir.md
|
||||
changelog/_unreleased/2024-01-31-improve-cart-page-performance.md
|
||||
changelog/_unreleased/2024-04-05-fix-document-settings-modal-fallback.md
|
||||
changelog/_unreleased/2024-04-09-fix-profiler-table-and-icons.md
|
||||
changelog/_unreleased/2024-03-06-add-possibility-to-add-local-manifest-file.md
|
||||
changelog/_unreleased/2024-03-22-adjust-mailertransportdecorator.md
|
||||
changelog/_unreleased/2024-01-23-added-option-to-confirm-a-customers-email-within-the-admin.md
|
||||
changelog/_unreleased/2024-04-05-fix-default-mail-footer.md
|
||||
changelog/_unreleased/2024-01-23-fix-alignment-of-cms-image-elements.md
|
||||
changelog/_unreleased/2024-04-18-check-invalid-language-id.md
|
||||
changelog/_unreleased/2024-02-16-update-area-rule-ids-in-cart-calculation.md
|
||||
changelog/_unreleased/2024-01-02-delete-old-files-handler.md
|
||||
changelog/_unreleased/2024-04-11-remove-unnecessary-wishlist-css.md
|
||||
changelog/_unreleased/2024-03-13-use-themecompilerinterface-in-compilethemehandler.md
|
||||
changelog/_unreleased/2024-02-08-add-google-consent-v2.md
|
||||
changelog/_unreleased/2024-04-15-add-language-to-send-mail-event.md
|
||||
changelog/_unreleased/2024-03-18-add-pseudo-modal-twig-blocks.md
|
||||
changelog/_unreleased/2024-01-30-fix-for-deleting-value-exclusions-breaks-variant-generation.md
|
||||
changelog/_unreleased/2024-03-07-fix-width-of-cms-slider-url-input.md
|
||||
changelog/_unreleased/2023-04-17-allow-trailing-slash-in-seo-url.md
|
||||
changelog/_unreleased/2024-04-17-change-shipping-costs-toggle-to-button-element.md
|
||||
changelog/_unreleased/2024-02-21-add-customer-data-to-customer-deleted-event.md
|
||||
changelog/_unreleased/2024-01-22-fix-affiliate-code-campaign-code-tracking-not-working-for-registration.md
|
||||
changelog/_unreleased/2023-12-06-improve-product-listing-openapi-schema.md
|
||||
changelog/_unreleased/2024-01-19-allow-toggling-the-modal-footer.md
|
||||
changelog/_unreleased/2024-04-18-catch-transition-and-flow-exception-on-order.md
|
||||
changelog/_unreleased/2024-02-23-enable-iframe-full-screen-for-sdk-modules.md
|
||||
changelog/_unreleased/2024-01-18-deprecate-schema-generator.md
|
||||
changelog/_unreleased/2024-03-04-add-stoplight-elements.md
|
||||
changelog/_unreleased/2024-02-23-fix-async-initializeplugin.md
|
||||
changelog/_unreleased/2024-02-22-fix-sw-url-field-on-load-ssl-state.md
|
||||
changelog/_unreleased/2024-01-31-add-acl-to-send-mail-route.md
|
||||
changelog/_unreleased/2024-02-28-only-index-product-custom-fields.md
|
||||
changelog/_unreleased/2023-12-05-set-correct-extension-data-on-first-load-of-configuration.md
|
||||
changelog/_unreleased/2024-02-09-deprecation-unused-product-detail-page-template-files.md
|
||||
changelog/_unreleased/2024-02-01-determine-correct-url.md
|
||||
changelog/_unreleased/2024-01-31-validate-email-when-unsubcribe-newsletter.md
|
||||
changelog/_unreleased/2024-01-30-incorrect-contact-form-receiver-validation-regex.md
|
||||
changelog/_unreleased/2024-02-26-slow-query-with-criteria-term.md
|
||||
changelog/_unreleased/2024-01-30-openapi-product-media-schema.md
|
||||
changelog/_unreleased/2024-04-19-add-wrapper-component-for-sw-loader.md
|
||||
changelog/_unreleased/2024-02-13-fix-static-theme-compilation.md
|
||||
changelog/_unreleased/2024-03-06-fix-plugin-chunk-hash.md
|
||||
changelog/_unreleased/2024-02-05-update-data-consent.md
|
||||
changelog/_unreleased/2024-03-02-change-order-list-filter-entity.md
|
||||
changelog/_unreleased/2024-04-23-block-twig-update.md
|
||||
changelog/_unreleased/2024-01-29-fix-opening-ajax-modal-within-ajax-modal.md
|
||||
changelog/_unreleased/2023-11-23-fix-working-with-feature-flags-in-plugin-configuration.md
|
||||
changelog/_unreleased/2024-02-01-disable-autocomplete-for-password-fields-inside-user-and-profile-settings.md
|
||||
changelog/_unreleased/2024-03-04-revert-using-scn-domain-url-in-productexportrenderer.md
|
||||
changelog/_unreleased/2024-03-06-add-support-for-webpack-config-cjs-in-storefront.md
|
||||
changelog/_unreleased/2024-03-21-fixed-switch-edit-mode-to-html-doesn-t-save-new-content.md
|
||||
changelog/_unreleased/2024-01-29-openapi-seourl.md
|
||||
changelog/_unreleased/2024-03-06-fixed-reactivity-of-order-status.md
|
||||
changelog/_unreleased/2024-01-24-add-check-for-empty-productid-for-wishlist.md
|
||||
changelog/_unreleased/2024-02-19-ignore-js-script-files-when-they-do-not-match-new-file-path-pattern.md
|
||||
changelog/_unreleased/2024-02-13-fix-wrong-order-currency.md
|
||||
changelog/_unreleased/2024-02-01-openapi-order.md
|
||||
changelog/_unreleased/2024-02-09-customer-group-save.md
|
||||
changelog/_unreleased/2024-02-13-product-export-renderer-use-cdn-url-when-set.md
|
||||
changelog/_unreleased/2024-01-25-openapi-product-reviews.md
|
||||
changelog/_unreleased/2024-01-26-admin-order-address-search-field.md
|
||||
changelog/_unreleased/2024-03-14-fix-media-image-replacement-reload-issue.md
|
||||
changelog/_unreleased/2024-04-03-deprecated-mail-attachmentloader.md
|
||||
changelog/_unreleased/2024-04-23-fix-currency-formatting-on-invalid-currencies.md
|
||||
changelog/_unreleased/2024-02-26-fix-tax-modal.md
|
||||
changelog/_unreleased/2024-01-25-openapi-media.md
|
||||
changelog/_unreleased/2024-04-18-fix-update-pipelines.md
|
||||
changelog/_unreleased/2024-02-09-improve-profiler-repository-tracer.md
|
||||
changelog/_unreleased/2024-02-13-dashboard-todays-order.md
|
||||
changelog/_unreleased/2024-02-09-improve-product-page-load-performance.md
|
||||
changelog/_unreleased/2024-04-13-correct-copy-able-to-copyable-for-text-field.md
|
||||
changelog/_unreleased/2024-04-09-add-wrapper-component-for-sw-card.md
|
||||
changelog/_unreleased/2023-11-22-append-slash-to-sitemap-home-url.md
|
||||
changelog/_unreleased/2024-02-27-add-new-html-cms-element.md
|
||||
changelog/_unreleased/2024-01-17-deprecate-shopidchangedexception.md
|
||||
changelog/_unreleased/2023-03-28-show-correct-saleschannel-on-customer-view.md
|
||||
changelog/_unreleased/2024-04-25-fix-shipping-matrix-factors.md
|
||||
changelog/_unreleased/2024-03-07-replace-mysql-with-dal-in-document-upload-flow.md
|
||||
changelog/_unreleased/2024-01-26-close-the-help-sidebar-on-route-changes.md
|
||||
changelog/_unreleased/2024-01-29-fix-html-entities-in-the-seo-fields.md
|
||||
changelog/_unreleased/2024-01-23-fix-custom-field-content-change-in-media-module.md
|
||||
changelog/_unreleased/2024-01-22-fix-snippet-default-value-sanitize.md
|
||||
changelog/_unreleased/2024-01-04-load-all-inherited-snippets.md
|
||||
changelog/_unreleased/2024-02-21-apply-fixes-in-user-permissions.md
|
||||
changelog/_unreleased/2024-01-22-fixed-reloading-of-customer-order-count.md
|
||||
changelog/_unreleased/2024-04-04-allow-toggling-the-smart-bar-from-an-app-module.md
|
||||
changelog/_unreleased/2024-01-11-reduce-log-level-of-noconfigurationexception.md
|
||||
changelog/_unreleased/2023-11-28-add-adr-for-insider-preview.md
|
||||
changelog/_unreleased/2024-02-12-allow-hmac-jwt.md
|
||||
changelog/_unreleased/2024-01-30-fix-customer-language-reset-to-default-after-login.md
|
||||
changelog/_unreleased/2024-02-06-support-html5-tags.md
|
||||
changelog/_unreleased/2024-04-29-add-scene-editor-entities-to-data-collection.md
|
||||
changelog/_unreleased/2024-02-02-add-missing-xxl-breakpoint.md
|
||||
changelog/_unreleased/2024-01-31-remove-capitalize-in-plugin-recommandation.md
|
||||
changelog/_unreleased/2024-03-07-update-meteor-admin-sdk-version-to-5-0-1.md
|
||||
changelog/_unreleased/2024-02-07-check-user-cookie-preference-before-replace-video-element.md
|
||||
changelog/_unreleased/2024-01-23-promotion-individual-code-should-be-nullable.md
|
||||
changelog/_unreleased/2024-01-25-clean-up-temp-files-after-use-of-mediaservice.md
|
||||
changelog/_unreleased/2024-04-18-add-wrapper-component-for-sw-number-field.md
|
||||
changelog/_unreleased/2024-04-02-add-wrapper-component-for-sw-button.md
|
||||
changelog/_unreleased/2024-02-01-add-store-api-endpoint-to-fetch-media-entities.md
|
||||
changelog/_unreleased/2024-03-11-include-static-plugins-path-in-testbootstrapper.md
|
||||
changelog/_unreleased/2024-01-30-no-faulty-preview-of-product-comparison-sales-channels.md
|
||||
changelog/_unreleased/2024-01-25-openapi-order-line-item-download.md
|
||||
changelog/_unreleased/2024-03-05-always-resolve-closest-node_modules-folder-for-apps-and-plugins.md
|
||||
changelog/_unreleased/2023-12-05-reload-config-when-the-config-namespace-changes.md
|
||||
changelog/_unreleased/2024-02-21-next-33716-add-translation-to-all-sdk-endpoints.md
|
||||
changelog/_unreleased/2024-01-29-fix-empty-content-after-saving-a-layout-has-missing-components.md
|
||||
changelog/_unreleased/2024-03-25-improve-storefront-webpack-watch-twig.md
|
||||
changelog/_unreleased/2024-02-23-landing-page-seo-template-leads-to-infinite-redirection.md
|
||||
changelog/_unreleased/2024-03-28-added-vat-info-to-customer-account.md
|
||||
changelog/_unreleased/2024-01-23-fix-code-editor-emitting-without-blur.md
|
||||
changelog/_unreleased/2024-02-07-implemented-mesh-data-decompression-via-draco-loader.md
|
||||
changelog/_unreleased/2024-02-14-fix-sw-media-modal-v2-target-folder-property.md
|
||||
changelog/_unreleased/2024-03-01-fix-user-email-validation.md
|
||||
changelog/_unreleased/2024-04-05-workaround-english-field-identifiers-in-german-form-violation-texts.md
|
||||
changelog/_unreleased/2024-02-27-2024-02-27-gross-customer-group-overview.md
|
||||
changelog/_unreleased/2022-05-18-abstract-and-reduce-rule-condition-components.md
|
||||
changelog/_unreleased/2024-03-18-add-assigned-pages-to-cms-list.md
|
||||
changelog/_unreleased/2023-12-15-allow-association_fields-of-media_default_folder-to-be-nullable.md
|
||||
changelog/_unreleased/2024-04-11-fix-issue-with-umlauts-in-promotion-code-field-not-working.md
|
||||
changelog/_unreleased/2024-01-08-replace-single-quotes-around-json-object-attributes-by-double-quotes.md
|
||||
changelog/_unreleased/2024-01-04-remove-html-sanitization-from-mail-header-and-mail-footer-fields.md
|
||||
changelog/_unreleased/2024-03-22-fix-storefront-webpack.md
|
||||
changelog/_unreleased/2024-04-23-allow-non-transmission-of-payment-status-in-app-handlers.md
|
||||
changelog/_unreleased/2024-03-20-snippet-cache-invalidation.md
|
||||
changelog/_unreleased/2024-03-22-run-blue-green-safe-migrations-in-system-update-finish-command.md
|
||||
changelog/_unreleased/2024-02-26-added-serialization-of-the-itemRounding-and-totalRounding-property-of-an-order-entity.md
|
||||
changelog/_unreleased/2024-01-25-changed-order-save-behaviour.md
|
||||
changelog/_unreleased/2024-02-13-fix-plugin-index-html.md
|
||||
changelog/_unreleased/2024-02-01-openapi-sales-channel-context.md
|
||||
changelog/_unreleased/2024-01-30-added-delete-restriction-to-sales-channel-domain.md
|
||||
changelog/_unreleased/2024-02-02-add-ludtwig-composer-commands.md
|
||||
changelog/_unreleased/2024-02-07-fix-many-to-many-serializer-check.md
|
||||
changelog/_unreleased/2024-04-09-add-configurable-delay-to-pseudomodal.md
|
||||
changelog/_unreleased/2024-03-11-allow-vue-compat-mode-removal.md
|
||||
changelog/_unreleased/2024-04-04-fix-missing-modal-backdrop-checkout-address.md
|
||||
changelog/_unreleased/2024-03-25-handle-nullable-tax-status.md
|
||||
changelog/_unreleased/2024-04-22-improve-elasticsearch.md
|
||||
changelog/_unreleased/2024-02-26-change-path-column-in-app-definition.md
|
||||
changelog/_unreleased/2024-02-07-openapi-landing-page.md
|
||||
changelog/_unreleased/2024-04-03-add-ipv6-cidr-to-known-ip-address.md
|
||||
changelog/_unreleased/2024-02-06-added-correct-favicon-for-marketing-module.md
|
||||
changelog/_unreleased/2024-04-03-removed-hard-coded-dependency-on-redis-in-shopware-config.md
|
||||
changelog/release-6-5-3-1/2023-07-05-missing-product-cover-images-when-no-version-id-is-filled.md
|
||||
changelog/release-6-3-5-2/2021-02-23-fix-session-handling-on-logouts.md
|
||||
|
|
@ -2111,6 +1879,238 @@ changelog/release-6-4-12-0/2022-05-04-content-of-custom-fields-is-not-being-adop
|
|||
changelog/release-6-4-12-0/2022-04-11-make-order-shipping-and-billing-address-written-events-hookable.md
|
||||
changelog/release-6-4-12-0/2022-04-03-account-type-is-missing-in-administration.md
|
||||
changelog/release-6-4-12-0/2022-04-27-fix-method-change-on-checkout-confirm.md
|
||||
changelog/release-6-6-1-0/2024-02-01-fix-theme-config-label-inheritance.md
|
||||
changelog/release-6-6-1-0/2024-02-07-fix-creating-a-new-thumbnail-size-error.md
|
||||
changelog/release-6-6-1-0/2024-03-06-exclude-remote-click-from-mobile.md
|
||||
changelog/release-6-6-1-0/2024-01-23-prevent-invalid-currency-rounding-configurations.md
|
||||
changelog/release-6-6-1-0/2024-01-29-next-33018-fix-local-mailer-step-in-frw.md
|
||||
changelog/release-6-6-1-0/2024-01-31-make-sure-exists-the-defaultcurrency.md
|
||||
changelog/release-6-6-1-0/2024-01-30-shrink-rule-detail-page-associations.md
|
||||
changelog/release-6-6-1-0/2024-01-25-change-shortname-to-isocode-property-for-order-module.md
|
||||
changelog/release-6-6-1-0/2024-02-16-only-allow-uuid-as-lineitem-id-and-referencedid-for-product-line-item.md
|
||||
changelog/release-6-6-1-0/2024-02-02-fix-admin-web-workers.md
|
||||
changelog/release-6-6-1-0/2024-02-07-fix-async-component-factory-edge-case.md
|
||||
changelog/release-6-6-1-0/2024-03-12-fix-openapi-schema-output.md
|
||||
changelog/release-6-6-1-0/2024-01-30-changed-logic-for-joining-a-header-and-footer-to-an-email.md
|
||||
changelog/release-6-6-1-0/2024-03-07-implement-counterpart-for-cms-block-functionality-in-admin-sdk.md
|
||||
changelog/release-6-6-1-0/2024-01-30-optimize-performance-of-data-grid.md
|
||||
changelog/release-6-6-1-0/2024-02-20-fix-privileges-error-in-dataset-handling.md
|
||||
changelog/release-6-6-1-0/2024-01-08-make-rule-config-field-names-unique.md
|
||||
changelog/release-6-6-1-0/2024-01-18-replace-the-old-help-center-for-the-extension-module.md
|
||||
changelog/release-6-6-1-0/2024-02-08-fix-missing-iframe-query-params-in-cms-element.md
|
||||
changelog/release-6-6-1-0/2024-01-19-added-phpstan-rule-for-routescope-and-namespace.md
|
||||
changelog/release-6-6-1-0/2024-01-24-changed-technical-name-errors-for-payment-and-shipping-methods-to-a-hint.md
|
||||
changelog/release-6-6-1-0/2024-01-18-add-user-list-command.md
|
||||
changelog/release-6-6-1-0/2024-01-19-correcting-the-defaults-entity-in-treebuildingnavigationroute.md
|
||||
changelog/release-6-6-1-0/2024-01-26-openapi-document.md
|
||||
changelog/release-6-6-1-0/2024-02-19-added-the-transactons-and-deliveries-statemachinestate-properties-of-an-order-as-options-in-importexport.md
|
||||
changelog/release-6-6-1-0/2024-03-07-fix-imageslider-including-deleted-media.md
|
||||
changelog/release-6-6-1-0/2024-03-17-ensure-decoration-of-media-url-generator.md
|
||||
changelog/release-6-6-1-0/2024-02-01-fix-rule-builder-unit-conversion-calucaltion-when-no-input-is-given.md
|
||||
changelog/release-6-6-1-0/2024-01-18-create-phpstan-rule-to-check-that-fields-are-registered-with-the-schemabuilder.md
|
||||
changelog/release-6-6-1-0/2024-03-05-add-product-video-functionality.md
|
||||
changelog/release-6-6-1-0/2024-01-23-fixed-image-slider-in-category-detail.md
|
||||
changelog/release-6-6-1-0/2024-03-09-allow-twig-array-filters-to-accept-null.md
|
||||
changelog/release-6-6-1-0/2024-01-24-openapi-sitemap.md
|
||||
changelog/release-6-6-1-0/2024-03-12-distinctive-document-titles.md
|
||||
changelog/release-6-6-1-0/2024-02-06-fix-cloning-of-structs-with-enums.md
|
||||
changelog/release-6-6-1-0/2024-01-25-openapi-property-group-option.md
|
||||
changelog/release-6-6-1-0/2024-02-03-support-throwing-exception-when-create-customer.md
|
||||
changelog/release-6-6-1-0/2024-01-25-fix-issue-on-windowrouterpush.md
|
||||
changelog/release-6-6-1-0/2023-03-05-no-empty-nav.md
|
||||
changelog/release-6-6-1-0/2022-01-22-fix-statefulness-issues-of-twig-environment-in-seo-url-generator.md
|
||||
changelog/release-6-6-1-0/2023-11-06-add-flag-for-full-indexing-category.md
|
||||
changelog/release-6-6-1-0/2024-03-21-allow-export-invalid-import-only-profiles.md
|
||||
changelog/release-6-6-1-0/2024-01-23-fix-thumbnail-generation-edge-cases.md
|
||||
changelog/release-6-6-1-0/2024-01-25-remove-product-count-from-sales-channel-list.md
|
||||
changelog/release-6-6-1-0/2024-03-04-update-saleschannel-theme-assignment.md
|
||||
changelog/release-6-6-1-0/2024-02-07-fix-asset-path-generation-in-plugin-html-files.md
|
||||
changelog/release-6-6-1-0/2024-03-01-member-fuction-gethash-on-null.md
|
||||
changelog/release-6-6-1-0/2024-02-19-add-back-button-to-sdk-settings-modules.md
|
||||
changelog/release-6-6-1-0/2024-02-14-added-draco-library-as-an-asset.md
|
||||
changelog/release-6-6-1-0/2024-02-01-add-pagination-in-media-selection.md
|
||||
changelog/release-6-6-1-0/2024-01-22-update-meteor-admin-sdk-to-the-latest-version.md
|
||||
changelog/release-6-6-1-0/2024-02-26-fix-storno-document-always-generated-from-current-order.md
|
||||
changelog/release-6-6-1-0/2024-01-18-fix-cms-block-background-images.md
|
||||
changelog/release-6-6-1-0/2024-03-12-fix-command-creation-on-plugin-create-for-sf7.md
|
||||
changelog/release-6-6-1-0/2023-11-24-delete-payment-method.md
|
||||
changelog/release-6-6-1-0/2024-02-23-add-new-block-in-analytics-template.md
|
||||
changelog/release-6-6-1-0/2024-01-24-no-og-tags-on-error-page.md
|
||||
changelog/release-6-6-1-0/2024-02-07-openapi-wishlist-load-route-response.md
|
||||
changelog/release-6-6-1-0/2024-01-12-fix-flow-dispatcher-error-handling-for-nested-transactions.md
|
||||
changelog/release-6-6-1-0/2024-02-27-added-new-api-route-to-update-order-addresses.md
|
||||
changelog/release-6-6-1-0/2024-01-05-cleanup-product-card-action-html-twig-template.md
|
||||
changelog/release-6-6-1-0/2024-01-30-fix-product-comparison-use-app_url-instead-of-assigned-sales-channel-domain.md
|
||||
changelog/release-6-6-1-0/2024-03-24-add-sanitize-field-for-cms-text-fields.md
|
||||
changelog/release-6-6-1-0/2024-01-26-fix-bug-cannot-upload-3d-file.md
|
||||
changelog/release-6-6-1-0/2024-01-25-openapi-media-thumbnail.md
|
||||
changelog/release-6-6-1-0/2024-02-28-open-customer-from-order-detail-page.md
|
||||
changelog/release-6-6-1-0/2024-02-22-upgrade-composer-and-symfony-console.md
|
||||
changelog/release-6-6-1-0/2024-02-26-indexing-results-in-an-exception-when-a-inherting-language-is-used.md
|
||||
changelog/release-6-6-1-0/2024-02-20-remove-deprecated-vue2-option-api-usage.md
|
||||
changelog/release-6-6-1-0/2024-01-23-improve-app-script-performance.md
|
||||
changelog/release-6-6-1-0/2024-02-15-fix-variant-name-not-visible-in-dynamic-product.md
|
||||
changelog/release-6-6-1-0/2024-03-19-ensure-export-tempfile-is-open-before-copying-data.md
|
||||
changelog/release-6-6-1-0/2024-02-06-do-not-allow-deleting-connected-media-thumbnail-size.md
|
||||
changelog/release-6-6-1-0/2024-02-26-fix-insufficient-rule-condition-unit-value-rounding.md
|
||||
changelog/release-6-6-1-0/2024-02-21-core-fixes.md
|
||||
changelog/release-6-6-1-0/2024-01-23-fix-losing-page-content-in-category-layout-tab-when-switching-to-a-landing-page.md
|
||||
changelog/release-6-6-1-0/2024-02-29-no-ips-selectable-in-allowlist-at-sales-channel.md
|
||||
changelog/release-6-6-1-0/2024-02-22-seourlplaceholderhandler-removed-unnecessary-param-from-method-call.md
|
||||
changelog/release-6-6-1-0/2024-01-23-allowed-guest-users-to-change-their-default-addresses.md
|
||||
changelog/release-6-6-1-0/2024-02-07-openapi-customer-group.md
|
||||
changelog/release-6-6-1-0/2024-02-14-improved-admin-typescript-implementation.md
|
||||
changelog/release-6-6-1-0/2024-02-21-fixes-missing-setindexer-for-newsletterrecipientindexingmessage.md
|
||||
changelog/release-6-6-1-0/2024-01-24-fix-translation-iso-code-unique-check.md
|
||||
changelog/release-6-6-1-0/2024-01-22-add-check-processed-promotions-to-avoid-duplicates.md
|
||||
changelog/release-6-6-1-0/2024-01-22-fix-umlauts-in-productsearchterminterpreter.md
|
||||
changelog/release-6-6-1-0/2024-03-11-add-sales-channel-context-getter-to-customerdoubleoptinregistrationevent.md
|
||||
changelog/release-6-6-1-0/2024-01-22-customize-the-modal-body-gap.md
|
||||
changelog/release-6-6-1-0/2024-02-20-remove-privileges-from-sdk-iframe-urls.md
|
||||
changelog/release-6-6-1-0/2024-03-06-fix-form-field-inheritance.md
|
||||
changelog/release-6-6-1-0/2023-10-13-fixed-setting-of-custom-field-number-type.md
|
||||
changelog/release-6-6-1-0/2024-02-05-changed-permissions-for-discount-promotions-in-order.md
|
||||
changelog/release-6-6-1-0/2024-03-25-handle-nullable-state-machine-name.md
|
||||
changelog/release-6-6-1-0/2024-01-25-fix-variant-names-without-dashes-in-bulk-edit.md
|
||||
changelog/release-6-6-1-0/2024-01-11-add-missing-fields-to-schema-generation.md
|
||||
changelog/release-6-6-1-0/2024-01-23-change-constructor-type.md
|
||||
changelog/release-6-6-1-0/2024-02-04-improve-cart-table.md
|
||||
changelog/release-6-6-1-0/2024-03-25-handle-nullable-app-id.md
|
||||
changelog/release-6-6-1-0/2024-01-26-fix-discount-calculation-in-order-detail-page.md
|
||||
changelog/release-6-6-1-0/2024-02-09-fix-style-issue-with-total-of-all-purchase-prices-rule.md
|
||||
changelog/release-6-6-1-0/2024-02-28-add-a-createclicontext-method-to-context.md
|
||||
changelog/release-6-6-1-0/2024-03-05-changed-routing-for-creating-flows-from-templates.md
|
||||
changelog/release-6-6-1-0/2024-01-30-fix-auto-logout-in-safari.md
|
||||
changelog/release-6-6-1-0/2024-03-05-fix-partial-many-to-many-criteria.md
|
||||
changelog/release-6-6-1-0/2024-02-01-fix-storefront-account-address-ui.md
|
||||
changelog/release-6-6-1-0/2024-01-23-openapi-id.md
|
||||
changelog/release-6-6-1-0/2024-02-29-add-options-argument-to-recalculate-order.md
|
||||
changelog/release-6-6-1-0/2024-02-09-draco-lib-integration-correctly.md
|
||||
changelog/release-6-6-1-0/2024-03-14-fix-loaded-template-of-ajax-product-review-route.md
|
||||
changelog/release-6-6-1-0/2024-02-08-add-order-with-sent-document-rule-condition.md
|
||||
changelog/release-6-6-1-0/2020-09-07-check-invalid-rules-in-criteria-instead-of-runtime.md
|
||||
changelog/release-6-6-1-0/2024-02-21-handle-reverse-proxy-errors-gracefully.md
|
||||
changelog/release-6-6-1-0/2024-02-27-update-app-metadata.md
|
||||
changelog/release-6-6-1-0/2024-02-14-make-migration-more-stable.md
|
||||
changelog/release-6-6-1-0/2024-03-13-media-fastly-proxy.md
|
||||
changelog/release-6-6-1-0/2024-04-02-add-sync-theme-compile-cli-option.md
|
||||
changelog/release-6-6-1-0/2024-01-16-fix-api-security.md
|
||||
changelog/release-6-6-1-0/2024-01-19-fix-web-installer-with-custom-db-port.md
|
||||
changelog/release-6-6-1-0/2024-01-30-added-seo-warning-notification-to-landing-pages-in-admin-if-no-layout-is-assigned.md
|
||||
changelog/release-6-6-1-0/2024-01-23-cannot-add-properties-to-variants.md
|
||||
changelog/release-6-6-1-0/2024-01-31-add-possibility-to-disable-zoom-for-spatial.md
|
||||
changelog/release-6-6-1-0/2024-01-22-fix-order-status-can-not-changes.md
|
||||
changelog/release-6-6-1-0/2024-01-08-add-intra-community-delivery-label-to-invoice-renderer.md
|
||||
changelog/release-6-6-1-0/2024-02-07-js-error-after-switching-layout-tab-in-product.md
|
||||
changelog/release-6-6-1-0/2024-03-04-clear-cookies-on-404-pages.md
|
||||
changelog/release-6-6-1-0/2024-01-30-add-app_cache_dir-to-cache-dir.md
|
||||
changelog/release-6-6-1-0/2024-03-06-add-possibility-to-add-local-manifest-file.md
|
||||
changelog/release-6-6-1-0/2024-01-23-added-option-to-confirm-a-customers-email-within-the-admin.md
|
||||
changelog/release-6-6-1-0/2024-01-23-fix-alignment-of-cms-image-elements.md
|
||||
changelog/release-6-6-1-0/2024-02-16-update-area-rule-ids-in-cart-calculation.md
|
||||
changelog/release-6-6-1-0/2024-01-02-delete-old-files-handler.md
|
||||
changelog/release-6-6-1-0/2024-03-13-use-themecompilerinterface-in-compilethemehandler.md
|
||||
changelog/release-6-6-1-0/2024-02-08-add-google-consent-v2.md
|
||||
changelog/release-6-6-1-0/2024-03-18-add-pseudo-modal-twig-blocks.md
|
||||
changelog/release-6-6-1-0/2024-01-30-fix-for-deleting-value-exclusions-breaks-variant-generation.md
|
||||
changelog/release-6-6-1-0/2024-03-07-fix-width-of-cms-slider-url-input.md
|
||||
changelog/release-6-6-1-0/2023-04-17-allow-trailing-slash-in-seo-url.md
|
||||
changelog/release-6-6-1-0/2024-02-21-add-customer-data-to-customer-deleted-event.md
|
||||
changelog/release-6-6-1-0/2024-01-22-fix-affiliate-code-campaign-code-tracking-not-working-for-registration.md
|
||||
changelog/release-6-6-1-0/2023-12-06-improve-product-listing-openapi-schema.md
|
||||
changelog/release-6-6-1-0/2024-01-19-allow-toggling-the-modal-footer.md
|
||||
changelog/release-6-6-1-0/2024-02-23-enable-iframe-full-screen-for-sdk-modules.md
|
||||
changelog/release-6-6-1-0/2024-01-18-deprecate-schema-generator.md
|
||||
changelog/release-6-6-1-0/2024-03-04-add-stoplight-elements.md
|
||||
changelog/release-6-6-1-0/2024-02-23-fix-async-initializeplugin.md
|
||||
changelog/release-6-6-1-0/2024-02-22-fix-sw-url-field-on-load-ssl-state.md
|
||||
changelog/release-6-6-1-0/2024-01-31-add-acl-to-send-mail-route.md
|
||||
changelog/release-6-6-1-0/2023-12-05-set-correct-extension-data-on-first-load-of-configuration.md
|
||||
changelog/release-6-6-1-0/2024-02-09-deprecation-unused-product-detail-page-template-files.md
|
||||
changelog/release-6-6-1-0/2024-02-01-determine-correct-url.md
|
||||
changelog/release-6-6-1-0/2024-01-31-validate-email-when-unsubcribe-newsletter.md
|
||||
changelog/release-6-6-1-0/2024-01-30-incorrect-contact-form-receiver-validation-regex.md
|
||||
changelog/release-6-6-1-0/2024-02-26-slow-query-with-criteria-term.md
|
||||
changelog/release-6-6-1-0/2024-01-30-openapi-product-media-schema.md
|
||||
changelog/release-6-6-1-0/2024-02-13-fix-static-theme-compilation.md
|
||||
changelog/release-6-6-1-0/2024-03-06-fix-plugin-chunk-hash.md
|
||||
changelog/release-6-6-1-0/2024-02-05-update-data-consent.md
|
||||
changelog/release-6-6-1-0/2024-03-02-change-order-list-filter-entity.md
|
||||
changelog/release-6-6-1-0/2024-01-29-fix-opening-ajax-modal-within-ajax-modal.md
|
||||
changelog/release-6-6-1-0/2023-11-23-fix-working-with-feature-flags-in-plugin-configuration.md
|
||||
changelog/release-6-6-1-0/2024-02-01-disable-autocomplete-for-password-fields-inside-user-and-profile-settings.md
|
||||
changelog/release-6-6-1-0/2024-03-04-revert-using-scn-domain-url-in-productexportrenderer.md
|
||||
changelog/release-6-6-1-0/2024-03-06-add-support-for-webpack-config-cjs-in-storefront.md
|
||||
changelog/release-6-6-1-0/2024-01-29-openapi-seourl.md
|
||||
changelog/release-6-6-1-0/2024-03-06-fixed-reactivity-of-order-status.md
|
||||
changelog/release-6-6-1-0/2024-01-24-add-check-for-empty-productid-for-wishlist.md
|
||||
changelog/release-6-6-1-0/2024-02-19-ignore-js-script-files-when-they-do-not-match-new-file-path-pattern.md
|
||||
changelog/release-6-6-1-0/2024-02-13-fix-wrong-order-currency.md
|
||||
changelog/release-6-6-1-0/2024-02-01-openapi-order.md
|
||||
changelog/release-6-6-1-0/2024-02-09-customer-group-save.md
|
||||
changelog/release-6-6-1-0/2024-02-13-product-export-renderer-use-cdn-url-when-set.md
|
||||
changelog/release-6-6-1-0/2024-01-25-openapi-product-reviews.md
|
||||
changelog/release-6-6-1-0/2024-01-26-admin-order-address-search-field.md
|
||||
changelog/release-6-6-1-0/2024-03-14-fix-media-image-replacement-reload-issue.md
|
||||
changelog/release-6-6-1-0/2024-02-26-fix-tax-modal.md
|
||||
changelog/release-6-6-1-0/2024-01-25-openapi-media.md
|
||||
changelog/release-6-6-1-0/2024-02-09-improve-profiler-repository-tracer.md
|
||||
changelog/release-6-6-1-0/2024-02-13-dashboard-todays-order.md
|
||||
changelog/release-6-6-1-0/2024-02-09-improve-product-page-load-performance.md
|
||||
changelog/release-6-6-1-0/2023-11-22-append-slash-to-sitemap-home-url.md
|
||||
changelog/release-6-6-1-0/2024-02-27-add-new-html-cms-element.md
|
||||
changelog/release-6-6-1-0/2024-01-17-deprecate-shopidchangedexception.md
|
||||
changelog/release-6-6-1-0/2024-03-07-replace-mysql-with-dal-in-document-upload-flow.md
|
||||
changelog/release-6-6-1-0/2024-01-26-close-the-help-sidebar-on-route-changes.md
|
||||
changelog/release-6-6-1-0/2024-01-29-fix-html-entities-in-the-seo-fields.md
|
||||
changelog/release-6-6-1-0/2024-01-23-fix-custom-field-content-change-in-media-module.md
|
||||
changelog/release-6-6-1-0/2024-01-22-fix-snippet-default-value-sanitize.md
|
||||
changelog/release-6-6-1-0/2024-01-04-load-all-inherited-snippets.md
|
||||
changelog/release-6-6-1-0/2024-02-21-apply-fixes-in-user-permissions.md
|
||||
changelog/release-6-6-1-0/2024-01-22-fixed-reloading-of-customer-order-count.md
|
||||
changelog/release-6-6-1-0/2024-01-11-reduce-log-level-of-noconfigurationexception.md
|
||||
changelog/release-6-6-1-0/2023-11-28-add-adr-for-insider-preview.md
|
||||
changelog/release-6-6-1-0/2024-02-12-allow-hmac-jwt.md
|
||||
changelog/release-6-6-1-0/2024-01-30-fix-customer-language-reset-to-default-after-login.md
|
||||
changelog/release-6-6-1-0/2024-02-06-support-html5-tags.md
|
||||
changelog/release-6-6-1-0/2024-02-02-add-missing-xxl-breakpoint.md
|
||||
changelog/release-6-6-1-0/2024-01-31-remove-capitalize-in-plugin-recommandation.md
|
||||
changelog/release-6-6-1-0/2024-03-07-update-meteor-admin-sdk-version-to-5-0-1.md
|
||||
changelog/release-6-6-1-0/2024-02-07-check-user-cookie-preference-before-replace-video-element.md
|
||||
changelog/release-6-6-1-0/2024-01-23-promotion-individual-code-should-be-nullable.md
|
||||
changelog/release-6-6-1-0/2024-01-25-clean-up-temp-files-after-use-of-mediaservice.md
|
||||
changelog/release-6-6-1-0/2024-02-01-add-store-api-endpoint-to-fetch-media-entities.md
|
||||
changelog/release-6-6-1-0/2024-03-11-include-static-plugins-path-in-testbootstrapper.md
|
||||
changelog/release-6-6-1-0/2024-01-30-no-faulty-preview-of-product-comparison-sales-channels.md
|
||||
changelog/release-6-6-1-0/2024-01-25-openapi-order-line-item-download.md
|
||||
changelog/release-6-6-1-0/2024-03-05-always-resolve-closest-node_modules-folder-for-apps-and-plugins.md
|
||||
changelog/release-6-6-1-0/2023-12-05-reload-config-when-the-config-namespace-changes.md
|
||||
changelog/release-6-6-1-0/2024-02-21-next-33716-add-translation-to-all-sdk-endpoints.md
|
||||
changelog/release-6-6-1-0/2024-01-29-fix-empty-content-after-saving-a-layout-has-missing-components.md
|
||||
changelog/release-6-6-1-0/2024-02-23-landing-page-seo-template-leads-to-infinite-redirection.md
|
||||
changelog/release-6-6-1-0/2024-01-23-fix-code-editor-emitting-without-blur.md
|
||||
changelog/release-6-6-1-0/2024-02-07-implemented-mesh-data-decompression-via-draco-loader.md
|
||||
changelog/release-6-6-1-0/2024-02-14-fix-sw-media-modal-v2-target-folder-property.md
|
||||
changelog/release-6-6-1-0/2024-03-01-fix-user-email-validation.md
|
||||
changelog/release-6-6-1-0/2024-02-27-2024-02-27-gross-customer-group-overview.md
|
||||
changelog/release-6-6-1-0/2024-03-18-add-assigned-pages-to-cms-list.md
|
||||
changelog/release-6-6-1-0/2023-12-15-allow-association_fields-of-media_default_folder-to-be-nullable.md
|
||||
changelog/release-6-6-1-0/2024-01-08-replace-single-quotes-around-json-object-attributes-by-double-quotes.md
|
||||
changelog/release-6-6-1-0/2024-01-04-remove-html-sanitization-from-mail-header-and-mail-footer-fields.md
|
||||
changelog/release-6-6-1-0/2024-03-20-snippet-cache-invalidation.md
|
||||
changelog/release-6-6-1-0/2024-03-22-run-blue-green-safe-migrations-in-system-update-finish-command.md
|
||||
changelog/release-6-6-1-0/2024-02-26-added-serialization-of-the-itemRounding-and-totalRounding-property-of-an-order-entity.md
|
||||
changelog/release-6-6-1-0/2024-01-25-changed-order-save-behaviour.md
|
||||
changelog/release-6-6-1-0/2024-02-13-fix-plugin-index-html.md
|
||||
changelog/release-6-6-1-0/2024-02-01-openapi-sales-channel-context.md
|
||||
changelog/release-6-6-1-0/2024-01-30-added-delete-restriction-to-sales-channel-domain.md
|
||||
changelog/release-6-6-1-0/2024-02-02-add-ludtwig-composer-commands.md
|
||||
changelog/release-6-6-1-0/2024-02-07-fix-many-to-many-serializer-check.md
|
||||
changelog/release-6-6-1-0/2024-03-11-allow-vue-compat-mode-removal.md
|
||||
changelog/release-6-6-1-0/2024-03-25-handle-nullable-tax-status.md
|
||||
changelog/release-6-6-1-0/2024-02-26-change-path-column-in-app-definition.md
|
||||
changelog/release-6-6-1-0/2024-02-07-openapi-landing-page.md
|
||||
changelog/release-6-6-1-0/2024-02-06-added-correct-favicon-for-marketing-module.md
|
||||
changelog/release-6-3-4-0/2020-10-28-fix-customer-groups-timeout-when-shop-has-many-customers.md
|
||||
changelog/release-6-3-4-0/2020-11-17-fixed-freeze-on-saleschannel-creation-on-same-route.md
|
||||
changelog/release-6-3-4-0/2020-10-21-fix-type-declaration-in-cmspageentity.md
|
||||
|
|
|
|||
|
|
@ -50316,6 +50316,12 @@ docs/internal-developers/blocks/stock-reservation.md
|
|||
internal-developers/blocks/stock-reservation.md
|
||||
blocks/stock-reservation.md
|
||||
stock-reservation.md
|
||||
plugins/woocommerce-blocks/docs/internal-developers/templates/individual-template-classes.md
|
||||
woocommerce-blocks/docs/internal-developers/templates/individual-template-classes.md
|
||||
docs/internal-developers/templates/individual-template-classes.md
|
||||
internal-developers/templates/individual-template-classes.md
|
||||
templates/individual-template-classes.md
|
||||
individual-template-classes.md
|
||||
plugins/woocommerce-blocks/docs/internal-developers/templates/block-template-controller.md
|
||||
woocommerce-blocks/docs/internal-developers/templates/block-template-controller.md
|
||||
docs/internal-developers/templates/block-template-controller.md
|
||||
|
|
@ -51584,6 +51590,10 @@ plugins/woocommerce/changelog/46763-dev-46759-wc-product-pre-has-unique-sku
|
|||
woocommerce/changelog/46763-dev-46759-wc-product-pre-has-unique-sku
|
||||
changelog/46763-dev-46759-wc-product-pre-has-unique-sku
|
||||
46763-dev-46759-wc-product-pre-has-unique-sku
|
||||
plugins/woocommerce/changelog/fix-lys-gla-integration
|
||||
woocommerce/changelog/fix-lys-gla-integration
|
||||
changelog/fix-lys-gla-integration
|
||||
fix-lys-gla-integration
|
||||
plugins/woocommerce/changelog/fix-46604
|
||||
woocommerce/changelog/fix-46604
|
||||
changelog/fix-46604
|
||||
|
|
@ -51596,10 +51606,6 @@ plugins/woocommerce/changelog/46898-update-LYS-status-typescript
|
|||
woocommerce/changelog/46898-update-LYS-status-typescript
|
||||
changelog/46898-update-LYS-status-typescript
|
||||
46898-update-LYS-status-typescript
|
||||
plugins/woocommerce/changelog/47005-update-revert-lys-option-from-update-func
|
||||
woocommerce/changelog/47005-update-revert-lys-option-from-update-func
|
||||
changelog/47005-update-revert-lys-option-from-update-func
|
||||
47005-update-revert-lys-option-from-update-func
|
||||
plugins/woocommerce/changelog/pr-46674
|
||||
woocommerce/changelog/pr-46674
|
||||
changelog/pr-46674
|
||||
|
|
@ -51620,6 +51626,10 @@ plugins/woocommerce/changelog/47010-fix-46993-action-url-link
|
|||
woocommerce/changelog/47010-fix-46993-action-url-link
|
||||
changelog/47010-fix-46993-action-url-link
|
||||
47010-fix-46993-action-url-link
|
||||
plugins/woocommerce/changelog/47158-trunk
|
||||
woocommerce/changelog/47158-trunk
|
||||
changelog/47158-trunk
|
||||
47158-trunk
|
||||
plugins/woocommerce/changelog/46083-update-46013-shipping-section-changes
|
||||
woocommerce/changelog/46083-update-46013-shipping-section-changes
|
||||
changelog/46083-update-46013-shipping-section-changes
|
||||
|
|
@ -51648,6 +51658,10 @@ plugins/woocommerce/changelog/46900-manual_update-parameter-in-api-request
|
|||
woocommerce/changelog/46900-manual_update-parameter-in-api-request
|
||||
changelog/46900-manual_update-parameter-in-api-request
|
||||
46900-manual_update-parameter-in-api-request
|
||||
plugins/woocommerce/changelog/update-templates-documentation
|
||||
woocommerce/changelog/update-templates-documentation
|
||||
changelog/update-templates-documentation
|
||||
update-templates-documentation
|
||||
plugins/woocommerce/changelog/45974-dev-introduce-ariakit-button
|
||||
woocommerce/changelog/45974-dev-introduce-ariakit-button
|
||||
changelog/45974-dev-introduce-ariakit-button
|
||||
|
|
@ -51680,6 +51694,10 @@ plugins/woocommerce/changelog/fix-unable-activate-dependent-plugins
|
|||
woocommerce/changelog/fix-unable-activate-dependent-plugins
|
||||
changelog/fix-unable-activate-dependent-plugins
|
||||
fix-unable-activate-dependent-plugins
|
||||
plugins/woocommerce/changelog/47136-fix-product-reviews-use-block-props
|
||||
woocommerce/changelog/47136-fix-product-reviews-use-block-props
|
||||
changelog/47136-fix-product-reviews-use-block-props
|
||||
47136-fix-product-reviews-use-block-props
|
||||
plugins/woocommerce/changelog/46899-dev-fix-a11y-icon-only-customer-account-block
|
||||
woocommerce/changelog/46899-dev-fix-a11y-icon-only-customer-account-block
|
||||
changelog/46899-dev-fix-a11y-icon-only-customer-account-block
|
||||
|
|
@ -51720,6 +51738,10 @@ plugins/woocommerce/changelog/46576-fix-migrate-to-pw
|
|||
woocommerce/changelog/46576-fix-migrate-to-pw
|
||||
changelog/46576-fix-migrate-to-pw
|
||||
46576-fix-migrate-to-pw
|
||||
plugins/woocommerce/changelog/47157-dev-fix-47138
|
||||
woocommerce/changelog/47157-dev-fix-47138
|
||||
changelog/47157-dev-fix-47138
|
||||
47157-dev-fix-47138
|
||||
plugins/woocommerce/changelog/46591-try-attribute-filter-migration
|
||||
woocommerce/changelog/46591-try-attribute-filter-migration
|
||||
changelog/46591-try-attribute-filter-migration
|
||||
|
|
|
|||
|
|
@ -7676,6 +7676,7 @@ plugins/woocommerce-blocks/docs/internal-developers/data-store/README.md
|
|||
plugins/woocommerce-blocks/docs/internal-developers/blocks/feature-flags-and-experimental-interfaces.md
|
||||
plugins/woocommerce-blocks/docs/internal-developers/blocks/README.md
|
||||
plugins/woocommerce-blocks/docs/internal-developers/blocks/stock-reservation.md
|
||||
plugins/woocommerce-blocks/docs/internal-developers/templates/individual-template-classes.md
|
||||
plugins/woocommerce-blocks/docs/internal-developers/templates/block-template-controller.md
|
||||
plugins/woocommerce-blocks/docs/internal-developers/templates/README.md
|
||||
plugins/woocommerce-blocks/docs/internal-developers/templates/classic-template.md
|
||||
|
|
@ -7894,15 +7895,16 @@ plugins/woocommerce/changelog/46711-dev-update-webpack-blocks
|
|||
plugins/woocommerce/changelog/imp-46153-report-readibility
|
||||
plugins/woocommerce/changelog/46583-try-filter-product-by-rating
|
||||
plugins/woocommerce/changelog/46763-dev-46759-wc-product-pre-has-unique-sku
|
||||
plugins/woocommerce/changelog/fix-lys-gla-integration
|
||||
plugins/woocommerce/changelog/fix-46604
|
||||
plugins/woocommerce/changelog/e2e-fix-cleanup-for-created-pages
|
||||
plugins/woocommerce/changelog/46898-update-LYS-status-typescript
|
||||
plugins/woocommerce/changelog/47005-update-revert-lys-option-from-update-func
|
||||
plugins/woocommerce/changelog/pr-46674
|
||||
plugins/woocommerce/changelog/46843-cleaning
|
||||
plugins/woocommerce/changelog/update-product-attribute-types
|
||||
plugins/woocommerce/changelog/fix-add-cache-46806
|
||||
plugins/woocommerce/changelog/47010-fix-46993-action-url-link
|
||||
plugins/woocommerce/changelog/47158-trunk
|
||||
plugins/woocommerce/changelog/46083-update-46013-shipping-section-changes
|
||||
plugins/woocommerce/changelog/fix-45699
|
||||
plugins/woocommerce/changelog/fix-27568-refund-endpoint
|
||||
|
|
@ -7910,6 +7912,7 @@ plugins/woocommerce/changelog/46785-fix-product-details-use-block-props
|
|||
plugins/woocommerce/changelog/46854-update-LYS-coming-soon-block-cleanup
|
||||
plugins/woocommerce/changelog/update-remove-powered-by-woo-footer
|
||||
plugins/woocommerce/changelog/46900-manual_update-parameter-in-api-request
|
||||
plugins/woocommerce/changelog/update-templates-documentation
|
||||
plugins/woocommerce/changelog/45974-dev-introduce-ariakit-button
|
||||
plugins/woocommerce/changelog/46872-46839-fix-error-on-same-prompt
|
||||
plugins/woocommerce/changelog/fix-mini-cart-block-merchant-only-once-test
|
||||
|
|
@ -7918,6 +7921,7 @@ plugins/woocommerce/changelog/46626-fix-eslint-errors
|
|||
plugins/woocommerce/changelog/update-log-file-format-source
|
||||
plugins/woocommerce/changelog/e2e-disable-coming-soon-in-env-setup
|
||||
plugins/woocommerce/changelog/fix-unable-activate-dependent-plugins
|
||||
plugins/woocommerce/changelog/47136-fix-product-reviews-use-block-props
|
||||
plugins/woocommerce/changelog/46899-dev-fix-a11y-icon-only-customer-account-block
|
||||
plugins/woocommerce/changelog/perf-indexes
|
||||
plugins/woocommerce/changelog/46580-try-filter-product-by-stock-migration
|
||||
|
|
@ -7928,6 +7932,7 @@ plugins/woocommerce/changelog/update-class-property-since-tbd
|
|||
plugins/woocommerce/changelog/2024-04-22-04-49-18-213839
|
||||
plugins/woocommerce/changelog/46999-fix-fetch-patterns-ai-data-post-only-if-ai-enabled-and-improve-performance
|
||||
plugins/woocommerce/changelog/46576-fix-migrate-to-pw
|
||||
plugins/woocommerce/changelog/47157-dev-fix-47138
|
||||
plugins/woocommerce/changelog/46591-try-attribute-filter-migration
|
||||
plugins/woocommerce/changelog/46479-blocks-reference-documentation
|
||||
plugins/woocommerce/changelog/.gitkeep
|
||||
|
|
|
|||
|
|
@ -31,6 +31,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
.well-known
|
||||
.well-known/assetlinks.json
|
||||
.xml
|
||||
/*/*/_tools
|
||||
/*/*/more_ideas
|
||||
/*/_tools
|
||||
/*/activity
|
||||
/*/branches
|
||||
/*/commits
|
||||
/*/compare
|
||||
|
|
@ -38,8 +42,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/*/edit$
|
||||
/*/forks
|
||||
/*/graphs
|
||||
/*/group
|
||||
/*/invite
|
||||
/*/issues/new
|
||||
/*/issues/search
|
||||
/*/more_ideas
|
||||
/*/network
|
||||
/*/projects
|
||||
/*/pulse
|
||||
|
|
@ -49,6 +56,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/*/watchers
|
||||
/*source=
|
||||
/.git
|
||||
/?z=1
|
||||
/B00M3E1HJY
|
||||
/B00M3E1NYI
|
||||
/B00M3E1Q5Y
|
||||
|
|
@ -67,6 +75,16 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/Search/
|
||||
/_
|
||||
/_/rsrc
|
||||
/_activities
|
||||
/_activity
|
||||
/_community
|
||||
/_created
|
||||
/_followers
|
||||
/_following
|
||||
/_quick_saves
|
||||
/_saved
|
||||
/_shop
|
||||
/_shopping_list
|
||||
/album/*/*?i=
|
||||
/api
|
||||
/apis
|
||||
|
|
@ -81,6 +99,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/comments/*?*sort=
|
||||
/commits/*?author
|
||||
/commits/*?path
|
||||
/communities
|
||||
/discovered
|
||||
/docs/product
|
||||
/download
|
||||
/download/Browse.aspx?
|
||||
|
|
@ -107,6 +127,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/leads/*/jsplayer_show_lead_form.html
|
||||
/leads/*/show_form.html
|
||||
/liked_by
|
||||
/likes
|
||||
/listing/*/favoriters
|
||||
/lookup?
|
||||
/mediaapi/
|
||||
|
|
@ -114,15 +135,20 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/music/*/Search/
|
||||
/music/*/search/
|
||||
/newsearch/
|
||||
/organize
|
||||
/people/*/circle
|
||||
/people/*/favorites
|
||||
/pinned_flashes
|
||||
/pins
|
||||
/podcast/*/*?i=
|
||||
/print$
|
||||
/profile-about
|
||||
/raw
|
||||
/revisions
|
||||
/rg*/mediaviewer/rm*/tr
|
||||
/rss
|
||||
/scheduled-pin
|
||||
/scheduled-pins
|
||||
/search
|
||||
/search$
|
||||
/search.compact$
|
||||
|
|
@ -144,11 +170,15 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/store/d/groove-music-pass/cfq7ttc0k5dq/0001
|
||||
/store/locations/store-locations-sitemap.xml
|
||||
/store/music/groove-music-pass/*
|
||||
/story_pins
|
||||
/tagged
|
||||
/tarball
|
||||
/tree
|
||||
/tried
|
||||
/tv-season/*/*?i=
|
||||
/unsubscribe/
|
||||
/video-
|
||||
/video_pins
|
||||
/wal/
|
||||
/wiki/Special:
|
||||
/wiki/index.php/Help
|
||||
|
|
@ -217,6 +247,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?order=
|
||||
?pt1=true$
|
||||
?s=
|
||||
?show_error=true
|
||||
?tab=achievements&achievement=
|
||||
?utm_*=
|
||||
?w=address
|
||||
|
|
@ -301,6 +332,8 @@ WebObjects/MZStoreElements.woa
|
|||
[_0-9a-zA-Z]+/status/[0-9]+/likes
|
||||
[_0-9a-zA-Z]+/status/[0-9]+/retweets
|
||||
_
|
||||
_/_
|
||||
_/_/pixel
|
||||
_/aihub_pod
|
||||
_/ain/_/js
|
||||
_/alkali-learn
|
||||
|
|
@ -367,6 +400,8 @@ _next/gtm
|
|||
_next/jwt
|
||||
_next/title
|
||||
_next/viewer
|
||||
_ngjs/resource
|
||||
_ngjs/resource/*/get
|
||||
_nimbusJson.json
|
||||
_nimbusJsonp.js
|
||||
_nimbusJsonpStatic.js
|
||||
|
|
@ -475,6 +510,7 @@ ad_spice
|
|||
ad_syndication_user_tracking
|
||||
ad_visibility
|
||||
addContacts
|
||||
addboard
|
||||
addressBookExport
|
||||
admin
|
||||
adredir?
|
||||
|
|
@ -496,6 +532,7 @@ adwords/proposal
|
|||
adx/bin
|
||||
affil
|
||||
affil/pal
|
||||
age-appeal
|
||||
aihub/tfhub
|
||||
ajax
|
||||
ajax/follow_info
|
||||
|
|
@ -533,6 +570,7 @@ api_access_key=
|
|||
app*_
|
||||
app*form_id=
|
||||
app/updates
|
||||
appealed-pin
|
||||
apple-app-site-association
|
||||
apps
|
||||
apps*&tags=
|
||||
|
|
@ -651,6 +689,7 @@ auth/verifychallenge
|
|||
author/following
|
||||
author=
|
||||
authwall
|
||||
autocomplete
|
||||
away.php
|
||||
b?*node=7454898011
|
||||
b?*node=7454917011
|
||||
|
|
@ -764,7 +803,11 @@ blogs/test
|
|||
blogsearch
|
||||
blogsearch_feeds
|
||||
bn
|
||||
board
|
||||
board_activity
|
||||
board_activity_comment
|
||||
bookmark?
|
||||
bookmarklet
|
||||
bookmarks
|
||||
books
|
||||
books/about
|
||||
|
|
@ -786,17 +829,38 @@ books?*zoom=1
|
|||
books?*zoom=5
|
||||
booksrightsholders
|
||||
boutique/sitemaps
|
||||
branded-pins
|
||||
browse/reviews/recent
|
||||
business/ad_create
|
||||
business/adshare
|
||||
business/adshare/faqs
|
||||
business/blahblah
|
||||
business/business-access
|
||||
business/business-hierarchy
|
||||
business/business-manager
|
||||
business/catalogs
|
||||
business/commerce-integrations
|
||||
business/community-information
|
||||
business/convert
|
||||
business/create
|
||||
business/create-linked-account
|
||||
business/feedback
|
||||
business/hub
|
||||
business/invite
|
||||
business/leads/jsplayer_show_lead_form.html
|
||||
business/leads/show_form.html
|
||||
business/learning/blog
|
||||
business/onboarding
|
||||
business/pin_create
|
||||
business/premium/is_payment_pending
|
||||
business/promotion
|
||||
business/referral
|
||||
business/sales/blog
|
||||
business/site
|
||||
business/switch-account
|
||||
business/top-ads
|
||||
business/update
|
||||
business/verified-merchant/status
|
||||
buttonlite.js
|
||||
buyside-e2e-monitor
|
||||
buzz/post
|
||||
|
|
@ -988,6 +1052,7 @@ checkout
|
|||
checkout/package
|
||||
checkoutnow
|
||||
checkpoint
|
||||
christmas-spotlight
|
||||
chrome/browser/mobile/tour
|
||||
chrome/crlset
|
||||
chrome/webstore/images
|
||||
|
|
@ -1011,6 +1076,7 @@ client_error
|
|||
client_errors
|
||||
clima/ets
|
||||
clima/sites/registry
|
||||
close-account
|
||||
cloud-launcher/sitemap
|
||||
cloudsourcetools/images
|
||||
cms_content
|
||||
|
|
@ -1031,6 +1097,7 @@ commercesearch/images
|
|||
commercesearch/services
|
||||
commission_2010-2014/katainen
|
||||
commits?author=
|
||||
communities
|
||||
communities/bin.aspx?
|
||||
communities/blogs/PortalResults.mspx?
|
||||
communities/eventdetails.mspx?
|
||||
|
|
@ -1046,24 +1113,32 @@ community/category/*
|
|||
community/comments
|
||||
community/feed
|
||||
community/trackback
|
||||
community_comment
|
||||
community_post
|
||||
community_s
|
||||
companyDir
|
||||
compare
|
||||
compare/*/apply
|
||||
compressiontest
|
||||
config.js
|
||||
connect
|
||||
connections
|
||||
connector
|
||||
consumers/archive
|
||||
contact_me
|
||||
contactus
|
||||
content
|
||||
content-claiming
|
||||
context_referrer=gig_page
|
||||
context_referrer=user_page
|
||||
control
|
||||
conversation
|
||||
conversations
|
||||
convert-business
|
||||
convert-personal
|
||||
coop/directory
|
||||
coop/manage
|
||||
copyright-reporting
|
||||
corgi$
|
||||
couchmode
|
||||
counter/*?
|
||||
|
|
@ -1071,7 +1146,13 @@ counters/client-screenview
|
|||
coupons/visit
|
||||
covid19
|
||||
covid19/mobility
|
||||
create_pin
|
||||
creative-europe/404_en.htm
|
||||
creative-studio
|
||||
creative_editor
|
||||
creator-spotlight
|
||||
creator_hub/_earn
|
||||
creator_hub/_partnerships
|
||||
creatorhub
|
||||
cse/home
|
||||
cse/manage
|
||||
|
|
@ -1080,7 +1161,9 @@ cse?
|
|||
csp
|
||||
csp_block
|
||||
csp_report_only
|
||||
csrf_error
|
||||
ct
|
||||
ct.html
|
||||
ct/log_list
|
||||
culturalinstitute/images
|
||||
culturalinstitute/sitemaps
|
||||
|
|
@ -1190,7 +1273,9 @@ de/teams
|
|||
de/transactions
|
||||
de/treasury
|
||||
de/your
|
||||
deactivate-account
|
||||
default
|
||||
delete_post
|
||||
delight
|
||||
dell/cities-transformed
|
||||
dell/cloud-future-of-medicine
|
||||
|
|
@ -1240,6 +1325,7 @@ digital-single-market/taxonomy
|
|||
digital-single-market/users
|
||||
directory
|
||||
directory/all
|
||||
discover
|
||||
discussion
|
||||
discussion/comment-permalink
|
||||
discussion/edit-profile
|
||||
|
|
@ -1337,6 +1423,8 @@ ebooks?*zoom=1
|
|||
ebooks?*zoom=5
|
||||
ece
|
||||
eclas
|
||||
edit
|
||||
editorial/*
|
||||
edu/cs4hs
|
||||
education/404_en.htm
|
||||
edurec
|
||||
|
|
@ -1348,6 +1436,7 @@ elite?
|
|||
email
|
||||
email-unsubscribe
|
||||
email_actions
|
||||
email_verification_error
|
||||
embed
|
||||
embed/feed/update
|
||||
employment_social/anticipedia/xwiki/bin/attach
|
||||
|
|
@ -1402,6 +1491,7 @@ en/microsoft-viva/
|
|||
en/security
|
||||
en/security/
|
||||
endorsements
|
||||
engagement
|
||||
enterprise-jobs
|
||||
enterprise-partner-search/sitemaps
|
||||
environment/ets
|
||||
|
|
@ -1504,6 +1594,8 @@ exec/obidos/subst/marketplace/sell-your-collection.html
|
|||
exec/obidos/subst/marketplace/sell-your-stuff.html
|
||||
exec/obidos/subst/partners/friends/access.html
|
||||
exec/obidos/tg/cm/member
|
||||
explore
|
||||
explore/*/?p=
|
||||
explore/*/lightbox
|
||||
external
|
||||
external/overture
|
||||
|
|
@ -1513,6 +1605,7 @@ facebook
|
|||
facebook_connect
|
||||
faves-i_love_u_get_away_from_me
|
||||
favorite
|
||||
fb.html
|
||||
fe=true
|
||||
feature/sf-test
|
||||
feed
|
||||
|
|
@ -1592,6 +1685,8 @@ flights
|
|||
flutter-canvaskit
|
||||
folder
|
||||
follow
|
||||
follow_board
|
||||
follow_user
|
||||
following
|
||||
food/archive
|
||||
food/favourites
|
||||
|
|
@ -1702,6 +1797,8 @@ globalmarketfinder
|
|||
globalmarketfinder/*.html
|
||||
go/awards
|
||||
gold?
|
||||
google_gdn.html
|
||||
google_search.html
|
||||
googlebooks/images
|
||||
goto
|
||||
gp
|
||||
|
|
@ -1812,6 +1909,7 @@ gview
|
|||
gwt
|
||||
h5games_gamecenter/images
|
||||
handmade
|
||||
hanukkah-spotlight
|
||||
hashtag/*?src=
|
||||
hd
|
||||
header/channels
|
||||
|
|
@ -1886,7 +1984,10 @@ hk-en/teams
|
|||
hk-en/transactions
|
||||
hk-en/treasury
|
||||
hk-en/your
|
||||
holiday-spotlight
|
||||
holidays-celebrations
|
||||
home
|
||||
homefeed
|
||||
homepage-video-test
|
||||
hosted/images
|
||||
hotelfinder/rpc
|
||||
|
|
@ -1905,6 +2006,9 @@ i/u
|
|||
ia
|
||||
icons
|
||||
id-id.www.cloudflare.com
|
||||
idea-ads-tool
|
||||
idea-pin-builder
|
||||
idea-pin-invite
|
||||
identity/accountsettingsactivityweb
|
||||
identity/accountsettingssyaf
|
||||
ie*/listing/*/favoriters
|
||||
|
|
@ -2075,11 +2179,14 @@ info/customerror.htm*
|
|||
info/smart404.asp*
|
||||
info/tech-feedback
|
||||
inproduct_help/chatsupport
|
||||
install-shuffles
|
||||
internalPref
|
||||
intl/*/about/views
|
||||
intlkb/
|
||||
invite
|
||||
inviteFromProfile
|
||||
inviteMany
|
||||
invited
|
||||
invites/buy
|
||||
invoice/est
|
||||
invoice/estimate/buyerView
|
||||
|
|
@ -2169,6 +2276,8 @@ johnhancock
|
|||
johnhancock/in-a-lifetime-healthcare
|
||||
johnhancock/in-a-lifetime-sustainability
|
||||
johnhancock/in-a-lifetime-work
|
||||
join/?next=
|
||||
join/signup/?next=
|
||||
jp*/listing/*/favoriters
|
||||
jp*/people/*/circle
|
||||
jp*/people/*/favorites
|
||||
|
|
@ -2231,6 +2340,7 @@ knowmore
|
|||
ko-kr.www.cloudflare.com
|
||||
ko-kr/feedback
|
||||
ko-kr/lp
|
||||
kwanzaa-spotlight
|
||||
labs/popgadget/search
|
||||
lamda/images
|
||||
landing/cmsnext-root
|
||||
|
|
@ -2265,10 +2375,12 @@ learning/search?
|
|||
learning/settings
|
||||
learning/settings$
|
||||
learning/settings?
|
||||
lens-search
|
||||
li/track
|
||||
library/devices
|
||||
licensing-syndication
|
||||
limited-release
|
||||
linked
|
||||
linkedin
|
||||
list
|
||||
list/ls*/_ajax
|
||||
|
|
@ -2277,6 +2389,7 @@ listing/*/stubs
|
|||
lite
|
||||
lite.publication.PublicationRequestFulltextPromo.requestFulltext.html
|
||||
live
|
||||
live-session
|
||||
live_chat
|
||||
lm/R1XIHQVKXSKBNJ
|
||||
lm/R3HQ5WJSZK6QSO
|
||||
|
|
@ -2308,6 +2421,7 @@ lochp?
|
|||
logging
|
||||
login
|
||||
login$
|
||||
login/?next=
|
||||
login?*=
|
||||
logo-maker/brief
|
||||
logo-maker/choose-variation
|
||||
|
|
@ -2486,6 +2600,7 @@ native
|
|||
nb-no.www.cloudflare.com
|
||||
nbubumblebee
|
||||
network
|
||||
new_invite
|
||||
news$
|
||||
news/$
|
||||
news/0
|
||||
|
|
@ -2497,6 +2612,7 @@ news/test
|
|||
news/test-liveblog
|
||||
news?viewArticle
|
||||
newsArticle
|
||||
news_hub
|
||||
newsletter
|
||||
newsroom/dae
|
||||
newsroom/notifications
|
||||
|
|
@ -2604,6 +2720,7 @@ no-en/treasury
|
|||
no-en/your
|
||||
nonprofits/account
|
||||
not_recommended_reviews/preview
|
||||
notifications
|
||||
ns/hydra/console/?
|
||||
nus-trk
|
||||
nwshp$
|
||||
|
|
@ -2656,8 +2773,12 @@ nz/teams
|
|||
nz/transactions
|
||||
nz/treasury
|
||||
nz/your
|
||||
oauth/line
|
||||
oauth/login
|
||||
oauth/v2
|
||||
oauth2/v2
|
||||
oauth_error
|
||||
offsite
|
||||
og
|
||||
onebox/media/sports/logos
|
||||
onebox/media/sports/photos/soccer/wc2018
|
||||
|
|
@ -2688,8 +2809,11 @@ pages?oid=-
|
|||
pagespeed/insights/ui/logo
|
||||
pantheon
|
||||
pantheon-platform
|
||||
parental-consent/confirmation
|
||||
parental-passcode
|
||||
participate/conferences.xml
|
||||
partners
|
||||
password/reset
|
||||
password_expired
|
||||
patent-search/frontend
|
||||
patents/download
|
||||
|
|
@ -2719,8 +2843,39 @@ photos/gbachelie
|
|||
photos/i_love_u_get_away_from_me
|
||||
photos/tags/*/page
|
||||
photos/youpy
|
||||
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/create
|
||||
pin/find
|
||||
pin/find?url=
|
||||
pin_shop
|
||||
ping?
|
||||
pingback
|
||||
pinterest-predicts
|
||||
pinterest-wellbeing
|
||||
pinterestwellbeing
|
||||
pl*/listing/*/favoriters
|
||||
pl*/people/*/circle
|
||||
pl*/people/*/favorites
|
||||
|
|
@ -2771,6 +2926,7 @@ pl/teams
|
|||
pl/transactions
|
||||
pl/treasury
|
||||
pl/your
|
||||
place
|
||||
plan=
|
||||
platform-telemetry
|
||||
play/store/web
|
||||
|
|
@ -2800,6 +2956,7 @@ ppob?
|
|||
pqa
|
||||
preference
|
||||
preferences
|
||||
prefs
|
||||
present
|
||||
presentation
|
||||
prettyearth/assets
|
||||
|
|
@ -2810,6 +2967,8 @@ private
|
|||
pro
|
||||
pro-resources
|
||||
pro/about
|
||||
product-catalogs
|
||||
product-feed
|
||||
product-reviews/B0069IY63Y
|
||||
productPurchaseDone
|
||||
product_
|
||||
|
|
@ -2887,6 +3046,7 @@ publications
|
|||
publicliterature.PublicLiterature.search.html
|
||||
purchases
|
||||
puzzles/leaderboards/invite
|
||||
pw
|
||||
pwapi-proxy/pwproxy
|
||||
pwapiv2
|
||||
px.gif
|
||||
|
|
@ -2896,6 +3056,7 @@ qp/batch_fetch_web
|
|||
qr
|
||||
quality_form?
|
||||
query
|
||||
quiz
|
||||
r
|
||||
r/*.rss
|
||||
r/*/comments/*.rss
|
||||
|
|
@ -2923,6 +3084,7 @@ random
|
|||
rd/search
|
||||
rd/search$
|
||||
rd/search?
|
||||
recently-viewed
|
||||
recharge/dashboard/car
|
||||
recharge/dashboard/static
|
||||
recipes/search
|
||||
|
|
@ -2940,6 +3102,8 @@ refer
|
|||
refer/pal
|
||||
referrals
|
||||
referrer=
|
||||
refresh_stored_accounts
|
||||
refresh_token
|
||||
register
|
||||
registration
|
||||
registry/wishlist
|
||||
|
|
@ -2950,10 +3114,14 @@ report
|
|||
report-abuse?report=
|
||||
report=
|
||||
report_abuse.gne
|
||||
reports-and-violations
|
||||
request-data
|
||||
requestList
|
||||
requests
|
||||
research/participants/cofund
|
||||
reservations/*/notifyme
|
||||
resource
|
||||
resource/*/get
|
||||
results
|
||||
retail
|
||||
retail/old
|
||||
|
|
@ -2987,6 +3155,7 @@ s2/sitemaps
|
|||
s2/static
|
||||
s3
|
||||
s?
|
||||
safe-redirect
|
||||
safebrowsing/diagnostic
|
||||
safebrowsing/report_badware
|
||||
safebrowsing/report_error
|
||||
|
|
@ -3082,6 +3251,7 @@ searchhistory
|
|||
sections
|
||||
secure
|
||||
seller_onboarding
|
||||
sendHeaderEarly
|
||||
send_to_friend
|
||||
sendarticle
|
||||
services
|
||||
|
|
@ -3158,6 +3328,7 @@ shop/browse/ribbon
|
|||
shop/favorites
|
||||
shop/iphone/payments/overlay
|
||||
shop_name_search_service
|
||||
shop_pins
|
||||
shopping-content-api/product_images
|
||||
shopping/product
|
||||
shopping/ratings/account/metrics
|
||||
|
|
@ -3451,11 +3622,13 @@ smart/buttons
|
|||
social/photosui/images
|
||||
social/photosui/sitemap
|
||||
social/social-security-directory/cai
|
||||
socialmanager
|
||||
sounds/player
|
||||
sounds/player$
|
||||
sounds/search
|
||||
sounds/search$
|
||||
sounds/search?
|
||||
source
|
||||
source=
|
||||
source_repo=
|
||||
spain/empresas/
|
||||
|
|
@ -3477,6 +3650,7 @@ ss
|
|||
ss/customer-reviews/lighthouse
|
||||
ss/twister/ajax
|
||||
sslsingle
|
||||
sso
|
||||
stadia/gamers
|
||||
start
|
||||
start_order
|
||||
|
|
@ -3531,6 +3705,10 @@ storefront
|
|||
storepicker
|
||||
stores/page/*visitId=
|
||||
stories
|
||||
story-pin-builder
|
||||
story-pin-invite
|
||||
story_feed
|
||||
story_pins
|
||||
studios
|
||||
styles/js-on.css$
|
||||
submit
|
||||
|
|
@ -3551,6 +3729,7 @@ support
|
|||
support/content
|
||||
support/forum/search?
|
||||
surprise
|
||||
suspension-appeal
|
||||
sv-se.www.cloudflare.com
|
||||
svc
|
||||
svc/crosswords
|
||||
|
|
@ -3564,12 +3743,14 @@ svc/vertex
|
|||
svc/web
|
||||
svc/wordle
|
||||
svpRecommendations
|
||||
sw-shell.html
|
||||
swg
|
||||
syndicate
|
||||
system1/images
|
||||
t/terms
|
||||
tab=
|
||||
tablet
|
||||
taggingtool
|
||||
tagmanager/containers/xo
|
||||
tagmanager/pptm.js
|
||||
talk
|
||||
|
|
@ -3602,8 +3783,10 @@ test
|
|||
testpage-forhomepage
|
||||
tetro
|
||||
th-th.www.cloudflare.com
|
||||
thanksgiving-spotlight
|
||||
thanx?
|
||||
themacallan/worlds-together
|
||||
theme
|
||||
themes/rss
|
||||
things/search
|
||||
things/search$
|
||||
|
|
@ -3678,6 +3861,7 @@ trustedstores/js
|
|||
trustedstores/s
|
||||
trustedstores/tm2
|
||||
trustedstores/verify
|
||||
tv
|
||||
tv/thumb
|
||||
tvschedule
|
||||
twitter
|
||||
|
|
@ -3742,9 +3926,12 @@ uk/teams
|
|||
uk/transactions
|
||||
uk/treasury
|
||||
uk/your
|
||||
unauth-profile
|
||||
unlink
|
||||
unsub
|
||||
until=
|
||||
updates
|
||||
upload-lens-image
|
||||
uploads
|
||||
urchin_test
|
||||
us-es*/listing/*/favoriters
|
||||
|
|
@ -3818,6 +4005,8 @@ uviewer
|
|||
v1
|
||||
v1/browser-performance
|
||||
v1/stats
|
||||
v1/urls/count.json
|
||||
v3/pidgets/log
|
||||
v4
|
||||
verify_age
|
||||
vi-vn.www.cloudflare.com
|
||||
|
|
@ -3846,9 +4035,12 @@ watch_queue_ajax
|
|||
webmasters/sitemaps/ping?
|
||||
webscr
|
||||
websearch
|
||||
website/confirm
|
||||
website/confirm/download
|
||||
webstore/search
|
||||
webstore/static/*/wall/js
|
||||
weekly/signup
|
||||
welcome
|
||||
whats-next/planes-trains-and-analytics
|
||||
whsmiths
|
||||
widget_auth.php
|
||||
|
|
@ -4310,6 +4502,7 @@ xoonboarding
|
|||
xoplatform/logger/api/logger
|
||||
xorouter
|
||||
your
|
||||
your-shop
|
||||
youth/404_en.htm
|
||||
youtube/fonts
|
||||
youtube/img/promos
|
||||
|
|
|
|||
|
|
@ -5547,7 +5547,6 @@ Meo
|
|||
MessageRunDetailID=
|
||||
MetaURI
|
||||
Microsoft.URL.Control
|
||||
Mobile/EM/
|
||||
Moreover
|
||||
Moreoverbot
|
||||
MoviesYouveSeen
|
||||
|
|
@ -12905,6 +12904,7 @@ highlights
|
|||
highwire
|
||||
hilfe/fundingdetail.html
|
||||
hilfe/live/launch-day/launch-day-show-voting.html
|
||||
hilfe/live/launch-day/launch-day-videoupload.html
|
||||
hilfe/live/officehour/officehour-link.html
|
||||
hims-hard-mints
|
||||
hinweis/datenleck
|
||||
|
|
@ -13203,6 +13203,7 @@ http://patreon.com/robots.txt
|
|||
http://producthunt.com/robots.txt
|
||||
http://raiplay.it/robots.txt
|
||||
http://redbubble.com/robots.txt
|
||||
http://statcounter.com/robots.txt
|
||||
http://support.apple.com/robots.txt
|
||||
http://techradar.com/robots.txt
|
||||
http://tiny.cc/robots.txt
|
||||
|
|
@ -14757,6 +14758,7 @@ latest-playlist
|
|||
latest-talk
|
||||
latin
|
||||
latin_en
|
||||
launch-day-show-voting.html
|
||||
launch2005/
|
||||
law-school/search-results/
|
||||
lawlib/archive
|
||||
|
|
@ -15420,7 +15422,6 @@ media/popup/
|
|||
media/thumbnails/
|
||||
media/tv/channel/credits
|
||||
media/tyfo*
|
||||
media/tyfo*http://statcounter.com/robots.txt
|
||||
mediabase
|
||||
mediaembed
|
||||
medialibrary/de/brief
|
||||
|
|
@ -17513,7 +17514,7 @@ pmc/publisherportal/download
|
|||
pmc/publisherportal/journalmanager
|
||||
pmc/tocrender.fcgi
|
||||
pmc/utilities
|
||||
pmc='{\x22aa\x22:{},\x22abd\x22:{\x22abd\x22:false,\x22deb\x22:false,\x22det\x22:false},\x22async\x22:{},\x22attn\x22:{},\x22bgd\x22:{\x22ac\x22:true,\x22as\x22:true,\x22at\x22:0,\x22ea\x22:true,\x22ed\x22:0,\x22ei\x22:true,\x22el\x22:true,\x22ep\x22:true,\x22er\x22:true,\x22et\x22:0,\x22eu\x22:false,\x22li\x22:false,\x22wl\x22:false},\x22cdos\x22:{\x22cdobsel\x22:false},\x22csi\x22:{},\x22d\x22:{},\x22foot\x22:{},\x22gf\x22:{\x22pid\x22:196},\x22gwc\x22:{},\x22hsm\x22:{},\x22jsa\x22:{\x22csi\x22:true,\x22csir\x22:100},\x22kyn\x22:{},\x22lli\x22:{},\x22mb4ZUb\x22:{},\x22pHXghd\x22:{},\x22sb_wiz\x22:{\x22onf\x22:\x22EAEyZAobChlXbyBmaW5kZXQgbWFuIFJvYm90cyB0eHQ_CigKJldvIGxpZWd0IGRpZSBSb2JvdHMgdHh0IGJlaSBXb3JkUHJlc3M_ChgKFldhcyBiZWRldXRldCBkaXNhbGxvdz8Q5AI\x22,\x22scq\x22:\x22\x22,\x22stok\x22:\x22e3j2m50mfaMJZVmDE6_m-5S2i78\x22},\x22sf\x22:{},\x22sonic\x22:{},\x22spch\x22:{\x22ae\x22:\x22\\u00dcberpr\\u00fcfe
|
||||
pmc='{\x22aa\x22:{},\x22abd\x22:{\x22abd\x22:false,\x22deb\x22:false,\x22det\x22:false},\x22async\x22:{},\x22attn\x22:{},\x22bgd\x22:{\x22ac\x22:true,\x22as\x22:true,\x22at\x22:0,\x22ea\x22:true,\x22ed\x22:0,\x22ei\x22:true,\x22el\x22:true,\x22ep\x22:true,\x22er\x22:true,\x22et\x22:0,\x22eu\x22:false,\x22li\x22:false,\x22wl\x22:false},\x22cdos\x22:{\x22cdobsel\x22:false},\x22csi\x22:{},\x22d\x22:{},\x22foot\x22:{},\x22gf\x22:{\x22pid\x22:196},\x22gwc\x22:{},\x22hsm\x22:{},\x22jsa\x22:{\x22csi\x22:true,\x22csir\x22:100},\x22kyn\x22:{},\x22lli\x22:{},\x22mb4ZUb\x22:{},\x22pHXghd\x22:{},\x22sb_wiz\x22:{\x22onf\x22:\x22EAEyZAobChlXbyBmaW5kZXQgbWFuIFJvYm90cyB0eHQ_CigKJldvIGxpZWd0IGRpZSBSb2JvdHMgdHh0IGJlaSBXb3JkUHJlc3M_ChgKFldhcyBiZWRldXRldCBkaXNhbGxvdz8Q5AI\x22,\x22scq\x22:\x22\x22,\x22stok\x22:\x22w7AKU1qFjw1PBeaBmuMWrWgcECE\x22},\x22sf\x22:{},\x22sonic\x22:{},\x22spch\x22:{\x22ae\x22:\x22\\u00dcberpr\\u00fcfe
|
||||
pmcomment/
|
||||
pmm-templates
|
||||
pmo/contact/en/staff
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue