mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-06-08 14:07:53 +00:00
[Github Action] Automated trickest wordlists update.
This commit is contained in:
parent
52e9ed1ac8
commit
61c18152b1
@ -9447,6 +9447,8 @@ directus/cli.js
|
||||
cli.js
|
||||
ecosystem.config.cjs
|
||||
cla.md
|
||||
.changeset/stale-fishes-watch.md
|
||||
stale-fishes-watch.md
|
||||
.changeset/forty-cycles-glow.md
|
||||
forty-cycles-glow.md
|
||||
.changeset/config.json
|
||||
|
@ -1908,6 +1908,7 @@ directus/license
|
||||
directus/cli.js
|
||||
ecosystem.config.cjs
|
||||
cla.md
|
||||
.changeset/stale-fishes-watch.md
|
||||
.changeset/forty-cycles-glow.md
|
||||
.changeset/config.json
|
||||
.eslintrc.js
|
||||
|
@ -66133,6 +66133,10 @@ tools/phan/stubs/brotli.phan_php
|
||||
phan/stubs/brotli.phan_php
|
||||
stubs/brotli.phan_php
|
||||
brotli.phan_php
|
||||
dev/tools/phan/baseline_extended.txt
|
||||
tools/phan/baseline_extended.txt
|
||||
phan/baseline_extended.txt
|
||||
baseline_extended.txt
|
||||
dev/tools/phan/plugins/ParamMatchRegexPlugin.php
|
||||
tools/phan/plugins/ParamMatchRegexPlugin.php
|
||||
phan/plugins/ParamMatchRegexPlugin.php
|
||||
|
@ -13472,6 +13472,7 @@ dev/tools/phan/stubs/mcrypt.phan_php
|
||||
dev/tools/phan/stubs/pgsql.phan_php
|
||||
dev/tools/phan/stubs/pdo_mysql.phan_php
|
||||
dev/tools/phan/stubs/brotli.phan_php
|
||||
dev/tools/phan/baseline_extended.txt
|
||||
dev/tools/phan/plugins/ParamMatchRegexPlugin.php
|
||||
dev/tools/phan/plugins/NoVarDumpPlugin.php
|
||||
dev/tools/phan/plugins/SelectDateFixer.php
|
||||
|
@ -25948,6 +25948,14 @@ src/Kernel/Module/RequirementsTest.php
|
||||
Kernel/Module/RequirementsTest.php
|
||||
Module/RequirementsTest.php
|
||||
RequirementsTest.php
|
||||
core/modules/system/tests/src/Kernel/Module/PrepareModulesEntityUninstallFormTest.php
|
||||
modules/system/tests/src/Kernel/Module/PrepareModulesEntityUninstallFormTest.php
|
||||
system/tests/src/Kernel/Module/PrepareModulesEntityUninstallFormTest.php
|
||||
tests/src/Kernel/Module/PrepareModulesEntityUninstallFormTest.php
|
||||
src/Kernel/Module/PrepareModulesEntityUninstallFormTest.php
|
||||
Kernel/Module/PrepareModulesEntityUninstallFormTest.php
|
||||
Module/PrepareModulesEntityUninstallFormTest.php
|
||||
PrepareModulesEntityUninstallFormTest.php
|
||||
core/modules/system/tests/src/Kernel/Mail/MailTest.php
|
||||
modules/system/tests/src/Kernel/Mail/MailTest.php
|
||||
system/tests/src/Kernel/Mail/MailTest.php
|
||||
|
@ -3696,6 +3696,7 @@ core/modules/system/tests/src/Kernel/System/InfoAlterTest.php
|
||||
core/modules/system/tests/src/Kernel/System/FloodTest.php
|
||||
core/modules/system/tests/src/Kernel/Module/InstallTest.php
|
||||
core/modules/system/tests/src/Kernel/Module/RequirementsTest.php
|
||||
core/modules/system/tests/src/Kernel/Module/PrepareModulesEntityUninstallFormTest.php
|
||||
core/modules/system/tests/src/Kernel/Mail/MailTest.php
|
||||
core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTestBase.php
|
||||
core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php
|
||||
|
@ -6240,6 +6240,10 @@ client/src/controllers/note.js
|
||||
src/controllers/note.js
|
||||
controllers/note.js
|
||||
note.js
|
||||
client/src/controllers/email-filter.js
|
||||
src/controllers/email-filter.js
|
||||
controllers/email-filter.js
|
||||
email-filter.js
|
||||
client/src/controllers/role.js
|
||||
src/controllers/role.js
|
||||
controllers/role.js
|
||||
|
@ -1057,6 +1057,7 @@ client/src/controllers/address-map.js
|
||||
client/src/controllers/portal-role.js
|
||||
client/src/controllers/team.js
|
||||
client/src/controllers/note.js
|
||||
client/src/controllers/email-filter.js
|
||||
client/src/controllers/role.js
|
||||
client/src/controllers/password-change-request.js
|
||||
client/src/controllers/layout-set.js
|
||||
|
@ -1229,10 +1229,6 @@ types/image/views/index.tsx
|
||||
image/views/index.tsx
|
||||
views/index.tsx
|
||||
index.tsx
|
||||
packages/core/src/system.ts
|
||||
core/src/system.ts
|
||||
src/system.ts
|
||||
system.ts
|
||||
packages/core/src/schema.ts
|
||||
core/src/schema.ts
|
||||
src/schema.ts
|
||||
@ -1964,6 +1960,11 @@ src/lib/context/executeGraphQLFieldToRootVal.ts
|
||||
lib/context/executeGraphQLFieldToRootVal.ts
|
||||
context/executeGraphQLFieldToRootVal.ts
|
||||
executeGraphQLFieldToRootVal.ts
|
||||
packages/core/src/lib/defaults.ts
|
||||
core/src/lib/defaults.ts
|
||||
src/lib/defaults.ts
|
||||
lib/defaults.ts
|
||||
defaults.ts
|
||||
packages/core/src/lib/admin-meta-resolver.ts
|
||||
core/src/lib/admin-meta-resolver.ts
|
||||
src/lib/admin-meta-resolver.ts
|
||||
@ -4574,6 +4575,8 @@ schema.prisma
|
||||
LICENSE
|
||||
.changeset/no-prisma-datasource.md
|
||||
no-prisma-datasource.md
|
||||
.changeset/less-config-types.md
|
||||
less-config-types.md
|
||||
.changeset/less-extend-http-param.md
|
||||
less-extend-http-param.md
|
||||
.changeset/no-list-schema-type.md
|
||||
@ -4596,6 +4599,8 @@ no-extend-type.md
|
||||
no-exit-sudo.md
|
||||
.changeset/break-list-types.md
|
||||
break-list-types.md
|
||||
.changeset/no-system-export.md
|
||||
no-system-export.md
|
||||
.changeset/no-healthcheck.md
|
||||
no-healthcheck.md
|
||||
.changeset/no-experimental.md
|
||||
|
@ -217,7 +217,6 @@ packages/core/src/fields/types/image/index.ts
|
||||
packages/core/src/fields/types/image/utils.ts
|
||||
packages/core/src/fields/types/image/views/Field.tsx
|
||||
packages/core/src/fields/types/image/views/index.tsx
|
||||
packages/core/src/system.ts
|
||||
packages/core/src/schema.ts
|
||||
packages/core/src/session/index.ts
|
||||
packages/core/src/admin-ui/utils/usePreventNavigation.tsx
|
||||
@ -341,6 +340,7 @@ packages/core/src/lib/context/executeGraphQLFieldWithSelection.ts
|
||||
packages/core/src/lib/context/api.ts
|
||||
packages/core/src/lib/context/createContext.ts
|
||||
packages/core/src/lib/context/executeGraphQLFieldToRootVal.ts
|
||||
packages/core/src/lib/defaults.ts
|
||||
packages/core/src/lib/admin-meta-resolver.ts
|
||||
packages/core/___internal-do-not-use-will-break-in-patch/admin-ui/next-config/package.json
|
||||
packages/core/___internal-do-not-use-will-break-in-patch/admin-ui/id-field-view/package.json
|
||||
@ -1028,6 +1028,7 @@ examples/custom-session-redis/README.md
|
||||
examples/custom-session-redis/schema.prisma
|
||||
LICENSE
|
||||
.changeset/no-prisma-datasource.md
|
||||
.changeset/less-config-types.md
|
||||
.changeset/less-extend-http-param.md
|
||||
.changeset/no-list-schema-type.md
|
||||
.changeset/contributors.json
|
||||
@ -1039,6 +1040,7 @@ LICENSE
|
||||
.changeset/no-extend-type.md
|
||||
.changeset/no-exit-sudo.md
|
||||
.changeset/break-list-types.md
|
||||
.changeset/no-system-export.md
|
||||
.changeset/no-healthcheck.md
|
||||
.changeset/no-experimental.md
|
||||
.changeset/config.json
|
||||
|
@ -3099,6 +3099,9 @@ release-6-3-5-1/2021-01-19-deprecated-get-preview-link.md
|
||||
changelog/release-6-3-5-1/2021-02-02-lower-min-version-of-composer-package-versions-deprecated-to-1.8.0.md
|
||||
release-6-3-5-1/2021-02-02-lower-min-version-of-composer-package-versions-deprecated-to-1.8.0.md
|
||||
2021-02-02-lower-min-version-of-composer-package-versions-deprecated-to-1.8.0.md
|
||||
changelog/release-6-6-0-1/2024-03-22-run-blue-green-safe-migrations-in-system-update-finish-command.md
|
||||
release-6-6-0-1/2024-03-22-run-blue-green-safe-migrations-in-system-update-finish-command.md
|
||||
2024-03-22-run-blue-green-safe-migrations-in-system-update-finish-command.md
|
||||
changelog/release-6-4-20-0/2023-01-30-make-user-activity-tab-overarching.md
|
||||
release-6-4-20-0/2023-01-30-make-user-activity-tab-overarching.md
|
||||
2023-01-30-make-user-activity-tab-overarching.md
|
||||
@ -4368,6 +4371,9 @@ release-6-3-4-1/2020-12-08-add-guest-auth-for-order-deeplinks.md
|
||||
changelog/release-6-3-4-1/2020-11-27-improve-saving-own-user-profile.md
|
||||
release-6-3-4-1/2020-11-27-improve-saving-own-user-profile.md
|
||||
2020-11-27-improve-saving-own-user-profile.md
|
||||
changelog/_unreleased/2024-04-05-set-system-default-flag-mail-header-footer-template.md
|
||||
_unreleased/2024-04-05-set-system-default-flag-mail-header-footer-template.md
|
||||
2024-04-05-set-system-default-flag-mail-header-footer-template.md
|
||||
changelog/_unreleased/2024-02-01-fix-theme-config-label-inheritance.md
|
||||
_unreleased/2024-02-01-fix-theme-config-label-inheritance.md
|
||||
2024-02-01-fix-theme-config-label-inheritance.md
|
||||
@ -4800,6 +4806,9 @@ _unreleased/2024-03-22-adjust-mailertransportdecorator.md
|
||||
changelog/_unreleased/2024-01-23-added-option-to-confirm-a-customers-email-within-the-admin.md
|
||||
_unreleased/2024-01-23-added-option-to-confirm-a-customers-email-within-the-admin.md
|
||||
2024-01-23-added-option-to-confirm-a-customers-email-within-the-admin.md
|
||||
changelog/_unreleased/2024-04-05-fix-default-mail-footer.md
|
||||
_unreleased/2024-04-05-fix-default-mail-footer.md
|
||||
2024-04-05-fix-default-mail-footer.md
|
||||
changelog/_unreleased/2024-01-23-fix-alignment-of-cms-image-elements.md
|
||||
_unreleased/2024-01-23-fix-alignment-of-cms-image-elements.md
|
||||
2024-01-23-fix-alignment-of-cms-image-elements.md
|
||||
@ -5001,9 +5010,6 @@ _unreleased/2023-11-28-add-adr-for-insider-preview.md
|
||||
changelog/_unreleased/2024-02-12-allow-hmac-jwt.md
|
||||
_unreleased/2024-02-12-allow-hmac-jwt.md
|
||||
2024-02-12-allow-hmac-jwt.md
|
||||
changelog/_unreleased/2024-04-03-cache-sales-channel-themes-per-sales-channel.md
|
||||
_unreleased/2024-04-03-cache-sales-channel-themes-per-sales-channel.md
|
||||
2024-04-03-cache-sales-channel-themes-per-sales-channel.md
|
||||
changelog/_unreleased/2024-01-30-fix-customer-language-reset-to-default-after-login.md
|
||||
_unreleased/2024-01-30-fix-customer-language-reset-to-default-after-login.md
|
||||
2024-01-30-fix-customer-language-reset-to-default-after-login.md
|
||||
@ -5347,6 +5353,9 @@ release-6-5-7-3/2023-11-30-correct-address_format-column-type.md
|
||||
changelog/release-6-5-3-3/2023-07-13-product-cover-inherited-does-not-work-anymore.md
|
||||
release-6-5-3-3/2023-07-13-product-cover-inherited-does-not-work-anymore.md
|
||||
2023-07-13-product-cover-inherited-does-not-work-anymore.md
|
||||
changelog/release-6-6-0-2/2024-03-26-migrate-cms-slot-config-for-sorting-options.md
|
||||
release-6-6-0-2/2024-03-26-migrate-cms-slot-config-for-sorting-options.md
|
||||
2024-03-26-migrate-cms-slot-config-for-sorting-options.md
|
||||
changelog/release-6-4-16-0/2022-08-12-fix-snippets-in-shopware-updates.md
|
||||
release-6-4-16-0/2022-08-12-fix-snippets-in-shopware-updates.md
|
||||
2022-08-12-fix-snippets-in-shopware-updates.md
|
||||
@ -11503,6 +11512,12 @@ release-6-4-1-0/2021-04-09-add-nested-line-items-to-email-templates.md
|
||||
changelog/release-6-5-6-1/2023-10-23-fix-disappearing-orders-when-cancelling-admin-order-edit.md
|
||||
release-6-5-6-1/2023-10-23-fix-disappearing-orders-when-cancelling-admin-order-edit.md
|
||||
2023-10-23-fix-disappearing-orders-when-cancelling-admin-order-edit.md
|
||||
changelog/release-6-6-0-3/2024-04-03-cache-sales-channel-themes-per-sales-channel.md
|
||||
release-6-6-0-3/2024-04-03-cache-sales-channel-themes-per-sales-channel.md
|
||||
2024-04-03-cache-sales-channel-themes-per-sales-channel.md
|
||||
changelog/release-6-6-0-3/2024-04-04-next-30065.md
|
||||
release-6-6-0-3/2024-04-04-next-30065.md
|
||||
2024-04-04-next-30065.md
|
||||
changelog/release-6-4-17-2/2022-11-12-add-default-value-for-flow-in-flowsendmailactionevent.md
|
||||
release-6-4-17-2/2022-11-12-add-default-value-for-flow-in-flowsendmailactionevent.md
|
||||
2022-11-12-add-default-value-for-flow-in-flowsendmailactionevent.md
|
||||
@ -15908,6 +15923,11 @@ migration/Core/V6_6/Migration1673964565MigrateToReferencedColumnsTest.php
|
||||
Core/V6_6/Migration1673964565MigrateToReferencedColumnsTest.php
|
||||
V6_6/Migration1673964565MigrateToReferencedColumnsTest.php
|
||||
Migration1673964565MigrateToReferencedColumnsTest.php
|
||||
tests/migration/Core/V6_6/Migration1711461579FixDefaultMailFooterTest.php
|
||||
migration/Core/V6_6/Migration1711461579FixDefaultMailFooterTest.php
|
||||
Core/V6_6/Migration1711461579FixDefaultMailFooterTest.php
|
||||
V6_6/Migration1711461579FixDefaultMailFooterTest.php
|
||||
Migration1711461579FixDefaultMailFooterTest.php
|
||||
tests/migration/Core/V6_6/Migration1711418838ReplaceSortingOptionKeysWithSortingOptionIdsInCmsSlotsTest.php
|
||||
migration/Core/V6_6/Migration1711418838ReplaceSortingOptionKeysWithSortingOptionIdsInCmsSlotsTest.php
|
||||
Core/V6_6/Migration1711418838ReplaceSortingOptionKeysWithSortingOptionIdsInCmsSlotsTest.php
|
||||
@ -15988,6 +16008,11 @@ migration/Core/V6_6/Migration1700746995ReplaceSortingOptionKeysWithSortingOption
|
||||
Core/V6_6/Migration1700746995ReplaceSortingOptionKeysWithSortingOptionIdsTest.php
|
||||
V6_6/Migration1700746995ReplaceSortingOptionKeysWithSortingOptionIdsTest.php
|
||||
Migration1700746995ReplaceSortingOptionKeysWithSortingOptionIdsTest.php
|
||||
tests/migration/Core/V6_6/Migration1711461580SetSystemDefaultForDefaultMailFooterTest.php
|
||||
migration/Core/V6_6/Migration1711461580SetSystemDefaultForDefaultMailFooterTest.php
|
||||
Core/V6_6/Migration1711461580SetSystemDefaultForDefaultMailFooterTest.php
|
||||
V6_6/Migration1711461580SetSystemDefaultForDefaultMailFooterTest.php
|
||||
Migration1711461580SetSystemDefaultForDefaultMailFooterTest.php
|
||||
tests/migration/Core/V6_6/Migration1701677136RemovePluginChangelogFieldTest.php
|
||||
migration/Core/V6_6/Migration1701677136RemovePluginChangelogFieldTest.php
|
||||
Core/V6_6/Migration1701677136RemovePluginChangelogFieldTest.php
|
||||
@ -47935,6 +47960,11 @@ Core/Migration/V6_6/Migration1696262484AddDefaultSendMailOptions.php
|
||||
Migration/V6_6/Migration1696262484AddDefaultSendMailOptions.php
|
||||
V6_6/Migration1696262484AddDefaultSendMailOptions.php
|
||||
Migration1696262484AddDefaultSendMailOptions.php
|
||||
src/Core/Migration/V6_6/Migration1711461580SetSystemDefaultForDefaultMailFooter.php
|
||||
Core/Migration/V6_6/Migration1711461580SetSystemDefaultForDefaultMailFooter.php
|
||||
Migration/V6_6/Migration1711461580SetSystemDefaultForDefaultMailFooter.php
|
||||
V6_6/Migration1711461580SetSystemDefaultForDefaultMailFooter.php
|
||||
Migration1711461580SetSystemDefaultForDefaultMailFooter.php
|
||||
src/Core/Migration/V6_6/Migration1673249981MigrateIsNewCustomerRule.php
|
||||
Core/Migration/V6_6/Migration1673249981MigrateIsNewCustomerRule.php
|
||||
Migration/V6_6/Migration1673249981MigrateIsNewCustomerRule.php
|
||||
@ -47995,6 +48025,11 @@ Core/Migration/V6_6/Migration1711461572ReplaceSortingOptionKeysWithSortingOption
|
||||
Migration/V6_6/Migration1711461572ReplaceSortingOptionKeysWithSortingOptionIds.php
|
||||
V6_6/Migration1711461572ReplaceSortingOptionKeysWithSortingOptionIds.php
|
||||
Migration1711461572ReplaceSortingOptionKeysWithSortingOptionIds.php
|
||||
src/Core/Migration/V6_6/Migration1711461579FixDefaultMailFooter.php
|
||||
Core/Migration/V6_6/Migration1711461579FixDefaultMailFooter.php
|
||||
Migration/V6_6/Migration1711461579FixDefaultMailFooter.php
|
||||
V6_6/Migration1711461579FixDefaultMailFooter.php
|
||||
Migration1711461579FixDefaultMailFooter.php
|
||||
src/Core/Migration/V6_6/Migration1676367607RemoveIntegrationWriteAccessColumn.php
|
||||
Core/Migration/V6_6/Migration1676367607RemoveIntegrationWriteAccessColumn.php
|
||||
Migration/V6_6/Migration1676367607RemoveIntegrationWriteAccessColumn.php
|
||||
|
@ -1043,6 +1043,7 @@ changelog/release-6-3-5-1/2021-01-25-expire-sales-channel-contexts.md
|
||||
changelog/release-6-3-5-1/2021-01-25-added-api-aware-flag.md
|
||||
changelog/release-6-3-5-1/2021-01-19-deprecated-get-preview-link.md
|
||||
changelog/release-6-3-5-1/2021-02-02-lower-min-version-of-composer-package-versions-deprecated-to-1.8.0.md
|
||||
changelog/release-6-6-0-1/2024-03-22-run-blue-green-safe-migrations-in-system-update-finish-command.md
|
||||
changelog/release-6-4-20-0/2023-01-30-make-user-activity-tab-overarching.md
|
||||
changelog/release-6-4-20-0/2023-02-10-configurable-dompdf.md
|
||||
changelog/release-6-5-0-0/2022-12-06-remove-access-modifier-final-for-plugin-and-kernelpluginloader.md
|
||||
@ -1466,6 +1467,7 @@ changelog/release-6-5-4-0/2023-07-06-allow-typescript-in-the-storefront.md
|
||||
changelog/release-6-5-4-0/2023-06-22-deprecated-external-tax-state.md
|
||||
changelog/release-6-3-4-1/2020-12-08-add-guest-auth-for-order-deeplinks.md
|
||||
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-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
|
||||
@ -1610,6 +1612,7 @@ changelog/_unreleased/2024-01-31-improve-cart-page-performance.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-02-16-update-area-rule-ids-in-cart-calculation.md
|
||||
changelog/_unreleased/2024-01-02-delete-old-files-handler.md
|
||||
@ -1677,7 +1680,6 @@ changelog/_unreleased/2024-01-22-fixed-reloading-of-customer-order-count.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-04-03-cache-sales-channel-themes-per-sales-channel.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-02-02-add-missing-xxl-breakpoint.md
|
||||
@ -1793,6 +1795,7 @@ changelog/_template.md
|
||||
changelog/release-6-4-17-1/2022-11-10-fix-invoice-attachments-in-sendmailaction.md
|
||||
changelog/release-6-5-7-3/2023-11-30-correct-address_format-column-type.md
|
||||
changelog/release-6-5-3-3/2023-07-13-product-cover-inherited-does-not-work-anymore.md
|
||||
changelog/release-6-6-0-2/2024-03-26-migrate-cms-slot-config-for-sorting-options.md
|
||||
changelog/release-6-4-16-0/2022-08-12-fix-snippets-in-shopware-updates.md
|
||||
changelog/release-6-4-16-0/2022-05-03-possibility-to-set-a-layout-as-default.md
|
||||
changelog/release-6-4-16-0/2021-05-04-search-of-entities-with-fkfield-as-primary-key-fixed.md
|
||||
@ -3845,6 +3848,8 @@ changelog/release-6-4-1-0/2021-04-27-update-babel-ecmascript-version-to-2020.md
|
||||
changelog/release-6-4-1-0/2021-04-12-sorting-by-name-price-in-product-overview-is-broken.md
|
||||
changelog/release-6-4-1-0/2021-04-09-add-nested-line-items-to-email-templates.md
|
||||
changelog/release-6-5-6-1/2023-10-23-fix-disappearing-orders-when-cancelling-admin-order-edit.md
|
||||
changelog/release-6-6-0-3/2024-04-03-cache-sales-channel-themes-per-sales-channel.md
|
||||
changelog/release-6-6-0-3/2024-04-04-next-30065.md
|
||||
changelog/release-6-4-17-2/2022-11-12-add-default-value-for-flow-in-flowsendmailactionevent.md
|
||||
changelog/release-6-5-3-0/2023-02-23-refactor-namespace-for-app-flow-actions.md
|
||||
changelog/release-6-5-3-0/2022-07-05-add-custom-event-to-current-list-event.md
|
||||
@ -4876,6 +4881,7 @@ tests/migration/phpunit.xml
|
||||
tests/migration/Core/ImportTranslationTraitTest.php
|
||||
tests/migration/Core/V6_7/Migration1697112044PaymentAndShippingTechnicalNameRequiredTest.php
|
||||
tests/migration/Core/V6_6/Migration1673964565MigrateToReferencedColumnsTest.php
|
||||
tests/migration/Core/V6_6/Migration1711461579FixDefaultMailFooterTest.php
|
||||
tests/migration/Core/V6_6/Migration1711418838ReplaceSortingOptionKeysWithSortingOptionIdsInCmsSlotsTest.php
|
||||
tests/migration/Core/V6_6/Migration1710493619ScheduleMediaPathIndexerTest.php
|
||||
tests/migration/Core/V6_6/Migration1673249981MigrateIsNewCustomerRuleTest.php
|
||||
@ -4892,6 +4898,7 @@ tests/migration/Core/V6_6/Migration1701688920FixDownloadLinkMailTest.php
|
||||
tests/migration/Core/V6_6/Migration1707807389ChangeAvailableDefaultTest.php
|
||||
tests/migration/Core/V6_6/Migration1696262484AddDefaultSendMailOptionsTest.php
|
||||
tests/migration/Core/V6_6/Migration1700746995ReplaceSortingOptionKeysWithSortingOptionIdsTest.php
|
||||
tests/migration/Core/V6_6/Migration1711461580SetSystemDefaultForDefaultMailFooterTest.php
|
||||
tests/migration/Core/V6_6/Migration1701677136RemovePluginChangelogFieldTest.php
|
||||
tests/migration/Core/V6_6/Migration1679581138RemoveAssociationFieldsTest.php
|
||||
tests/migration/Core/V6_6/Migration1676367607RemoveIntegrationWriteAccessColumnTest.php
|
||||
@ -9489,6 +9496,7 @@ src/Core/Migration/V6_6/Migration1701677136RemovePluginChangelogField.php
|
||||
src/Core/Migration/V6_6/Migration1702479623RemoveEsMultilingualFlag.php
|
||||
src/Core/Migration/V6_6/Migration1700746995ReplaceSortingOptionKeysWithSortingOptionIds.php
|
||||
src/Core/Migration/V6_6/Migration1696262484AddDefaultSendMailOptions.php
|
||||
src/Core/Migration/V6_6/Migration1711461580SetSystemDefaultForDefaultMailFooter.php
|
||||
src/Core/Migration/V6_6/Migration1673249981MigrateIsNewCustomerRule.php
|
||||
src/Core/Migration/V6_6/Migration1691662140MigrateAvailableStock.php
|
||||
src/Core/Migration/V6_6/Migration1710493619ScheduleMediaPathIndexer.php
|
||||
@ -9501,6 +9509,7 @@ src/Core/Migration/V6_6/Migration1673964565MigrateToReferencedColumns.php
|
||||
src/Core/Migration/V6_6/Migration1679581138RemoveAssociationFields.php
|
||||
src/Core/Migration/V6_6/Migration1703850843FixSearchConfig.php
|
||||
src/Core/Migration/V6_6/Migration1711461572ReplaceSortingOptionKeysWithSortingOptionIds.php
|
||||
src/Core/Migration/V6_6/Migration1711461579FixDefaultMailFooter.php
|
||||
src/Core/Migration/V6_6/Migration1676367607RemoveIntegrationWriteAccessColumn.php
|
||||
src/Core/Migration/V6_3/Migration1575451283AddLimitToCrossSelling.php
|
||||
src/Core/Migration/V6_3/Migration1578044453AddedNavigationDepth.php
|
||||
|
@ -22244,6 +22244,30 @@ woocommerce-admin/client/inbox-panel/utils.js
|
||||
client/inbox-panel/utils.js
|
||||
inbox-panel/utils.js
|
||||
utils.js
|
||||
plugins/woocommerce-admin/client/launch-your-store/tour/header-image.svg
|
||||
woocommerce-admin/client/launch-your-store/tour/header-image.svg
|
||||
client/launch-your-store/tour/header-image.svg
|
||||
launch-your-store/tour/header-image.svg
|
||||
tour/header-image.svg
|
||||
header-image.svg
|
||||
plugins/woocommerce-admin/client/launch-your-store/tour/style.scss
|
||||
woocommerce-admin/client/launch-your-store/tour/style.scss
|
||||
client/launch-your-store/tour/style.scss
|
||||
launch-your-store/tour/style.scss
|
||||
tour/style.scss
|
||||
style.scss
|
||||
plugins/woocommerce-admin/client/launch-your-store/tour/use-site-visibility-tour.tsx
|
||||
woocommerce-admin/client/launch-your-store/tour/use-site-visibility-tour.tsx
|
||||
client/launch-your-store/tour/use-site-visibility-tour.tsx
|
||||
launch-your-store/tour/use-site-visibility-tour.tsx
|
||||
tour/use-site-visibility-tour.tsx
|
||||
use-site-visibility-tour.tsx
|
||||
plugins/woocommerce-admin/client/launch-your-store/tour/index.tsx
|
||||
woocommerce-admin/client/launch-your-store/tour/index.tsx
|
||||
client/launch-your-store/tour/index.tsx
|
||||
launch-your-store/tour/index.tsx
|
||||
tour/index.tsx
|
||||
index.tsx
|
||||
plugins/woocommerce-admin/client/launch-your-store/index.js
|
||||
woocommerce-admin/client/launch-your-store/index.js
|
||||
client/launch-your-store/index.js
|
||||
@ -34760,6 +34784,13 @@ js/types/type-defs/blocks.ts
|
||||
types/type-defs/blocks.ts
|
||||
type-defs/blocks.ts
|
||||
blocks.ts
|
||||
plugins/woocommerce-blocks/assets/js/types/type-defs/countries.ts
|
||||
woocommerce-blocks/assets/js/types/type-defs/countries.ts
|
||||
assets/js/types/type-defs/countries.ts
|
||||
js/types/type-defs/countries.ts
|
||||
types/type-defs/countries.ts
|
||||
type-defs/countries.ts
|
||||
countries.ts
|
||||
plugins/woocommerce-blocks/assets/js/types/type-defs/attributes.ts
|
||||
woocommerce-blocks/assets/js/types/type-defs/attributes.ts
|
||||
assets/js/types/type-defs/attributes.ts
|
||||
@ -37977,6 +38008,14 @@ blocks/checkout/order-notes/index.tsx
|
||||
checkout/order-notes/index.tsx
|
||||
order-notes/index.tsx
|
||||
index.tsx
|
||||
plugins/woocommerce-blocks/assets/js/blocks/checkout/test/utils.ts
|
||||
woocommerce-blocks/assets/js/blocks/checkout/test/utils.ts
|
||||
assets/js/blocks/checkout/test/utils.ts
|
||||
js/blocks/checkout/test/utils.ts
|
||||
blocks/checkout/test/utils.ts
|
||||
checkout/test/utils.ts
|
||||
test/utils.ts
|
||||
utils.ts
|
||||
plugins/woocommerce-blocks/assets/js/blocks/checkout/test/block.js
|
||||
woocommerce-blocks/assets/js/blocks/checkout/test/block.js
|
||||
assets/js/blocks/checkout/test/block.js
|
||||
@ -51832,6 +51871,14 @@ plugins/woocommerce/changelog/45961-fix-41527-prevent-duplicate-orders-being-pla
|
||||
woocommerce/changelog/45961-fix-41527-prevent-duplicate-orders-being-placed
|
||||
changelog/45961-fix-41527-prevent-duplicate-orders-being-placed
|
||||
45961-fix-41527-prevent-duplicate-orders-being-placed
|
||||
plugins/woocommerce/changelog/46207-add-lys-coming-soon-templates-layout
|
||||
woocommerce/changelog/46207-add-lys-coming-soon-templates-layout
|
||||
changelog/46207-add-lys-coming-soon-templates-layout
|
||||
46207-add-lys-coming-soon-templates-layout
|
||||
plugins/woocommerce/changelog/46127-add-e2e-homepage
|
||||
woocommerce/changelog/46127-add-e2e-homepage
|
||||
changelog/46127-add-e2e-homepage
|
||||
46127-add-e2e-homepage
|
||||
plugins/woocommerce/changelog/46078-add-45873-track-site-visibility-action
|
||||
woocommerce/changelog/46078-add-45873-track-site-visibility-action
|
||||
changelog/46078-add-45873-track-site-visibility-action
|
||||
@ -51992,6 +52039,10 @@ plugins/woocommerce/changelog/45356-45341-add-intro-e2e-tests
|
||||
woocommerce/changelog/45356-45341-add-intro-e2e-tests
|
||||
changelog/45356-45341-add-intro-e2e-tests
|
||||
45356-45341-add-intro-e2e-tests
|
||||
plugins/woocommerce/changelog/45959-add-e2e-font-picker
|
||||
woocommerce/changelog/45959-add-e2e-font-picker
|
||||
changelog/45959-add-e2e-font-picker
|
||||
45959-add-e2e-font-picker
|
||||
plugins/woocommerce/changelog/45607-try-double-quotes-css-scss
|
||||
woocommerce/changelog/45607-try-double-quotes-css-scss
|
||||
changelog/45607-try-double-quotes-css-scss
|
||||
@ -52048,6 +52099,10 @@ plugins/woocommerce/changelog/dev-k6-cot-to-hpos
|
||||
woocommerce/changelog/dev-k6-cot-to-hpos
|
||||
changelog/dev-k6-cot-to-hpos
|
||||
dev-k6-cot-to-hpos
|
||||
plugins/woocommerce/changelog/46268-fix-restore-default-theme-cys
|
||||
woocommerce/changelog/46268-fix-restore-default-theme-cys
|
||||
changelog/46268-fix-restore-default-theme-cys
|
||||
46268-fix-restore-default-theme-cys
|
||||
plugins/woocommerce/changelog/46101-add-lys-coming-soon-templates
|
||||
woocommerce/changelog/46101-add-lys-coming-soon-templates
|
||||
changelog/46101-add-lys-coming-soon-templates
|
||||
@ -52100,6 +52155,10 @@ plugins/woocommerce/changelog/44593-add-wp-env-6.5
|
||||
woocommerce/changelog/44593-add-wp-env-6.5
|
||||
changelog/44593-add-wp-env-6.5
|
||||
44593-add-wp-env-6.5
|
||||
plugins/woocommerce/changelog/fix-address-format-card
|
||||
woocommerce/changelog/fix-address-format-card
|
||||
changelog/fix-address-format-card
|
||||
fix-address-format-card
|
||||
plugins/woocommerce/changelog/46022-update-41534-adjust-shipping-calculation-text
|
||||
woocommerce/changelog/46022-update-41534-adjust-shipping-calculation-text
|
||||
changelog/46022-update-41534-adjust-shipping-calculation-text
|
||||
@ -52292,6 +52351,10 @@ plugins/woocommerce/changelog/.gitkeep
|
||||
woocommerce/changelog/.gitkeep
|
||||
changelog/.gitkeep
|
||||
.gitkeep
|
||||
plugins/woocommerce/changelog/46203-update-46070-lys-tour
|
||||
woocommerce/changelog/46203-update-46070-lys-tour
|
||||
changelog/46203-update-46070-lys-tour
|
||||
46203-update-46070-lys-tour
|
||||
plugins/woocommerce/changelog/46011-45344-e2e-tests-cys-header
|
||||
woocommerce/changelog/46011-45344-e2e-tests-cys-header
|
||||
changelog/46011-45344-e2e-tests-cys-header
|
||||
@ -54201,6 +54264,42 @@ tests/customize-store/assembler/header.spec.js
|
||||
customize-store/assembler/header.spec.js
|
||||
assembler/header.spec.js
|
||||
header.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-0-Chrome
|
||||
woocommerce/tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-0-Chrome
|
||||
tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-0-Chrome
|
||||
e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-0-Chrome
|
||||
tests/customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-0-Chrome
|
||||
customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-0-Chrome
|
||||
assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-0-Chrome
|
||||
homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-0-Chrome
|
||||
selected-homepage-blocks-class-frontend-0-Chrome
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-2-Chrome
|
||||
woocommerce/tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-2-Chrome
|
||||
tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-2-Chrome
|
||||
e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-2-Chrome
|
||||
tests/customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-2-Chrome
|
||||
customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-2-Chrome
|
||||
assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-2-Chrome
|
||||
homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-2-Chrome
|
||||
selected-homepage-blocks-class-frontend-2-Chrome
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-1-Chrome
|
||||
woocommerce/tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-1-Chrome
|
||||
tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-1-Chrome
|
||||
e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-1-Chrome
|
||||
tests/customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-1-Chrome
|
||||
customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-1-Chrome
|
||||
assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-1-Chrome
|
||||
homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-1-Chrome
|
||||
selected-homepage-blocks-class-frontend-1-Chrome
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-3-Chrome
|
||||
woocommerce/tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-3-Chrome
|
||||
tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-3-Chrome
|
||||
e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-3-Chrome
|
||||
tests/customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-3-Chrome
|
||||
customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-3-Chrome
|
||||
assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-3-Chrome
|
||||
homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-3-Chrome
|
||||
selected-homepage-blocks-class-frontend-3-Chrome
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/assembler.page.js
|
||||
woocommerce/tests/e2e-pw/tests/customize-store/assembler/assembler.page.js
|
||||
tests/e2e-pw/tests/customize-store/assembler/assembler.page.js
|
||||
@ -54388,6 +54487,22 @@ tests/customize-store/assembler/color-picker.spec.js
|
||||
customize-store/assembler/color-picker.spec.js
|
||||
assembler/color-picker.spec.js
|
||||
color-picker.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js
|
||||
woocommerce/tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js
|
||||
tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js
|
||||
e2e-pw/tests/customize-store/assembler/homepage.spec.js
|
||||
tests/customize-store/assembler/homepage.spec.js
|
||||
customize-store/assembler/homepage.spec.js
|
||||
assembler/homepage.spec.js
|
||||
homepage.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/font-picker.spec.js
|
||||
woocommerce/tests/e2e-pw/tests/customize-store/assembler/font-picker.spec.js
|
||||
tests/e2e-pw/tests/customize-store/assembler/font-picker.spec.js
|
||||
e2e-pw/tests/customize-store/assembler/font-picker.spec.js
|
||||
tests/customize-store/assembler/font-picker.spec.js
|
||||
customize-store/assembler/font-picker.spec.js
|
||||
assembler/font-picker.spec.js
|
||||
font-picker.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/footer.spec.js
|
||||
woocommerce/tests/e2e-pw/tests/customize-store/assembler/footer.spec.js
|
||||
tests/e2e-pw/tests/customize-store/assembler/footer.spec.js
|
||||
@ -67617,6 +67732,12 @@ src/Blocks/Templates/AbstractTemplatePart.php
|
||||
Blocks/Templates/AbstractTemplatePart.php
|
||||
Templates/AbstractTemplatePart.php
|
||||
AbstractTemplatePart.php
|
||||
plugins/woocommerce/src/Blocks/Templates/ComingSoonEntireSiteTemplate.php
|
||||
woocommerce/src/Blocks/Templates/ComingSoonEntireSiteTemplate.php
|
||||
src/Blocks/Templates/ComingSoonEntireSiteTemplate.php
|
||||
Blocks/Templates/ComingSoonEntireSiteTemplate.php
|
||||
Templates/ComingSoonEntireSiteTemplate.php
|
||||
ComingSoonEntireSiteTemplate.php
|
||||
plugins/woocommerce/src/Blocks/Templates/CheckoutTemplate.php
|
||||
woocommerce/src/Blocks/Templates/CheckoutTemplate.php
|
||||
src/Blocks/Templates/CheckoutTemplate.php
|
||||
@ -67641,6 +67762,12 @@ src/Blocks/Templates/ProductSearchResultsTemplate.php
|
||||
Blocks/Templates/ProductSearchResultsTemplate.php
|
||||
Templates/ProductSearchResultsTemplate.php
|
||||
ProductSearchResultsTemplate.php
|
||||
plugins/woocommerce/src/Blocks/Templates/ComingSoonStoreOnlyTemplate.php
|
||||
woocommerce/src/Blocks/Templates/ComingSoonStoreOnlyTemplate.php
|
||||
src/Blocks/Templates/ComingSoonStoreOnlyTemplate.php
|
||||
Blocks/Templates/ComingSoonStoreOnlyTemplate.php
|
||||
Templates/ComingSoonStoreOnlyTemplate.php
|
||||
ComingSoonStoreOnlyTemplate.php
|
||||
plugins/woocommerce/src/Blocks/Templates/AbstractTemplateCompatibility.php
|
||||
woocommerce/src/Blocks/Templates/AbstractTemplateCompatibility.php
|
||||
src/Blocks/Templates/AbstractTemplateCompatibility.php
|
||||
@ -72436,6 +72563,12 @@ templates/templates/blockified/README.md
|
||||
templates/blockified/README.md
|
||||
blockified/README.md
|
||||
README.md
|
||||
plugins/woocommerce/templates/templates/blockified/coming-soon-store-only.html
|
||||
woocommerce/templates/templates/blockified/coming-soon-store-only.html
|
||||
templates/templates/blockified/coming-soon-store-only.html
|
||||
templates/blockified/coming-soon-store-only.html
|
||||
blockified/coming-soon-store-only.html
|
||||
coming-soon-store-only.html
|
||||
plugins/woocommerce/templates/templates/blockified/page-checkout.html
|
||||
woocommerce/templates/templates/blockified/page-checkout.html
|
||||
templates/templates/blockified/page-checkout.html
|
||||
@ -72454,6 +72587,12 @@ templates/templates/blockified/taxonomy-product_attribute.html
|
||||
templates/blockified/taxonomy-product_attribute.html
|
||||
blockified/taxonomy-product_attribute.html
|
||||
taxonomy-product_attribute.html
|
||||
plugins/woocommerce/templates/templates/blockified/coming-soon-entire-site.html
|
||||
woocommerce/templates/templates/blockified/coming-soon-entire-site.html
|
||||
templates/templates/blockified/coming-soon-entire-site.html
|
||||
templates/blockified/coming-soon-entire-site.html
|
||||
blockified/coming-soon-entire-site.html
|
||||
coming-soon-entire-site.html
|
||||
plugins/woocommerce/templates/templates/page-cart.html
|
||||
woocommerce/templates/templates/page-cart.html
|
||||
templates/templates/page-cart.html
|
||||
@ -72464,6 +72603,11 @@ woocommerce/templates/templates/order-confirmation.html
|
||||
templates/templates/order-confirmation.html
|
||||
templates/order-confirmation.html
|
||||
order-confirmation.html
|
||||
plugins/woocommerce/templates/templates/coming-soon-store-only.html
|
||||
woocommerce/templates/templates/coming-soon-store-only.html
|
||||
templates/templates/coming-soon-store-only.html
|
||||
templates/coming-soon-store-only.html
|
||||
coming-soon-store-only.html
|
||||
plugins/woocommerce/templates/templates/page-checkout.html
|
||||
woocommerce/templates/templates/page-checkout.html
|
||||
templates/templates/page-checkout.html
|
||||
@ -72479,6 +72623,11 @@ woocommerce/templates/templates/taxonomy-product_attribute.html
|
||||
templates/templates/taxonomy-product_attribute.html
|
||||
templates/taxonomy-product_attribute.html
|
||||
taxonomy-product_attribute.html
|
||||
plugins/woocommerce/templates/templates/coming-soon-entire-site.html
|
||||
woocommerce/templates/templates/coming-soon-entire-site.html
|
||||
templates/templates/coming-soon-entire-site.html
|
||||
templates/coming-soon-entire-site.html
|
||||
coming-soon-entire-site.html
|
||||
plugins/woocommerce/patterns/social-follow-us-in-social-media.php
|
||||
woocommerce/patterns/social-follow-us-in-social-media.php
|
||||
patterns/social-follow-us-in-social-media.php
|
||||
|
@ -3836,6 +3836,10 @@ plugins/woocommerce-admin/client/inbox-panel/index.js
|
||||
plugins/woocommerce-admin/client/inbox-panel/index.scss
|
||||
plugins/woocommerce-admin/client/inbox-panel/dismiss-all-modal.js
|
||||
plugins/woocommerce-admin/client/inbox-panel/utils.js
|
||||
plugins/woocommerce-admin/client/launch-your-store/tour/header-image.svg
|
||||
plugins/woocommerce-admin/client/launch-your-store/tour/style.scss
|
||||
plugins/woocommerce-admin/client/launch-your-store/tour/use-site-visibility-tour.tsx
|
||||
plugins/woocommerce-admin/client/launch-your-store/tour/index.tsx
|
||||
plugins/woocommerce-admin/client/launch-your-store/index.js
|
||||
plugins/woocommerce-admin/client/launch-your-store/hooks/use-launch-your-store.js
|
||||
plugins/woocommerce-admin/client/launch-your-store/hooks/use-coming-soon-editor-link.ts
|
||||
@ -5627,6 +5631,7 @@ plugins/woocommerce-blocks/assets/js/types/type-defs/taxes.ts
|
||||
plugins/woocommerce-blocks/assets/js/types/type-defs/product-category-response.ts
|
||||
plugins/woocommerce-blocks/assets/js/types/type-defs/cart.ts
|
||||
plugins/woocommerce-blocks/assets/js/types/type-defs/blocks.ts
|
||||
plugins/woocommerce-blocks/assets/js/types/type-defs/countries.ts
|
||||
plugins/woocommerce-blocks/assets/js/types/type-defs/attributes.ts
|
||||
plugins/woocommerce-blocks/assets/js/types/type-defs/shipping.ts
|
||||
plugins/woocommerce-blocks/assets/js/types/type-defs/checkout.ts
|
||||
@ -6014,6 +6019,7 @@ plugins/woocommerce-blocks/assets/js/blocks/product-top-rated/index.tsx
|
||||
plugins/woocommerce-blocks/assets/js/blocks/checkout/types.ts
|
||||
plugins/woocommerce-blocks/assets/js/blocks/checkout/order-notes/test/index.js
|
||||
plugins/woocommerce-blocks/assets/js/blocks/checkout/order-notes/index.tsx
|
||||
plugins/woocommerce-blocks/assets/js/blocks/checkout/test/utils.ts
|
||||
plugins/woocommerce-blocks/assets/js/blocks/checkout/test/block.js
|
||||
plugins/woocommerce-blocks/assets/js/blocks/checkout/utils.ts
|
||||
plugins/woocommerce-blocks/assets/js/blocks/checkout/block.tsx
|
||||
@ -7926,6 +7932,8 @@ plugins/woocommerce/assets/client/.gitkeep
|
||||
plugins/woocommerce/uninstall.php
|
||||
plugins/woocommerce/changelog/46098-update-46072-add-icions-to-ellipsis-menu-lys-home-badge
|
||||
plugins/woocommerce/changelog/45961-fix-41527-prevent-duplicate-orders-being-placed
|
||||
plugins/woocommerce/changelog/46207-add-lys-coming-soon-templates-layout
|
||||
plugins/woocommerce/changelog/46127-add-e2e-homepage
|
||||
plugins/woocommerce/changelog/46078-add-45873-track-site-visibility-action
|
||||
plugins/woocommerce/changelog/performance-update-get-template-paths
|
||||
plugins/woocommerce/changelog/fix-43311-fix-query-id-persistence
|
||||
@ -7966,6 +7974,7 @@ plugins/woocommerce/changelog/add-lys-success-screen
|
||||
plugins/woocommerce/changelog/45530-fix-45528-single-product-block-restricting-inner-blocks-placement
|
||||
plugins/woocommerce/changelog/hpos-large-guide
|
||||
plugins/woocommerce/changelog/45356-45341-add-intro-e2e-tests
|
||||
plugins/woocommerce/changelog/45959-add-e2e-font-picker
|
||||
plugins/woocommerce/changelog/45607-try-double-quotes-css-scss
|
||||
plugins/woocommerce/changelog/e2e-merchant-orders-enhancements
|
||||
plugins/woocommerce/changelog/try-checkout-e2e-fix-opr
|
||||
@ -7980,6 +7989,7 @@ plugins/woocommerce/changelog/add-product-collection-location-cart-checkout-bloc
|
||||
plugins/woocommerce/changelog/add-46020_e2e_tests_for_linked_products
|
||||
plugins/woocommerce/changelog/45773-add-coming-soon-page
|
||||
plugins/woocommerce/changelog/dev-k6-cot-to-hpos
|
||||
plugins/woocommerce/changelog/46268-fix-restore-default-theme-cys
|
||||
plugins/woocommerce/changelog/46101-add-lys-coming-soon-templates
|
||||
plugins/woocommerce/changelog/e2e-fix-create-simple-product-fix
|
||||
plugins/woocommerce/changelog/46212-46194-cys-investigate-potential-bad-performance-for-the-color-palette
|
||||
@ -7993,6 +8003,7 @@ plugins/woocommerce/changelog/45933-redirect-to-intro-when-going-to-transitional
|
||||
plugins/woocommerce/changelog/add-46107_e2e_for_analytics_product_segmentation
|
||||
plugins/woocommerce/changelog/46258-dev-fix-e2e-additional-fields
|
||||
plugins/woocommerce/changelog/44593-add-wp-env-6.5
|
||||
plugins/woocommerce/changelog/fix-address-format-card
|
||||
plugins/woocommerce/changelog/46022-update-41534-adjust-shipping-calculation-text
|
||||
plugins/woocommerce/changelog/update-local-pickup-title
|
||||
plugins/woocommerce/changelog/45984-45344-e2e-tests-cys-footer
|
||||
@ -8041,6 +8052,7 @@ plugins/woocommerce/changelog/e2e-fix-create-order-test-fix
|
||||
plugins/woocommerce/changelog/re-44879
|
||||
plugins/woocommerce/changelog/45998-product-collection-post-title-link-disable
|
||||
plugins/woocommerce/changelog/.gitkeep
|
||||
plugins/woocommerce/changelog/46203-update-46070-lys-tour
|
||||
plugins/woocommerce/changelog/46011-45344-e2e-tests-cys-header
|
||||
plugins/woocommerce/changelog/add-phone-number-to-order-preview
|
||||
plugins/woocommerce/changelog/fix-wccom-19988-double-bubble
|
||||
@ -8344,6 +8356,10 @@ plugins/woocommerce/tests/e2e-pw/tests/customize-store/customize-store.page.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/logo-picker/logo-picker.page.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/logo-picker/logo-picker.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/header.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-0-Chrome
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-2-Chrome
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-1-Chrome
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js-snapshots/selected-homepage-blocks-class-frontend-3-Chrome
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/assembler.page.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/color-picker.spec.js-snapshots/color-palette-5-Chrome
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/color-picker.spec.js-snapshots/color-palette-0-Chrome
|
||||
@ -8365,6 +8381,8 @@ plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/color-picker.sp
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/color-picker.spec.js-snapshots/color-palette-6-Chrome
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/color-picker.spec.js-snapshots/color-palette-17-Chrome
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/color-picker.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/homepage.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/font-picker.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/customize-store/assembler/footer.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/admin-marketing/overview.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/admin-marketing/coupons.spec.js
|
||||
@ -10253,10 +10271,12 @@ plugins/woocommerce/src/Blocks/Templates/ProductCatalogTemplate.php
|
||||
plugins/woocommerce/src/Blocks/Templates/ArchiveProductTemplatesCompatibility.php
|
||||
plugins/woocommerce/src/Blocks/Templates/ProductTagTemplate.php
|
||||
plugins/woocommerce/src/Blocks/Templates/AbstractTemplatePart.php
|
||||
plugins/woocommerce/src/Blocks/Templates/ComingSoonEntireSiteTemplate.php
|
||||
plugins/woocommerce/src/Blocks/Templates/CheckoutTemplate.php
|
||||
plugins/woocommerce/src/Blocks/Templates/SingleProductTemplateCompatibility.php
|
||||
plugins/woocommerce/src/Blocks/Templates/ClassicTemplatesCompatibility.php
|
||||
plugins/woocommerce/src/Blocks/Templates/ProductSearchResultsTemplate.php
|
||||
plugins/woocommerce/src/Blocks/Templates/ComingSoonStoreOnlyTemplate.php
|
||||
plugins/woocommerce/src/Blocks/Templates/AbstractTemplateCompatibility.php
|
||||
plugins/woocommerce/src/Blocks/Templates/OrderConfirmationTemplate.php
|
||||
plugins/woocommerce/src/Blocks/Templates/MiniCartTemplate.php
|
||||
@ -11118,14 +11138,18 @@ plugins/woocommerce/templates/templates/blockified/product-search-results.html
|
||||
plugins/woocommerce/templates/templates/blockified/page-cart.html
|
||||
plugins/woocommerce/templates/templates/blockified/order-confirmation.html
|
||||
plugins/woocommerce/templates/templates/blockified/README.md
|
||||
plugins/woocommerce/templates/templates/blockified/coming-soon-store-only.html
|
||||
plugins/woocommerce/templates/templates/blockified/page-checkout.html
|
||||
plugins/woocommerce/templates/templates/blockified/single-product.html
|
||||
plugins/woocommerce/templates/templates/blockified/taxonomy-product_attribute.html
|
||||
plugins/woocommerce/templates/templates/blockified/coming-soon-entire-site.html
|
||||
plugins/woocommerce/templates/templates/page-cart.html
|
||||
plugins/woocommerce/templates/templates/order-confirmation.html
|
||||
plugins/woocommerce/templates/templates/coming-soon-store-only.html
|
||||
plugins/woocommerce/templates/templates/page-checkout.html
|
||||
plugins/woocommerce/templates/templates/single-product.html
|
||||
plugins/woocommerce/templates/templates/taxonomy-product_attribute.html
|
||||
plugins/woocommerce/templates/templates/coming-soon-entire-site.html
|
||||
plugins/woocommerce/patterns/social-follow-us-in-social-media.php
|
||||
plugins/woocommerce/patterns/testimonials-3-columns.php
|
||||
plugins/woocommerce/patterns/header-large.php
|
||||
|
@ -3650,8 +3650,6 @@ i18n/zammad.pl.po
|
||||
zammad.pl.po
|
||||
i18n/zammad.fa-ir.po
|
||||
zammad.fa-ir.po
|
||||
i18n/zammad.ga.po
|
||||
zammad.ga.po
|
||||
i18n/zammad.bg.po
|
||||
zammad.bg.po
|
||||
i18n/zammad.da.po
|
||||
|
@ -977,7 +977,6 @@ i18n/zammad.no-no.po
|
||||
i18n/zammad.uz_Latn.po
|
||||
i18n/zammad.pl.po
|
||||
i18n/zammad.fa-ir.po
|
||||
i18n/zammad.ga.po
|
||||
i18n/zammad.bg.po
|
||||
i18n/zammad.da.po
|
||||
i18n/zammad.sk.po
|
||||
|
@ -123,7 +123,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
||||
/rg*/mediaviewer/rm*/tr
|
||||
/rss
|
||||
/search
|
||||
/search$
|
||||
/search.compact$
|
||||
/search/
|
||||
/search/$
|
||||
/search/*?q=
|
||||
/search/?q=
|
||||
/search?q=
|
||||
@ -2897,6 +2900,8 @@ r/*/comments/*/*/es
|
||||
r/*/comments/*/*/fr
|
||||
r/*/comments/*/*/it
|
||||
r/*/comments/*/*/pt
|
||||
r/*/comments/*/search$
|
||||
r/*/comments/*/search/$
|
||||
r/*/config/*.rss
|
||||
r/*/submit$
|
||||
r/*/submit/$
|
||||
@ -3048,6 +3053,7 @@ search*sort=
|
||||
search*start=
|
||||
search-ar-dev
|
||||
search-console/scfe
|
||||
search.compact$
|
||||
search/*/grid
|
||||
search/about
|
||||
search/advanced
|
||||
|
@ -3311,10 +3311,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
||||
/search*|
|
||||
/search.
|
||||
/search.*?q
|
||||
/search.compact$
|
||||
/search.html*
|
||||
/search.html?q=
|
||||
/search.ref
|
||||
/search/
|
||||
/search/$
|
||||
/search/*?
|
||||
/search/*?q=
|
||||
/search/?*terms
|
||||
@ -13896,7 +13898,8 @@ info/jobs/showmaster.html
|
||||
info/jobs/social-media.html
|
||||
info/jobs/support.html
|
||||
info/jobs/texterin-uxwriterin.html
|
||||
info/jobs/werkstudi-social-media.html
|
||||
info/jobs/werkstudentin-social-media.html
|
||||
info/jobs/werkstudentin-social-media_6.html
|
||||
info/tech-feedback
|
||||
infoods/biodiversity
|
||||
informa
|
||||
@ -18346,6 +18349,8 @@ r/*/comments/*/*/es
|
||||
r/*/comments/*/*/fr
|
||||
r/*/comments/*/*/it
|
||||
r/*/comments/*/*/pt
|
||||
r/*/comments/*/search$
|
||||
r/*/comments/*/search/$
|
||||
r/*/config/*.rss
|
||||
r/*/submit$
|
||||
r/*/submit/$
|
||||
@ -19135,6 +19140,7 @@ search-effectiveness.html
|
||||
search-people?
|
||||
search-results
|
||||
search-the-red-cross-site
|
||||
search.compact$
|
||||
search.do
|
||||
search.html
|
||||
search.jsp
|
||||
@ -23662,7 +23668,7 @@ wp-content/plugins/abm-sej/includes/ga/js/tcfapi.js
|
||||
wp-content/plugins/abm-sej/includes/infinte-scroll/hb/hb_js.js
|
||||
wp-content/plugins/abm-sej/includes/infinte-scroll/js/infs.js
|
||||
wp-content/plugins/abm-sej/includes/infinte-scroll/js/observer-lazy-load-a.js
|
||||
wp-content/plugins/abm-sej/includes/infinte-scroll/js/prebid/prebid-8.27L.js
|
||||
wp-content/plugins/abm-sej/includes/infinte-scroll/js/prebid/prebid-8.41.js
|
||||
wp-content/plugins/feature-story-builder/builder-frontend/assets/css/fsb.css
|
||||
wp-content/plugins/feature-story-builder/builder-frontend/assets/images/arrow.png
|
||||
wp-content/plugins/feature-story-builder/builder-frontend/assets/images/footer-wired.png
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user