mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-06 08:53:59 +01:00
[Github Action] Automated trickest wordlists update.
This commit is contained in:
parent
24d72f8be6
commit
2e79cb02c1
22 changed files with 2552 additions and 1503 deletions
|
|
@ -3,6 +3,6 @@
|
|||
"last_update": 1753427154
|
||||
},
|
||||
"Trickest wordlist update": {
|
||||
"last_update": 1753524237
|
||||
"last_update": 1753610643
|
||||
}
|
||||
}
|
||||
|
|
@ -17591,6 +17591,8 @@ brave-bushes-judge.md
|
|||
flat-islands-prove.md
|
||||
.changeset/full-files-sleep.md
|
||||
full-files-sleep.md
|
||||
.changeset/witty-showers-kick.md
|
||||
witty-showers-kick.md
|
||||
.changeset/thick-seals-hope.md
|
||||
thick-seals-hope.md
|
||||
.changeset/sad-moose-grow.md
|
||||
|
|
|
|||
|
|
@ -3559,6 +3559,7 @@ codecov.yaml
|
|||
.changeset/brave-bushes-judge.md
|
||||
.changeset/flat-islands-prove.md
|
||||
.changeset/full-files-sleep.md
|
||||
.changeset/witty-showers-kick.md
|
||||
.changeset/thick-seals-hope.md
|
||||
.changeset/sad-moose-grow.md
|
||||
.changeset/spicy-singers-nail.md
|
||||
|
|
|
|||
|
|
@ -10707,6 +10707,12 @@ tools/ui/content/tables.php
|
|||
ui/content/tables.php
|
||||
content/tables.php
|
||||
tables.php
|
||||
htdocs/admin/tools/ui/content/titles.php
|
||||
admin/tools/ui/content/titles.php
|
||||
tools/ui/content/titles.php
|
||||
ui/content/titles.php
|
||||
content/titles.php
|
||||
titles.php
|
||||
htdocs/admin/tools/ui/class/documentation.class.php
|
||||
admin/tools/ui/class/documentation.class.php
|
||||
tools/ui/class/documentation.class.php
|
||||
|
|
|
|||
|
|
@ -2378,6 +2378,7 @@ htdocs/admin/tools/ui/experimental/experiments/intuitive-select/index.php
|
|||
htdocs/admin/tools/ui/template/documentation_page.php
|
||||
htdocs/admin/tools/ui/content/index.php
|
||||
htdocs/admin/tools/ui/content/tables.php
|
||||
htdocs/admin/tools/ui/content/titles.php
|
||||
htdocs/admin/tools/ui/class/documentation.class.php
|
||||
htdocs/admin/tools/ui/index.php
|
||||
htdocs/admin/tools/ui/components/badges.php
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
.devcontainer/install.sh
|
||||
install.sh
|
||||
.devcontainer/devcontainer.json
|
||||
devcontainer.json
|
||||
Capfile
|
||||
Guardfile
|
||||
zeus.json
|
||||
|
|
@ -828,9 +832,9 @@ spec/models/users/permission_spec.rb
|
|||
models/users/permission_spec.rb
|
||||
users/permission_spec.rb
|
||||
permission_spec.rb
|
||||
spec/controllers/applications_controller_spec.rb
|
||||
controllers/applications_controller_spec.rb
|
||||
applications_controller_spec.rb
|
||||
spec/controllers/application_controller_spec.rb
|
||||
controllers/application_controller_spec.rb
|
||||
application_controller_spec.rb
|
||||
spec/controllers/emails_controller_spec.rb
|
||||
controllers/emails_controller_spec.rb
|
||||
emails_controller_spec.rb
|
||||
|
|
@ -1385,10 +1389,6 @@ spec/lib/fat_free_crm/i18n_spec.rb
|
|||
lib/fat_free_crm/i18n_spec.rb
|
||||
fat_free_crm/i18n_spec.rb
|
||||
i18n_spec.rb
|
||||
spec/lib/fat_free_crm/i18n.rb
|
||||
lib/fat_free_crm/i18n.rb
|
||||
fat_free_crm/i18n.rb
|
||||
i18n.rb
|
||||
Dockerfile
|
||||
.ruby-version
|
||||
MIT-LICENSE
|
||||
|
|
@ -3569,6 +3569,9 @@ migrate/20100928030623_create_addresses.rb
|
|||
db/migrate/20111101090312_create_field_groups.rb
|
||||
migrate/20111101090312_create_field_groups.rb
|
||||
20111101090312_create_field_groups.rb
|
||||
db/migrate/20230422234321_optionally_create_action_text_tables.action_text.rb
|
||||
migrate/20230422234321_optionally_create_action_text_tables.action_text.rb
|
||||
20230422234321_optionally_create_action_text_tables.action_text.rb
|
||||
db/migrate/20120801032706_add_pair_id_to_fields.rb
|
||||
migrate/20120801032706_add_pair_id_to_fields.rb
|
||||
20120801032706_add_pair_id_to_fields.rb
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
.devcontainer/install.sh
|
||||
.devcontainer/devcontainer.json
|
||||
Capfile
|
||||
Guardfile
|
||||
zeus.json
|
||||
|
|
@ -230,7 +232,7 @@ spec/models/users/group_spec.rb
|
|||
spec/models/users/abilities/user_ability_spec.rb
|
||||
spec/models/users/preference_spec.rb
|
||||
spec/models/users/permission_spec.rb
|
||||
spec/controllers/applications_controller_spec.rb
|
||||
spec/controllers/application_controller_spec.rb
|
||||
spec/controllers/emails_controller_spec.rb
|
||||
spec/controllers/entities_controller_spec.rb
|
||||
spec/controllers/users_controller_spec.rb
|
||||
|
|
@ -372,7 +374,6 @@ spec/lib/comment_extensions_spec.rb
|
|||
spec/lib/core_ext/string_spec.rb
|
||||
spec/lib/secret_token_generator_spec.rb
|
||||
spec/lib/fat_free_crm/i18n_spec.rb
|
||||
spec/lib/fat_free_crm/i18n.rb
|
||||
Dockerfile
|
||||
.ruby-version
|
||||
MIT-LICENSE
|
||||
|
|
@ -933,6 +934,7 @@ db/migrate/20100928030598_create_sessions.rb
|
|||
db/migrate/20140916012922_add_indexes_to_model_associations.rb
|
||||
db/migrate/20100928030623_create_addresses.rb
|
||||
db/migrate/20111101090312_create_field_groups.rb
|
||||
db/migrate/20230422234321_optionally_create_action_text_tables.action_text.rb
|
||||
db/migrate/20120801032706_add_pair_id_to_fields.rb
|
||||
db/migrate/20111101083437_create_fields.rb
|
||||
db/migrate/20120216031616_create_versions.rb
|
||||
|
|
|
|||
|
|
@ -5420,6 +5420,11 @@ bundles/PluginBundle/Event/PluginIntegrationAuthRedirectEvent.php
|
|||
PluginBundle/Event/PluginIntegrationAuthRedirectEvent.php
|
||||
Event/PluginIntegrationAuthRedirectEvent.php
|
||||
PluginIntegrationAuthRedirectEvent.php
|
||||
app/bundles/PluginBundle/Event/PluginIsPublishedEvent.php
|
||||
bundles/PluginBundle/Event/PluginIsPublishedEvent.php
|
||||
PluginBundle/Event/PluginIsPublishedEvent.php
|
||||
Event/PluginIsPublishedEvent.php
|
||||
PluginIsPublishedEvent.php
|
||||
app/bundles/PluginBundle/Event/PluginIntegrationEvent.php
|
||||
bundles/PluginBundle/Event/PluginIntegrationEvent.php
|
||||
PluginBundle/Event/PluginIntegrationEvent.php
|
||||
|
|
@ -5455,6 +5460,18 @@ bundles/PluginBundle/Entity/Plugin.php
|
|||
PluginBundle/Entity/Plugin.php
|
||||
Entity/Plugin.php
|
||||
Plugin.php
|
||||
app/bundles/PluginBundle/Tests/Controller/PluginControllerTest.php
|
||||
bundles/PluginBundle/Tests/Controller/PluginControllerTest.php
|
||||
PluginBundle/Tests/Controller/PluginControllerTest.php
|
||||
Tests/Controller/PluginControllerTest.php
|
||||
Controller/PluginControllerTest.php
|
||||
PluginControllerTest.php
|
||||
app/bundles/PluginBundle/Tests/Event/PluginIsPublishedEventTest.php
|
||||
bundles/PluginBundle/Tests/Event/PluginIsPublishedEventTest.php
|
||||
PluginBundle/Tests/Event/PluginIsPublishedEventTest.php
|
||||
Tests/Event/PluginIsPublishedEventTest.php
|
||||
Event/PluginIsPublishedEventTest.php
|
||||
PluginIsPublishedEventTest.php
|
||||
app/bundles/PluginBundle/Tests/Entity/IntegrationEntityRepositoryTest.php
|
||||
bundles/PluginBundle/Tests/Entity/IntegrationEntityRepositoryTest.php
|
||||
PluginBundle/Tests/Entity/IntegrationEntityRepositoryTest.php
|
||||
|
|
@ -5467,6 +5484,25 @@ PluginBundle/Tests/Entity/PluginTest.php
|
|||
Tests/Entity/PluginTest.php
|
||||
Entity/PluginTest.php
|
||||
PluginTest.php
|
||||
app/bundles/PluginBundle/Tests/DependencyInjection/Compiler/TestPass.php
|
||||
bundles/PluginBundle/Tests/DependencyInjection/Compiler/TestPass.php
|
||||
PluginBundle/Tests/DependencyInjection/Compiler/TestPass.php
|
||||
Tests/DependencyInjection/Compiler/TestPass.php
|
||||
DependencyInjection/Compiler/TestPass.php
|
||||
Compiler/TestPass.php
|
||||
TestPass.php
|
||||
app/bundles/PluginBundle/Tests/Exception/ApiErrorExceptionTest.php
|
||||
bundles/PluginBundle/Tests/Exception/ApiErrorExceptionTest.php
|
||||
PluginBundle/Tests/Exception/ApiErrorExceptionTest.php
|
||||
Tests/Exception/ApiErrorExceptionTest.php
|
||||
Exception/ApiErrorExceptionTest.php
|
||||
ApiErrorExceptionTest.php
|
||||
app/bundles/PluginBundle/Tests/Integration/ClientFactory.php
|
||||
bundles/PluginBundle/Tests/Integration/ClientFactory.php
|
||||
PluginBundle/Tests/Integration/ClientFactory.php
|
||||
Tests/Integration/ClientFactory.php
|
||||
Integration/ClientFactory.php
|
||||
ClientFactory.php
|
||||
app/bundles/PluginBundle/Tests/Integration/AbstractIntegrationTest.php
|
||||
bundles/PluginBundle/Tests/Integration/AbstractIntegrationTest.php
|
||||
PluginBundle/Tests/Integration/AbstractIntegrationTest.php
|
||||
|
|
@ -5479,6 +5515,13 @@ PluginBundle/Tests/Integration/AbstractIntegrationTestCase.php
|
|||
Tests/Integration/AbstractIntegrationTestCase.php
|
||||
Integration/AbstractIntegrationTestCase.php
|
||||
AbstractIntegrationTestCase.php
|
||||
app/bundles/PluginBundle/Tests/Form/Constraint/CanPublishValidatorTest.php
|
||||
bundles/PluginBundle/Tests/Form/Constraint/CanPublishValidatorTest.php
|
||||
PluginBundle/Tests/Form/Constraint/CanPublishValidatorTest.php
|
||||
Tests/Form/Constraint/CanPublishValidatorTest.php
|
||||
Form/Constraint/CanPublishValidatorTest.php
|
||||
Constraint/CanPublishValidatorTest.php
|
||||
CanPublishValidatorTest.php
|
||||
app/bundles/PluginBundle/Tests/Form/Type/DetailsTypeTest.php
|
||||
bundles/PluginBundle/Tests/Form/Type/DetailsTypeTest.php
|
||||
PluginBundle/Tests/Form/Type/DetailsTypeTest.php
|
||||
|
|
@ -5625,6 +5668,18 @@ app/bundles/PluginBundle/MauticPluginBundle.php
|
|||
bundles/PluginBundle/MauticPluginBundle.php
|
||||
PluginBundle/MauticPluginBundle.php
|
||||
MauticPluginBundle.php
|
||||
app/bundles/PluginBundle/Form/Constraint/CanPublish.php
|
||||
bundles/PluginBundle/Form/Constraint/CanPublish.php
|
||||
PluginBundle/Form/Constraint/CanPublish.php
|
||||
Form/Constraint/CanPublish.php
|
||||
Constraint/CanPublish.php
|
||||
CanPublish.php
|
||||
app/bundles/PluginBundle/Form/Constraint/CanPublishValidator.php
|
||||
bundles/PluginBundle/Form/Constraint/CanPublishValidator.php
|
||||
PluginBundle/Form/Constraint/CanPublishValidator.php
|
||||
Form/Constraint/CanPublishValidator.php
|
||||
Constraint/CanPublishValidator.php
|
||||
CanPublishValidator.php
|
||||
app/bundles/PluginBundle/Form/Type/IntegrationsListType.php
|
||||
bundles/PluginBundle/Form/Type/IntegrationsListType.php
|
||||
PluginBundle/Form/Type/IntegrationsListType.php
|
||||
|
|
|
|||
|
|
@ -1260,6 +1260,7 @@ app/bundles/PluginBundle/Event/PluginIntegrationRequestEvent.php
|
|||
app/bundles/PluginBundle/Event/AbstractPluginIntegrationEvent.php
|
||||
app/bundles/PluginBundle/Event/PluginUpdateEvent.php
|
||||
app/bundles/PluginBundle/Event/PluginIntegrationAuthRedirectEvent.php
|
||||
app/bundles/PluginBundle/Event/PluginIsPublishedEvent.php
|
||||
app/bundles/PluginBundle/Event/PluginIntegrationEvent.php
|
||||
app/bundles/PluginBundle/Entity/IntegrationEntity.php
|
||||
app/bundles/PluginBundle/Entity/PluginRepository.php
|
||||
|
|
@ -1267,10 +1268,16 @@ app/bundles/PluginBundle/Entity/IntegrationRepository.php
|
|||
app/bundles/PluginBundle/Entity/Integration.php
|
||||
app/bundles/PluginBundle/Entity/IntegrationEntityRepository.php
|
||||
app/bundles/PluginBundle/Entity/Plugin.php
|
||||
app/bundles/PluginBundle/Tests/Controller/PluginControllerTest.php
|
||||
app/bundles/PluginBundle/Tests/Event/PluginIsPublishedEventTest.php
|
||||
app/bundles/PluginBundle/Tests/Entity/IntegrationEntityRepositoryTest.php
|
||||
app/bundles/PluginBundle/Tests/Entity/PluginTest.php
|
||||
app/bundles/PluginBundle/Tests/DependencyInjection/Compiler/TestPass.php
|
||||
app/bundles/PluginBundle/Tests/Exception/ApiErrorExceptionTest.php
|
||||
app/bundles/PluginBundle/Tests/Integration/ClientFactory.php
|
||||
app/bundles/PluginBundle/Tests/Integration/AbstractIntegrationTest.php
|
||||
app/bundles/PluginBundle/Tests/Integration/AbstractIntegrationTestCase.php
|
||||
app/bundles/PluginBundle/Tests/Form/Constraint/CanPublishValidatorTest.php
|
||||
app/bundles/PluginBundle/Tests/Form/Type/DetailsTypeTest.php
|
||||
app/bundles/PluginBundle/Tests/Form/Type/IntegrationsListTypeTest.php
|
||||
app/bundles/PluginBundle/Tests/EventListener/IntegrationSubscriberTest.php
|
||||
|
|
@ -1298,6 +1305,8 @@ app/bundles/PluginBundle/Facade/ReloadFacade.php
|
|||
app/bundles/PluginBundle/Bundle/PluginDatabase.php
|
||||
app/bundles/PluginBundle/Bundle/PluginBundleBase.php
|
||||
app/bundles/PluginBundle/MauticPluginBundle.php
|
||||
app/bundles/PluginBundle/Form/Constraint/CanPublish.php
|
||||
app/bundles/PluginBundle/Form/Constraint/CanPublishValidator.php
|
||||
app/bundles/PluginBundle/Form/Type/IntegrationsListType.php
|
||||
app/bundles/PluginBundle/Form/Type/FieldsType.php
|
||||
app/bundles/PluginBundle/Form/Type/IntegrationCampaignsType.php
|
||||
|
|
|
|||
|
|
@ -28301,12 +28301,6 @@ Nop.Core/Domain/Messages/MessagesSettings.cs
|
|||
Domain/Messages/MessagesSettings.cs
|
||||
Messages/MessagesSettings.cs
|
||||
MessagesSettings.cs
|
||||
src/Libraries/Nop.Core/Domain/Messages/MessageTokensAddedEvent.cs
|
||||
Libraries/Nop.Core/Domain/Messages/MessageTokensAddedEvent.cs
|
||||
Nop.Core/Domain/Messages/MessageTokensAddedEvent.cs
|
||||
Domain/Messages/MessageTokensAddedEvent.cs
|
||||
Messages/MessageTokensAddedEvent.cs
|
||||
MessageTokensAddedEvent.cs
|
||||
src/Libraries/Nop.Core/Domain/Messages/QueuedEmailPriority.cs
|
||||
Libraries/Nop.Core/Domain/Messages/QueuedEmailPriority.cs
|
||||
Nop.Core/Domain/Messages/QueuedEmailPriority.cs
|
||||
|
|
@ -28319,12 +28313,6 @@ Nop.Core/Domain/Messages/MessageDelayPeriodExtensions.cs
|
|||
Domain/Messages/MessageDelayPeriodExtensions.cs
|
||||
Messages/MessageDelayPeriodExtensions.cs
|
||||
MessageDelayPeriodExtensions.cs
|
||||
src/Libraries/Nop.Core/Domain/Messages/EntityTokensAddedEvent.cs
|
||||
Libraries/Nop.Core/Domain/Messages/EntityTokensAddedEvent.cs
|
||||
Nop.Core/Domain/Messages/EntityTokensAddedEvent.cs
|
||||
Domain/Messages/EntityTokensAddedEvent.cs
|
||||
Messages/EntityTokensAddedEvent.cs
|
||||
EntityTokensAddedEvent.cs
|
||||
src/Libraries/Nop.Core/Domain/Messages/MessageTemplateSystemNames.cs
|
||||
Libraries/Nop.Core/Domain/Messages/MessageTemplateSystemNames.cs
|
||||
Nop.Core/Domain/Messages/MessageTemplateSystemNames.cs
|
||||
|
|
@ -32663,11 +32651,21 @@ Libraries/Nop.Services/Messages/MessageTokenProvider.cs
|
|||
Nop.Services/Messages/MessageTokenProvider.cs
|
||||
Messages/MessageTokenProvider.cs
|
||||
MessageTokenProvider.cs
|
||||
src/Libraries/Nop.Services/Messages/MessageTokensAddedEvent.cs
|
||||
Libraries/Nop.Services/Messages/MessageTokensAddedEvent.cs
|
||||
Nop.Services/Messages/MessageTokensAddedEvent.cs
|
||||
Messages/MessageTokensAddedEvent.cs
|
||||
MessageTokensAddedEvent.cs
|
||||
src/Libraries/Nop.Services/Messages/IEmailSender.cs
|
||||
Libraries/Nop.Services/Messages/IEmailSender.cs
|
||||
Nop.Services/Messages/IEmailSender.cs
|
||||
Messages/IEmailSender.cs
|
||||
IEmailSender.cs
|
||||
src/Libraries/Nop.Services/Messages/EntityTokensAddedEvent.cs
|
||||
Libraries/Nop.Services/Messages/EntityTokensAddedEvent.cs
|
||||
Nop.Services/Messages/EntityTokensAddedEvent.cs
|
||||
Messages/EntityTokensAddedEvent.cs
|
||||
EntityTokensAddedEvent.cs
|
||||
src/Libraries/Nop.Services/Messages/NotifyData.cs
|
||||
Libraries/Nop.Services/Messages/NotifyData.cs
|
||||
Nop.Services/Messages/NotifyData.cs
|
||||
|
|
|
|||
|
|
@ -4252,10 +4252,8 @@ src/Libraries/Nop.Core/Domain/Messages/QueuedEmail.cs
|
|||
src/Libraries/Nop.Core/Domain/Messages/MessageTemplatesSettings.cs
|
||||
src/Libraries/Nop.Core/Domain/Messages/CampaignAdditionalTokensAddedEvent.cs
|
||||
src/Libraries/Nop.Core/Domain/Messages/MessagesSettings.cs
|
||||
src/Libraries/Nop.Core/Domain/Messages/MessageTokensAddedEvent.cs
|
||||
src/Libraries/Nop.Core/Domain/Messages/QueuedEmailPriority.cs
|
||||
src/Libraries/Nop.Core/Domain/Messages/MessageDelayPeriodExtensions.cs
|
||||
src/Libraries/Nop.Core/Domain/Messages/EntityTokensAddedEvent.cs
|
||||
src/Libraries/Nop.Core/Domain/Messages/MessageTemplateSystemNames.cs
|
||||
src/Libraries/Nop.Core/Domain/Messages/Campaign.cs
|
||||
src/Libraries/Nop.Core/Domain/Messages/NewsLetterSubscription.cs
|
||||
|
|
@ -5026,7 +5024,9 @@ src/Libraries/Nop.Services/Messages/Tokenizer.cs
|
|||
src/Libraries/Nop.Services/Messages/QueuedMessagesSendTask.cs
|
||||
src/Libraries/Nop.Services/Messages/TokenGroupNames.cs
|
||||
src/Libraries/Nop.Services/Messages/MessageTokenProvider.cs
|
||||
src/Libraries/Nop.Services/Messages/MessageTokensAddedEvent.cs
|
||||
src/Libraries/Nop.Services/Messages/IEmailSender.cs
|
||||
src/Libraries/Nop.Services/Messages/EntityTokensAddedEvent.cs
|
||||
src/Libraries/Nop.Services/Messages/NotifyData.cs
|
||||
src/Libraries/Nop.Services/Messages/NotifyType.cs
|
||||
src/Libraries/Nop.Services/Messages/SmtpBuilder.cs
|
||||
|
|
|
|||
|
|
@ -68269,6 +68269,17 @@ BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/05_applyDisco
|
|||
01_CRUDCartRule/03_actions/05_applyDiscountNone.ts
|
||||
03_actions/05_applyDiscountNone.ts
|
||||
05_applyDiscountNone.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/07_applyDiscountToSpecificProduct.ts
|
||||
UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/07_applyDiscountToSpecificProduct.ts
|
||||
campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/07_applyDiscountToSpecificProduct.ts
|
||||
functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/07_applyDiscountToSpecificProduct.ts
|
||||
BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/07_applyDiscountToSpecificProduct.ts
|
||||
03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/07_applyDiscountToSpecificProduct.ts
|
||||
07_discounts/01_cartRules/01_CRUDCartRule/03_actions/07_applyDiscountToSpecificProduct.ts
|
||||
01_cartRules/01_CRUDCartRule/03_actions/07_applyDiscountToSpecificProduct.ts
|
||||
01_CRUDCartRule/03_actions/07_applyDiscountToSpecificProduct.ts
|
||||
03_actions/07_applyDiscountToSpecificProduct.ts
|
||||
07_applyDiscountToSpecificProduct.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/06_applyDiscountToOrderWithoutShipping.ts
|
||||
UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/06_applyDiscountToOrderWithoutShipping.ts
|
||||
campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/06_applyDiscountToOrderWithoutShipping.ts
|
||||
|
|
|
|||
|
|
@ -11269,6 +11269,7 @@ tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCar
|
|||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/02_freeShipping.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/01_applyToSpecificProduct.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/05_applyDiscountNone.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/07_applyDiscountToSpecificProduct.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/06_applyDiscountToOrderWithoutShipping.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/01_information/02_enableDisablePartialUse.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/01_information/01_withAndWithoutCode.ts
|
||||
|
|
|
|||
|
|
@ -35978,6 +35978,11 @@ Core/Migration/V6_7/Migration1743064966CartConfigSubtotalTaxColumn.php
|
|||
Migration/V6_7/Migration1743064966CartConfigSubtotalTaxColumn.php
|
||||
V6_7/Migration1743064966CartConfigSubtotalTaxColumn.php
|
||||
Migration1743064966CartConfigSubtotalTaxColumn.php
|
||||
src/Core/Migration/V6_7/Migration1752219159AddLanguageActive.php
|
||||
Core/Migration/V6_7/Migration1752219159AddLanguageActive.php
|
||||
Migration/V6_7/Migration1752219159AddLanguageActive.php
|
||||
V6_7/Migration1752219159AddLanguageActive.php
|
||||
Migration1752219159AddLanguageActive.php
|
||||
src/Core/Migration/V6_7/Migration1742484083TransitionToAddressInputFieldArrangement.php
|
||||
Core/Migration/V6_7/Migration1742484083TransitionToAddressInputFieldArrangement.php
|
||||
Migration/V6_7/Migration1742484083TransitionToAddressInputFieldArrangement.php
|
||||
|
|
@ -101791,18 +101796,24 @@ tests/Visual/Administration/Dashboard.spec.ts
|
|||
Visual/Administration/Dashboard.spec.ts
|
||||
Administration/Dashboard.spec.ts
|
||||
Dashboard.spec.ts
|
||||
tests/acceptance/tests/Visual/Administration/Menu.spec.ts
|
||||
acceptance/tests/Visual/Administration/Menu.spec.ts
|
||||
tests/Visual/Administration/Menu.spec.ts
|
||||
Visual/Administration/Menu.spec.ts
|
||||
Administration/Menu.spec.ts
|
||||
Menu.spec.ts
|
||||
tests/acceptance/tests/Visual/Administration/AdminMenu.spec.ts
|
||||
acceptance/tests/Visual/Administration/AdminMenu.spec.ts
|
||||
tests/Visual/Administration/AdminMenu.spec.ts
|
||||
Visual/Administration/AdminMenu.spec.ts
|
||||
Administration/AdminMenu.spec.ts
|
||||
AdminMenu.spec.ts
|
||||
tests/acceptance/tests/Visual/Administration/ProductDetail.spec.ts
|
||||
acceptance/tests/Visual/Administration/ProductDetail.spec.ts
|
||||
tests/Visual/Administration/ProductDetail.spec.ts
|
||||
Visual/Administration/ProductDetail.spec.ts
|
||||
Administration/ProductDetail.spec.ts
|
||||
ProductDetail.spec.ts
|
||||
tests/acceptance/tests/Visual/Administration/OrderDetail.spec.ts
|
||||
acceptance/tests/Visual/Administration/OrderDetail.spec.ts
|
||||
tests/Visual/Administration/OrderDetail.spec.ts
|
||||
Visual/Administration/OrderDetail.spec.ts
|
||||
Administration/OrderDetail.spec.ts
|
||||
OrderDetail.spec.ts
|
||||
tests/acceptance/tests/Product/ProductWithAdvancedPricingPerQuantity.spec.ts
|
||||
acceptance/tests/Product/ProductWithAdvancedPricingPerQuantity.spec.ts
|
||||
tests/Product/ProductWithAdvancedPricingPerQuantity.spec.ts
|
||||
|
|
@ -114882,6 +114893,11 @@ migration/Core/V6_7/Migration1737430168RemoveFileTypeOfDocumentTableTest.php
|
|||
Core/V6_7/Migration1737430168RemoveFileTypeOfDocumentTableTest.php
|
||||
V6_7/Migration1737430168RemoveFileTypeOfDocumentTableTest.php
|
||||
Migration1737430168RemoveFileTypeOfDocumentTableTest.php
|
||||
tests/migration/Core/V6_7/Migration1752219159AddLanguageActiveTest.php
|
||||
migration/Core/V6_7/Migration1752219159AddLanguageActiveTest.php
|
||||
Core/V6_7/Migration1752219159AddLanguageActiveTest.php
|
||||
V6_7/Migration1752219159AddLanguageActiveTest.php
|
||||
Migration1752219159AddLanguageActiveTest.php
|
||||
tests/migration/Core/V6_7/Migration1728040170AddPrimaryOrderTransactionTest.php
|
||||
migration/Core/V6_7/Migration1728040170AddPrimaryOrderTransactionTest.php
|
||||
Core/V6_7/Migration1728040170AddPrimaryOrderTransactionTest.php
|
||||
|
|
@ -139931,6 +139947,9 @@ _unreleased/2025-05-05-add-measurement-settings-into-sales-channel-domain-config
|
|||
changelog/_unreleased/2025-07-11-delete-admin-snippet-cache-after-app-install.md
|
||||
_unreleased/2025-07-11-delete-admin-snippet-cache-after-app-install.md
|
||||
2025-07-11-delete-admin-snippet-cache-after-app-install.md
|
||||
changelog/_unreleased/2025-07-25-fix-corruption-of-themeruntimeconfig-by-theme-compile.md
|
||||
_unreleased/2025-07-25-fix-corruption-of-themeruntimeconfig-by-theme-compile.md
|
||||
2025-07-25-fix-corruption-of-themeruntimeconfig-by-theme-compile.md
|
||||
changelog/_unreleased/2025-05-06-deprecate-active-language-and-currency-from-header-pagelet.md
|
||||
_unreleased/2025-05-06-deprecate-active-language-and-currency-from-header-pagelet.md
|
||||
2025-05-06-deprecate-active-language-and-currency-from-header-pagelet.md
|
||||
|
|
@ -140009,6 +140028,9 @@ _unreleased/2025-05-05-update-domain-listing-to-show-measurement-information.md
|
|||
changelog/_unreleased/2025-07-11-error-when-trying-to-remove-main-category-for-product.md
|
||||
_unreleased/2025-07-11-error-when-trying-to-remove-main-category-for-product.md
|
||||
2025-07-11-error-when-trying-to-remove-main-category-for-product.md
|
||||
changelog/_unreleased/2025-07-24-fix-sorting-order-when-search-property-values.md
|
||||
_unreleased/2025-07-24-fix-sorting-order-when-search-property-values.md
|
||||
2025-07-24-fix-sorting-order-when-search-property-values.md
|
||||
changelog/_unreleased/2025-06-06-deprecate-i18n-tc-function.md
|
||||
_unreleased/2025-06-06-deprecate-i18n-tc-function.md
|
||||
2025-06-06-deprecate-i18n-tc-function.md
|
||||
|
|
@ -140429,6 +140451,9 @@ _unreleased/2025-06-26-remove-usage-of-file_exists-in-admin.md
|
|||
changelog/_unreleased/2025-07-22-add-missing-cms-block-and-section-id-api-aware.md
|
||||
_unreleased/2025-07-22-add-missing-cms-block-and-section-id-api-aware.md
|
||||
2025-07-22-add-missing-cms-block-and-section-id-api-aware.md
|
||||
changelog/_unreleased/2025-07-24-fix-theme-lifecycle-service-refresh-themes-without-plugins.md
|
||||
_unreleased/2025-07-24-fix-theme-lifecycle-service-refresh-themes-without-plugins.md
|
||||
2025-07-24-fix-theme-lifecycle-service-refresh-themes-without-plugins.md
|
||||
changelog/_unreleased/2025-06-10-fix-wrong-variant-of-mt-banner-on-sales-channel-detail-page.md
|
||||
_unreleased/2025-06-10-fix-wrong-variant-of-mt-banner-on-sales-channel-detail-page.md
|
||||
2025-06-10-fix-wrong-variant-of-mt-banner-on-sales-channel-detail-page.md
|
||||
|
|
|
|||
|
|
@ -5761,6 +5761,7 @@ src/Core/Migration/V6_7/Migration1740321707SetAutoplayTimeoutAndSpeedSettingsFor
|
|||
src/Core/Migration/V6_7/Migration1728040169AddPrimaryOrderDelivery.php
|
||||
src/Core/Migration/V6_7/Migration1739197440ChangeCmsBlockDefaultMargin.php
|
||||
src/Core/Migration/V6_7/Migration1743064966CartConfigSubtotalTaxColumn.php
|
||||
src/Core/Migration/V6_7/Migration1752219159AddLanguageActive.php
|
||||
src/Core/Migration/V6_7/Migration1742484083TransitionToAddressInputFieldArrangement.php
|
||||
src/Core/Migration/V6_7/Migration1742199550MeasurementDisplayUnitTable.php
|
||||
src/Core/Migration/V6_7/Migration1742568836CreateThemeRuntimeConfigTable.php
|
||||
|
|
@ -12557,8 +12558,9 @@ tests/acceptance/tests/Forms/GoogleReCaptchaV2.spec.ts
|
|||
tests/acceptance/tests/Forms/ValidateBasicCaptchaInContactForm.spec.ts
|
||||
tests/acceptance/tests/Visual/Storefront/Homepage.spec.ts
|
||||
tests/acceptance/tests/Visual/Administration/Dashboard.spec.ts
|
||||
tests/acceptance/tests/Visual/Administration/Menu.spec.ts
|
||||
tests/acceptance/tests/Visual/Administration/AdminMenu.spec.ts
|
||||
tests/acceptance/tests/Visual/Administration/ProductDetail.spec.ts
|
||||
tests/acceptance/tests/Visual/Administration/OrderDetail.spec.ts
|
||||
tests/acceptance/tests/Product/ProductWithAdvancedPricingPerQuantity.spec.ts
|
||||
tests/acceptance/tests/Product/ProductReview.spec.ts
|
||||
tests/acceptance/tests/Product/ProductBulkEdit.spec.ts
|
||||
|
|
@ -14214,6 +14216,7 @@ tests/migration/Core/V6_7/Migration1742199551SalesChannelDomainMeasurementUnitsT
|
|||
tests/migration/Core/V6_7/Migration1741163941AddOrderInternalCommentTest.php
|
||||
tests/migration/Core/V6_7/Migration1728040169AddPrimaryOrderDeliveryTest.php
|
||||
tests/migration/Core/V6_7/Migration1737430168RemoveFileTypeOfDocumentTableTest.php
|
||||
tests/migration/Core/V6_7/Migration1752219159AddLanguageActiveTest.php
|
||||
tests/migration/Core/V6_7/Migration1728040170AddPrimaryOrderTransactionTest.php
|
||||
tests/migration/Core/V6_7/Migration1748326970UpdateMailTemplatesForAccessibilityTest.php
|
||||
tests/migration/Core/V6_7/Migration1742563555AddNotificationTableTest.php
|
||||
|
|
@ -19386,6 +19389,7 @@ changelog/_unreleased/2025-05-06-added-dive-as-a-3d-viewer-for-storefront.md
|
|||
changelog/_unreleased/2025-04-15-improve-promotion-calculation.md
|
||||
changelog/_unreleased/2025-05-05-add-measurement-settings-into-sales-channel-domain-configuration.md
|
||||
changelog/_unreleased/2025-07-11-delete-admin-snippet-cache-after-app-install.md
|
||||
changelog/_unreleased/2025-07-25-fix-corruption-of-themeruntimeconfig-by-theme-compile.md
|
||||
changelog/_unreleased/2025-05-06-deprecate-active-language-and-currency-from-header-pagelet.md
|
||||
changelog/_unreleased/2025-05-02-track-status-changes-performed-by-integrations.md
|
||||
changelog/_unreleased/2022-10-13-use-rule-areas-in-entity-cache-key-generation.md
|
||||
|
|
@ -19412,6 +19416,7 @@ changelog/_unreleased/2025-07-08-optimize-product-slider-cms-element.md
|
|||
changelog/_unreleased/2022-04-05-keep-track-of-changes-on-rule-builder-detail-page.md
|
||||
changelog/_unreleased/2025-05-05-update-domain-listing-to-show-measurement-information.md
|
||||
changelog/_unreleased/2025-07-11-error-when-trying-to-remove-main-category-for-product.md
|
||||
changelog/_unreleased/2025-07-24-fix-sorting-order-when-search-property-values.md
|
||||
changelog/_unreleased/2025-06-06-deprecate-i18n-tc-function.md
|
||||
changelog/_unreleased/2025-07-04-change-deprecated-and-in-sql-accessor-builder.md
|
||||
changelog/_unreleased/2025-07-09-show-relevant-variant-without-previews-when-searching.md
|
||||
|
|
@ -19552,6 +19557,7 @@ changelog/_unreleased/2025-06-11-improve-es-search-scoring-for-numeric-tokens.md
|
|||
changelog/_unreleased/2025-07-10-add-env-variables-for-opensearch-min_ngram-and-max_ngram.md
|
||||
changelog/_unreleased/2025-06-26-remove-usage-of-file_exists-in-admin.md
|
||||
changelog/_unreleased/2025-07-22-add-missing-cms-block-and-section-id-api-aware.md
|
||||
changelog/_unreleased/2025-07-24-fix-theme-lifecycle-service-refresh-themes-without-plugins.md
|
||||
changelog/_unreleased/2025-06-10-fix-wrong-variant-of-mt-banner-on-sales-channel-detail-page.md
|
||||
changelog/_unreleased/2025-05-28-add-recalculated-custom-line-items-to-delivery.md
|
||||
changelog/release-6-4-17-0/2022-10-04-fix-storefront-presentation-sorting.md
|
||||
|
|
|
|||
|
|
@ -20344,15 +20344,6 @@ pages/Home/components/FreeTrialWelcomeModal.tsx
|
|||
Home/components/FreeTrialWelcomeModal.tsx
|
||||
components/FreeTrialWelcomeModal.tsx
|
||||
FreeTrialWelcomeModal.tsx
|
||||
packages/core/admin/admin/src/pages/Home/components/GuidedTour.tsx
|
||||
core/admin/admin/src/pages/Home/components/GuidedTour.tsx
|
||||
admin/admin/src/pages/Home/components/GuidedTour.tsx
|
||||
admin/src/pages/Home/components/GuidedTour.tsx
|
||||
src/pages/Home/components/GuidedTour.tsx
|
||||
pages/Home/components/GuidedTour.tsx
|
||||
Home/components/GuidedTour.tsx
|
||||
components/GuidedTour.tsx
|
||||
GuidedTour.tsx
|
||||
packages/core/admin/admin/src/pages/Home/components/FreeTrialEndedModal.tsx
|
||||
core/admin/admin/src/pages/Home/components/FreeTrialEndedModal.tsx
|
||||
admin/admin/src/pages/Home/components/FreeTrialEndedModal.tsx
|
||||
|
|
@ -21811,47 +21802,6 @@ src/components/tests/Table.test.tsx
|
|||
components/tests/Table.test.tsx
|
||||
tests/Table.test.tsx
|
||||
Table.test.tsx
|
||||
packages/core/admin/admin/src/components/UnstableGuidedTour/Step.tsx
|
||||
core/admin/admin/src/components/UnstableGuidedTour/Step.tsx
|
||||
admin/admin/src/components/UnstableGuidedTour/Step.tsx
|
||||
admin/src/components/UnstableGuidedTour/Step.tsx
|
||||
src/components/UnstableGuidedTour/Step.tsx
|
||||
components/UnstableGuidedTour/Step.tsx
|
||||
UnstableGuidedTour/Step.tsx
|
||||
Step.tsx
|
||||
packages/core/admin/admin/src/components/UnstableGuidedTour/Overview.tsx
|
||||
core/admin/admin/src/components/UnstableGuidedTour/Overview.tsx
|
||||
admin/admin/src/components/UnstableGuidedTour/Overview.tsx
|
||||
admin/src/components/UnstableGuidedTour/Overview.tsx
|
||||
src/components/UnstableGuidedTour/Overview.tsx
|
||||
components/UnstableGuidedTour/Overview.tsx
|
||||
UnstableGuidedTour/Overview.tsx
|
||||
Overview.tsx
|
||||
packages/core/admin/admin/src/components/UnstableGuidedTour/tests/reducer.test.ts
|
||||
core/admin/admin/src/components/UnstableGuidedTour/tests/reducer.test.ts
|
||||
admin/admin/src/components/UnstableGuidedTour/tests/reducer.test.ts
|
||||
admin/src/components/UnstableGuidedTour/tests/reducer.test.ts
|
||||
src/components/UnstableGuidedTour/tests/reducer.test.ts
|
||||
components/UnstableGuidedTour/tests/reducer.test.ts
|
||||
UnstableGuidedTour/tests/reducer.test.ts
|
||||
tests/reducer.test.ts
|
||||
reducer.test.ts
|
||||
packages/core/admin/admin/src/components/UnstableGuidedTour/Tours.tsx
|
||||
core/admin/admin/src/components/UnstableGuidedTour/Tours.tsx
|
||||
admin/admin/src/components/UnstableGuidedTour/Tours.tsx
|
||||
admin/src/components/UnstableGuidedTour/Tours.tsx
|
||||
src/components/UnstableGuidedTour/Tours.tsx
|
||||
components/UnstableGuidedTour/Tours.tsx
|
||||
UnstableGuidedTour/Tours.tsx
|
||||
Tours.tsx
|
||||
packages/core/admin/admin/src/components/UnstableGuidedTour/Context.tsx
|
||||
core/admin/admin/src/components/UnstableGuidedTour/Context.tsx
|
||||
admin/admin/src/components/UnstableGuidedTour/Context.tsx
|
||||
admin/src/components/UnstableGuidedTour/Context.tsx
|
||||
src/components/UnstableGuidedTour/Context.tsx
|
||||
components/UnstableGuidedTour/Context.tsx
|
||||
UnstableGuidedTour/Context.tsx
|
||||
Context.tsx
|
||||
packages/core/admin/admin/src/components/Pagination.tsx
|
||||
core/admin/admin/src/components/Pagination.tsx
|
||||
admin/admin/src/components/Pagination.tsx
|
||||
|
|
@ -21887,82 +21837,47 @@ admin/src/components/Context.tsx
|
|||
src/components/Context.tsx
|
||||
components/Context.tsx
|
||||
Context.tsx
|
||||
packages/core/admin/admin/src/components/GuidedTour/Provider.tsx
|
||||
core/admin/admin/src/components/GuidedTour/Provider.tsx
|
||||
admin/admin/src/components/GuidedTour/Provider.tsx
|
||||
admin/src/components/GuidedTour/Provider.tsx
|
||||
src/components/GuidedTour/Provider.tsx
|
||||
components/GuidedTour/Provider.tsx
|
||||
GuidedTour/Provider.tsx
|
||||
Provider.tsx
|
||||
packages/core/admin/admin/src/components/GuidedTour/Homepage.tsx
|
||||
core/admin/admin/src/components/GuidedTour/Homepage.tsx
|
||||
admin/admin/src/components/GuidedTour/Homepage.tsx
|
||||
admin/src/components/GuidedTour/Homepage.tsx
|
||||
src/components/GuidedTour/Homepage.tsx
|
||||
components/GuidedTour/Homepage.tsx
|
||||
GuidedTour/Homepage.tsx
|
||||
Homepage.tsx
|
||||
packages/core/admin/admin/src/components/GuidedTour/Modal.tsx
|
||||
core/admin/admin/src/components/GuidedTour/Modal.tsx
|
||||
admin/admin/src/components/GuidedTour/Modal.tsx
|
||||
admin/src/components/GuidedTour/Modal.tsx
|
||||
src/components/GuidedTour/Modal.tsx
|
||||
components/GuidedTour/Modal.tsx
|
||||
GuidedTour/Modal.tsx
|
||||
Modal.tsx
|
||||
packages/core/admin/admin/src/components/GuidedTour/__mocks__/Provider.tsx
|
||||
core/admin/admin/src/components/GuidedTour/__mocks__/Provider.tsx
|
||||
admin/admin/src/components/GuidedTour/__mocks__/Provider.tsx
|
||||
admin/src/components/GuidedTour/__mocks__/Provider.tsx
|
||||
src/components/GuidedTour/__mocks__/Provider.tsx
|
||||
components/GuidedTour/__mocks__/Provider.tsx
|
||||
GuidedTour/__mocks__/Provider.tsx
|
||||
__mocks__/Provider.tsx
|
||||
Provider.tsx
|
||||
packages/core/admin/admin/src/components/GuidedTour/Ornaments.tsx
|
||||
core/admin/admin/src/components/GuidedTour/Ornaments.tsx
|
||||
admin/admin/src/components/GuidedTour/Ornaments.tsx
|
||||
admin/src/components/GuidedTour/Ornaments.tsx
|
||||
src/components/GuidedTour/Ornaments.tsx
|
||||
components/GuidedTour/Ornaments.tsx
|
||||
GuidedTour/Ornaments.tsx
|
||||
Ornaments.tsx
|
||||
packages/core/admin/admin/src/components/GuidedTour/tests/Homepage.test.tsx
|
||||
core/admin/admin/src/components/GuidedTour/tests/Homepage.test.tsx
|
||||
admin/admin/src/components/GuidedTour/tests/Homepage.test.tsx
|
||||
admin/src/components/GuidedTour/tests/Homepage.test.tsx
|
||||
src/components/GuidedTour/tests/Homepage.test.tsx
|
||||
components/GuidedTour/tests/Homepage.test.tsx
|
||||
GuidedTour/tests/Homepage.test.tsx
|
||||
tests/Homepage.test.tsx
|
||||
Homepage.test.tsx
|
||||
packages/core/admin/admin/src/components/GuidedTour/tests/Provider.test.tsx
|
||||
core/admin/admin/src/components/GuidedTour/tests/Provider.test.tsx
|
||||
admin/admin/src/components/GuidedTour/tests/Provider.test.tsx
|
||||
admin/src/components/GuidedTour/tests/Provider.test.tsx
|
||||
src/components/GuidedTour/tests/Provider.test.tsx
|
||||
components/GuidedTour/tests/Provider.test.tsx
|
||||
GuidedTour/tests/Provider.test.tsx
|
||||
tests/Provider.test.tsx
|
||||
Provider.test.tsx
|
||||
packages/core/admin/admin/src/components/GuidedTour/tests/Modal.test.tsx
|
||||
core/admin/admin/src/components/GuidedTour/tests/Modal.test.tsx
|
||||
admin/admin/src/components/GuidedTour/tests/Modal.test.tsx
|
||||
admin/src/components/GuidedTour/tests/Modal.test.tsx
|
||||
src/components/GuidedTour/tests/Modal.test.tsx
|
||||
components/GuidedTour/tests/Modal.test.tsx
|
||||
GuidedTour/tests/Modal.test.tsx
|
||||
tests/Modal.test.tsx
|
||||
Modal.test.tsx
|
||||
packages/core/admin/admin/src/components/GuidedTour/constants.ts
|
||||
core/admin/admin/src/components/GuidedTour/constants.ts
|
||||
admin/admin/src/components/GuidedTour/constants.ts
|
||||
admin/src/components/GuidedTour/constants.ts
|
||||
src/components/GuidedTour/constants.ts
|
||||
components/GuidedTour/constants.ts
|
||||
GuidedTour/constants.ts
|
||||
constants.ts
|
||||
packages/core/admin/admin/src/components/GuidedTour/Step.tsx
|
||||
core/admin/admin/src/components/GuidedTour/Step.tsx
|
||||
admin/admin/src/components/GuidedTour/Step.tsx
|
||||
admin/src/components/GuidedTour/Step.tsx
|
||||
src/components/GuidedTour/Step.tsx
|
||||
components/GuidedTour/Step.tsx
|
||||
GuidedTour/Step.tsx
|
||||
Step.tsx
|
||||
packages/core/admin/admin/src/components/GuidedTour/Overview.tsx
|
||||
core/admin/admin/src/components/GuidedTour/Overview.tsx
|
||||
admin/admin/src/components/GuidedTour/Overview.tsx
|
||||
admin/src/components/GuidedTour/Overview.tsx
|
||||
src/components/GuidedTour/Overview.tsx
|
||||
components/GuidedTour/Overview.tsx
|
||||
GuidedTour/Overview.tsx
|
||||
Overview.tsx
|
||||
packages/core/admin/admin/src/components/GuidedTour/tests/reducer.test.ts
|
||||
core/admin/admin/src/components/GuidedTour/tests/reducer.test.ts
|
||||
admin/admin/src/components/GuidedTour/tests/reducer.test.ts
|
||||
admin/src/components/GuidedTour/tests/reducer.test.ts
|
||||
src/components/GuidedTour/tests/reducer.test.ts
|
||||
components/GuidedTour/tests/reducer.test.ts
|
||||
GuidedTour/tests/reducer.test.ts
|
||||
tests/reducer.test.ts
|
||||
reducer.test.ts
|
||||
packages/core/admin/admin/src/components/GuidedTour/Tours.tsx
|
||||
core/admin/admin/src/components/GuidedTour/Tours.tsx
|
||||
admin/admin/src/components/GuidedTour/Tours.tsx
|
||||
admin/src/components/GuidedTour/Tours.tsx
|
||||
src/components/GuidedTour/Tours.tsx
|
||||
components/GuidedTour/Tours.tsx
|
||||
GuidedTour/Tours.tsx
|
||||
Tours.tsx
|
||||
packages/core/admin/admin/src/components/GuidedTour/Context.tsx
|
||||
core/admin/admin/src/components/GuidedTour/Context.tsx
|
||||
admin/admin/src/components/GuidedTour/Context.tsx
|
||||
admin/src/components/GuidedTour/Context.tsx
|
||||
src/components/GuidedTour/Context.tsx
|
||||
components/GuidedTour/Context.tsx
|
||||
GuidedTour/Context.tsx
|
||||
Context.tsx
|
||||
packages/core/admin/admin/src/components/Layouts/ActionLayout.tsx
|
||||
core/admin/admin/src/components/Layouts/ActionLayout.tsx
|
||||
admin/admin/src/components/Layouts/ActionLayout.tsx
|
||||
|
|
@ -31732,6 +31647,10 @@ tests/e2e/utils/login.ts
|
|||
e2e/utils/login.ts
|
||||
utils/login.ts
|
||||
login.ts
|
||||
tests/e2e/utils/global-setup.ts
|
||||
e2e/utils/global-setup.ts
|
||||
utils/global-setup.ts
|
||||
global-setup.ts
|
||||
tests/e2e/utils/restart.ts
|
||||
e2e/utils/restart.ts
|
||||
utils/restart.ts
|
||||
|
|
@ -31902,6 +31821,11 @@ e2e/tests/admin/api-tokens.spec.ts
|
|||
tests/admin/api-tokens.spec.ts
|
||||
admin/api-tokens.spec.ts
|
||||
api-tokens.spec.ts
|
||||
tests/e2e/tests/admin/guided-tour.spec.ts
|
||||
e2e/tests/admin/guided-tour.spec.ts
|
||||
tests/admin/guided-tour.spec.ts
|
||||
admin/guided-tour.spec.ts
|
||||
guided-tour.spec.ts
|
||||
tests/e2e/tests/admin/home.spec.ts
|
||||
e2e/tests/admin/home.spec.ts
|
||||
tests/admin/home.spec.ts
|
||||
|
|
@ -31960,11 +31884,6 @@ tests/settings/rbac/readme.md
|
|||
settings/rbac/readme.md
|
||||
rbac/readme.md
|
||||
readme.md
|
||||
tests/e2e/tests/content-type-builder/tutorial.spec.ts
|
||||
e2e/tests/content-type-builder/tutorial.spec.ts
|
||||
tests/content-type-builder/tutorial.spec.ts
|
||||
content-type-builder/tutorial.spec.ts
|
||||
tutorial.spec.ts
|
||||
tests/e2e/tests/content-type-builder/ctb-edit-view.spec.ts
|
||||
e2e/tests/content-type-builder/ctb-edit-view.spec.ts
|
||||
tests/content-type-builder/ctb-edit-view.spec.ts
|
||||
|
|
|
|||
|
|
@ -2776,7 +2776,6 @@ packages/core/admin/admin/src/pages/NotFoundPage.tsx
|
|||
packages/core/admin/admin/src/pages/tests/ProfilePage.test.tsx
|
||||
packages/core/admin/admin/src/pages/tests/UseCasePage.test.tsx
|
||||
packages/core/admin/admin/src/pages/Home/components/FreeTrialWelcomeModal.tsx
|
||||
packages/core/admin/admin/src/pages/Home/components/GuidedTour.tsx
|
||||
packages/core/admin/admin/src/pages/Home/components/FreeTrialEndedModal.tsx
|
||||
packages/core/admin/admin/src/pages/Home/components/tests/FreeTrialWelcomeModal.test.tsx
|
||||
packages/core/admin/admin/src/pages/Home/components/tests/FreeTrialEndedModal.test.tsx
|
||||
|
|
@ -2972,25 +2971,16 @@ packages/core/admin/admin/src/components/tests/SearchInput.test.tsx
|
|||
packages/core/admin/admin/src/components/tests/UpsellBanner.test.tsx
|
||||
packages/core/admin/admin/src/components/tests/PageHelpers.test.tsx
|
||||
packages/core/admin/admin/src/components/tests/Table.test.tsx
|
||||
packages/core/admin/admin/src/components/UnstableGuidedTour/Step.tsx
|
||||
packages/core/admin/admin/src/components/UnstableGuidedTour/Overview.tsx
|
||||
packages/core/admin/admin/src/components/UnstableGuidedTour/tests/reducer.test.ts
|
||||
packages/core/admin/admin/src/components/UnstableGuidedTour/Tours.tsx
|
||||
packages/core/admin/admin/src/components/UnstableGuidedTour/Context.tsx
|
||||
packages/core/admin/admin/src/components/Pagination.tsx
|
||||
packages/core/admin/admin/src/components/ContentBox.tsx
|
||||
packages/core/admin/admin/src/components/Widgets.tsx
|
||||
packages/core/admin/admin/src/components/NoJavascript.tsx
|
||||
packages/core/admin/admin/src/components/Context.tsx
|
||||
packages/core/admin/admin/src/components/GuidedTour/Provider.tsx
|
||||
packages/core/admin/admin/src/components/GuidedTour/Homepage.tsx
|
||||
packages/core/admin/admin/src/components/GuidedTour/Modal.tsx
|
||||
packages/core/admin/admin/src/components/GuidedTour/__mocks__/Provider.tsx
|
||||
packages/core/admin/admin/src/components/GuidedTour/Ornaments.tsx
|
||||
packages/core/admin/admin/src/components/GuidedTour/tests/Homepage.test.tsx
|
||||
packages/core/admin/admin/src/components/GuidedTour/tests/Provider.test.tsx
|
||||
packages/core/admin/admin/src/components/GuidedTour/tests/Modal.test.tsx
|
||||
packages/core/admin/admin/src/components/GuidedTour/constants.ts
|
||||
packages/core/admin/admin/src/components/GuidedTour/Step.tsx
|
||||
packages/core/admin/admin/src/components/GuidedTour/Overview.tsx
|
||||
packages/core/admin/admin/src/components/GuidedTour/tests/reducer.test.ts
|
||||
packages/core/admin/admin/src/components/GuidedTour/Tours.tsx
|
||||
packages/core/admin/admin/src/components/GuidedTour/Context.tsx
|
||||
packages/core/admin/admin/src/components/Layouts/ActionLayout.tsx
|
||||
packages/core/admin/admin/src/components/Layouts/Layout.tsx
|
||||
packages/core/admin/admin/src/components/Layouts/ContentLayout.tsx
|
||||
|
|
@ -4471,6 +4461,7 @@ tests/e2e/utils/rate-limit.ts
|
|||
tests/e2e/utils/content-creation.ts
|
||||
tests/e2e/utils/setup.ts
|
||||
tests/e2e/utils/login.ts
|
||||
tests/e2e/utils/global-setup.ts
|
||||
tests/e2e/utils/restart.ts
|
||||
tests/e2e/utils/content-types.ts
|
||||
tests/e2e/utils/signup.ts
|
||||
|
|
@ -4505,6 +4496,7 @@ tests/e2e/tests/admin/logout.spec.ts
|
|||
tests/e2e/tests/admin/signup.spec.ts
|
||||
tests/e2e/tests/admin/transfer-tokens.spec.ts
|
||||
tests/e2e/tests/admin/api-tokens.spec.ts
|
||||
tests/e2e/tests/admin/guided-tour.spec.ts
|
||||
tests/e2e/tests/admin/home.spec.ts
|
||||
tests/e2e/tests/settings/smoke-test.spec.ts
|
||||
tests/e2e/tests/settings/rbac/actions/assign-role-to-user.spec.ts
|
||||
|
|
@ -4514,7 +4506,6 @@ tests/e2e/tests/settings/rbac/actions/see-role.spec.ts
|
|||
tests/e2e/tests/settings/rbac/actions/edit-role.spec.ts
|
||||
tests/e2e/tests/settings/rbac/scenarios/create-new-role.scenario.spec.ts
|
||||
tests/e2e/tests/settings/rbac/readme.md
|
||||
tests/e2e/tests/content-type-builder/tutorial.spec.ts
|
||||
tests/e2e/tests/content-type-builder/ctb-edit-view.spec.ts
|
||||
tests/e2e/tests/content-type-builder/single-type/create-single-type.spec.ts
|
||||
tests/e2e/tests/content-type-builder/single-type/edit-single-type.spec.ts
|
||||
|
|
|
|||
|
|
@ -31051,6 +31051,16 @@ data/cart/test/reducers.js
|
|||
cart/test/reducers.js
|
||||
test/reducers.js
|
||||
reducers.js
|
||||
plugins/woocommerce/client/blocks/assets/js/data/cart/test/index.ts
|
||||
woocommerce/client/blocks/assets/js/data/cart/test/index.ts
|
||||
client/blocks/assets/js/data/cart/test/index.ts
|
||||
blocks/assets/js/data/cart/test/index.ts
|
||||
assets/js/data/cart/test/index.ts
|
||||
js/data/cart/test/index.ts
|
||||
data/cart/test/index.ts
|
||||
cart/test/index.ts
|
||||
test/index.ts
|
||||
index.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/data/cart/test/notify-quantity-changes.ts
|
||||
woocommerce/client/blocks/assets/js/data/cart/test/notify-quantity-changes.ts
|
||||
client/blocks/assets/js/data/cart/test/notify-quantity-changes.ts
|
||||
|
|
@ -38046,72 +38056,6 @@ product-gallery/inner-blocks/product-gallery-large-image/icon.tsx
|
|||
inner-blocks/product-gallery-large-image/icon.tsx
|
||||
product-gallery-large-image/icon.tsx
|
||||
icon.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/editor.scss
|
||||
woocommerce/client/blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/editor.scss
|
||||
client/blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/editor.scss
|
||||
blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/editor.scss
|
||||
assets/js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/editor.scss
|
||||
js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/editor.scss
|
||||
blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/editor.scss
|
||||
product-gallery/inner-blocks/product-gallery-next-previous-buttons/editor.scss
|
||||
inner-blocks/product-gallery-next-previous-buttons/editor.scss
|
||||
product-gallery-next-previous-buttons/editor.scss
|
||||
editor.scss
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/index.tsx
|
||||
woocommerce/client/blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/index.tsx
|
||||
client/blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/index.tsx
|
||||
blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/index.tsx
|
||||
assets/js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/index.tsx
|
||||
js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/index.tsx
|
||||
blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/index.tsx
|
||||
product-gallery/inner-blocks/product-gallery-next-previous-buttons/index.tsx
|
||||
inner-blocks/product-gallery-next-previous-buttons/index.tsx
|
||||
product-gallery-next-previous-buttons/index.tsx
|
||||
index.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/save.tsx
|
||||
woocommerce/client/blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/save.tsx
|
||||
client/blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/save.tsx
|
||||
blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/save.tsx
|
||||
assets/js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/save.tsx
|
||||
js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/save.tsx
|
||||
blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/save.tsx
|
||||
product-gallery/inner-blocks/product-gallery-next-previous-buttons/save.tsx
|
||||
inner-blocks/product-gallery-next-previous-buttons/save.tsx
|
||||
product-gallery-next-previous-buttons/save.tsx
|
||||
save.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/edit.tsx
|
||||
woocommerce/client/blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/edit.tsx
|
||||
client/blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/edit.tsx
|
||||
blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/edit.tsx
|
||||
assets/js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/edit.tsx
|
||||
js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/edit.tsx
|
||||
blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/edit.tsx
|
||||
product-gallery/inner-blocks/product-gallery-next-previous-buttons/edit.tsx
|
||||
inner-blocks/product-gallery-next-previous-buttons/edit.tsx
|
||||
product-gallery-next-previous-buttons/edit.tsx
|
||||
edit.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/block.json
|
||||
woocommerce/client/blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/block.json
|
||||
client/blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/block.json
|
||||
blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/block.json
|
||||
assets/js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/block.json
|
||||
js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/block.json
|
||||
blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/block.json
|
||||
product-gallery/inner-blocks/product-gallery-next-previous-buttons/block.json
|
||||
inner-blocks/product-gallery-next-previous-buttons/block.json
|
||||
product-gallery-next-previous-buttons/block.json
|
||||
block.json
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/icons.tsx
|
||||
woocommerce/client/blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/icons.tsx
|
||||
client/blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/icons.tsx
|
||||
blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/icons.tsx
|
||||
assets/js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/icons.tsx
|
||||
js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/icons.tsx
|
||||
blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/icons.tsx
|
||||
product-gallery/inner-blocks/product-gallery-next-previous-buttons/icons.tsx
|
||||
inner-blocks/product-gallery-next-previous-buttons/icons.tsx
|
||||
product-gallery-next-previous-buttons/icons.tsx
|
||||
icons.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-gallery/types.ts
|
||||
woocommerce/client/blocks/assets/js/blocks/product-gallery/types.ts
|
||||
client/blocks/assets/js/blocks/product-gallery/types.ts
|
||||
|
|
@ -38194,6 +38138,16 @@ js/blocks/product-gallery/icon.tsx
|
|||
blocks/product-gallery/icon.tsx
|
||||
product-gallery/icon.tsx
|
||||
icon.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-gallery/test/block.ts
|
||||
woocommerce/client/blocks/assets/js/blocks/product-gallery/test/block.ts
|
||||
client/blocks/assets/js/blocks/product-gallery/test/block.ts
|
||||
blocks/assets/js/blocks/product-gallery/test/block.ts
|
||||
assets/js/blocks/product-gallery/test/block.ts
|
||||
js/blocks/product-gallery/test/block.ts
|
||||
blocks/product-gallery/test/block.ts
|
||||
product-gallery/test/block.ts
|
||||
test/block.ts
|
||||
block.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/checkout/frontend.tsx
|
||||
woocommerce/client/blocks/assets/js/blocks/checkout/frontend.tsx
|
||||
client/blocks/assets/js/blocks/checkout/frontend.tsx
|
||||
|
|
@ -40311,6 +40265,69 @@ blocks/shared/styles/style.scss
|
|||
shared/styles/style.scss
|
||||
styles/style.scss
|
||||
style.scss
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/next-previous-buttons/editor.scss
|
||||
woocommerce/client/blocks/assets/js/blocks/next-previous-buttons/editor.scss
|
||||
client/blocks/assets/js/blocks/next-previous-buttons/editor.scss
|
||||
blocks/assets/js/blocks/next-previous-buttons/editor.scss
|
||||
assets/js/blocks/next-previous-buttons/editor.scss
|
||||
js/blocks/next-previous-buttons/editor.scss
|
||||
blocks/next-previous-buttons/editor.scss
|
||||
next-previous-buttons/editor.scss
|
||||
editor.scss
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/next-previous-buttons/index.tsx
|
||||
woocommerce/client/blocks/assets/js/blocks/next-previous-buttons/index.tsx
|
||||
client/blocks/assets/js/blocks/next-previous-buttons/index.tsx
|
||||
blocks/assets/js/blocks/next-previous-buttons/index.tsx
|
||||
assets/js/blocks/next-previous-buttons/index.tsx
|
||||
js/blocks/next-previous-buttons/index.tsx
|
||||
blocks/next-previous-buttons/index.tsx
|
||||
next-previous-buttons/index.tsx
|
||||
index.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/next-previous-buttons/save.tsx
|
||||
woocommerce/client/blocks/assets/js/blocks/next-previous-buttons/save.tsx
|
||||
client/blocks/assets/js/blocks/next-previous-buttons/save.tsx
|
||||
blocks/assets/js/blocks/next-previous-buttons/save.tsx
|
||||
assets/js/blocks/next-previous-buttons/save.tsx
|
||||
js/blocks/next-previous-buttons/save.tsx
|
||||
blocks/next-previous-buttons/save.tsx
|
||||
next-previous-buttons/save.tsx
|
||||
save.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/next-previous-buttons/edit.tsx
|
||||
woocommerce/client/blocks/assets/js/blocks/next-previous-buttons/edit.tsx
|
||||
client/blocks/assets/js/blocks/next-previous-buttons/edit.tsx
|
||||
blocks/assets/js/blocks/next-previous-buttons/edit.tsx
|
||||
assets/js/blocks/next-previous-buttons/edit.tsx
|
||||
js/blocks/next-previous-buttons/edit.tsx
|
||||
blocks/next-previous-buttons/edit.tsx
|
||||
next-previous-buttons/edit.tsx
|
||||
edit.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/next-previous-buttons/block.json
|
||||
woocommerce/client/blocks/assets/js/blocks/next-previous-buttons/block.json
|
||||
client/blocks/assets/js/blocks/next-previous-buttons/block.json
|
||||
blocks/assets/js/blocks/next-previous-buttons/block.json
|
||||
assets/js/blocks/next-previous-buttons/block.json
|
||||
js/blocks/next-previous-buttons/block.json
|
||||
blocks/next-previous-buttons/block.json
|
||||
next-previous-buttons/block.json
|
||||
block.json
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/next-previous-buttons/style.scss
|
||||
woocommerce/client/blocks/assets/js/blocks/next-previous-buttons/style.scss
|
||||
client/blocks/assets/js/blocks/next-previous-buttons/style.scss
|
||||
blocks/assets/js/blocks/next-previous-buttons/style.scss
|
||||
assets/js/blocks/next-previous-buttons/style.scss
|
||||
js/blocks/next-previous-buttons/style.scss
|
||||
blocks/next-previous-buttons/style.scss
|
||||
next-previous-buttons/style.scss
|
||||
style.scss
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/next-previous-buttons/icons.tsx
|
||||
woocommerce/client/blocks/assets/js/blocks/next-previous-buttons/icons.tsx
|
||||
client/blocks/assets/js/blocks/next-previous-buttons/icons.tsx
|
||||
blocks/assets/js/blocks/next-previous-buttons/icons.tsx
|
||||
assets/js/blocks/next-previous-buttons/icons.tsx
|
||||
js/blocks/next-previous-buttons/icons.tsx
|
||||
blocks/next-previous-buttons/icons.tsx
|
||||
next-previous-buttons/icons.tsx
|
||||
icons.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/single-product/deprecated.tsx
|
||||
woocommerce/client/blocks/assets/js/blocks/single-product/deprecated.tsx
|
||||
client/blocks/assets/js/blocks/single-product/deprecated.tsx
|
||||
|
|
@ -52564,28 +52581,6 @@ product-gallery/inner-blocks/product-gallery-thumbnails/product-gallery-thumbnai
|
|||
inner-blocks/product-gallery-thumbnails/product-gallery-thumbnails.block_theme.spec.ts
|
||||
product-gallery-thumbnails/product-gallery-thumbnails.block_theme.spec.ts
|
||||
product-gallery-thumbnails.block_theme.spec.ts
|
||||
plugins/woocommerce/client/blocks/tests/e2e/tests/product-gallery/inner-blocks/product-gallery-large-image-next-previous/product-gallery-large-image-next-previous.block_theme.spec.ts
|
||||
woocommerce/client/blocks/tests/e2e/tests/product-gallery/inner-blocks/product-gallery-large-image-next-previous/product-gallery-large-image-next-previous.block_theme.spec.ts
|
||||
client/blocks/tests/e2e/tests/product-gallery/inner-blocks/product-gallery-large-image-next-previous/product-gallery-large-image-next-previous.block_theme.spec.ts
|
||||
blocks/tests/e2e/tests/product-gallery/inner-blocks/product-gallery-large-image-next-previous/product-gallery-large-image-next-previous.block_theme.spec.ts
|
||||
tests/e2e/tests/product-gallery/inner-blocks/product-gallery-large-image-next-previous/product-gallery-large-image-next-previous.block_theme.spec.ts
|
||||
e2e/tests/product-gallery/inner-blocks/product-gallery-large-image-next-previous/product-gallery-large-image-next-previous.block_theme.spec.ts
|
||||
tests/product-gallery/inner-blocks/product-gallery-large-image-next-previous/product-gallery-large-image-next-previous.block_theme.spec.ts
|
||||
product-gallery/inner-blocks/product-gallery-large-image-next-previous/product-gallery-large-image-next-previous.block_theme.spec.ts
|
||||
inner-blocks/product-gallery-large-image-next-previous/product-gallery-large-image-next-previous.block_theme.spec.ts
|
||||
product-gallery-large-image-next-previous/product-gallery-large-image-next-previous.block_theme.spec.ts
|
||||
product-gallery-large-image-next-previous.block_theme.spec.ts
|
||||
plugins/woocommerce/client/blocks/tests/e2e/tests/product-gallery/inner-blocks/product-gallery-large-image-next-previous/utils.ts
|
||||
woocommerce/client/blocks/tests/e2e/tests/product-gallery/inner-blocks/product-gallery-large-image-next-previous/utils.ts
|
||||
client/blocks/tests/e2e/tests/product-gallery/inner-blocks/product-gallery-large-image-next-previous/utils.ts
|
||||
blocks/tests/e2e/tests/product-gallery/inner-blocks/product-gallery-large-image-next-previous/utils.ts
|
||||
tests/e2e/tests/product-gallery/inner-blocks/product-gallery-large-image-next-previous/utils.ts
|
||||
e2e/tests/product-gallery/inner-blocks/product-gallery-large-image-next-previous/utils.ts
|
||||
tests/product-gallery/inner-blocks/product-gallery-large-image-next-previous/utils.ts
|
||||
product-gallery/inner-blocks/product-gallery-large-image-next-previous/utils.ts
|
||||
inner-blocks/product-gallery-large-image-next-previous/utils.ts
|
||||
product-gallery-large-image-next-previous/utils.ts
|
||||
utils.ts
|
||||
plugins/woocommerce/client/blocks/tests/e2e/tests/product-gallery/inner-blocks/product-gallery-large-image/product-gallery-large-image.block_theme.spec.ts
|
||||
woocommerce/client/blocks/tests/e2e/tests/product-gallery/inner-blocks/product-gallery-large-image/product-gallery-large-image.block_theme.spec.ts
|
||||
client/blocks/tests/e2e/tests/product-gallery/inner-blocks/product-gallery-large-image/product-gallery-large-image.block_theme.spec.ts
|
||||
|
|
@ -62944,14 +62939,6 @@ client/customize-store/types/pattern.ts
|
|||
customize-store/types/pattern.ts
|
||||
types/pattern.ts
|
||||
pattern.ts
|
||||
plugins/woocommerce/client/admin/client/customize-store/transitional/actions.tsx
|
||||
woocommerce/client/admin/client/customize-store/transitional/actions.tsx
|
||||
client/admin/client/customize-store/transitional/actions.tsx
|
||||
admin/client/customize-store/transitional/actions.tsx
|
||||
client/customize-store/transitional/actions.tsx
|
||||
customize-store/transitional/actions.tsx
|
||||
transitional/actions.tsx
|
||||
actions.tsx
|
||||
plugins/woocommerce/client/admin/client/customize-store/transitional/index.tsx
|
||||
woocommerce/client/admin/client/customize-store/transitional/index.tsx
|
||||
client/admin/client/customize-store/transitional/index.tsx
|
||||
|
|
@ -62960,15 +62947,6 @@ client/customize-store/transitional/index.tsx
|
|||
customize-store/transitional/index.tsx
|
||||
transitional/index.tsx
|
||||
index.tsx
|
||||
plugins/woocommerce/client/admin/client/customize-store/transitional/survey-form/index.tsx
|
||||
woocommerce/client/admin/client/customize-store/transitional/survey-form/index.tsx
|
||||
client/admin/client/customize-store/transitional/survey-form/index.tsx
|
||||
admin/client/customize-store/transitional/survey-form/index.tsx
|
||||
client/customize-store/transitional/survey-form/index.tsx
|
||||
customize-store/transitional/survey-form/index.tsx
|
||||
transitional/survey-form/index.tsx
|
||||
survey-form/index.tsx
|
||||
index.tsx
|
||||
plugins/woocommerce/client/admin/client/customize-store/transitional/services.tsx
|
||||
woocommerce/client/admin/client/customize-store/transitional/services.tsx
|
||||
client/admin/client/customize-store/transitional/services.tsx
|
||||
|
|
@ -69315,12 +69293,6 @@ src/Blocks/BlockTypes/FilledCartBlock.php
|
|||
Blocks/BlockTypes/FilledCartBlock.php
|
||||
BlockTypes/FilledCartBlock.php
|
||||
FilledCartBlock.php
|
||||
plugins/woocommerce/src/Blocks/BlockTypes/ProductGalleryLargeImageNextPrevious.php
|
||||
woocommerce/src/Blocks/BlockTypes/ProductGalleryLargeImageNextPrevious.php
|
||||
src/Blocks/BlockTypes/ProductGalleryLargeImageNextPrevious.php
|
||||
Blocks/BlockTypes/ProductGalleryLargeImageNextPrevious.php
|
||||
BlockTypes/ProductGalleryLargeImageNextPrevious.php
|
||||
ProductGalleryLargeImageNextPrevious.php
|
||||
plugins/woocommerce/src/Blocks/BlockTypes/CheckoutOrderSummarySubtotalBlock.php
|
||||
woocommerce/src/Blocks/BlockTypes/CheckoutOrderSummarySubtotalBlock.php
|
||||
src/Blocks/BlockTypes/CheckoutOrderSummarySubtotalBlock.php
|
||||
|
|
@ -69586,6 +69558,12 @@ src/Blocks/BlockTypes/CheckoutExpressPaymentBlock.php
|
|||
Blocks/BlockTypes/CheckoutExpressPaymentBlock.php
|
||||
BlockTypes/CheckoutExpressPaymentBlock.php
|
||||
CheckoutExpressPaymentBlock.php
|
||||
plugins/woocommerce/src/Blocks/BlockTypes/NextPreviousButtons.php
|
||||
woocommerce/src/Blocks/BlockTypes/NextPreviousButtons.php
|
||||
src/Blocks/BlockTypes/NextPreviousButtons.php
|
||||
Blocks/BlockTypes/NextPreviousButtons.php
|
||||
BlockTypes/NextPreviousButtons.php
|
||||
NextPreviousButtons.php
|
||||
plugins/woocommerce/src/Blocks/BlockTypes/ProductFilterTaxonomy.php
|
||||
woocommerce/src/Blocks/BlockTypes/ProductFilterTaxonomy.php
|
||||
src/Blocks/BlockTypes/ProductFilterTaxonomy.php
|
||||
|
|
@ -82290,6 +82268,14 @@ src/Blocks/BlockTypes/CatalogSorting.php
|
|||
Blocks/BlockTypes/CatalogSorting.php
|
||||
BlockTypes/CatalogSorting.php
|
||||
CatalogSorting.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/ProductGallery.php
|
||||
woocommerce/tests/php/src/Blocks/BlockTypes/ProductGallery.php
|
||||
tests/php/src/Blocks/BlockTypes/ProductGallery.php
|
||||
php/src/Blocks/BlockTypes/ProductGallery.php
|
||||
src/Blocks/BlockTypes/ProductGallery.php
|
||||
Blocks/BlockTypes/ProductGallery.php
|
||||
BlockTypes/ProductGallery.php
|
||||
ProductGallery.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/Cart.php
|
||||
woocommerce/tests/php/src/Blocks/BlockTypes/Cart.php
|
||||
tests/php/src/Blocks/BlockTypes/Cart.php
|
||||
|
|
@ -90071,6 +90057,10 @@ plugins/woocommerce/changelog/fix-59664-invalid-context-add-to-cart-with-options
|
|||
woocommerce/changelog/fix-59664-invalid-context-add-to-cart-with-options
|
||||
changelog/fix-59664-invalid-context-add-to-cart-with-options
|
||||
fix-59664-invalid-context-add-to-cart-with-options
|
||||
plugins/woocommerce/changelog/wooplug-4986-extract-next-prev-buttons
|
||||
woocommerce/changelog/wooplug-4986-extract-next-prev-buttons
|
||||
changelog/wooplug-4986-extract-next-prev-buttons
|
||||
wooplug-4986-extract-next-prev-buttons
|
||||
plugins/woocommerce/changelog/WOOPLUG-4910-clear-order-cache-after-meta-save
|
||||
woocommerce/changelog/WOOPLUG-4910-clear-order-cache-after-meta-save
|
||||
changelog/WOOPLUG-4910-clear-order-cache-after-meta-save
|
||||
|
|
@ -90227,6 +90217,14 @@ plugins/woocommerce/changelog/wooplug-4765-add-filterdataget_taxonomy_counts-met
|
|||
woocommerce/changelog/wooplug-4765-add-filterdataget_taxonomy_counts-method-to-calculate-the
|
||||
changelog/wooplug-4765-add-filterdataget_taxonomy_counts-method-to-calculate-the
|
||||
wooplug-4765-add-filterdataget_taxonomy_counts-method-to-calculate-the
|
||||
plugins/woocommerce/changelog/59967-fix-eslint-unit-test
|
||||
woocommerce/changelog/59967-fix-eslint-unit-test
|
||||
changelog/59967-fix-eslint-unit-test
|
||||
59967-fix-eslint-unit-test
|
||||
plugins/woocommerce/changelog/update-WOOPLUG-5183-nox-pms-tracks-event-additional-props
|
||||
woocommerce/changelog/update-WOOPLUG-5183-nox-pms-tracks-event-additional-props
|
||||
changelog/update-WOOPLUG-5183-nox-pms-tracks-event-additional-props
|
||||
update-WOOPLUG-5183-nox-pms-tracks-event-additional-props
|
||||
plugins/woocommerce/changelog/59729-theme-37-woocommerce-store-notice-doesnt-show-up
|
||||
woocommerce/changelog/59729-theme-37-woocommerce-store-notice-doesnt-show-up
|
||||
changelog/59729-theme-37-woocommerce-store-notice-doesnt-show-up
|
||||
|
|
@ -90359,6 +90357,10 @@ plugins/woocommerce/changelog/wooplug-4764-scaffolding-taxonomy-filter-block
|
|||
woocommerce/changelog/wooplug-4764-scaffolding-taxonomy-filter-block
|
||||
changelog/wooplug-4764-scaffolding-taxonomy-filter-block
|
||||
wooplug-4764-scaffolding-taxonomy-filter-block
|
||||
plugins/woocommerce/changelog/fix-empty-mini-cart-after-login-base-trunk
|
||||
woocommerce/changelog/fix-empty-mini-cart-after-login-base-trunk
|
||||
changelog/fix-empty-mini-cart-after-login-base-trunk
|
||||
fix-empty-mini-cart-after-login-base-trunk
|
||||
plugins/woocommerce/changelog/47100-order-pay-can-use-session-choosen-gateway
|
||||
woocommerce/changelog/47100-order-pay-can-use-session-choosen-gateway
|
||||
changelog/47100-order-pay-can-use-session-choosen-gateway
|
||||
|
|
@ -90459,6 +90461,10 @@ plugins/woocommerce/changelog/fix-product_availability_class_check
|
|||
woocommerce/changelog/fix-product_availability_class_check
|
||||
changelog/fix-product_availability_class_check
|
||||
fix-product_availability_class_check
|
||||
plugins/woocommerce/changelog/fix-session-strict-types
|
||||
woocommerce/changelog/fix-session-strict-types
|
||||
changelog/fix-session-strict-types
|
||||
fix-session-strict-types
|
||||
plugins/woocommerce/changelog/remove-product-editor-feature
|
||||
woocommerce/changelog/remove-product-editor-feature
|
||||
changelog/remove-product-editor-feature
|
||||
|
|
@ -90887,6 +90893,10 @@ plugins/woocommerce/changelog/fix-blueprints-tax-export
|
|||
woocommerce/changelog/fix-blueprints-tax-export
|
||||
changelog/fix-blueprints-tax-export
|
||||
fix-blueprints-tax-export
|
||||
plugins/woocommerce/changelog/fix-product-gallery-cropping
|
||||
woocommerce/changelog/fix-product-gallery-cropping
|
||||
changelog/fix-product-gallery-cropping
|
||||
fix-product-gallery-cropping
|
||||
plugins/woocommerce/changelog/59784-migrator-tests
|
||||
woocommerce/changelog/59784-migrator-tests
|
||||
changelog/59784-migrator-tests
|
||||
|
|
@ -90895,6 +90905,10 @@ plugins/woocommerce/changelog/fix-59793-product-button-word-break
|
|||
woocommerce/changelog/fix-59793-product-button-word-break
|
||||
changelog/fix-59793-product-button-word-break
|
||||
fix-59793-product-button-word-break
|
||||
plugins/woocommerce/changelog/59989-fix-product-collection-product-button-out-of-sync
|
||||
woocommerce/changelog/59989-fix-product-collection-product-button-out-of-sync
|
||||
changelog/59989-fix-product-collection-product-button-out-of-sync
|
||||
59989-fix-product-collection-product-button-out-of-sync
|
||||
plugins/woocommerce/changelog/58904-fix-html-validation-errors
|
||||
woocommerce/changelog/58904-fix-html-validation-errors
|
||||
changelog/58904-fix-html-validation-errors
|
||||
|
|
|
|||
|
|
@ -4952,6 +4952,7 @@ plugins/woocommerce/client/blocks/assets/js/data/cart/reducers.ts
|
|||
plugins/woocommerce/client/blocks/assets/js/data/cart/persistence-layer.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/data/cart/thunks.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/data/cart/test/reducers.js
|
||||
plugins/woocommerce/client/blocks/assets/js/data/cart/test/index.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/data/cart/test/notify-quantity-changes.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/data/cart/test/resolvers.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/data/cart/test/selectors.js
|
||||
|
|
@ -5651,12 +5652,6 @@ plugins/woocommerce/client/blocks/assets/js/blocks/product-gallery/inner-blocks/
|
|||
plugins/woocommerce/client/blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image/frontend.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image/block.json
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image/icon.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/editor.scss
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/index.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/save.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/edit.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/block.json
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-next-previous-buttons/icons.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-gallery/types.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-gallery/block-settings/index.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-gallery/save.tsx
|
||||
|
|
@ -5666,6 +5661,7 @@ plugins/woocommerce/client/blocks/assets/js/blocks/product-gallery/block.json
|
|||
plugins/woocommerce/client/blocks/assets/js/blocks/product-gallery/utils.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-gallery/style.scss
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-gallery/icon.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/product-gallery/test/block.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/checkout/frontend.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/checkout/configure-placeholder/style.scss
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/checkout/index.tsx
|
||||
|
|
@ -5862,6 +5858,13 @@ plugins/woocommerce/client/blocks/assets/js/blocks/checkout/utils.ts
|
|||
plugins/woocommerce/client/blocks/assets/js/blocks/checkout/configure-placeholder.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/checkout/phone-number/index.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/shared/styles/style.scss
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/next-previous-buttons/editor.scss
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/next-previous-buttons/index.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/next-previous-buttons/save.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/next-previous-buttons/edit.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/next-previous-buttons/block.json
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/next-previous-buttons/style.scss
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/next-previous-buttons/icons.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/single-product/deprecated.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/single-product/index.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/single-product/types.ts
|
||||
|
|
@ -7167,8 +7170,6 @@ plugins/woocommerce/client/blocks/tests/e2e/tests/product-collection/register-pr
|
|||
plugins/woocommerce/client/blocks/tests/e2e/tests/page-content-wrapper/page-content-wrapper.block_theme.spec.ts
|
||||
plugins/woocommerce/client/blocks/tests/e2e/tests/related-products/related-products.block_theme.spec.ts
|
||||
plugins/woocommerce/client/blocks/tests/e2e/tests/product-gallery/inner-blocks/product-gallery-thumbnails/product-gallery-thumbnails.block_theme.spec.ts
|
||||
plugins/woocommerce/client/blocks/tests/e2e/tests/product-gallery/inner-blocks/product-gallery-large-image-next-previous/product-gallery-large-image-next-previous.block_theme.spec.ts
|
||||
plugins/woocommerce/client/blocks/tests/e2e/tests/product-gallery/inner-blocks/product-gallery-large-image-next-previous/utils.ts
|
||||
plugins/woocommerce/client/blocks/tests/e2e/tests/product-gallery/inner-blocks/product-gallery-large-image/product-gallery-large-image.block_theme.spec.ts
|
||||
plugins/woocommerce/client/blocks/tests/e2e/tests/product-gallery/product-gallery.block_theme.spec.ts
|
||||
plugins/woocommerce/client/blocks/tests/e2e/tests/product-gallery/product-gallery.page.ts
|
||||
|
|
@ -8333,9 +8334,7 @@ plugins/woocommerce/client/admin/client/customize-store/intro/test/intro-banner.
|
|||
plugins/woocommerce/client/admin/client/customize-store/entrepreneur-flow.ts
|
||||
plugins/woocommerce/client/admin/client/customize-store/types/font.ts
|
||||
plugins/woocommerce/client/admin/client/customize-store/types/pattern.ts
|
||||
plugins/woocommerce/client/admin/client/customize-store/transitional/actions.tsx
|
||||
plugins/woocommerce/client/admin/client/customize-store/transitional/index.tsx
|
||||
plugins/woocommerce/client/admin/client/customize-store/transitional/survey-form/index.tsx
|
||||
plugins/woocommerce/client/admin/client/customize-store/transitional/services.tsx
|
||||
plugins/woocommerce/client/admin/client/customize-store/transitional/style.scss
|
||||
plugins/woocommerce/client/admin/client/customize-store/transitional/test/index.test.tsx
|
||||
|
|
@ -9169,7 +9168,6 @@ plugins/woocommerce/src/Blocks/BlockTypes/PaymentMethodIcons.php
|
|||
plugins/woocommerce/src/Blocks/BlockTypes/CheckoutPaymentBlock.php
|
||||
plugins/woocommerce/src/Blocks/BlockTypes/AtomicBlock.php
|
||||
plugins/woocommerce/src/Blocks/BlockTypes/FilledCartBlock.php
|
||||
plugins/woocommerce/src/Blocks/BlockTypes/ProductGalleryLargeImageNextPrevious.php
|
||||
plugins/woocommerce/src/Blocks/BlockTypes/CheckoutOrderSummarySubtotalBlock.php
|
||||
plugins/woocommerce/src/Blocks/BlockTypes/CartLink.php
|
||||
plugins/woocommerce/src/Blocks/BlockTypes/CheckoutShippingMethodsBlock.php
|
||||
|
|
@ -9211,6 +9209,7 @@ plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation/BillingAddress.php
|
|||
plugins/woocommerce/src/Blocks/BlockTypes/EnableBlockJsonAssetsTrait.php
|
||||
plugins/woocommerce/src/Blocks/BlockTypes/ProductSKU.php
|
||||
plugins/woocommerce/src/Blocks/BlockTypes/CheckoutExpressPaymentBlock.php
|
||||
plugins/woocommerce/src/Blocks/BlockTypes/NextPreviousButtons.php
|
||||
plugins/woocommerce/src/Blocks/BlockTypes/ProductFilterTaxonomy.php
|
||||
plugins/woocommerce/src/Blocks/BlockTypes/ProductsByAttribute.php
|
||||
plugins/woocommerce/src/Blocks/BlockTypes/CartOrderSummaryCouponFormBlock.php
|
||||
|
|
@ -11062,6 +11061,7 @@ plugins/woocommerce/tests/php/helpers/HposTestCase.php
|
|||
plugins/woocommerce/tests/php/helpers/HPOSToggleTrait.php
|
||||
plugins/woocommerce/tests/php/helpers/SerializingCacheTrait.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/CatalogSorting.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/ProductGallery.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/Cart.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/AddToCartWithOptions.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/ProductQuery.php
|
||||
|
|
@ -12257,6 +12257,7 @@ plugins/woocommerce/changelog/add-57845
|
|||
plugins/woocommerce/changelog/wooplug-2456-flaky-test-clicking-opt-in-new-fonts-should-be-available
|
||||
plugins/woocommerce/changelog/fix-issue-59269
|
||||
plugins/woocommerce/changelog/fix-59664-invalid-context-add-to-cart-with-options
|
||||
plugins/woocommerce/changelog/wooplug-4986-extract-next-prev-buttons
|
||||
plugins/woocommerce/changelog/WOOPLUG-4910-clear-order-cache-after-meta-save
|
||||
plugins/woocommerce/changelog/fix-53449-flaky-test
|
||||
plugins/woocommerce/changelog/56158-fix-46484-flush-cache-when-plugin-is-deactivated-removed
|
||||
|
|
@ -12296,6 +12297,8 @@ plugins/woocommerce/changelog/fix-order-summary-terms-block
|
|||
plugins/woocommerce/changelog/59098-wooplug-4713-interactivity-api-powered-mini-cart-navigate-to-checkout
|
||||
plugins/woocommerce/changelog/59843-migrator-test-fetcher
|
||||
plugins/woocommerce/changelog/wooplug-4765-add-filterdataget_taxonomy_counts-method-to-calculate-the
|
||||
plugins/woocommerce/changelog/59967-fix-eslint-unit-test
|
||||
plugins/woocommerce/changelog/update-WOOPLUG-5183-nox-pms-tracks-event-additional-props
|
||||
plugins/woocommerce/changelog/59729-theme-37-woocommerce-store-notice-doesnt-show-up
|
||||
plugins/woocommerce/changelog/dev-wc-e2e-avoid-create-order-test-conflict
|
||||
plugins/woocommerce/changelog/fix-59736
|
||||
|
|
@ -12329,6 +12332,7 @@ plugins/woocommerce/changelog/fix-css-build-warnings
|
|||
plugins/woocommerce/changelog/wooplug-4596-shipping-tax-class-based-on-cart-items-does-not-appear-to-be
|
||||
plugins/woocommerce/changelog/wooplug-4944-strong-password-validation-breaking-with-copypaste-passwords
|
||||
plugins/woocommerce/changelog/wooplug-4764-scaffolding-taxonomy-filter-block
|
||||
plugins/woocommerce/changelog/fix-empty-mini-cart-after-login-base-trunk
|
||||
plugins/woocommerce/changelog/47100-order-pay-can-use-session-choosen-gateway
|
||||
plugins/woocommerce/changelog/59418-wooplug-4626-update-placeholder-image
|
||||
plugins/woocommerce/changelog/fix-57718-select-invalid-variations-flaky-iii
|
||||
|
|
@ -12354,6 +12358,7 @@ plugins/woocommerce/changelog/58992-fix-match-schema-between-client-and-server
|
|||
plugins/woocommerce/changelog/fix-sidebar-notices-performance-issue
|
||||
plugins/woocommerce/changelog/wooplug-4851-e2e-tests-merge-setup-projects-by-using-steps-instead-of
|
||||
plugins/woocommerce/changelog/fix-product_availability_class_check
|
||||
plugins/woocommerce/changelog/fix-session-strict-types
|
||||
plugins/woocommerce/changelog/remove-product-editor-feature
|
||||
plugins/woocommerce/changelog/59325-add-move-session-cleanup-to-AS
|
||||
plugins/woocommerce/changelog/59576-wooplug-4282-taxonomy-brand-template-is-not-tied-to-archive-product
|
||||
|
|
@ -12461,8 +12466,10 @@ plugins/woocommerce/changelog/update-faq-docs
|
|||
plugins/woocommerce/changelog/59636-wooplug-4925-interactivity-api-powered-mini-cart-improve-singularplural
|
||||
plugins/woocommerce/changelog/59693-wooplug-4753-interactivity-api-powered-mini-cart-analyze-existing
|
||||
plugins/woocommerce/changelog/fix-blueprints-tax-export
|
||||
plugins/woocommerce/changelog/fix-product-gallery-cropping
|
||||
plugins/woocommerce/changelog/59784-migrator-tests
|
||||
plugins/woocommerce/changelog/fix-59793-product-button-word-break
|
||||
plugins/woocommerce/changelog/59989-fix-product-collection-product-button-out-of-sync
|
||||
plugins/woocommerce/changelog/58904-fix-html-validation-errors
|
||||
plugins/woocommerce/changelog/wooplug-4186-safe-guard-block-checkout-from-creating-multiple-concurrent
|
||||
plugins/woocommerce/changelog/update-nox-better-tracking-around-wpcom-connection
|
||||
|
|
|
|||
|
|
@ -87,10 +87,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
.well-known
|
||||
.well-known/assetlinks.json
|
||||
.xml
|
||||
/*/*/_tools
|
||||
/*/*/more_ideas
|
||||
/*/_tools
|
||||
/*/activity
|
||||
/*/branches
|
||||
/*/commits
|
||||
/*/compare
|
||||
|
|
@ -98,12 +94,9 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/*/edit$
|
||||
/*/forks
|
||||
/*/graphs
|
||||
/*/group
|
||||
/*/invite
|
||||
/*/issues/new
|
||||
/*/issues/search
|
||||
/*/milestones/new
|
||||
/*/more_ideas
|
||||
/*/network
|
||||
/*/projects
|
||||
/*/pulse
|
||||
|
|
@ -113,24 +106,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/*source=
|
||||
/.git
|
||||
//wiki/skins
|
||||
/?*amp_client_id
|
||||
/?z=1
|
||||
/MANUALS/*.pdf$
|
||||
/Search/
|
||||
/UserAuthentication/
|
||||
/_
|
||||
/_/rsrc
|
||||
/__wishlist__
|
||||
/_activities
|
||||
/_activity
|
||||
/_community
|
||||
/_created
|
||||
/_followers
|
||||
/_following
|
||||
/_quick_saves
|
||||
/_saved
|
||||
/_shop
|
||||
/_shopping_list
|
||||
/_widget
|
||||
/album/*/*?i=
|
||||
/api
|
||||
|
|
@ -152,12 +132,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/comments
|
||||
/commits/*?author
|
||||
/commits/*?path
|
||||
/communities
|
||||
/contact/menu*
|
||||
/contact/partner*
|
||||
/contactus/mwaas*
|
||||
/directory
|
||||
/discovered
|
||||
/docs/product
|
||||
/download
|
||||
/download/Browse.aspx?
|
||||
|
|
@ -187,7 +165,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/layout/
|
||||
/leads/*/jsplayer_show_lead_form.html
|
||||
/leads/*/show_form.html
|
||||
/likes
|
||||
/login
|
||||
/lookup?
|
||||
/mediaapi/
|
||||
|
|
@ -200,13 +177,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/newest/*rss
|
||||
/newest/*xml
|
||||
/newsearch/
|
||||
/organize
|
||||
/partials
|
||||
/pins
|
||||
/plugins
|
||||
/podcast/*/*?i=
|
||||
/print$
|
||||
/profile-about
|
||||
/raw
|
||||
/report_abuse
|
||||
/revisions
|
||||
|
|
@ -214,8 +188,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/rsvps/*atom
|
||||
/rsvps/*rss
|
||||
/rsvps/*xml
|
||||
/scheduled-pin
|
||||
/scheduled-pins
|
||||
/search
|
||||
/search/
|
||||
/search/*?q=
|
||||
|
|
@ -244,15 +216,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/store/new/*?*&*&*
|
||||
/store/top-free/*?*&*&*
|
||||
/store/top-paid/*?*&*&*
|
||||
/story_pins
|
||||
/tagged
|
||||
/tarball
|
||||
/tree
|
||||
/tried
|
||||
/tv-season/*/*?i=
|
||||
/unsubscribe/
|
||||
/video-
|
||||
/video_pins
|
||||
/wal/
|
||||
/widget_
|
||||
/wiki/Special:
|
||||
|
|
@ -373,7 +341,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?search_forum=
|
||||
?set_mobile=
|
||||
?showAllGroups=
|
||||
?show_error=true
|
||||
?slogin
|
||||
?sort=
|
||||
?sortBy=
|
||||
|
|
@ -402,10 +369,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
@me$
|
||||
AccountDisavow?
|
||||
ActivityUID=
|
||||
COG
|
||||
ClientAuth
|
||||
ClientLogin
|
||||
Coffeebreak
|
||||
Consortium/Offices/*/comments
|
||||
Consortium/Offices/*/feed
|
||||
Consortium/Offices/*/trackback
|
||||
|
|
@ -418,7 +383,6 @@ Consortium/supporters
|
|||
Disallow
|
||||
Doc
|
||||
EmbedSlideshow
|
||||
Entrez
|
||||
Explodingstuff
|
||||
Features/SpinaBifidaProgram/
|
||||
Fragment/SysConfig
|
||||
|
|
@ -427,7 +391,6 @@ Germany/kleinunternehmen/euga/results.mspx?
|
|||
GoogleInternetAuthority
|
||||
HpImageArchive.aspx
|
||||
HpOptOut=true$
|
||||
IEB/ToolBox/SB
|
||||
IntegrationCenter
|
||||
International/questions/qa-html-language-declarations/icons
|
||||
International/questions/qa-html-language-declarations/qa-html-language-declarations-data/icons
|
||||
|
|
@ -446,23 +409,13 @@ RDF/Validator/rdfval
|
|||
README.txt
|
||||
REST/auth/CSRFTicket
|
||||
ReportBug
|
||||
SAGE
|
||||
SNP
|
||||
Search
|
||||
Search/
|
||||
Search/Mail/Public
|
||||
ServiceDesks/
|
||||
Structure
|
||||
Structure/VA
|
||||
Structure/cblast/cblast.cgi
|
||||
Structure/dgs
|
||||
Structure/flink/flink.cgi
|
||||
Structure/vast/vastsrv.cgi
|
||||
Style/CSS/members.be
|
||||
Systems
|
||||
TOCLinksForCrawlers*
|
||||
Taxonomy/CommonTree
|
||||
Taxonomy/Selector
|
||||
Team
|
||||
TeamPresent
|
||||
TemplatePackage/3.0/Templates
|
||||
|
|
@ -499,8 +452,6 @@ WebObjects/MZStoreElements.woa
|
|||
[_0-9a-zA-Z]+/status/[0-9]+/likes
|
||||
[_0-9a-zA-Z]+/status/[0-9]+/retweets
|
||||
_
|
||||
_/_
|
||||
_/_/pixel
|
||||
_/aihub_pod
|
||||
_/ain/_/js
|
||||
_/alkali-learn
|
||||
|
|
@ -565,8 +516,6 @@ _next/data
|
|||
_next/jwt
|
||||
_next/title
|
||||
_next/viewer
|
||||
_ngjs/resource
|
||||
_ngjs/resource/*/get
|
||||
_nimbusJson.json
|
||||
_nimbusJsonp.js
|
||||
_nimbusJsonpStatic.js
|
||||
|
|
@ -664,12 +613,10 @@ actions/news/rss
|
|||
ad_id=
|
||||
addContacts
|
||||
add_favorite
|
||||
addboard
|
||||
addressBookExport
|
||||
admin
|
||||
admin/
|
||||
ads
|
||||
ads.txt
|
||||
ads/gpa/vidgen
|
||||
ads/learn
|
||||
ads/local
|
||||
|
|
@ -680,7 +627,6 @@ advisor/*zx1fa
|
|||
adx/bin
|
||||
affil
|
||||
affil/pal
|
||||
age-appeal
|
||||
agreements/approve
|
||||
ai-sandbox-internal/generated_images
|
||||
aihub/tfhub
|
||||
|
|
@ -737,9 +683,7 @@ api?
|
|||
api_access_key=
|
||||
app*_
|
||||
app*form_id=
|
||||
app-ads.txt
|
||||
app/
|
||||
appealed-pin
|
||||
apple-app-site-association
|
||||
apps
|
||||
apps*&tags=
|
||||
|
|
@ -818,7 +762,6 @@ author/following
|
|||
author=
|
||||
authoring/
|
||||
authwall
|
||||
autocomplete
|
||||
away.php
|
||||
awmp/data/images
|
||||
b?*node=7454898011
|
||||
|
|
@ -836,7 +779,6 @@ bfp/search
|
|||
bin/search.go
|
||||
bin/search.py
|
||||
bing-site-safety
|
||||
biocollections/?term=
|
||||
bitesize/my
|
||||
bitesize/my$
|
||||
bitesize/search
|
||||
|
|
@ -844,8 +786,6 @@ bitesize/search$
|
|||
bitesize/search?
|
||||
bkshp?*q=
|
||||
blacklisted*
|
||||
blast/BlastAlign.cgi
|
||||
blast/bl2seq/wblast2.cgi
|
||||
blog
|
||||
blog/*&content-format=
|
||||
blog/*&event-format=
|
||||
|
|
@ -876,13 +816,8 @@ blogs/nationals-journal-beta
|
|||
blogs/search/
|
||||
blogs/slow-ride
|
||||
blogs/test
|
||||
board
|
||||
board_activity
|
||||
board_activity_comment
|
||||
bookmarklet
|
||||
bookmarks
|
||||
books
|
||||
books/NBK
|
||||
books/about
|
||||
books/content?*zoom=1
|
||||
books/content?*zoom=5
|
||||
|
|
@ -901,38 +836,17 @@ books?*zoom=
|
|||
books?*zoom=1
|
||||
books?*zoom=5
|
||||
boutique/sitemaps
|
||||
branded-pins
|
||||
business
|
||||
business/ad_create
|
||||
business/adshare
|
||||
business/adshare/faqs
|
||||
business/blahblah
|
||||
business/business-access
|
||||
business/business-hierarchy
|
||||
business/business-manager
|
||||
business/catalogs
|
||||
business/commerce-integrations
|
||||
business/community-information
|
||||
business/convert
|
||||
business/create
|
||||
business/create-linked-account
|
||||
business/feedback
|
||||
business/hub
|
||||
business/invite
|
||||
business/leads/jsplayer_show_lead_form.html
|
||||
business/leads/show_form.html
|
||||
business/learning/blog
|
||||
business/onboarding
|
||||
business/pin_create
|
||||
business/premium/is_payment_pending
|
||||
business/promotion
|
||||
business/referral
|
||||
business/sales/blog
|
||||
business/site
|
||||
business/switch-account
|
||||
business/top-ads
|
||||
business/update
|
||||
business/verified-merchant/status
|
||||
buyside-e2e-monitor
|
||||
cai
|
||||
call
|
||||
|
|
@ -961,7 +875,6 @@ checkout
|
|||
checkout-external
|
||||
checkoutnow
|
||||
checkpoint
|
||||
christmas-spotlight
|
||||
chrome/crlset
|
||||
chrome/webstore/images
|
||||
chwilio
|
||||
|
|
@ -981,8 +894,6 @@ classic-apps
|
|||
clickthru
|
||||
clima/ets
|
||||
clima/sites/registry
|
||||
clone/library/genomic/organisms
|
||||
close-account
|
||||
cloud-launcher/sitemap
|
||||
cloudsourcetools/images
|
||||
cms_content
|
||||
|
|
@ -1001,7 +912,6 @@ commission_2010-2014/katainen
|
|||
commits?author=
|
||||
common/
|
||||
common/survey.aspx*
|
||||
communities
|
||||
communities/bin.aspx?
|
||||
communities/blogs/PortalResults.mspx?
|
||||
communities/eventdetails.mspx?
|
||||
|
|
@ -1018,14 +928,11 @@ community/category/*
|
|||
community/comments
|
||||
community/feed
|
||||
community/trackback
|
||||
community_comment
|
||||
community_post
|
||||
companyDir
|
||||
compare
|
||||
compressiontest
|
||||
concussion/HeadsUp/training/
|
||||
config.js
|
||||
connect
|
||||
connections
|
||||
consumers/archive
|
||||
contact/menu*
|
||||
|
|
@ -1033,15 +940,9 @@ contact/partner*
|
|||
contact_importer
|
||||
contactus
|
||||
contactus/mwaas*
|
||||
content-claiming
|
||||
content-guest/rss/channels
|
||||
control
|
||||
conversation
|
||||
conversations
|
||||
convert-business
|
||||
convert-personal
|
||||
copy-conductor/crawled
|
||||
copyright-reporting
|
||||
core/
|
||||
core/*.css$
|
||||
core/*.css?
|
||||
|
|
@ -1059,18 +960,10 @@ covid19/mobility
|
|||
cr$
|
||||
cr?
|
||||
create
|
||||
create_pin
|
||||
creative-europe/404_en.htm
|
||||
creative-studio
|
||||
creative_editor
|
||||
creator-spotlight
|
||||
creator_hub/_earn
|
||||
creator_hub/_partnerships
|
||||
creatorhub
|
||||
csp
|
||||
csrf_error
|
||||
ct
|
||||
ct.html
|
||||
ct/log_list
|
||||
culturalinstitute/images
|
||||
culturalinstitute/sitemaps
|
||||
|
|
@ -1095,10 +988,8 @@ de/integrations
|
|||
de/ott
|
||||
de/solutions
|
||||
de/upload
|
||||
deactivate-account
|
||||
default.aspx/kb/
|
||||
default.aspx/ph/
|
||||
delete_post
|
||||
delight
|
||||
dell/cities-transformed
|
||||
dell/cloud-future-of-medicine
|
||||
|
|
@ -1186,8 +1077,6 @@ earth/social
|
|||
ebook
|
||||
ece
|
||||
eclas
|
||||
edit
|
||||
editorial/*
|
||||
edu/cs4hs
|
||||
education/404_en.htm
|
||||
education/blocks
|
||||
|
|
@ -1200,7 +1089,6 @@ ekansa/Open-Context-Data
|
|||
ekansa/opencontext-
|
||||
email
|
||||
email-unsubscribe
|
||||
email_verification_error
|
||||
embed
|
||||
embed/@
|
||||
embed/curated
|
||||
|
|
@ -1262,18 +1150,12 @@ en/microsoft-viva/
|
|||
en/security
|
||||
en/security/
|
||||
endorsements
|
||||
engagement
|
||||
enterprise
|
||||
enterprise-jobs
|
||||
enterprise-partner-search/sitemaps
|
||||
entities/search
|
||||
entityexplore$
|
||||
entityexplore?
|
||||
entrez
|
||||
entrez/eutils
|
||||
entrez/sutils
|
||||
entrez/utils
|
||||
entrez/viewer.fcgi
|
||||
environment/ets
|
||||
erasmus-plus/404_en.htm
|
||||
err404.php
|
||||
|
|
@ -1347,18 +1229,14 @@ exec/obidos/subst/marketplace/sell-your-collection.html
|
|||
exec/obidos/subst/marketplace/sell-your-stuff.html
|
||||
exec/obidos/subst/partners/friends/access.html
|
||||
exec/obidos/tg/cm/member
|
||||
explore
|
||||
explore/*/?p=
|
||||
explore/*/lightbox
|
||||
external
|
||||
external/overture
|
||||
external_hosted
|
||||
f/healthcheck
|
||||
facebook
|
||||
faves-i_love_u_get_away_from_me
|
||||
favorite
|
||||
fb
|
||||
fb.html
|
||||
fbml/ajax/dialog
|
||||
fd/
|
||||
fe=true
|
||||
|
|
@ -1395,8 +1273,6 @@ flu/espanol/
|
|||
flutter-canvaskit
|
||||
folder
|
||||
follow
|
||||
follow_board
|
||||
follow_user
|
||||
following
|
||||
food/archive
|
||||
food/favourites
|
||||
|
|
@ -1456,9 +1332,6 @@ gb/images
|
|||
gcc
|
||||
gdpr-consent
|
||||
genuine/
|
||||
geo/browse
|
||||
geo/download
|
||||
geo/tools
|
||||
geolocation
|
||||
germany/library/images/mnp/
|
||||
germany/video/de/de/related*
|
||||
|
|
@ -1477,10 +1350,7 @@ global$
|
|||
gog
|
||||
google.internal.maps.gmpsdksbackend.v1.GmpSdksBackendService
|
||||
google.internal.maps.mapsjs.v1.MapsJsInternalService
|
||||
google_gdn.html
|
||||
google_search.html
|
||||
googlebooks/images
|
||||
gorf
|
||||
gp
|
||||
gp/aag
|
||||
gp/aag/main?*seller=ABVFEJU8LS620
|
||||
|
|
@ -1594,7 +1464,6 @@ guidebooks
|
|||
gview
|
||||
gwt
|
||||
h5games_gamecenter/images
|
||||
hanukkah-spotlight
|
||||
hashtag/*?src=
|
||||
hd
|
||||
header/channels
|
||||
|
|
@ -1618,12 +1487,9 @@ help/zendesk_sso
|
|||
hex
|
||||
history
|
||||
history/static
|
||||
holiday-spotlight
|
||||
holidays-celebrations
|
||||
home
|
||||
home$
|
||||
home?
|
||||
homefeed
|
||||
homepage-video-test
|
||||
hosted/images
|
||||
hotel/reviews?
|
||||
|
|
@ -1635,7 +1501,7 @@ hp/video
|
|||
hpc/*/supported-applications.aspx?
|
||||
hpm
|
||||
hpmob
|
||||
http://w3.org/robots.txt
|
||||
http://de.wikipedia.org/robots.txt
|
||||
hub?category=
|
||||
hz/contact-us/ajax/initiate-trusted-contact
|
||||
hz/help/contact/*/message/$
|
||||
|
|
@ -1649,9 +1515,6 @@ id-id.www.cloudflare.com
|
|||
id-id/feedback
|
||||
id-id/lp
|
||||
id-id/searchresults
|
||||
idea-ads-tool
|
||||
idea-pin-builder
|
||||
idea-pin-invite
|
||||
identity/accountsettingsactivityweb
|
||||
identity/accountsettingssyaf
|
||||
ie/ie40/
|
||||
|
|
@ -1698,17 +1561,14 @@ info/customerror.htm*
|
|||
info/smart404.asp*
|
||||
info/tech-feedback
|
||||
inproduct_help/chatsupport
|
||||
install-shuffles
|
||||
integrations
|
||||
internalPref
|
||||
intl
|
||||
intl/*/search/?
|
||||
intl/*/search?
|
||||
intlkb/
|
||||
invite
|
||||
inviteFromProfile
|
||||
inviteMany
|
||||
invited
|
||||
invoice/est
|
||||
invoice/estimate/buyerView
|
||||
invoice/estimate/buyerView/attachments
|
||||
|
|
@ -1745,8 +1605,6 @@ johnhancock
|
|||
johnhancock/in-a-lifetime-healthcare
|
||||
johnhancock/in-a-lifetime-sustainability
|
||||
johnhancock/in-a-lifetime-work
|
||||
join/?next=
|
||||
join/signup/?next=
|
||||
jp/$
|
||||
jp/about
|
||||
jp/blog
|
||||
|
|
@ -1787,10 +1645,8 @@ ko/integrations
|
|||
ko/ott
|
||||
ko/solutions
|
||||
ko/upload
|
||||
kwanzaa-spotlight
|
||||
l.php
|
||||
labs-code
|
||||
labs/pmc
|
||||
labs/popgadget/search
|
||||
lamda/images
|
||||
land-browse-bff
|
||||
|
|
@ -1824,15 +1680,12 @@ learning/settings
|
|||
learning/settings$
|
||||
learning/settings?
|
||||
legal
|
||||
lens-search
|
||||
li/track
|
||||
library/devices
|
||||
licensing-syndication
|
||||
limited-release
|
||||
link
|
||||
linked
|
||||
lite
|
||||
live-session
|
||||
live_chat
|
||||
llms.txt
|
||||
lm/R1XIHQVKXSKBNJ
|
||||
|
|
@ -1880,7 +1733,6 @@ mac/help.mspx?
|
|||
macros
|
||||
mactopia/help.mspx?
|
||||
mail/$
|
||||
mailman
|
||||
main
|
||||
manage_playlist
|
||||
map_tile.php
|
||||
|
|
@ -1934,14 +1786,12 @@ maps?*output=classic
|
|||
mapslt?
|
||||
mapspro
|
||||
mapstt?
|
||||
mapview
|
||||
market_catalog/*?w=product-
|
||||
marketing-cms
|
||||
mats/?diagid=100001&eulaaccept=yes*
|
||||
mats/default.aspx?diagid=100001&eulaaccept=yes*
|
||||
mbox
|
||||
me
|
||||
medgen/?term=
|
||||
media
|
||||
media-manager
|
||||
meetup_api/?
|
||||
|
|
@ -2001,14 +1851,12 @@ my_favorites
|
|||
my_playlists
|
||||
my_videos
|
||||
my_videos_upload
|
||||
myncbi
|
||||
myprofile
|
||||
n
|
||||
narrative-
|
||||
native
|
||||
nbubumblebee
|
||||
network
|
||||
new_invite
|
||||
news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dialogue-conference
|
||||
news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dialogue-conference/RSVP
|
||||
news-events/events-calendar/2019/05/tenth-annual-african-consumer-protection-dialogue-conference
|
||||
|
|
@ -2018,7 +1866,6 @@ news/test
|
|||
news/test-liveblog
|
||||
news?viewArticle
|
||||
newsArticle
|
||||
news_hub
|
||||
newsletter
|
||||
newsroom/dae
|
||||
newsround
|
||||
|
|
@ -2032,7 +1879,6 @@ nl-nl/lp
|
|||
nl-nl/searchresults
|
||||
node/add/
|
||||
nonprofits/account
|
||||
notifications
|
||||
notifications/
|
||||
ns/hydra/console/?
|
||||
nus-trk
|
||||
|
|
@ -2040,15 +1886,11 @@ nwshp$
|
|||
o/di
|
||||
o/dt
|
||||
oas/
|
||||
oauth/line
|
||||
oauth/login
|
||||
oauth/v2
|
||||
oauth2
|
||||
oauth2/v2
|
||||
oauth_error
|
||||
offers/proxy/dealsserver/api/log
|
||||
offers/proxy/dealsserver/buy
|
||||
offsite
|
||||
og
|
||||
okxbet.com
|
||||
onebox/media/sports/logos
|
||||
|
|
@ -2079,12 +1921,9 @@ pagespeed/insights/ui/logo
|
|||
panel
|
||||
pantheon
|
||||
pantheon-platform
|
||||
parental-consent/confirmation
|
||||
parental-passcode
|
||||
participate/conferences.xml
|
||||
partner-program
|
||||
partners
|
||||
password/reset
|
||||
password_expired
|
||||
patent-search/frontend
|
||||
patents/download
|
||||
|
|
@ -2115,46 +1954,12 @@ photos/gbachelie
|
|||
photos/i_love_u_get_away_from_me
|
||||
photos/tags/*/page
|
||||
photos/youpy
|
||||
pin
|
||||
pin-builder
|
||||
pin-communities
|
||||
pin-creation-tool
|
||||
pin-editor
|
||||
pin/*/activities
|
||||
pin/*/activity
|
||||
pin/*/analytics
|
||||
pin/*/brand-catalog
|
||||
pin/*/comments
|
||||
pin/*/email
|
||||
pin/*/feedback
|
||||
pin/*/idea-pin/related-products
|
||||
pin/*/likes
|
||||
pin/*/promote
|
||||
pin/*/reaction
|
||||
pin/*/related-products
|
||||
pin/*/repin
|
||||
pin/*/repins
|
||||
pin/*/sent
|
||||
pin/*/share
|
||||
pin/*/shop-the-look
|
||||
pin/*/tag
|
||||
pin/*/takes
|
||||
pin/*/visual-search
|
||||
pin/*/visual-shop
|
||||
pin/create
|
||||
pin/find
|
||||
pin/find?url=
|
||||
pin_shop
|
||||
ping
|
||||
pingback
|
||||
pinterest-predicts
|
||||
pinterest-wellbeing
|
||||
pinterestwellbeing
|
||||
pl-pl.www.cloudflare.com
|
||||
pl-pl/feedback
|
||||
pl-pl/lp
|
||||
pl-pl/searchresults
|
||||
place
|
||||
plan=
|
||||
platform-telemetry
|
||||
play/store/web
|
||||
|
|
@ -2163,25 +1968,6 @@ player
|
|||
plugins
|
||||
plugins/search
|
||||
plusinstall
|
||||
pmc/*.cgi
|
||||
pmc/*/bin
|
||||
pmc/*/equ
|
||||
pmc/*/pdf
|
||||
pmc/*page=
|
||||
pmc/*report=
|
||||
pmc/articlerender.fcgi
|
||||
pmc/articles
|
||||
pmc/articles/*/citedby
|
||||
pmc/issues
|
||||
pmc/ivip
|
||||
pmc/pagerender.fcgi
|
||||
pmc/picrender.fcgi
|
||||
pmc/publisherportal/api
|
||||
pmc/publisherportal/application
|
||||
pmc/publisherportal/download
|
||||
pmc/publisherportal/journalmanager
|
||||
pmc/tocrender.fcgi
|
||||
pmc/utilities
|
||||
pmo/contact/en/staff
|
||||
pmo/contact/fr/staff
|
||||
podcast*t=
|
||||
|
|
@ -2189,9 +1975,6 @@ podcasts/test-podcast/rss
|
|||
politics/e/sharing
|
||||
pools/c
|
||||
pools/campaign
|
||||
portal
|
||||
portal/portal3rc.fcgi/*/*.css
|
||||
portal/portal3rc.fcgi/*/*.js
|
||||
post_comment
|
||||
posttv-beta
|
||||
posttv/c/embed
|
||||
|
|
@ -2204,7 +1987,6 @@ ppob/?
|
|||
ppob?
|
||||
pqa
|
||||
preference
|
||||
prefs
|
||||
present
|
||||
presentation
|
||||
prettyearth/assets
|
||||
|
|
@ -2213,8 +1995,6 @@ previewtemplate
|
|||
print
|
||||
private
|
||||
proFile/history?
|
||||
product-catalogs
|
||||
product-feed
|
||||
product-reviews/B0069IY63Y
|
||||
product/reviews?
|
||||
productPurchaseDone
|
||||
|
|
@ -2239,9 +2019,6 @@ profiles/*.svg
|
|||
profiles/me
|
||||
profinder
|
||||
profinder/pro
|
||||
projects/geo/download
|
||||
projects/geo/tools
|
||||
projects/gtr/gt
|
||||
proxy
|
||||
psb/udc
|
||||
psettings
|
||||
|
|
@ -2269,14 +2046,12 @@ pt-br/upload
|
|||
publications
|
||||
purchases
|
||||
puzzles/leaderboards/invite
|
||||
pw
|
||||
pwapi-proxy/pwproxy
|
||||
pwapiv2
|
||||
q=
|
||||
qnasearch?
|
||||
qr
|
||||
quality_form?
|
||||
quiz
|
||||
r
|
||||
rackspace/elevating-performance
|
||||
radio/imda
|
||||
|
|
@ -2285,7 +2060,6 @@ rating
|
|||
rd/search
|
||||
rd/search$
|
||||
rd/search?
|
||||
recently-viewed
|
||||
recharge/dashboard/car
|
||||
recharge/dashboard/static
|
||||
recipes/*?q=
|
||||
|
|
@ -2302,9 +2076,6 @@ refer
|
|||
refer/pal
|
||||
referrals
|
||||
referrer=
|
||||
refresh_stored_accounts
|
||||
refresh_token
|
||||
register
|
||||
registry/wishlist
|
||||
remotelogout
|
||||
rep=hc
|
||||
|
|
@ -2312,13 +2083,9 @@ report
|
|||
report-abuse?report=
|
||||
report=
|
||||
report_abuse.gne
|
||||
reports-and-violations
|
||||
request-data
|
||||
requestList
|
||||
requests
|
||||
research/participants/cofund
|
||||
resource
|
||||
resource/*/get
|
||||
results
|
||||
results
|
||||
retail
|
||||
|
|
@ -2357,11 +2124,9 @@ s2/search/social
|
|||
s2/sitemaps
|
||||
s2/static
|
||||
s?
|
||||
safe-redirect
|
||||
safety
|
||||
safetycheck
|
||||
salary-explorer/api
|
||||
sars-cov-2
|
||||
scholar
|
||||
scholar_share
|
||||
scl
|
||||
|
|
@ -2379,7 +2144,6 @@ search-console/scfe
|
|||
search/
|
||||
search/*/grid
|
||||
search/?
|
||||
search/?term=
|
||||
search/about
|
||||
search/advanced
|
||||
search/default.aspx?*
|
||||
|
|
@ -2402,7 +2166,6 @@ sections/health-shots/2013/03/11/173816690/new-voices-for-the-voiceless-syntheti
|
|||
sections/ombudsman/2008/01/frequently_asked_questions_1.html
|
||||
sections/parallels/2016/08/15/480128005/for-french-teens-smoking-still-has-more-allure-than-stigma
|
||||
secure
|
||||
sendHeaderEarly
|
||||
sendarticle
|
||||
services
|
||||
services/oauth
|
||||
|
|
@ -2438,7 +2201,6 @@ shop/productpage
|
|||
shop/topics
|
||||
shop/view/product
|
||||
shop?
|
||||
shop_pins
|
||||
shopping-content-api/product_images
|
||||
shopping/deals
|
||||
shopping/product
|
||||
|
|
@ -2737,17 +2499,14 @@ slp/*/b$
|
|||
slp/s$
|
||||
smart/button
|
||||
smart/buttons
|
||||
snp
|
||||
social/photosui/images
|
||||
social/photosui/sitemap
|
||||
social/search?
|
||||
social/social-security-directory/cai
|
||||
socialmanager
|
||||
solutions
|
||||
sounds/search
|
||||
sounds/search$
|
||||
sounds/search?
|
||||
source
|
||||
source=
|
||||
source_repo=
|
||||
spain/empresas/
|
||||
|
|
@ -2769,10 +2528,8 @@ ss
|
|||
ss/customer-reviews/lighthouse
|
||||
ss/twister/ajax
|
||||
sslsingle
|
||||
sso
|
||||
stadia/gamers
|
||||
start
|
||||
stat
|
||||
static
|
||||
static/
|
||||
static/css
|
||||
|
|
@ -2828,10 +2585,6 @@ stores$
|
|||
stores/
|
||||
stores/page/*visitId=
|
||||
stories
|
||||
story-pin-builder
|
||||
story-pin-invite
|
||||
story_feed
|
||||
story_pins
|
||||
storyworks/preview
|
||||
styles/js-on.css$
|
||||
subscribe/braintree
|
||||
|
|
@ -2857,8 +2610,6 @@ support/content
|
|||
support/forum/search?
|
||||
sureroute
|
||||
surprise
|
||||
suspension-appeal
|
||||
sutils
|
||||
sv-se.www.cloudflare.com
|
||||
sv-se/feedback
|
||||
sv-se/lp
|
||||
|
|
@ -2875,7 +2626,6 @@ svc/strands
|
|||
svc/sudoku
|
||||
svc/wordle
|
||||
svpRecommendations
|
||||
sw-shell.html
|
||||
swg
|
||||
system1/images
|
||||
t/privacy
|
||||
|
|
@ -2883,7 +2633,6 @@ t/terms
|
|||
tab=
|
||||
tablet
|
||||
tag
|
||||
taggingtool
|
||||
tagmanager/containers/xo
|
||||
tagmanager/pptm.js
|
||||
talk
|
||||
|
|
@ -2931,9 +2680,7 @@ th-th/feedback
|
|||
th-th/lp
|
||||
th-th/searchresults
|
||||
th?
|
||||
thanksgiving-spotlight
|
||||
themacallan/worlds-together
|
||||
theme
|
||||
tickets-external?
|
||||
timedtext_video
|
||||
title
|
||||
|
|
@ -3027,7 +2774,6 @@ trustedstores/js
|
|||
trustedstores/s
|
||||
trustedstores/tm2
|
||||
trustedstores/verify
|
||||
tv
|
||||
tv/thumb
|
||||
typeahead
|
||||
u
|
||||
|
|
@ -3044,14 +2790,9 @@ ugc$
|
|||
ugcsupport
|
||||
ugcsupport$
|
||||
ui
|
||||
unauth-profile
|
||||
unlink
|
||||
unsub
|
||||
until=
|
||||
upload
|
||||
upload-image-lens-history
|
||||
upload-lens-image
|
||||
upload-shuffle-draft
|
||||
uploads
|
||||
urchin_test
|
||||
url
|
||||
|
|
@ -3069,11 +2810,9 @@ using
|
|||
utils
|
||||
uviewer
|
||||
v1
|
||||
v1/urls/count.json
|
||||
v2
|
||||
v3
|
||||
v3/openapi
|
||||
v3/pidgets/log
|
||||
valkyrie-playground
|
||||
verified-authors
|
||||
verify_age
|
||||
|
|
@ -3103,7 +2842,6 @@ videos/trendingcontent
|
|||
videos?
|
||||
viewer
|
||||
viewlocale=zh_CN
|
||||
viewvc
|
||||
voyager/api
|
||||
vr
|
||||
vsi/*.pdf$
|
||||
|
|
@ -3129,9 +2867,6 @@ webapps/xo/html/cookiecheck.html
|
|||
webapps/xoonboarding
|
||||
webscr
|
||||
websearch
|
||||
website/confirm
|
||||
website/confirm/download
|
||||
welcome
|
||||
whats-next/planes-trains-and-analytics
|
||||
whsmiths
|
||||
widget/cr
|
||||
|
|
@ -3437,7 +3172,7 @@ wiki/Wikipedia_Diskussion:Checkuser
|
|||
wiki/Wikipedia_Diskussion:Spam-Blacklist-Log
|
||||
wiki/Wikipedia_talk%3AAbuse_reports
|
||||
wiki/Wikipedia_talk%3AAbuse_response
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://goo.gl/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://accounts.google.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_recall
|
||||
wiki/Wikipedia_talk%3AAdministrator_review
|
||||
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
|
||||
|
|
@ -3651,7 +3386,6 @@ xhtml?
|
|||
xml?
|
||||
xoplatform/logger/api/logger
|
||||
xorouter
|
||||
your-shop
|
||||
youth/404_en.htm
|
||||
youtube/fonts
|
||||
youtube/img/promos
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue