mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-15 21:34:10 +01:00
[Github Action] Automated trickest wordlists update.
This commit is contained in:
parent
da3da64a17
commit
eca84c1e5c
16 changed files with 860 additions and 2336 deletions
|
|
@ -3,6 +3,6 @@
|
|||
"last_update": 1747983836
|
||||
},
|
||||
"Trickest wordlist update": {
|
||||
"last_update": 1748081044
|
||||
"last_update": 1748167434
|
||||
}
|
||||
}
|
||||
|
|
@ -17556,6 +17556,8 @@ core/.eslintrc.passing.json
|
|||
.eslintrc.passing.json
|
||||
core/install.php
|
||||
install.php
|
||||
core/.phpunit-next.xml
|
||||
.phpunit-next.xml
|
||||
core/core.api.php
|
||||
core.api.php
|
||||
core/lib/Drupal/Core/Mailer/TransportServiceFactory.php
|
||||
|
|
@ -23034,6 +23036,12 @@ Drupal/Core/Test/FunctionalTestSetupTrait.php
|
|||
Core/Test/FunctionalTestSetupTrait.php
|
||||
Test/FunctionalTestSetupTrait.php
|
||||
FunctionalTestSetupTrait.php
|
||||
core/lib/Drupal/Core/Test/PhpUnitTestDiscovery.php
|
||||
lib/Drupal/Core/Test/PhpUnitTestDiscovery.php
|
||||
Drupal/Core/Test/PhpUnitTestDiscovery.php
|
||||
Core/Test/PhpUnitTestDiscovery.php
|
||||
Test/PhpUnitTestDiscovery.php
|
||||
PhpUnitTestDiscovery.php
|
||||
core/lib/Drupal/Core/Test/TestStatus.php
|
||||
lib/Drupal/Core/Test/TestStatus.php
|
||||
Drupal/Core/Test/TestStatus.php
|
||||
|
|
@ -38657,6 +38665,13 @@ KernelTests/Core/Test/EnvironmentCleanerTest.php
|
|||
Core/Test/EnvironmentCleanerTest.php
|
||||
Test/EnvironmentCleanerTest.php
|
||||
EnvironmentCleanerTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Test/PhpUnitApiFindAllClassFilesTest.php
|
||||
tests/Drupal/KernelTests/Core/Test/PhpUnitApiFindAllClassFilesTest.php
|
||||
Drupal/KernelTests/Core/Test/PhpUnitApiFindAllClassFilesTest.php
|
||||
KernelTests/Core/Test/PhpUnitApiFindAllClassFilesTest.php
|
||||
Core/Test/PhpUnitApiFindAllClassFilesTest.php
|
||||
Test/PhpUnitApiFindAllClassFilesTest.php
|
||||
PhpUnitApiFindAllClassFilesTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Test/SimpletestTestRunResultsStorageTest.php
|
||||
tests/Drupal/KernelTests/Core/Test/SimpletestTestRunResultsStorageTest.php
|
||||
Drupal/KernelTests/Core/Test/SimpletestTestRunResultsStorageTest.php
|
||||
|
|
@ -38693,6 +38708,13 @@ KernelTests/Core/Test/PhpUnitBridgeTest.php
|
|||
Core/Test/PhpUnitBridgeTest.php
|
||||
Test/PhpUnitBridgeTest.php
|
||||
PhpUnitBridgeTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Test/PhpUnitApiGetTestClassesTest.php
|
||||
tests/Drupal/KernelTests/Core/Test/PhpUnitApiGetTestClassesTest.php
|
||||
Drupal/KernelTests/Core/Test/PhpUnitApiGetTestClassesTest.php
|
||||
KernelTests/Core/Test/PhpUnitApiGetTestClassesTest.php
|
||||
Core/Test/PhpUnitApiGetTestClassesTest.php
|
||||
Test/PhpUnitApiGetTestClassesTest.php
|
||||
PhpUnitApiGetTestClassesTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Test/AssertMailTraitTest.php
|
||||
tests/Drupal/KernelTests/Core/Test/AssertMailTraitTest.php
|
||||
Drupal/KernelTests/Core/Test/AssertMailTraitTest.php
|
||||
|
|
|
|||
|
|
@ -2607,6 +2607,7 @@ core/assets/vendor/once/once.js
|
|||
core/.deprecation-ignore.txt
|
||||
core/.eslintrc.passing.json
|
||||
core/install.php
|
||||
core/.phpunit-next.xml
|
||||
core/core.api.php
|
||||
core/lib/Drupal/Core/Mailer/TransportServiceFactory.php
|
||||
core/lib/Drupal/Core/Mailer/Transport/SendmailCommandValidationTransportFactory.php
|
||||
|
|
@ -3457,6 +3458,7 @@ core/lib/Drupal/Core/Test/JUnitConverter.php
|
|||
core/lib/Drupal/Core/Test/ObjectSerialization.php
|
||||
core/lib/Drupal/Core/Test/TestSetupTrait.php
|
||||
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php
|
||||
core/lib/Drupal/Core/Test/PhpUnitTestDiscovery.php
|
||||
core/lib/Drupal/Core/Test/TestStatus.php
|
||||
core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php
|
||||
core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php
|
||||
|
|
@ -5862,11 +5864,13 @@ core/tests/Drupal/KernelTests/Core/Http/BinaryFileResponseTest.php
|
|||
core/tests/Drupal/KernelTests/Core/Http/LinkRelationsTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Test/EnvironmentCleanerTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Test/PhpUnitApiFindAllClassFilesTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Test/SimpletestTestRunResultsStorageTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Test/PhpUnitTestDiscoveryTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Test/Comparator/MarkupInterfaceComparatorTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Test/PhpUnitBridgeTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Test/PhpUnitApiGetTestClassesTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Test/AssertMailTraitTest.php
|
||||
core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageTest.php
|
||||
core/tests/Drupal/KernelTests/Core/KeyValueStore/MemoryStorageTest.php
|
||||
|
|
|
|||
|
|
@ -129907,6 +129907,9 @@ _unreleased/2025-05-02-track-status-changes-performed-by-integrations.md
|
|||
changelog/_unreleased/2025-04-14-do-not-include-empty-subcategory-navigation-list.md
|
||||
_unreleased/2025-04-14-do-not-include-empty-subcategory-navigation-list.md
|
||||
2025-04-14-do-not-include-empty-subcategory-navigation-list.md
|
||||
changelog/_unreleased/2025-05-21-adjust-styling-label-created-by-admin.md
|
||||
_unreleased/2025-05-21-adjust-styling-label-created-by-admin.md
|
||||
2025-05-21-adjust-styling-label-created-by-admin.md
|
||||
changelog/_unreleased/2022-07-04-mail-attach.md
|
||||
_unreleased/2022-07-04-mail-attach.md
|
||||
2022-07-04-mail-attach.md
|
||||
|
|
@ -130003,6 +130006,9 @@ _unreleased/2025-04-21-implement-media-component-with-admin-sdk.md
|
|||
changelog/_unreleased/2025-04-04-implement-app-list-command.md
|
||||
_unreleased/2025-04-04-implement-app-list-command.md
|
||||
2025-04-04-implement-app-list-command.md
|
||||
changelog/_unreleased/2025-05-20-fix-deeplinkcode-overwrite.md
|
||||
_unreleased/2025-05-20-fix-deeplinkcode-overwrite.md
|
||||
2025-05-20-fix-deeplinkcode-overwrite.md
|
||||
changelog/_unreleased/2025-04-28-fix-unprepared-statements-breaking-profiler.md
|
||||
_unreleased/2025-04-28-fix-unprepared-statements-breaking-profiler.md
|
||||
2025-04-28-fix-unprepared-statements-breaking-profiler.md
|
||||
|
|
@ -130039,6 +130045,9 @@ _unreleased/2025-05-19-reduce-downtime-while-theme-change.md
|
|||
changelog/_unreleased/2025-04-03-add-missing-js-class-to-header-search.md
|
||||
_unreleased/2025-04-03-add-missing-js-class-to-header-search.md
|
||||
2025-04-03-add-missing-js-class-to-header-search.md
|
||||
changelog/_unreleased/2025-05-22-fix-paging-listing-page-parameter-post.md
|
||||
_unreleased/2025-05-22-fix-paging-listing-page-parameter-post.md
|
||||
2025-05-22-fix-paging-listing-page-parameter-post.md
|
||||
changelog/_unreleased/2024-12-19-rename-transaction-transition-action-pay-and-pay-partially.md
|
||||
_unreleased/2024-12-19-rename-transaction-transition-action-pay-and-pay-partially.md
|
||||
2024-12-19-rename-transaction-transition-action-pay-and-pay-partially.md
|
||||
|
|
|
|||
|
|
@ -16646,6 +16646,7 @@ changelog/_unreleased/2025-04-08-sw-icon-variable-icon-name.md
|
|||
changelog/_unreleased/2025-03-13-disable-prefix-search-for-synonyms-to-prevent-irrelevant-results.md
|
||||
changelog/_unreleased/2025-05-02-track-status-changes-performed-by-integrations.md
|
||||
changelog/_unreleased/2025-04-14-do-not-include-empty-subcategory-navigation-list.md
|
||||
changelog/_unreleased/2025-05-21-adjust-styling-label-created-by-admin.md
|
||||
changelog/_unreleased/2022-07-04-mail-attach.md
|
||||
changelog/_unreleased/2024-04-25-implement-mt-banner-code-mod.md
|
||||
changelog/_unreleased/2024-05-22-navbar-for-main-navigation.md
|
||||
|
|
@ -16678,6 +16679,7 @@ changelog/_unreleased/2025-05-20-account-design-adjustments.md
|
|||
changelog/_unreleased/2025-04-11-new-event-for-fetched-category-ids.md
|
||||
changelog/_unreleased/2025-04-21-implement-media-component-with-admin-sdk.md
|
||||
changelog/_unreleased/2025-04-04-implement-app-list-command.md
|
||||
changelog/_unreleased/2025-05-20-fix-deeplinkcode-overwrite.md
|
||||
changelog/_unreleased/2025-04-28-fix-unprepared-statements-breaking-profiler.md
|
||||
changelog/_unreleased/2025-05-22-fix-search-term-custom-find-weird-icons.md
|
||||
changelog/_unreleased/2025-04-28-case-insensitive-guest-order-check.md
|
||||
|
|
@ -16690,6 +16692,7 @@ changelog/_unreleased/2025-01-07-fix-gallery-thumbnail-slider.md
|
|||
changelog/_unreleased/2025-04-17-fix-dal-inherited-to-many.md
|
||||
changelog/_unreleased/2025-05-19-reduce-downtime-while-theme-change.md
|
||||
changelog/_unreleased/2025-04-03-add-missing-js-class-to-header-search.md
|
||||
changelog/_unreleased/2025-05-22-fix-paging-listing-page-parameter-post.md
|
||||
changelog/_unreleased/2024-12-19-rename-transaction-transition-action-pay-and-pay-partially.md
|
||||
changelog/_unreleased/2025-04-17-fix-webhook-dispatching-for-not-versioned-events.md
|
||||
changelog/_unreleased/2025-03-19-add-nl2br-filter-to-review-content.md
|
||||
|
|
|
|||
|
|
@ -30092,6 +30092,15 @@ tests/Twig/ErrorTemplateFinder/ErrorTemplateFinderTest.php
|
|||
Twig/ErrorTemplateFinder/ErrorTemplateFinderTest.php
|
||||
ErrorTemplateFinder/ErrorTemplateFinderTest.php
|
||||
ErrorTemplateFinderTest.php
|
||||
src/Sylius/Bundle/AdminBundle/tests/Twig/Component/Dashboard/PendingActionCountComponentTest.php
|
||||
Sylius/Bundle/AdminBundle/tests/Twig/Component/Dashboard/PendingActionCountComponentTest.php
|
||||
Bundle/AdminBundle/tests/Twig/Component/Dashboard/PendingActionCountComponentTest.php
|
||||
AdminBundle/tests/Twig/Component/Dashboard/PendingActionCountComponentTest.php
|
||||
tests/Twig/Component/Dashboard/PendingActionCountComponentTest.php
|
||||
Twig/Component/Dashboard/PendingActionCountComponentTest.php
|
||||
Component/Dashboard/PendingActionCountComponentTest.php
|
||||
Dashboard/PendingActionCountComponentTest.php
|
||||
PendingActionCountComponentTest.php
|
||||
src/Sylius/Bundle/AdminBundle/tests/Twig/Component/Shared/Navbar/NotificationsComponentTest.php
|
||||
Sylius/Bundle/AdminBundle/tests/Twig/Component/Shared/Navbar/NotificationsComponentTest.php
|
||||
Bundle/AdminBundle/tests/Twig/Component/Shared/Navbar/NotificationsComponentTest.php
|
||||
|
|
@ -30109,6 +30118,46 @@ AdminBundle/tests/Twig/PaymentMethodExtensionTest.php
|
|||
tests/Twig/PaymentMethodExtensionTest.php
|
||||
Twig/PaymentMethodExtensionTest.php
|
||||
PaymentMethodExtensionTest.php
|
||||
src/Sylius/Bundle/AdminBundle/tests/PendingAction/Provider/CountPendingPaymentsProviderTest.php
|
||||
Sylius/Bundle/AdminBundle/tests/PendingAction/Provider/CountPendingPaymentsProviderTest.php
|
||||
Bundle/AdminBundle/tests/PendingAction/Provider/CountPendingPaymentsProviderTest.php
|
||||
AdminBundle/tests/PendingAction/Provider/CountPendingPaymentsProviderTest.php
|
||||
tests/PendingAction/Provider/CountPendingPaymentsProviderTest.php
|
||||
PendingAction/Provider/CountPendingPaymentsProviderTest.php
|
||||
Provider/CountPendingPaymentsProviderTest.php
|
||||
CountPendingPaymentsProviderTest.php
|
||||
src/Sylius/Bundle/AdminBundle/tests/PendingAction/Provider/CountOrdersToProcessProviderTest.php
|
||||
Sylius/Bundle/AdminBundle/tests/PendingAction/Provider/CountOrdersToProcessProviderTest.php
|
||||
Bundle/AdminBundle/tests/PendingAction/Provider/CountOrdersToProcessProviderTest.php
|
||||
AdminBundle/tests/PendingAction/Provider/CountOrdersToProcessProviderTest.php
|
||||
tests/PendingAction/Provider/CountOrdersToProcessProviderTest.php
|
||||
PendingAction/Provider/CountOrdersToProcessProviderTest.php
|
||||
Provider/CountOrdersToProcessProviderTest.php
|
||||
CountOrdersToProcessProviderTest.php
|
||||
src/Sylius/Bundle/AdminBundle/tests/PendingAction/Provider/CountProductVariantsOutOfStockProviderTest.php
|
||||
Sylius/Bundle/AdminBundle/tests/PendingAction/Provider/CountProductVariantsOutOfStockProviderTest.php
|
||||
Bundle/AdminBundle/tests/PendingAction/Provider/CountProductVariantsOutOfStockProviderTest.php
|
||||
AdminBundle/tests/PendingAction/Provider/CountProductVariantsOutOfStockProviderTest.php
|
||||
tests/PendingAction/Provider/CountProductVariantsOutOfStockProviderTest.php
|
||||
PendingAction/Provider/CountProductVariantsOutOfStockProviderTest.php
|
||||
Provider/CountProductVariantsOutOfStockProviderTest.php
|
||||
CountProductVariantsOutOfStockProviderTest.php
|
||||
src/Sylius/Bundle/AdminBundle/tests/PendingAction/Provider/CountProductReviewsToApproveProviderTest.php
|
||||
Sylius/Bundle/AdminBundle/tests/PendingAction/Provider/CountProductReviewsToApproveProviderTest.php
|
||||
Bundle/AdminBundle/tests/PendingAction/Provider/CountProductReviewsToApproveProviderTest.php
|
||||
AdminBundle/tests/PendingAction/Provider/CountProductReviewsToApproveProviderTest.php
|
||||
tests/PendingAction/Provider/CountProductReviewsToApproveProviderTest.php
|
||||
PendingAction/Provider/CountProductReviewsToApproveProviderTest.php
|
||||
Provider/CountProductReviewsToApproveProviderTest.php
|
||||
CountProductReviewsToApproveProviderTest.php
|
||||
src/Sylius/Bundle/AdminBundle/tests/PendingAction/Provider/CountShipmentsToShipProviderTest.php
|
||||
Sylius/Bundle/AdminBundle/tests/PendingAction/Provider/CountShipmentsToShipProviderTest.php
|
||||
Bundle/AdminBundle/tests/PendingAction/Provider/CountShipmentsToShipProviderTest.php
|
||||
AdminBundle/tests/PendingAction/Provider/CountShipmentsToShipProviderTest.php
|
||||
tests/PendingAction/Provider/CountShipmentsToShipProviderTest.php
|
||||
PendingAction/Provider/CountShipmentsToShipProviderTest.php
|
||||
Provider/CountShipmentsToShipProviderTest.php
|
||||
CountShipmentsToShipProviderTest.php
|
||||
src/Sylius/Bundle/AdminBundle/tests/Event/CustomerShowMenuBuilderEventTest.php
|
||||
Sylius/Bundle/AdminBundle/tests/Event/CustomerShowMenuBuilderEventTest.php
|
||||
Bundle/AdminBundle/tests/Event/CustomerShowMenuBuilderEventTest.php
|
||||
|
|
@ -33406,55 +33455,6 @@ Sylius/Bundle/AdminBundle/LICENSE
|
|||
Bundle/AdminBundle/LICENSE
|
||||
AdminBundle/LICENSE
|
||||
LICENSE
|
||||
src/Sylius/Bundle/AdminBundle/Tests/Twig/Component/Dashboard/PendingActionCountComponentTest.php
|
||||
Sylius/Bundle/AdminBundle/Tests/Twig/Component/Dashboard/PendingActionCountComponentTest.php
|
||||
Bundle/AdminBundle/Tests/Twig/Component/Dashboard/PendingActionCountComponentTest.php
|
||||
AdminBundle/Tests/Twig/Component/Dashboard/PendingActionCountComponentTest.php
|
||||
Tests/Twig/Component/Dashboard/PendingActionCountComponentTest.php
|
||||
Twig/Component/Dashboard/PendingActionCountComponentTest.php
|
||||
Component/Dashboard/PendingActionCountComponentTest.php
|
||||
Dashboard/PendingActionCountComponentTest.php
|
||||
PendingActionCountComponentTest.php
|
||||
src/Sylius/Bundle/AdminBundle/Tests/PendingAction/Provider/CountPendingPaymentsProviderTest.php
|
||||
Sylius/Bundle/AdminBundle/Tests/PendingAction/Provider/CountPendingPaymentsProviderTest.php
|
||||
Bundle/AdminBundle/Tests/PendingAction/Provider/CountPendingPaymentsProviderTest.php
|
||||
AdminBundle/Tests/PendingAction/Provider/CountPendingPaymentsProviderTest.php
|
||||
Tests/PendingAction/Provider/CountPendingPaymentsProviderTest.php
|
||||
PendingAction/Provider/CountPendingPaymentsProviderTest.php
|
||||
Provider/CountPendingPaymentsProviderTest.php
|
||||
CountPendingPaymentsProviderTest.php
|
||||
src/Sylius/Bundle/AdminBundle/Tests/PendingAction/Provider/CountOrdersToProcessProviderTest.php
|
||||
Sylius/Bundle/AdminBundle/Tests/PendingAction/Provider/CountOrdersToProcessProviderTest.php
|
||||
Bundle/AdminBundle/Tests/PendingAction/Provider/CountOrdersToProcessProviderTest.php
|
||||
AdminBundle/Tests/PendingAction/Provider/CountOrdersToProcessProviderTest.php
|
||||
Tests/PendingAction/Provider/CountOrdersToProcessProviderTest.php
|
||||
PendingAction/Provider/CountOrdersToProcessProviderTest.php
|
||||
Provider/CountOrdersToProcessProviderTest.php
|
||||
CountOrdersToProcessProviderTest.php
|
||||
src/Sylius/Bundle/AdminBundle/Tests/PendingAction/Provider/CountProductVariantsOutOfStockProviderTest.php
|
||||
Sylius/Bundle/AdminBundle/Tests/PendingAction/Provider/CountProductVariantsOutOfStockProviderTest.php
|
||||
Bundle/AdminBundle/Tests/PendingAction/Provider/CountProductVariantsOutOfStockProviderTest.php
|
||||
AdminBundle/Tests/PendingAction/Provider/CountProductVariantsOutOfStockProviderTest.php
|
||||
Tests/PendingAction/Provider/CountProductVariantsOutOfStockProviderTest.php
|
||||
PendingAction/Provider/CountProductVariantsOutOfStockProviderTest.php
|
||||
Provider/CountProductVariantsOutOfStockProviderTest.php
|
||||
CountProductVariantsOutOfStockProviderTest.php
|
||||
src/Sylius/Bundle/AdminBundle/Tests/PendingAction/Provider/CountProductReviewsToApproveProviderTest.php
|
||||
Sylius/Bundle/AdminBundle/Tests/PendingAction/Provider/CountProductReviewsToApproveProviderTest.php
|
||||
Bundle/AdminBundle/Tests/PendingAction/Provider/CountProductReviewsToApproveProviderTest.php
|
||||
AdminBundle/Tests/PendingAction/Provider/CountProductReviewsToApproveProviderTest.php
|
||||
Tests/PendingAction/Provider/CountProductReviewsToApproveProviderTest.php
|
||||
PendingAction/Provider/CountProductReviewsToApproveProviderTest.php
|
||||
Provider/CountProductReviewsToApproveProviderTest.php
|
||||
CountProductReviewsToApproveProviderTest.php
|
||||
src/Sylius/Bundle/AdminBundle/Tests/PendingAction/Provider/CountShipmentsToShipProviderTest.php
|
||||
Sylius/Bundle/AdminBundle/Tests/PendingAction/Provider/CountShipmentsToShipProviderTest.php
|
||||
Bundle/AdminBundle/Tests/PendingAction/Provider/CountShipmentsToShipProviderTest.php
|
||||
AdminBundle/Tests/PendingAction/Provider/CountShipmentsToShipProviderTest.php
|
||||
Tests/PendingAction/Provider/CountShipmentsToShipProviderTest.php
|
||||
PendingAction/Provider/CountShipmentsToShipProviderTest.php
|
||||
Provider/CountShipmentsToShipProviderTest.php
|
||||
CountShipmentsToShipProviderTest.php
|
||||
src/Sylius/Bundle/AdminBundle/Exception/CreateAdminUserFailedException.php
|
||||
Sylius/Bundle/AdminBundle/Exception/CreateAdminUserFailedException.php
|
||||
Bundle/AdminBundle/Exception/CreateAdminUserFailedException.php
|
||||
|
|
|
|||
|
|
@ -3787,8 +3787,14 @@ src/Sylius/Bundle/AdminBundle/Generator/TaxonSlugGeneratorInterface.php
|
|||
src/Sylius/Bundle/AdminBundle/tests/CommandHandler/CreateAdminUserHandlerTest.php
|
||||
src/Sylius/Bundle/AdminBundle/tests/Provider/LoggedInAdminUserProviderTest.php
|
||||
src/Sylius/Bundle/AdminBundle/tests/Twig/ErrorTemplateFinder/ErrorTemplateFinderTest.php
|
||||
src/Sylius/Bundle/AdminBundle/tests/Twig/Component/Dashboard/PendingActionCountComponentTest.php
|
||||
src/Sylius/Bundle/AdminBundle/tests/Twig/Component/Shared/Navbar/NotificationsComponentTest.php
|
||||
src/Sylius/Bundle/AdminBundle/tests/Twig/PaymentMethodExtensionTest.php
|
||||
src/Sylius/Bundle/AdminBundle/tests/PendingAction/Provider/CountPendingPaymentsProviderTest.php
|
||||
src/Sylius/Bundle/AdminBundle/tests/PendingAction/Provider/CountOrdersToProcessProviderTest.php
|
||||
src/Sylius/Bundle/AdminBundle/tests/PendingAction/Provider/CountProductVariantsOutOfStockProviderTest.php
|
||||
src/Sylius/Bundle/AdminBundle/tests/PendingAction/Provider/CountProductReviewsToApproveProviderTest.php
|
||||
src/Sylius/Bundle/AdminBundle/tests/PendingAction/Provider/CountShipmentsToShipProviderTest.php
|
||||
src/Sylius/Bundle/AdminBundle/tests/Event/CustomerShowMenuBuilderEventTest.php
|
||||
src/Sylius/Bundle/AdminBundle/tests/Event/OrderShowMenuBuilderEventTest.php
|
||||
src/Sylius/Bundle/AdminBundle/tests/Generator/TaxonSlugGeneratorTest.php
|
||||
|
|
@ -4200,12 +4206,6 @@ src/Sylius/Bundle/AdminBundle/Doctrine/Query/Taxon/AllTaxonsInterface.php
|
|||
src/Sylius/Bundle/AdminBundle/SectionResolver/AdminSection.php
|
||||
src/Sylius/Bundle/AdminBundle/SectionResolver/AdminUriBasedSectionResolver.php
|
||||
src/Sylius/Bundle/AdminBundle/LICENSE
|
||||
src/Sylius/Bundle/AdminBundle/Tests/Twig/Component/Dashboard/PendingActionCountComponentTest.php
|
||||
src/Sylius/Bundle/AdminBundle/Tests/PendingAction/Provider/CountPendingPaymentsProviderTest.php
|
||||
src/Sylius/Bundle/AdminBundle/Tests/PendingAction/Provider/CountOrdersToProcessProviderTest.php
|
||||
src/Sylius/Bundle/AdminBundle/Tests/PendingAction/Provider/CountProductVariantsOutOfStockProviderTest.php
|
||||
src/Sylius/Bundle/AdminBundle/Tests/PendingAction/Provider/CountProductReviewsToApproveProviderTest.php
|
||||
src/Sylius/Bundle/AdminBundle/Tests/PendingAction/Provider/CountShipmentsToShipProviderTest.php
|
||||
src/Sylius/Bundle/AdminBundle/Exception/CreateAdminUserFailedException.php
|
||||
src/Sylius/Bundle/AdminBundle/LICENSE_OF_TRADEMARK_AND_LOGO
|
||||
src/Sylius/Bundle/AdminBundle/Notification/CompositeNotificationProvider.php
|
||||
|
|
|
|||
|
|
@ -3811,12 +3811,6 @@ apache/el/parser/TestAstOr.java
|
|||
el/parser/TestAstOr.java
|
||||
parser/TestAstOr.java
|
||||
TestAstOr.java
|
||||
test/org/apache/el/parser/TestAstPlus.java
|
||||
org/apache/el/parser/TestAstPlus.java
|
||||
apache/el/parser/TestAstPlus.java
|
||||
el/parser/TestAstPlus.java
|
||||
parser/TestAstPlus.java
|
||||
TestAstPlus.java
|
||||
test/org/apache/el/parser/TestAstSemicolon.java
|
||||
org/apache/el/parser/TestAstSemicolon.java
|
||||
apache/el/parser/TestAstSemicolon.java
|
||||
|
|
|
|||
|
|
@ -624,7 +624,6 @@ test/org/apache/el/parser/TestAstInteger.java
|
|||
test/org/apache/el/parser/TestELParser.java
|
||||
test/org/apache/el/parser/TestAstMapData.java
|
||||
test/org/apache/el/parser/TestAstOr.java
|
||||
test/org/apache/el/parser/TestAstPlus.java
|
||||
test/org/apache/el/parser/TestAstSemicolon.java
|
||||
test/org/apache/el/parser/TestAstFunction.java
|
||||
test/org/apache/el/parser/TestAstValue.java
|
||||
|
|
|
|||
|
|
@ -64474,6 +64474,10 @@ woocommerce/client/blocks/.editorconfig
|
|||
client/blocks/.editorconfig
|
||||
blocks/.editorconfig
|
||||
.editorconfig
|
||||
plugins/woocommerce/changelog/update-58129
|
||||
woocommerce/changelog/update-58129
|
||||
changelog/update-58129
|
||||
update-58129
|
||||
plugins/woocommerce/changelog/57964-fix-wooplug-4144-2-remove-dot-from-description
|
||||
woocommerce/changelog/57964-fix-wooplug-4144-2-remove-dot-from-description
|
||||
changelog/57964-fix-wooplug-4144-2-remove-dot-from-description
|
||||
|
|
@ -64506,10 +64510,6 @@ plugins/woocommerce/changelog/57892-product-collection-alphabetical-fallback
|
|||
woocommerce/changelog/57892-product-collection-alphabetical-fallback
|
||||
changelog/57892-product-collection-alphabetical-fallback
|
||||
57892-product-collection-alphabetical-fallback
|
||||
plugins/woocommerce/changelog/fix-filter-blocks-visibility
|
||||
woocommerce/changelog/fix-filter-blocks-visibility
|
||||
changelog/fix-filter-blocks-visibility
|
||||
fix-filter-blocks-visibility
|
||||
plugins/woocommerce/changelog/fix-WOOPLUG-4337-improve-get-available-variations-blocks
|
||||
woocommerce/changelog/fix-WOOPLUG-4337-improve-get-available-variations-blocks
|
||||
changelog/fix-WOOPLUG-4337-improve-get-available-variations-blocks
|
||||
|
|
@ -64518,10 +64518,6 @@ plugins/woocommerce/changelog/57946-fix-issue-43771
|
|||
woocommerce/changelog/57946-fix-issue-43771
|
||||
changelog/57946-fix-issue-43771
|
||||
57946-fix-issue-43771
|
||||
plugins/woocommerce/changelog/wooplug-4127-ci-core-api-tests-flaky-refund-tests
|
||||
woocommerce/changelog/wooplug-4127-ci-core-api-tests-flaky-refund-tests
|
||||
changelog/wooplug-4127-ci-core-api-tests-flaky-refund-tests
|
||||
wooplug-4127-ci-core-api-tests-flaky-refund-tests
|
||||
plugins/woocommerce/changelog/58190-fix-default-country-in-business-step
|
||||
woocommerce/changelog/58190-fix-default-country-in-business-step
|
||||
changelog/58190-fix-default-country-in-business-step
|
||||
|
|
@ -64542,14 +64538,14 @@ plugins/woocommerce/changelog/fix-42382
|
|||
woocommerce/changelog/fix-42382
|
||||
changelog/fix-42382
|
||||
fix-42382
|
||||
plugins/woocommerce/changelog/enhance-WOOPLUG-4390-duplicate-activate-payments-screens
|
||||
woocommerce/changelog/enhance-WOOPLUG-4390-duplicate-activate-payments-screens
|
||||
changelog/enhance-WOOPLUG-4390-duplicate-activate-payments-screens
|
||||
enhance-WOOPLUG-4390-duplicate-activate-payments-screens
|
||||
plugins/woocommerce/changelog/fix-WOOPLUG-790-customer-bought-products-perf
|
||||
woocommerce/changelog/fix-WOOPLUG-790-customer-bought-products-perf
|
||||
changelog/fix-WOOPLUG-790-customer-bought-products-perf
|
||||
fix-WOOPLUG-790-customer-bought-products-perf
|
||||
plugins/woocommerce/changelog/58158-fix-show-completed-for-test-account-step
|
||||
woocommerce/changelog/58158-fix-show-completed-for-test-account-step
|
||||
changelog/58158-fix-show-completed-for-test-account-step
|
||||
58158-fix-show-completed-for-test-account-step
|
||||
plugins/woocommerce/changelog/fix-57577
|
||||
woocommerce/changelog/fix-57577
|
||||
changelog/fix-57577
|
||||
|
|
@ -64566,42 +64562,18 @@ plugins/woocommerce/changelog/wooplug-3648-technical-debt-refactor-create-accoun
|
|||
woocommerce/changelog/wooplug-3648-technical-debt-refactor-create-account-service-class
|
||||
changelog/wooplug-3648-technical-debt-refactor-create-account-service-class
|
||||
wooplug-3648-technical-debt-refactor-create-account-service-class
|
||||
plugins/woocommerce/changelog/57867-update-nox-api-step-init-failure-handling
|
||||
woocommerce/changelog/57867-update-nox-api-step-init-failure-handling
|
||||
changelog/57867-update-nox-api-step-init-failure-handling
|
||||
57867-update-nox-api-step-init-failure-handling
|
||||
plugins/woocommerce/changelog/fix-prevent-incentives-from-running-shopper-facing-logic
|
||||
woocommerce/changelog/fix-prevent-incentives-from-running-shopper-facing-logic
|
||||
changelog/fix-prevent-incentives-from-running-shopper-facing-logic
|
||||
fix-prevent-incentives-from-running-shopper-facing-logic
|
||||
plugins/woocommerce/changelog/try-product-details-compatibility-layer
|
||||
woocommerce/changelog/try-product-details-compatibility-layer
|
||||
changelog/try-product-details-compatibility-layer
|
||||
try-product-details-compatibility-layer
|
||||
plugins/woocommerce/changelog/fix-WOOPLUG-4264-gateway-plugin-file-type-error
|
||||
woocommerce/changelog/fix-WOOPLUG-4264-gateway-plugin-file-type-error
|
||||
changelog/fix-WOOPLUG-4264-gateway-plugin-file-type-error
|
||||
fix-WOOPLUG-4264-gateway-plugin-file-type-error
|
||||
plugins/woocommerce/changelog/dev-57213-update-php-compatibility-dependecy
|
||||
woocommerce/changelog/dev-57213-update-php-compatibility-dependecy
|
||||
changelog/dev-57213-update-php-compatibility-dependecy
|
||||
dev-57213-update-php-compatibility-dependecy
|
||||
plugins/woocommerce/changelog/update-wooplug-4334-payments-nox-better-handle-non-standard-payment-gateway-code
|
||||
woocommerce/changelog/update-wooplug-4334-payments-nox-better-handle-non-standard-payment-gateway-code
|
||||
changelog/update-wooplug-4334-payments-nox-better-handle-non-standard-payment-gateway-code
|
||||
update-wooplug-4334-payments-nox-better-handle-non-standard-payment-gateway-code
|
||||
plugins/woocommerce/changelog/update-wooplug-4207-square-as-provider
|
||||
woocommerce/changelog/update-wooplug-4207-square-as-provider
|
||||
changelog/update-wooplug-4207-square-as-provider
|
||||
update-wooplug-4207-square-as-provider
|
||||
plugins/woocommerce/changelog/wooplug-3952-update-delivery-testing-for-the-checkout-block
|
||||
woocommerce/changelog/wooplug-3952-update-delivery-testing-for-the-checkout-block
|
||||
changelog/wooplug-3952-update-delivery-testing-for-the-checkout-block
|
||||
wooplug-3952-update-delivery-testing-for-the-checkout-block
|
||||
plugins/woocommerce/changelog/58071-update-wooprd-522-update-klaviyo-visibility-in-core-profiler
|
||||
woocommerce/changelog/58071-update-wooprd-522-update-klaviyo-visibility-in-core-profiler
|
||||
changelog/58071-update-wooprd-522-update-klaviyo-visibility-in-core-profiler
|
||||
58071-update-wooprd-522-update-klaviyo-visibility-in-core-profiler
|
||||
plugins/woocommerce/changelog/wooplug-3075-fix-error-notices-disappearing
|
||||
woocommerce/changelog/wooplug-3075-fix-error-notices-disappearing
|
||||
changelog/wooplug-3075-fix-error-notices-disappearing
|
||||
|
|
@ -64662,10 +64634,6 @@ plugins/woocommerce/changelog/57948-wooplug-2367-flaky-test-theme-template-has-p
|
|||
woocommerce/changelog/57948-wooplug-2367-flaky-test-theme-template-has-priority-over-woocommerces-and
|
||||
changelog/57948-wooplug-2367-flaky-test-theme-template-has-priority-over-woocommerces-and
|
||||
57948-wooplug-2367-flaky-test-theme-template-has-priority-over-woocommerces-and
|
||||
plugins/woocommerce/changelog/wooprd-511-enhancement-remove-the-payment-methods-heading-from-the-take
|
||||
woocommerce/changelog/wooprd-511-enhancement-remove-the-payment-methods-heading-from-the-take
|
||||
changelog/wooprd-511-enhancement-remove-the-payment-methods-heading-from-the-take
|
||||
wooprd-511-enhancement-remove-the-payment-methods-heading-from-the-take
|
||||
plugins/woocommerce/changelog/57991-fix-wooplug-2694
|
||||
woocommerce/changelog/57991-fix-wooplug-2694
|
||||
changelog/57991-fix-wooplug-2694
|
||||
|
|
@ -64686,22 +64654,10 @@ plugins/woocommerce/changelog/fix-add-to-cart-with-options-string-updates
|
|||
woocommerce/changelog/fix-add-to-cart-with-options-string-updates
|
||||
changelog/fix-add-to-cart-with-options-string-updates
|
||||
fix-add-to-cart-with-options-string-updates
|
||||
plugins/woocommerce/changelog/wooplug-4302-php-deprecation-in-email-cc-and-bcc
|
||||
woocommerce/changelog/wooplug-4302-php-deprecation-in-email-cc-and-bcc
|
||||
changelog/wooplug-4302-php-deprecation-in-email-cc-and-bcc
|
||||
wooplug-4302-php-deprecation-in-email-cc-and-bcc
|
||||
plugins/woocommerce/changelog/58101-dev-disable-forked-iapi-runtime-by-default
|
||||
woocommerce/changelog/58101-dev-disable-forked-iapi-runtime-by-default
|
||||
changelog/58101-dev-disable-forked-iapi-runtime-by-default
|
||||
58101-dev-disable-forked-iapi-runtime-by-default
|
||||
plugins/woocommerce/changelog/fix-wc-admin-page-controller-hooking-feature-dependency
|
||||
woocommerce/changelog/fix-wc-admin-page-controller-hooking-feature-dependency
|
||||
changelog/fix-wc-admin-page-controller-hooking-feature-dependency
|
||||
fix-wc-admin-page-controller-hooking-feature-dependency
|
||||
plugins/woocommerce/changelog/wooplug-4233-offline-payment-method-qa-follow-ups
|
||||
woocommerce/changelog/wooplug-4233-offline-payment-method-qa-follow-ups
|
||||
changelog/wooplug-4233-offline-payment-method-qa-follow-ups
|
||||
wooplug-4233-offline-payment-method-qa-follow-ups
|
||||
plugins/woocommerce/changelog/wooplug-4218-block-email-editor-prints-many-updated-block-coreheading
|
||||
woocommerce/changelog/wooplug-4218-block-email-editor-prints-many-updated-block-coreheading
|
||||
changelog/wooplug-4218-block-email-editor-prints-many-updated-block-coreheading
|
||||
|
|
@ -64726,18 +64682,6 @@ plugins/woocommerce/changelog/remove-mini-cart-widget-e2e-test
|
|||
woocommerce/changelog/remove-mini-cart-widget-e2e-test
|
||||
changelog/remove-mini-cart-widget-e2e-test
|
||||
remove-mini-cart-widget-e2e-test
|
||||
plugins/woocommerce/changelog/58128-fix-duplicate-industry-label
|
||||
woocommerce/changelog/58128-fix-duplicate-industry-label
|
||||
changelog/58128-fix-duplicate-industry-label
|
||||
58128-fix-duplicate-industry-label
|
||||
plugins/woocommerce/changelog/58144-fix-remove-testing-step-uae-singapore
|
||||
woocommerce/changelog/58144-fix-remove-testing-step-uae-singapore
|
||||
changelog/58144-fix-remove-testing-step-uae-singapore
|
||||
58144-fix-remove-testing-step-uae-singapore
|
||||
plugins/woocommerce/changelog/update-limit-payments-providers-errors-wp-admin-impact
|
||||
woocommerce/changelog/update-limit-payments-providers-errors-wp-admin-impact
|
||||
changelog/update-limit-payments-providers-errors-wp-admin-impact
|
||||
update-limit-payments-providers-errors-wp-admin-impact
|
||||
plugins/woocommerce/changelog/wooplug-4200-edtitor-ui-updates
|
||||
woocommerce/changelog/wooplug-4200-edtitor-ui-updates
|
||||
changelog/wooplug-4200-edtitor-ui-updates
|
||||
|
|
@ -64786,18 +64730,14 @@ plugins/woocommerce/changelog/pr-57992
|
|||
woocommerce/changelog/pr-57992
|
||||
changelog/pr-57992
|
||||
pr-57992
|
||||
plugins/woocommerce/changelog/dev-wooplug-4384-disable-e2e-release-checks-for-pressable-and-wpcom-envs
|
||||
woocommerce/changelog/dev-wooplug-4384-disable-e2e-release-checks-for-pressable-and-wpcom-envs
|
||||
changelog/dev-wooplug-4384-disable-e2e-release-checks-for-pressable-and-wpcom-envs
|
||||
dev-wooplug-4384-disable-e2e-release-checks-for-pressable-and-wpcom-envs
|
||||
plugins/woocommerce/changelog/enhance-WOOPLUG-4385-initialize-payment-gateways
|
||||
woocommerce/changelog/enhance-WOOPLUG-4385-initialize-payment-gateways
|
||||
changelog/enhance-WOOPLUG-4385-initialize-payment-gateways
|
||||
enhance-WOOPLUG-4385-initialize-payment-gateways
|
||||
plugins/woocommerce/changelog/clean-up-session-and-purge
|
||||
woocommerce/changelog/clean-up-session-and-purge
|
||||
changelog/clean-up-session-and-purge
|
||||
clean-up-session-and-purge
|
||||
plugins/woocommerce/changelog/update-viva-urls
|
||||
woocommerce/changelog/update-viva-urls
|
||||
changelog/update-viva-urls
|
||||
update-viva-urls
|
||||
plugins/woocommerce/changelog/trigger-pos-refund-emails-for-pos-orders
|
||||
woocommerce/changelog/trigger-pos-refund-emails-for-pos-orders
|
||||
changelog/trigger-pos-refund-emails-for-pos-orders
|
||||
|
|
@ -64818,14 +64758,10 @@ plugins/woocommerce/changelog/58108-fix-wooplug-4308-php-warning-in-pluginshelpe
|
|||
woocommerce/changelog/58108-fix-wooplug-4308-php-warning-in-pluginshelper-get_expired_subscription_notice
|
||||
changelog/58108-fix-wooplug-4308-php-warning-in-pluginshelper-get_expired_subscription_notice
|
||||
58108-fix-wooplug-4308-php-warning-in-pluginshelper-get_expired_subscription_notice
|
||||
plugins/woocommerce/changelog/update-prevent-running-shopper-facing-logic-on-payments-tasks
|
||||
woocommerce/changelog/update-prevent-running-shopper-facing-logic-on-payments-tasks
|
||||
changelog/update-prevent-running-shopper-facing-logic-on-payments-tasks
|
||||
update-prevent-running-shopper-facing-logic-on-payments-tasks
|
||||
plugins/woocommerce/changelog/update-wooplug-3716-nox-remove-the-payment-settings-beta-feature-flag
|
||||
woocommerce/changelog/update-wooplug-3716-nox-remove-the-payment-settings-beta-feature-flag
|
||||
changelog/update-wooplug-3716-nox-remove-the-payment-settings-beta-feature-flag
|
||||
update-wooplug-3716-nox-remove-the-payment-settings-beta-feature-flag
|
||||
plugins/woocommerce/changelog/58243-fix-initial-ui-progress-test-account-creation
|
||||
woocommerce/changelog/58243-fix-initial-ui-progress-test-account-creation
|
||||
changelog/58243-fix-initial-ui-progress-test-account-creation
|
||||
58243-fix-initial-ui-progress-test-account-creation
|
||||
plugins/woocommerce/changelog/57980-fix-product-sale-badge
|
||||
woocommerce/changelog/57980-fix-product-sale-badge
|
||||
changelog/57980-fix-product-sale-badge
|
||||
|
|
@ -89069,6 +89005,11 @@ php/email-editor/src/class-email-css-inliner.php
|
|||
email-editor/src/class-email-css-inliner.php
|
||||
src/class-email-css-inliner.php
|
||||
class-email-css-inliner.php
|
||||
packages/php/email-editor/changelog/update-58129
|
||||
php/email-editor/changelog/update-58129
|
||||
email-editor/changelog/update-58129
|
||||
changelog/update-58129
|
||||
update-58129
|
||||
packages/php/email-editor/changelog/.gitkeep
|
||||
php/email-editor/changelog/.gitkeep
|
||||
email-editor/changelog/.gitkeep
|
||||
|
|
|
|||
|
|
@ -8042,6 +8042,7 @@ plugins/woocommerce/client/blocks/docs/examples/checkout-order-processed.md
|
|||
plugins/woocommerce/client/blocks/docs/examples/validate-cart.md
|
||||
plugins/woocommerce/client/blocks/docs/examples/payment-gateways-features-list.md
|
||||
plugins/woocommerce/client/blocks/.editorconfig
|
||||
plugins/woocommerce/changelog/update-58129
|
||||
plugins/woocommerce/changelog/57964-fix-wooplug-4144-2-remove-dot-from-description
|
||||
plugins/woocommerce/changelog/display-pos-store-name-in-email-header-html
|
||||
plugins/woocommerce/changelog/58150-fix-wooplug-1009
|
||||
|
|
@ -8050,30 +8051,22 @@ plugins/woocommerce/changelog/add-pos-settings-for-pos-html-plaintext-templates
|
|||
plugins/woocommerce/changelog/57911-fix-issue-27632
|
||||
plugins/woocommerce/changelog/wooplug-4114-on-sale-badge-poc-of-filter-allowing-to-change-the-label
|
||||
plugins/woocommerce/changelog/57892-product-collection-alphabetical-fallback
|
||||
plugins/woocommerce/changelog/fix-filter-blocks-visibility
|
||||
plugins/woocommerce/changelog/fix-WOOPLUG-4337-improve-get-available-variations-blocks
|
||||
plugins/woocommerce/changelog/57946-fix-issue-43771
|
||||
plugins/woocommerce/changelog/wooplug-4127-ci-core-api-tests-flaky-refund-tests
|
||||
plugins/woocommerce/changelog/58190-fix-default-country-in-business-step
|
||||
plugins/woocommerce/changelog/wooplug-3614-add-a-new-setting-in-wc-settings-general-for-use-predictive
|
||||
plugins/woocommerce/changelog/57920-fix-package-items-style-broken
|
||||
plugins/woocommerce/changelog/wooplug-1059-enhancement-send-order-cancellation-email-to-customers
|
||||
plugins/woocommerce/changelog/fix-42382
|
||||
plugins/woocommerce/changelog/enhance-WOOPLUG-4390-duplicate-activate-payments-screens
|
||||
plugins/woocommerce/changelog/fix-WOOPLUG-790-customer-bought-products-perf
|
||||
plugins/woocommerce/changelog/58158-fix-show-completed-for-test-account-step
|
||||
plugins/woocommerce/changelog/fix-57577
|
||||
plugins/woocommerce/changelog/57469-wooplug-3473-migrate-woocommercesettings-to-interactivity-api
|
||||
plugins/woocommerce/changelog/57942-fix-issue-28669
|
||||
plugins/woocommerce/changelog/wooplug-3648-technical-debt-refactor-create-account-service-class
|
||||
plugins/woocommerce/changelog/57867-update-nox-api-step-init-failure-handling
|
||||
plugins/woocommerce/changelog/fix-prevent-incentives-from-running-shopper-facing-logic
|
||||
plugins/woocommerce/changelog/try-product-details-compatibility-layer
|
||||
plugins/woocommerce/changelog/fix-WOOPLUG-4264-gateway-plugin-file-type-error
|
||||
plugins/woocommerce/changelog/dev-57213-update-php-compatibility-dependecy
|
||||
plugins/woocommerce/changelog/update-wooplug-4334-payments-nox-better-handle-non-standard-payment-gateway-code
|
||||
plugins/woocommerce/changelog/update-wooplug-4207-square-as-provider
|
||||
plugins/woocommerce/changelog/wooplug-3952-update-delivery-testing-for-the-checkout-block
|
||||
plugins/woocommerce/changelog/58071-update-wooprd-522-update-klaviyo-visibility-in-core-profiler
|
||||
plugins/woocommerce/changelog/wooplug-3075-fix-error-notices-disappearing
|
||||
plugins/woocommerce/changelog/wooplug-3528-add-transactional-email-toggle-into-the-email-editor-sidebar
|
||||
plugins/woocommerce/changelog/add-higher-priority-for-disabling-cliend-side-nav-in-pc
|
||||
|
|
@ -8089,25 +8082,18 @@ plugins/woocommerce/changelog/fix-store-api-send-cors-headers
|
|||
plugins/woocommerce/changelog/add-recipient-fields-to-email-editor-sidebar
|
||||
plugins/woocommerce/changelog/fix-58034
|
||||
plugins/woocommerce/changelog/57948-wooplug-2367-flaky-test-theme-template-has-priority-over-woocommerces-and
|
||||
plugins/woocommerce/changelog/wooprd-511-enhancement-remove-the-payment-methods-heading-from-the-take
|
||||
plugins/woocommerce/changelog/57991-fix-wooplug-2694
|
||||
plugins/woocommerce/changelog/fix-login-form-on-checkout
|
||||
plugins/woocommerce/changelog/fix-wccom-1363
|
||||
plugins/woocommerce/changelog/fix-issue-57698
|
||||
plugins/woocommerce/changelog/fix-add-to-cart-with-options-string-updates
|
||||
plugins/woocommerce/changelog/wooplug-4302-php-deprecation-in-email-cc-and-bcc
|
||||
plugins/woocommerce/changelog/58101-dev-disable-forked-iapi-runtime-by-default
|
||||
plugins/woocommerce/changelog/fix-wc-admin-page-controller-hooking-feature-dependency
|
||||
plugins/woocommerce/changelog/wooplug-4233-offline-payment-method-qa-follow-ups
|
||||
plugins/woocommerce/changelog/wooplug-4218-block-email-editor-prints-many-updated-block-coreheading
|
||||
plugins/woocommerce/changelog/58006-add-payment-methods-list-page-function
|
||||
plugins/woocommerce/changelog/58059-fix-remove-woocommerce-ai-package
|
||||
plugins/woocommerce/changelog/pr-57966
|
||||
plugins/woocommerce/changelog/wooplug-4158-ask-from-alessandro-monteiro
|
||||
plugins/woocommerce/changelog/remove-mini-cart-widget-e2e-test
|
||||
plugins/woocommerce/changelog/58128-fix-duplicate-industry-label
|
||||
plugins/woocommerce/changelog/58144-fix-remove-testing-step-uae-singapore
|
||||
plugins/woocommerce/changelog/update-limit-payments-providers-errors-wp-admin-impact
|
||||
plugins/woocommerce/changelog/wooplug-4200-edtitor-ui-updates
|
||||
plugins/woocommerce/changelog/fix-cart-checkout-block-console-warnings
|
||||
plugins/woocommerce/changelog/dev-ci-php-8-4-jobs
|
||||
|
|
@ -8120,16 +8106,14 @@ plugins/woocommerce/changelog/fix-WOOPLUG-4370-nox-in-context-kyc-not-prefilled
|
|||
plugins/woocommerce/changelog/57468-dev-introducing-payment-gateway-features-constants
|
||||
plugins/woocommerce/changelog/wooplug-4268-add-back-button-to-the-email-editor
|
||||
plugins/woocommerce/changelog/pr-57992
|
||||
plugins/woocommerce/changelog/dev-wooplug-4384-disable-e2e-release-checks-for-pressable-and-wpcom-envs
|
||||
plugins/woocommerce/changelog/enhance-WOOPLUG-4385-initialize-payment-gateways
|
||||
plugins/woocommerce/changelog/clean-up-session-and-purge
|
||||
plugins/woocommerce/changelog/update-viva-urls
|
||||
plugins/woocommerce/changelog/trigger-pos-refund-emails-for-pos-orders
|
||||
plugins/woocommerce/changelog/fix-product-filters-clean-canonical-url
|
||||
plugins/woocommerce/changelog/fix-subject-and-recipient-update
|
||||
plugins/woocommerce/changelog/pos-emails-block-support
|
||||
plugins/woocommerce/changelog/58108-fix-wooplug-4308-php-warning-in-pluginshelper-get_expired_subscription_notice
|
||||
plugins/woocommerce/changelog/update-prevent-running-shopper-facing-logic-on-payments-tasks
|
||||
plugins/woocommerce/changelog/update-wooplug-3716-nox-remove-the-payment-settings-beta-feature-flag
|
||||
plugins/woocommerce/changelog/58243-fix-initial-ui-progress-test-account-creation
|
||||
plugins/woocommerce/changelog/57980-fix-product-sale-badge
|
||||
plugins/woocommerce/phpunit.xml
|
||||
plugins/woocommerce/uninstall.php
|
||||
|
|
@ -12167,6 +12151,7 @@ packages/php/email-editor/src/Validator/Schema/class-string-schema.php
|
|||
packages/php/email-editor/src/Validator/class-validator.php
|
||||
packages/php/email-editor/src/Validator/class-schema.php
|
||||
packages/php/email-editor/src/class-email-css-inliner.php
|
||||
packages/php/email-editor/changelog/update-58129
|
||||
packages/php/email-editor/changelog/.gitkeep
|
||||
packages/php/email-editor/changelog/fix-implicitly-nullable-warnings
|
||||
packages/php/email-editor/changelog/fix-typescript-errors-in-the-email-editor-package
|
||||
|
|
|
|||
|
|
@ -14442,6 +14442,11 @@ models/channel/filter/follow_up_check_spec.rb
|
|||
channel/filter/follow_up_check_spec.rb
|
||||
filter/follow_up_check_spec.rb
|
||||
follow_up_check_spec.rb
|
||||
spec/models/channel/filter/sender_is_system_address_spec.rb
|
||||
models/channel/filter/sender_is_system_address_spec.rb
|
||||
channel/filter/sender_is_system_address_spec.rb
|
||||
filter/sender_is_system_address_spec.rb
|
||||
sender_is_system_address_spec.rb
|
||||
spec/models/channel/filter/out_of_office_check_spec.rb
|
||||
models/channel/filter/out_of_office_check_spec.rb
|
||||
channel/filter/out_of_office_check_spec.rb
|
||||
|
|
@ -14462,6 +14467,16 @@ models/channel/filter/import_archive_spec.rb
|
|||
channel/filter/import_archive_spec.rb
|
||||
filter/import_archive_spec.rb
|
||||
import_archive_spec.rb
|
||||
spec/models/channel/filter/identify_group_spec.rb
|
||||
models/channel/filter/identify_group_spec.rb
|
||||
channel/filter/identify_group_spec.rb
|
||||
filter/identify_group_spec.rb
|
||||
identify_group_spec.rb
|
||||
spec/models/channel/filter/identify_sender_spec.rb
|
||||
models/channel/filter/identify_sender_spec.rb
|
||||
channel/filter/identify_sender_spec.rb
|
||||
filter/identify_sender_spec.rb
|
||||
identify_sender_spec.rb
|
||||
spec/models/channel/filter/internal_article_check_spec.rb
|
||||
models/channel/filter/internal_article_check_spec.rb
|
||||
channel/filter/internal_article_check_spec.rb
|
||||
|
|
@ -14504,11 +14519,21 @@ models/channel/filter/follow_up_merged_spec.rb
|
|||
channel/filter/follow_up_merged_spec.rb
|
||||
filter/follow_up_merged_spec.rb
|
||||
follow_up_merged_spec.rb
|
||||
spec/models/channel/filter/identify_session_user_spec.rb
|
||||
models/channel/filter/identify_session_user_spec.rb
|
||||
channel/filter/identify_session_user_spec.rb
|
||||
filter/identify_session_user_spec.rb
|
||||
identify_session_user_spec.rb
|
||||
spec/models/channel/email_parser/process_multiple_filter_spec.rb
|
||||
models/channel/email_parser/process_multiple_filter_spec.rb
|
||||
channel/email_parser/process_multiple_filter_spec.rb
|
||||
email_parser/process_multiple_filter_spec.rb
|
||||
process_multiple_filter_spec.rb
|
||||
spec/models/channel/email_parser/process_agent_customer_spec.rb
|
||||
models/channel/email_parser/process_agent_customer_spec.rb
|
||||
channel/email_parser/process_agent_customer_spec.rb
|
||||
email_parser/process_agent_customer_spec.rb
|
||||
process_agent_customer_spec.rb
|
||||
spec/models/channel/email_parser/process_unprocessable_articles_spec.rb
|
||||
models/channel/email_parser/process_unprocessable_articles_spec.rb
|
||||
channel/email_parser/process_unprocessable_articles_spec.rb
|
||||
|
|
@ -18514,6 +18539,9 @@ migrate/20240314093207_trigger_scheduler_localization_improvements.rb
|
|||
db/migrate/20180327170847_issue_1905_exchange_login_from_remote_id.rb
|
||||
migrate/20180327170847_issue_1905_exchange_login_from_remote_id.rb
|
||||
20180327170847_issue_1905_exchange_login_from_remote_id.rb
|
||||
db/migrate/20250511130007_issue_5084_sla_agent_customer.rb
|
||||
migrate/20250511130007_issue_5084_sla_agent_customer.rb
|
||||
20250511130007_issue_5084_sla_agent_customer.rb
|
||||
db/migrate/20250102164204_add_channel_microsoft_graph.rb
|
||||
migrate/20250102164204_add_channel_microsoft_graph.rb
|
||||
20250102164204_add_channel_microsoft_graph.rb
|
||||
|
|
@ -62944,6 +62972,11 @@ models/channel/filter/database.rb
|
|||
channel/filter/database.rb
|
||||
filter/database.rb
|
||||
database.rb
|
||||
app/models/channel/filter/identify_session_user.rb
|
||||
models/channel/filter/identify_session_user.rb
|
||||
channel/filter/identify_session_user.rb
|
||||
filter/identify_session_user.rb
|
||||
identify_session_user.rb
|
||||
app/models/channel/filter/sender_is_system_address.rb
|
||||
models/channel/filter/sender_is_system_address.rb
|
||||
channel/filter/sender_is_system_address.rb
|
||||
|
|
@ -62959,6 +62992,11 @@ models/channel/filter/bounce_delivery_temporary_failed.rb
|
|||
channel/filter/bounce_delivery_temporary_failed.rb
|
||||
filter/bounce_delivery_temporary_failed.rb
|
||||
bounce_delivery_temporary_failed.rb
|
||||
app/models/channel/filter/identify_group.rb
|
||||
models/channel/filter/identify_group.rb
|
||||
channel/filter/identify_group.rb
|
||||
filter/identify_group.rb
|
||||
identify_group.rb
|
||||
app/models/channel/filter/out_of_office_check.rb
|
||||
models/channel/filter/out_of_office_check.rb
|
||||
channel/filter/out_of_office_check.rb
|
||||
|
|
@ -63014,6 +63052,11 @@ models/channel/filter/import_archive.rb
|
|||
channel/filter/import_archive.rb
|
||||
filter/import_archive.rb
|
||||
import_archive.rb
|
||||
app/models/channel/filter/base_identify_user.rb
|
||||
models/channel/filter/base_identify_user.rb
|
||||
channel/filter/base_identify_user.rb
|
||||
filter/base_identify_user.rb
|
||||
base_identify_user.rb
|
||||
app/models/channel/filter/match/email_regex.rb
|
||||
models/channel/filter/match/email_regex.rb
|
||||
channel/filter/match/email_regex.rb
|
||||
|
|
|
|||
|
|
@ -2914,10 +2914,13 @@ spec/models/channel/email_build_spec.rb
|
|||
spec/models/channel/filter/bounce_delivery_permanent_failed_spec.rb
|
||||
spec/models/channel/filter/follow_up_possible_check_spec.rb
|
||||
spec/models/channel/filter/follow_up_check_spec.rb
|
||||
spec/models/channel/filter/sender_is_system_address_spec.rb
|
||||
spec/models/channel/filter/out_of_office_check_spec.rb
|
||||
spec/models/channel/filter/database_spec.rb
|
||||
spec/models/channel/filter/reply_to_based_sender_spec.rb
|
||||
spec/models/channel/filter/import_archive_spec.rb
|
||||
spec/models/channel/filter/identify_group_spec.rb
|
||||
spec/models/channel/filter/identify_sender_spec.rb
|
||||
spec/models/channel/filter/internal_article_check_spec.rb
|
||||
spec/models/channel/filter/monit_spec.rb
|
||||
spec/models/channel/filter/match/email_regex_spec.rb
|
||||
|
|
@ -2926,7 +2929,9 @@ spec/models/channel/filter/auto_response_check_spec.rb
|
|||
spec/models/channel/filter/check_mk_spec.rb
|
||||
spec/models/channel/filter/follow_up_assignment_spec.rb
|
||||
spec/models/channel/filter/follow_up_merged_spec.rb
|
||||
spec/models/channel/filter/identify_session_user_spec.rb
|
||||
spec/models/channel/email_parser/process_multiple_filter_spec.rb
|
||||
spec/models/channel/email_parser/process_agent_customer_spec.rb
|
||||
spec/models/channel/email_parser/process_unprocessable_articles_spec.rb
|
||||
spec/models/channel/email_parser/process_tag_filter_spec.rb
|
||||
spec/models/channel/email_parser/process_simple_filter_spec.rb
|
||||
|
|
@ -3946,6 +3951,7 @@ db/migrate/20220513083500_mark_settings_as_translatable.rb
|
|||
db/migrate/20170113000002_slack_group_config_issue_587.rb
|
||||
db/migrate/20240314093207_trigger_scheduler_localization_improvements.rb
|
||||
db/migrate/20180327170847_issue_1905_exchange_login_from_remote_id.rb
|
||||
db/migrate/20250511130007_issue_5084_sla_agent_customer.rb
|
||||
db/migrate/20250102164204_add_channel_microsoft_graph.rb
|
||||
db/migrate/20210614063039_sla_add_response_time.rb
|
||||
db/migrate/20180622140531_sequencer_log_level_setting.rb
|
||||
|
|
@ -10673,9 +10679,11 @@ app/models/channel/filter/auto_response_check.rb
|
|||
app/models/channel/filter/monit.rb
|
||||
app/models/channel/filter/reply_to_based_sender.rb
|
||||
app/models/channel/filter/database.rb
|
||||
app/models/channel/filter/identify_session_user.rb
|
||||
app/models/channel/filter/sender_is_system_address.rb
|
||||
app/models/channel/filter/bounce_delivery_permanent_failed.rb
|
||||
app/models/channel/filter/bounce_delivery_temporary_failed.rb
|
||||
app/models/channel/filter/identify_group.rb
|
||||
app/models/channel/filter/out_of_office_check.rb
|
||||
app/models/channel/filter/check_mk.rb
|
||||
app/models/channel/filter/follow_up_check.rb
|
||||
|
|
@ -10687,6 +10695,7 @@ app/models/channel/filter/nagios.rb
|
|||
app/models/channel/filter/secure_mailing.rb
|
||||
app/models/channel/filter/internal_article_check.rb
|
||||
app/models/channel/filter/import_archive.rb
|
||||
app/models/channel/filter/base_identify_user.rb
|
||||
app/models/channel/filter/match/email_regex.rb
|
||||
app/models/channel/filter/match/contains.rb
|
||||
app/models/channel/filter/follow_up_possible_check.rb
|
||||
|
|
|
|||
|
|
@ -1528,9 +1528,9 @@ hp/video
|
|||
hpc/*/supported-applications.aspx?
|
||||
hpm
|
||||
hpmob
|
||||
http://calendar.google.com/robots.txt
|
||||
http://podcasts.apple.com/robots.txt
|
||||
http://storage.googleapis.com/robots.txt
|
||||
http://m.youtube.com/robots.txt
|
||||
http://slideshare.net/robots.txt
|
||||
http://web.archive.org/robots.txt
|
||||
hub?category=
|
||||
hz/contact-us/ajax/initiate-trusted-contact
|
||||
hz/help/contact/*/message/$
|
||||
|
|
@ -3172,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://docs.google.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://policies.google.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_recall
|
||||
wiki/Wikipedia_talk%3AAdministrator_review
|
||||
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
|
||||
|
|
|
|||
|
|
@ -2392,7 +2392,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/Ajax
|
||||
/Ajax/MediaData
|
||||
/Ajax/Similar
|
||||
/BotDetectCaptcha.ashx
|
||||
/BucketContent
|
||||
/CHANGELOG.txt
|
||||
/CVS
|
||||
|
|
@ -2422,10 +2421,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/RedesignBucket
|
||||
/Search/
|
||||
/SelectLocale?fromPage=
|
||||
/SiteProcessForm.aspx
|
||||
/UPGRADE.txt
|
||||
/UserAuthentication/
|
||||
/WebResource.axd
|
||||
/Xhr
|
||||
/_
|
||||
/_/rsrc
|
||||
|
|
@ -3368,7 +3365,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/p/*/embed/captioned
|
||||
/page
|
||||
/page-*.html
|
||||
/page404.aspx
|
||||
/paid-posts
|
||||
/params/smecompany/entityid-*
|
||||
/parking
|
||||
|
|
@ -3719,7 +3715,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/site/
|
||||
/sitecore/
|
||||
/sitemap_gpdc.xml
|
||||
/sitethankyou.aspx
|
||||
/skeleton
|
||||
/skin-preview
|
||||
/skip-video
|
||||
|
|
@ -3824,7 +3819,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/test
|
||||
/test-template
|
||||
/testhome
|
||||
/thankyoupage.aspx
|
||||
/the-hustle/author/*&
|
||||
/the-hustle/author/*?
|
||||
/the-tonight-show/guest
|
||||
|
|
@ -5718,7 +5712,6 @@ SavedFlightsSearchesAjax
|
|||
SavedPhotos
|
||||
Saves
|
||||
ScreensaverShade
|
||||
ScriptResource.axd
|
||||
Scripts
|
||||
Search
|
||||
Search
|
||||
|
|
@ -5990,7 +5983,6 @@ WebObjects/MZFinance.woa
|
|||
WebObjects/MZPersonalizer.woa
|
||||
WebObjects/MZStore.woa/wa/viewMultiRoom?
|
||||
WebObjects/MZStoreElements.woa
|
||||
WebResource.axd
|
||||
WebX
|
||||
WhatsNearby
|
||||
WidgetBrowserExtension
|
||||
|
|
@ -7473,6 +7465,7 @@ b/adidas-Yeezy-Sneakers-for-Men/15709/bn_86578781?*_trkparms=*pageci:*|parentrq:
|
|||
b/eBay-Test-Only
|
||||
b/eBay-Use-Only
|
||||
b/eBay-User-Tools
|
||||
b2ajax/all-filter
|
||||
b2b
|
||||
b2bauth
|
||||
b?*node=7454898011
|
||||
|
|
@ -7491,6 +7484,7 @@ backstage/api/
|
|||
bad-boys
|
||||
bad-boys-ii
|
||||
badges/profile/create
|
||||
baidu
|
||||
bal/impression
|
||||
bal/impression/RecordImpression.htm?
|
||||
ban-me-i-am-a-robot
|
||||
|
|
@ -11718,6 +11712,7 @@ content/dam/Deloitte/ie/Documents/noindex/
|
|||
content/dam/Deloitte/kx/
|
||||
content/dam/Deloitte/no/Documents/noindex/
|
||||
content/dam/Deloitte/nz/Documents/noindex/
|
||||
content/dam/Deloitte/us/Documents/LCA/
|
||||
content/dam/Deloitte/us/Documents/noindex/
|
||||
content/dam/Deloitte/xc/
|
||||
content/dam/Deloitte/xl/
|
||||
|
|
@ -11925,7 +11920,6 @@ coupons/visit
|
|||
courier
|
||||
courses
|
||||
courses/
|
||||
cover
|
||||
covid19/mobility
|
||||
cp
|
||||
cp/*
|
||||
|
|
@ -11939,6 +11933,7 @@ cp/api/logger
|
|||
cp/api/wpa
|
||||
cpds2
|
||||
cpresources
|
||||
cpro
|
||||
cpropub/univercd
|
||||
cpspa
|
||||
cr$
|
||||
|
|
@ -15312,6 +15307,7 @@ fr-fr/customers/qonto-on-business-value-of-figma/$
|
|||
fr-fr/customers/razorpay-boosting-design-system-adoption-and-collaboration/$
|
||||
fr-fr/customers/recreating-the-buzz-using-figma-figjam/$
|
||||
fr-fr/customers/safetyculture-enhances-culture-with-figma/$
|
||||
fr-fr/customers/spendesk-identite-marque-figma/$
|
||||
fr-fr/customers/trusted-shops-streamlines-design-system/$
|
||||
fr-fr/customers/vanguard-designs-fifty-percent-faster/$
|
||||
fr-fr/demos/dev-mode-design/$
|
||||
|
|
@ -15807,6 +15803,7 @@ game/summary
|
|||
games
|
||||
games/*?*pageId
|
||||
games/*?*reqId
|
||||
games/*?experimental=
|
||||
games/.*
|
||||
games/faq
|
||||
games/find
|
||||
|
|
@ -15873,7 +15870,6 @@ get_video_info
|
|||
getaccess
|
||||
getaways/search
|
||||
getaways/tripadvisor
|
||||
getflipit
|
||||
gethelp/
|
||||
getstarted
|
||||
getstarted/
|
||||
|
|
@ -16423,6 +16419,7 @@ homeimprovement/EmbeddedProfile.htm
|
|||
homeloans/*zga_z_guid=
|
||||
homepage
|
||||
homepage-video-test
|
||||
homepage/
|
||||
homepage/2013
|
||||
homepage/HomepageVideoMetrics.htm
|
||||
homes
|
||||
|
|
@ -16545,13 +16542,13 @@ http://irishtimes.com/robots.txt
|
|||
http://iubenda.com/robots.txt
|
||||
http://last.fm/robots.txt
|
||||
http://lefigaro.fr/robots.txt
|
||||
http://msdn.microsoft.com/robots.txt
|
||||
http://nationalgeographic.com/robots.txt
|
||||
http://nerdwallet.com/robots.txt
|
||||
http://patents.google.com/robots.txt
|
||||
http://producthunt.com/robots.txt
|
||||
http://python.org/robots.txt
|
||||
http://reconstructingjudaism.org/robots.txt
|
||||
http://rogalyd.no/robots.txt
|
||||
http://seekingalpha.com/robots.txt
|
||||
http://siteground.com/robots.txt
|
||||
http://smithsonianmag.com/robots.txt
|
||||
|
|
@ -16848,7 +16845,6 @@ images/*.png
|
|||
images/?
|
||||
images/async/?
|
||||
images/async?
|
||||
images/gen/
|
||||
images/hosted/?
|
||||
images/hosted/search?
|
||||
images/hosted?
|
||||
|
|
@ -17119,6 +17115,7 @@ integrate/
|
|||
integrations
|
||||
intelligencer/amp
|
||||
intent
|
||||
interact
|
||||
interactive*http://fda.gov/robots.txt
|
||||
interactive/reading-preference
|
||||
interactives
|
||||
|
|
@ -18560,6 +18557,7 @@ limited-release
|
|||
link
|
||||
link-intersect
|
||||
link-intersect/$
|
||||
link?
|
||||
link_to
|
||||
linked
|
||||
linkedin
|
||||
|
|
@ -18738,7 +18736,6 @@ lp/thank-you-reader%
|
|||
lp/thank-you-reader?
|
||||
lp/three
|
||||
lp/webinars
|
||||
lsSvc.asmx/
|
||||
lsoinstall
|
||||
lspoll/
|
||||
lst/ng
|
||||
|
|
@ -19062,6 +19059,7 @@ media/vr-splice-test-j
|
|||
media/vr-splice-test-l
|
||||
media/vr-splice-test-m
|
||||
media/vr-splice-test-s
|
||||
media_proxy
|
||||
mediashift/mt4
|
||||
medical-research
|
||||
medicine
|
||||
|
|
@ -20430,7 +20428,6 @@ page/html
|
|||
page/scientific-american-digital-subscription-user-guide
|
||||
page/scientific-american-mind-digital-subscription-user-guide
|
||||
page/slbu
|
||||
page404.aspx
|
||||
page=
|
||||
page=2$
|
||||
page_object/page_object_status
|
||||
|
|
@ -21193,7 +21190,6 @@ portfolio-site
|
|||
posRating
|
||||
possible_biz_owner
|
||||
post
|
||||
post
|
||||
post-edit.g
|
||||
post-real-estate-listings/?zpid=
|
||||
post-real-estate-listings?zpid=
|
||||
|
|
@ -23041,6 +23037,7 @@ s3
|
|||
s=
|
||||
s=p
|
||||
s?
|
||||
s?
|
||||
s?*rh=n%3A1380045031
|
||||
s_id=
|
||||
sa
|
||||
|
|
@ -23422,7 +23419,6 @@ seattle-superstorm
|
|||
sec
|
||||
sec/business/search/searchresult
|
||||
sec/search/searchresultB2c
|
||||
section
|
||||
sectionized
|
||||
sections
|
||||
sections$
|
||||
|
|
@ -23636,6 +23632,7 @@ sharing/folders
|
|||
shelf/user_shelves
|
||||
shenghuo
|
||||
shenghuo/search?
|
||||
shifen/
|
||||
shihui
|
||||
shihui?
|
||||
ship
|
||||
|
|
@ -24398,10 +24395,8 @@ static/chunks/*
|
|||
static/codemirror
|
||||
static/css
|
||||
static/decodeKey.txt
|
||||
static/ebsa
|
||||
static/fileupload
|
||||
static/font
|
||||
static/gfs
|
||||
static/gla
|
||||
static/images
|
||||
static/js
|
||||
|
|
@ -26055,6 +26050,7 @@ uk/zazzle
|
|||
uki/search
|
||||
ul
|
||||
uli/trac
|
||||
ulink?
|
||||
ulk/i
|
||||
ulk/sch
|
||||
ulk/usr
|
||||
|
|
@ -26561,7 +26557,7 @@ uy/es/ServicesLandingPage/AdvisoryLanding/RPA/Robotic_Process%20Automation_inser
|
|||
uy/help
|
||||
uz/en/
|
||||
uz/forums
|
||||
uz/http://billboard.com/robots.txt
|
||||
uz/http://bilgematics.com/robots.txt
|
||||
uz/kb/*/discuss
|
||||
uz/ru/
|
||||
uz/search
|
||||
|
|
@ -27789,6 +27785,7 @@ wp-admin
|
|||
wp-admin/
|
||||
wp-admin/admin-ajax.php
|
||||
wp-admin/admin-ajax.php
|
||||
wp-admin/admin-ajax.phphttp://rtbf.be/robots.txt
|
||||
wp-admin/admin-ajax.phphttp://starbucks.com/robots.txt
|
||||
wp-admin/load-scripts.php
|
||||
wp-admin/load-styles.php
|
||||
|
|
@ -28213,7 +28210,6 @@ zh_cn
|
|||
zh_hans
|
||||
zh_hant
|
||||
zh_tw/templates/M
|
||||
zite-importer
|
||||
zoeken
|
||||
zoholics/Folleto-Zoholics-Mexico-2016.pdf
|
||||
zoholics/exhibitormanual2019/
|
||||
|
|
@ -28232,7 +28228,6 @@ zz-test
|
|||
{{section}}
|
||||
{{url}}
|
||||
~
|
||||
~*
|
||||
~X~
|
||||
~ecartis
|
||||
~guido/orlijn
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue