[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot]
2024-12-24 10:03:47 +00:00
parent f8e9e7d7c9
commit d6dda89f2b
14 changed files with 2236 additions and 2707 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
"last_update": 1734894188 "last_update": 1734894188
}, },
"Trickest wordlist update": { "Trickest wordlist update": {
"last_update": 1734948263 "last_update": 1735034617
} }
} }
File diff suppressed because it is too large Load Diff
@@ -1,6 +1,6 @@
.gitattributes .gitattributes
bootstrap/providers.php
bootstrap/app.php bootstrap/app.php
database/factories/UserFactory.php
database/seeders/DatabaseSeeder.php database/seeders/DatabaseSeeder.php
database/migrations/2014_10_12_000000_create_users_table.php database/migrations/2014_10_12_000000_create_users_table.php
database/migrations/2023_10_05_163612_create_visits_table.php database/migrations/2023_10_05_163612_create_visits_table.php
@@ -9,7 +9,6 @@ database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php
database/migrations/2022_10_04_144444_create_job_batches_table.php database/migrations/2022_10_04_144444_create_job_batches_table.php
database/migrations/2022_03_15_160510_create_failed_jobs_table.php database/migrations/2022_03_15_160510_create_failed_jobs_table.php
database/migrations/2014_10_12_100000_create_password_resets_table.php database/migrations/2014_10_12_100000_create_password_resets_table.php
docker-compose.yml
CONTRIBUTING.md CONTRIBUTING.md
packages/Webkul/MagicAI/src/Http/helpers.php packages/Webkul/MagicAI/src/Http/helpers.php
packages/Webkul/MagicAI/src/Providers/MagicAIServiceProvider.php packages/Webkul/MagicAI/src/Providers/MagicAIServiceProvider.php
@@ -58,6 +57,7 @@ packages/Webkul/Product/src/Models/ProductPriceIndex.php
packages/Webkul/Product/src/Models/ProductBundleOptionProxy.php packages/Webkul/Product/src/Models/ProductBundleOptionProxy.php
packages/Webkul/Product/src/Models/ProductInventoryIndex.php packages/Webkul/Product/src/Models/ProductInventoryIndex.php
packages/Webkul/Product/src/Models/ProductAttributeValue.php packages/Webkul/Product/src/Models/ProductAttributeValue.php
packages/Webkul/Product/src/Database/Eloquent/Builder.php
packages/Webkul/Product/src/Database/Migrations/2024_01_19_170350_add_unique_id_column_in_product_customer_group_prices_table.php packages/Webkul/Product/src/Database/Migrations/2024_01_19_170350_add_unique_id_column_in_product_customer_group_prices_table.php
packages/Webkul/Product/src/Database/Migrations/2019_06_17_180314_create_product_downloadable_sample_translations_table.php packages/Webkul/Product/src/Database/Migrations/2019_06_17_180314_create_product_downloadable_sample_translations_table.php
packages/Webkul/Product/src/Database/Migrations/2022_10_08_134150_create_product_inventory_indices_table.php packages/Webkul/Product/src/Database/Migrations/2022_10_08_134150_create_product_inventory_indices_table.php
@@ -270,7 +270,7 @@ packages/Webkul/Shop/package.json
packages/Webkul/Shop/composer.json packages/Webkul/Shop/composer.json
packages/Webkul/Shop/vite.config.js packages/Webkul/Shop/vite.config.js
packages/Webkul/Shop/tailwind.config.js packages/Webkul/Shop/tailwind.config.js
packages/Webkul/Shop/postcss.config.cjs packages/Webkul/Shop/postcss.config.js
packages/Webkul/Shop/tests/Concerns/ShopTestBench.php packages/Webkul/Shop/tests/Concerns/ShopTestBench.php
packages/Webkul/Shop/tests/ShopTestCase.php packages/Webkul/Shop/tests/ShopTestCase.php
packages/Webkul/Shop/tests/Feature/Product/Prices/ConfigurableTest.php packages/Webkul/Shop/tests/Feature/Product/Prices/ConfigurableTest.php
@@ -564,12 +564,14 @@ packages/Webkul/Shop/src/Resources/lang/ja/app.php
packages/Webkul/Shop/src/Resources/lang/ar/app.php packages/Webkul/Shop/src/Resources/lang/ar/app.php
packages/Webkul/Shop/src/Resources/manifest.php packages/Webkul/Shop/src/Resources/manifest.php
packages/Webkul/Shop/src/Data/postal-code.json packages/Webkul/Shop/src/Data/postal-code.json
packages/Webkul/Shop/src/Config/imagecache.php
packages/Webkul/Shop/src/Config/menu.php packages/Webkul/Shop/src/Config/menu.php
packages/Webkul/Shop/src/Routes/checkout-routes.php packages/Webkul/Shop/src/Routes/checkout-routes.php
packages/Webkul/Shop/src/Routes/api.php packages/Webkul/Shop/src/Routes/api.php
packages/Webkul/Shop/src/Routes/web.php packages/Webkul/Shop/src/Routes/web.php
packages/Webkul/Shop/src/Routes/customer-routes.php packages/Webkul/Shop/src/Routes/customer-routes.php
packages/Webkul/Shop/src/Routes/store-front-routes.php packages/Webkul/Shop/src/Routes/store-front-routes.php
packages/Webkul/Shop/src/Routes/breadcrumbs.php
packages/Webkul/Shop/src/Listeners/Refund.php packages/Webkul/Shop/src/Listeners/Refund.php
packages/Webkul/Shop/src/Listeners/Order.php packages/Webkul/Shop/src/Listeners/Order.php
packages/Webkul/Shop/src/Listeners/Base.php packages/Webkul/Shop/src/Listeners/Base.php
@@ -645,7 +647,6 @@ packages/Webkul/DataGrid/src/Models/SavedFilterProxy.php
packages/Webkul/DataGrid/src/Models/SavedFilter.php packages/Webkul/DataGrid/src/Models/SavedFilter.php
packages/Webkul/DataGrid/src/Database/Migrations/2024_05_10_152848_create_saved_filters_table.php packages/Webkul/DataGrid/src/Database/Migrations/2024_05_10_152848_create_saved_filters_table.php
packages/Webkul/DataGrid/src/Exceptions/InvalidColumnException.php packages/Webkul/DataGrid/src/Exceptions/InvalidColumnException.php
packages/Webkul/DataGrid/src/Exceptions/InvalidColumnExpressionException.php
packages/Webkul/DataGrid/src/Exceptions/InvalidColumnTypeException.php packages/Webkul/DataGrid/src/Exceptions/InvalidColumnTypeException.php
packages/Webkul/DataGrid/src/Exceptions/InvalidDataGridException.php packages/Webkul/DataGrid/src/Exceptions/InvalidDataGridException.php
packages/Webkul/DataGrid/src/Http/helpers.php packages/Webkul/DataGrid/src/Http/helpers.php
@@ -657,7 +658,6 @@ packages/Webkul/DataGrid/src/Enums/ColumnTypeEnum.php
packages/Webkul/DataGrid/src/Enums/DateRangeOptionEnum.php packages/Webkul/DataGrid/src/Enums/DateRangeOptionEnum.php
packages/Webkul/DataGrid/src/Enums/FilterTypeEnum.php packages/Webkul/DataGrid/src/Enums/FilterTypeEnum.php
packages/Webkul/DataGrid/src/Action.php packages/Webkul/DataGrid/src/Action.php
packages/Webkul/DataGrid/src/Exports/DataGridExport.php
packages/Webkul/DataGrid/src/Contracts/SavedFilter.php packages/Webkul/DataGrid/src/Contracts/SavedFilter.php
packages/Webkul/DataGrid/src/MassAction.php packages/Webkul/DataGrid/src/MassAction.php
packages/Webkul/DataGrid/src/DataGrid.php packages/Webkul/DataGrid/src/DataGrid.php
@@ -672,7 +672,7 @@ packages/Webkul/Installer/package.json
packages/Webkul/Installer/composer.json packages/Webkul/Installer/composer.json
packages/Webkul/Installer/vite.config.js packages/Webkul/Installer/vite.config.js
packages/Webkul/Installer/tailwind.config.js packages/Webkul/Installer/tailwind.config.js
packages/Webkul/Installer/postcss.config.cjs packages/Webkul/Installer/postcss.config.js
packages/Webkul/Installer/src/Database/Seeders/SocialLogin/DatabaseSeeder.php packages/Webkul/Installer/src/Database/Seeders/SocialLogin/DatabaseSeeder.php
packages/Webkul/Installer/src/Database/Seeders/SocialLogin/CustomerSocialAccountTableSeeder.php packages/Webkul/Installer/src/Database/Seeders/SocialLogin/CustomerSocialAccountTableSeeder.php
packages/Webkul/Installer/src/Database/Seeders/Shop/DatabaseSeeder.php packages/Webkul/Installer/src/Database/Seeders/Shop/DatabaseSeeder.php
@@ -842,11 +842,9 @@ packages/Webkul/DataTransfer/src/Jobs/Import/ImportBatch.php
packages/Webkul/DataTransfer/src/Jobs/Import/Indexing.php packages/Webkul/DataTransfer/src/Jobs/Import/Indexing.php
packages/Webkul/DataTransfer/src/Config/importers.php packages/Webkul/DataTransfer/src/Config/importers.php
packages/Webkul/DataTransfer/src/Helpers/Import.php packages/Webkul/DataTransfer/src/Helpers/Import.php
packages/Webkul/DataTransfer/src/Helpers/Sources/XLS.php packages/Webkul/DataTransfer/src/Helpers/Sources/Excel.php
packages/Webkul/DataTransfer/src/Helpers/Sources/AbstractSource.php packages/Webkul/DataTransfer/src/Helpers/Sources/AbstractSource.php
packages/Webkul/DataTransfer/src/Helpers/Sources/CSV.php packages/Webkul/DataTransfer/src/Helpers/Sources/CSV.php
packages/Webkul/DataTransfer/src/Helpers/Sources/XLSX.php
packages/Webkul/DataTransfer/src/Helpers/Sources/XML.php
packages/Webkul/DataTransfer/src/Helpers/Error.php packages/Webkul/DataTransfer/src/Helpers/Error.php
packages/Webkul/DataTransfer/src/Helpers/Importers/Product/SKUStorage.php packages/Webkul/DataTransfer/src/Helpers/Importers/Product/SKUStorage.php
packages/Webkul/DataTransfer/src/Helpers/Importers/Product/Importer.php packages/Webkul/DataTransfer/src/Helpers/Importers/Product/Importer.php
@@ -1132,7 +1130,7 @@ packages/Webkul/Admin/package.json
packages/Webkul/Admin/composer.json packages/Webkul/Admin/composer.json
packages/Webkul/Admin/vite.config.js packages/Webkul/Admin/vite.config.js
packages/Webkul/Admin/tailwind.config.js packages/Webkul/Admin/tailwind.config.js
packages/Webkul/Admin/postcss.config.cjs packages/Webkul/Admin/postcss.config.js
packages/Webkul/Admin/tests/AdminTestCase.php packages/Webkul/Admin/tests/AdminTestCase.php
packages/Webkul/Admin/tests/Concerns/AdminTestBench.php packages/Webkul/Admin/tests/Concerns/AdminTestBench.php
packages/Webkul/Admin/tests/Feature/Customers/CustomerGroupsTest.php packages/Webkul/Admin/tests/Feature/Customers/CustomerGroupsTest.php
@@ -1501,6 +1499,7 @@ packages/Webkul/Admin/src/Resources/views/components/datagrid/toolbar/mass-actio
packages/Webkul/Admin/src/Resources/views/components/datagrid/toolbar/pagination.blade.php packages/Webkul/Admin/src/Resources/views/components/datagrid/toolbar/pagination.blade.php
packages/Webkul/Admin/src/Resources/views/components/datagrid/toolbar/filter.blade.php packages/Webkul/Admin/src/Resources/views/components/datagrid/toolbar/filter.blade.php
packages/Webkul/Admin/src/Resources/views/components/datagrid/toolbar/search.blade.php packages/Webkul/Admin/src/Resources/views/components/datagrid/toolbar/search.blade.php
packages/Webkul/Admin/src/Resources/views/components/datagrid/export/temp.blade.php
packages/Webkul/Admin/src/Resources/views/components/datagrid/export/index.blade.php packages/Webkul/Admin/src/Resources/views/components/datagrid/export/index.blade.php
packages/Webkul/Admin/src/Resources/views/components/datagrid/table.blade.php packages/Webkul/Admin/src/Resources/views/components/datagrid/table.blade.php
packages/Webkul/Admin/src/Resources/views/components/datagrid/index.blade.php packages/Webkul/Admin/src/Resources/views/components/datagrid/index.blade.php
@@ -1690,6 +1689,7 @@ packages/Webkul/Admin/src/Resources/lang/ja/app.php
packages/Webkul/Admin/src/Resources/lang/ar/app.php packages/Webkul/Admin/src/Resources/lang/ar/app.php
packages/Webkul/Admin/src/Resources/manifest.php packages/Webkul/Admin/src/Resources/manifest.php
packages/Webkul/Admin/src/Exports/ReportingExport.php packages/Webkul/Admin/src/Exports/ReportingExport.php
packages/Webkul/Admin/src/Exports/DataGridExport.php
packages/Webkul/Admin/src/Validations/ConfigurableUniqueSku.php packages/Webkul/Admin/src/Validations/ConfigurableUniqueSku.php
packages/Webkul/Admin/src/Validations/ProductCategoryUniqueSlug.php packages/Webkul/Admin/src/Validations/ProductCategoryUniqueSlug.php
packages/Webkul/Admin/src/Config/acl.php packages/Webkul/Admin/src/Config/acl.php
@@ -1718,6 +1718,7 @@ packages/Webkul/Admin/src/Routes/settings-routes.php
packages/Webkul/Admin/src/Listeners/Refund.php packages/Webkul/Admin/src/Listeners/Refund.php
packages/Webkul/Admin/src/Listeners/Order.php packages/Webkul/Admin/src/Listeners/Order.php
packages/Webkul/Admin/src/Listeners/Base.php packages/Webkul/Admin/src/Listeners/Base.php
packages/Webkul/Admin/src/Listeners/ChannelSettingsChange.php
packages/Webkul/Admin/src/Listeners/Invoice.php packages/Webkul/Admin/src/Listeners/Invoice.php
packages/Webkul/Admin/src/Listeners/Customer.php packages/Webkul/Admin/src/Listeners/Customer.php
packages/Webkul/Admin/src/Listeners/Shipment.php packages/Webkul/Admin/src/Listeners/Shipment.php
@@ -1860,7 +1861,7 @@ packages/Webkul/Core/src/Rules/Decimal.php
packages/Webkul/Core/src/Rules/PhoneNumber.php packages/Webkul/Core/src/Rules/PhoneNumber.php
packages/Webkul/Core/src/Rules/Code.php packages/Webkul/Core/src/Rules/Code.php
packages/Webkul/Core/src/Http/helpers.php packages/Webkul/Core/src/Http/helpers.php
packages/Webkul/Core/src/Http/Middleware/PreventRequestsDuringMaintenance.php packages/Webkul/Core/src/Http/Middleware/CheckForMaintenanceMode.php
packages/Webkul/Core/src/Http/Middleware/SecureHeaders.php packages/Webkul/Core/src/Http/Middleware/SecureHeaders.php
packages/Webkul/Core/src/Providers/VisitorServiceProvider.php packages/Webkul/Core/src/Providers/VisitorServiceProvider.php
packages/Webkul/Core/src/Providers/CoreServiceProvider.php packages/Webkul/Core/src/Providers/CoreServiceProvider.php
@@ -1868,7 +1869,6 @@ packages/Webkul/Core/src/Providers/CoreModuleServiceProvider.php
packages/Webkul/Core/src/Providers/EnvValidatorServiceProvider.php packages/Webkul/Core/src/Providers/EnvValidatorServiceProvider.php
packages/Webkul/Core/src/Providers/ModuleServiceProvider.php packages/Webkul/Core/src/Providers/ModuleServiceProvider.php
packages/Webkul/Core/src/Providers/EventServiceProvider.php packages/Webkul/Core/src/Providers/EventServiceProvider.php
packages/Webkul/Core/src/Providers/ImageServiceProvider.php
packages/Webkul/Core/src/Repositories/LocaleRepository.php packages/Webkul/Core/src/Repositories/LocaleRepository.php
packages/Webkul/Core/src/Repositories/CurrencyRepository.php packages/Webkul/Core/src/Repositories/CurrencyRepository.php
packages/Webkul/Core/src/Repositories/SubscribersListRepository.php packages/Webkul/Core/src/Repositories/SubscribersListRepository.php
@@ -1951,11 +1951,18 @@ packages/Webkul/Core/src/ImageCache/Controller.php
packages/Webkul/Core/src/ImageCache/ImageManager.php packages/Webkul/Core/src/ImageCache/ImageManager.php
packages/Webkul/Core/src/Visitor.php packages/Webkul/Core/src/Visitor.php
packages/Webkul/Core/src/Menu/MenuItem.php packages/Webkul/Core/src/Menu/MenuItem.php
packages/Webkul/Core/src/Config/repository.php
packages/Webkul/Core/src/Config/concord.php
packages/Webkul/Core/src/Config/visitor.php
packages/Webkul/Core/src/Config/elasticsearch.php
packages/Webkul/Core/src/Console/Commands/BagistoPublish.php
packages/Webkul/Core/src/Console/Commands/InvoiceOverdueCron.php packages/Webkul/Core/src/Console/Commands/InvoiceOverdueCron.php
packages/Webkul/Core/src/Console/Commands/DownChannelCommand.php
packages/Webkul/Core/src/Console/Commands/BagistoVersion.php packages/Webkul/Core/src/Console/Commands/BagistoVersion.php
packages/Webkul/Core/src/Console/Commands/ExchangeRateUpdate.php packages/Webkul/Core/src/Console/Commands/ExchangeRateUpdate.php
packages/Webkul/Core/src/Console/Commands/DownCommand.php packages/Webkul/Core/src/Console/Commands/DownCommand.php
packages/Webkul/Core/src/Console/Commands/UpCommand.php packages/Webkul/Core/src/Console/Commands/UpCommand.php
packages/Webkul/Core/src/Console/Commands/UpChannelCommand.php
packages/Webkul/Core/src/ElasticSearch.php packages/Webkul/Core/src/ElasticSearch.php
packages/Webkul/Core/src/Core.php packages/Webkul/Core/src/Core.php
packages/Webkul/Core/src/Helpers/Exchange/ExchangeRates.php packages/Webkul/Core/src/Helpers/Exchange/ExchangeRates.php
@@ -2083,26 +2090,15 @@ packages/Webkul/Sitemap/src/Models/Category.php
packages/Webkul/Sitemap/src/Models/SitemapProxy.php packages/Webkul/Sitemap/src/Models/SitemapProxy.php
packages/Webkul/Sitemap/src/Models/CategoryTranslation.php packages/Webkul/Sitemap/src/Models/CategoryTranslation.php
packages/Webkul/Sitemap/src/Models/Page.php packages/Webkul/Sitemap/src/Models/Page.php
packages/Webkul/Sitemap/src/Database/Migrations/2024_07_17_172645_add_additional_column_to_sitemaps_table.php
packages/Webkul/Sitemap/src/Database/Migrations/2022_04_01_094622_create_sitemaps_table.php packages/Webkul/Sitemap/src/Database/Migrations/2022_04_01_094622_create_sitemaps_table.php
packages/Webkul/Sitemap/src/Providers/SitemapServiceProvider.php packages/Webkul/Sitemap/src/Providers/SitemapServiceProvider.php
packages/Webkul/Sitemap/src/Providers/ModuleServiceProvider.php packages/Webkul/Sitemap/src/Providers/ModuleServiceProvider.php
packages/Webkul/Sitemap/src/Repositories/SitemapRepository.php packages/Webkul/Sitemap/src/Repositories/SitemapRepository.php
packages/Webkul/Sitemap/src/Resources/manifest.php packages/Webkul/Sitemap/src/Resources/manifest.php
packages/Webkul/Sitemap/src/Contracts/Sitemap.php packages/Webkul/Sitemap/src/Contracts/Sitemap.php
packages/Webkul/Sitemap/src/Jobs/ProcessSitemap.php storage/app/public/data-transfer/samples/products.csv
storage/app/public/data-transfer/samples/csv/products.csv storage/app/public/data-transfer/samples/customers.csv
storage/app/public/data-transfer/samples/csv/customers.csv storage/app/public/data-transfer/samples/tax-rates.csv
storage/app/public/data-transfer/samples/csv/tax-rates.csv
storage/app/public/data-transfer/samples/xls/products.xls
storage/app/public/data-transfer/samples/xls/tax-rates.xls
storage/app/public/data-transfer/samples/xls/customers.xls
storage/app/public/data-transfer/samples/xlsx/products.xlsx
storage/app/public/data-transfer/samples/xlsx/customers.xlsx
storage/app/public/data-transfer/samples/xlsx/tax-rates.xlsx
storage/app/public/data-transfer/samples/xml/customers.xml
storage/app/public/data-transfer/samples/xml/tax-rates.xml
storage/app/public/data-transfer/samples/xml/products.xml
package.json package.json
SECURITY.md SECURITY.md
composer.lock composer.lock
@@ -2118,7 +2114,6 @@ config/imagecache.php
config/concord.php config/concord.php
config/bagisto-vite.php config/bagisto-vite.php
config/queue.php config/queue.php
config/image.php
config/session.php config/session.php
config/broadcasting.php config/broadcasting.php
config/visitor.php config/visitor.php
@@ -2148,63 +2143,63 @@ public/build/assets/app-4ed993c7.js
public/build/manifest.json public/build/manifest.json
public/index.php public/index.php
public/robots.txt public/robots.txt
public/themes/shop/default/build/assets/app-CG--VZHn.js public/themes/shop/default/build/assets/default-language-6ef0ef70.svg
public/themes/shop/default/build/assets/large-product-placeholder-B9xoAuKQ.webp public/themes/shop/default/build/assets/app-3e63db2c.js
public/themes/shop/default/build/assets/medium-product-placeholder-INODB-G2.webp public/themes/shop/default/build/assets/small-product-placeholder-64b7f208.webp
public/themes/shop/default/build/assets/bagisto-shop-CwjLXSBu.woff public/themes/shop/default/build/assets/medium-product-placeholder-3b1a7b7d.webp
public/themes/shop/default/build/assets/spinner-CWS6ej98.svg public/themes/shop/default/build/assets/logo-942157c2.svg
public/themes/shop/default/build/assets/hero-image-DwKg3YHc.webp public/themes/shop/default/build/assets/large-product-placeholder-13b8a96b.webp
public/themes/shop/default/build/assets/small-product-placeholder-CMT26fOX.webp public/themes/shop/default/build/assets/spinner-51c5cf50.svg
public/themes/shop/default/build/assets/logo-CZWQQgOF.svg public/themes/shop/default/build/assets/bagisto-shop-5afe0d07.woff
public/themes/shop/default/build/assets/default-language-BxH8WlkY.svg public/themes/shop/default/build/assets/hero-image-3170dce6.webp
public/themes/shop/default/build/manifest.json public/themes/shop/default/build/manifest.json
public/themes/installer/default/build/assets/app-0B8YDPy1.js public/themes/installer/default/build/assets/app-affd9dfa.js
public/themes/installer/default/build/assets/spinner-CWS6ej98.svg public/themes/installer/default/build/assets/bagisto-installer-974e4842.woff
public/themes/installer/default/build/assets/bagisto-logo-CXf-crI0.svg public/themes/installer/default/build/assets/spinner-51c5cf50.svg
public/themes/installer/default/build/assets/bagisto-installer-CR1_oTt2.woff public/themes/installer/default/build/assets/bagisto-logo-f02a1643.svg
public/themes/installer/default/build/manifest.json public/themes/installer/default/build/manifest.json
public/themes/admin/default/build/assets/shipping-B_qRLPCF.svg public/themes/admin/default/build/assets/orders-5dd62d9d.svg
public/themes/admin/default/build/assets/customers-BksiMJdH.svg public/themes/admin/default/build/assets/use-cases-4a33de1a.svg
public/themes/admin/default/build/assets/tax-BQgwf9VP.svg public/themes/admin/default/build/assets/order-c8714dda.svg
public/themes/admin/default/build/assets/checkout-BvqH__Gi.svg public/themes/admin/default/build/assets/spinner-08c27ad5.svg
public/themes/admin/default/build/assets/customers-BfcJGhnh.svg public/themes/admin/default/build/assets/payment-method-10ea91e1.svg
public/themes/admin/default/build/assets/icon-discount-muGQmsXC.svg public/themes/admin/default/build/assets/average-orders-71c4bf9a.svg
public/themes/admin/default/build/assets/average-orders-UpY6pgyW.svg public/themes/admin/default/build/assets/checkout-e5efdb8e.svg
public/themes/admin/default/build/assets/chart-DeBQbFuW.js public/themes/admin/default/build/assets/icon-add-product-e3232d62.svg
public/themes/admin/default/build/assets/icon-options-B9pp5RQf.svg public/themes/admin/default/build/assets/store-information-a7d64429.svg
public/themes/admin/default/build/assets/captcha-CcuSNj-t.svg public/themes/admin/default/build/assets/shipping-ceb1cb37.svg
public/themes/admin/default/build/assets/zoom-CynTuPTI.svg public/themes/admin/default/build/assets/email-5653e8d5.svg
public/themes/admin/default/build/assets/store-DyMTCGK9.svg public/themes/admin/default/build/assets/app-2a0716fd.js
public/themes/admin/default/build/assets/order-Bj8Kur9c.svg public/themes/admin/default/build/assets/icon-discount-e37d1aed.svg
public/themes/admin/default/build/assets/next-1-C2hl59rC.svg public/themes/admin/default/build/assets/next-2-6aace5ca.svg
public/themes/admin/default/build/assets/unpaid-invoices-BgQgwKF1.svg public/themes/admin/default/build/assets/tax-20f847de.svg
public/themes/admin/default/build/assets/theme-Bwf_p88V.svg public/themes/admin/default/build/assets/icon-options-ebfcd268.svg
public/themes/admin/default/build/assets/address-DH7M3lNY.svg public/themes/admin/default/build/assets/total-sales-5b2c7b58.svg
public/themes/admin/default/build/assets/error-ClRu8L1K.svg public/themes/admin/default/build/assets/address-c3d46b29.svg
public/themes/admin/default/build/assets/reviews-UDFC2zlO.svg public/themes/admin/default/build/assets/reviews-17309002.svg
public/themes/admin/default/build/assets/default-Bzl-phiD.svg public/themes/admin/default/build/assets/zoom-0c75bed3.svg
public/themes/admin/default/build/assets/payment-method-Bu6ybGKX.svg public/themes/admin/default/build/assets/customers-199df769.svg
public/themes/admin/default/build/assets/orders-BL3uXoui.svg public/themes/admin/default/build/assets/settings-26b93165.svg
public/themes/admin/default/build/assets/magic-ai-C0gXN1sk.svg public/themes/admin/default/build/assets/default-2c56169a.svg
public/themes/admin/default/build/assets/inventory-D1uKZcKj.svg public/themes/admin/default/build/assets/customers-57f8166b.svg
public/themes/admin/default/build/assets/logo-CXf-crI0.svg public/themes/admin/default/build/assets/logo-f02a1643.svg
public/themes/admin/default/build/assets/total-sales-B1A9STxj.svg public/themes/admin/default/build/assets/unpaid-invoices-6c51662d.svg
public/themes/admin/default/build/assets/front-CFI3VfdH.svg public/themes/admin/default/build/assets/error-4179d5c7.svg
public/themes/admin/default/build/assets/icon-add-product-nFt8sucb.svg public/themes/admin/default/build/assets/next-1-91bb148a.svg
public/themes/admin/default/build/assets/spinner-CkjnFMgn.svg public/themes/admin/default/build/assets/total-orders-f1b2017e.svg
public/themes/admin/default/build/assets/product-CoE-Gk7v.svg public/themes/admin/default/build/assets/invoice-bbc6d6a8.svg
public/themes/admin/default/build/assets/use-cases-D4JhqD_Z.svg public/themes/admin/default/build/assets/theme-f4d870b8.svg
public/themes/admin/default/build/assets/app-BcaoU75C.js public/themes/admin/default/build/assets/bagisto-admin-c1c971d5.woff
public/themes/admin/default/build/assets/email-5AJwT575.svg public/themes/admin/default/build/assets/store-8d27c0df.svg
public/themes/admin/default/build/assets/size-DCBc_ei4.svg public/themes/admin/default/build/assets/magic-ai-2b88cb86.svg
public/themes/admin/default/build/assets/dark-logo-P5H7MBtx.svg public/themes/admin/default/build/assets/front-93490c30.svg
public/themes/admin/default/build/assets/invoice-qNYgi9ea.svg public/themes/admin/default/build/assets/size-04e2a252.svg
public/themes/admin/default/build/assets/store-information-Cjd5D_oN.svg public/themes/admin/default/build/assets/report-empty-c3bb4a01.svg
public/themes/admin/default/build/assets/total-orders-wduYhIFA.svg public/themes/admin/default/build/assets/chart-1d2144fe.js
public/themes/admin/default/build/assets/bagisto-admin-DRpisRbe.woff public/themes/admin/default/build/assets/dark-logo-ea7984e7.svg
public/themes/admin/default/build/assets/settings-DhKa03Cc.svg public/themes/admin/default/build/assets/product-357134fb.svg
public/themes/admin/default/build/assets/report-empty-B0NsGHhI.svg public/themes/admin/default/build/assets/inventory-d69907d8.svg
public/themes/admin/default/build/assets/next-2-wWoAa-nH.svg public/themes/admin/default/build/assets/captcha-061d77ab.svg
public/themes/admin/default/build/manifest.json public/themes/admin/default/build/manifest.json
public/fonts/NotoSansBengali-Regular.ttf public/fonts/NotoSansBengali-Regular.ttf
public/fonts/Hind-Regular.ttf public/fonts/Hind-Regular.ttf
@@ -2298,12 +2293,28 @@ lang/ar/auth.php
README.md README.md
UPGRADE.md UPGRADE.md
routes/console.php routes/console.php
routes/api.php
routes/web.php routes/web.php
routes/breadcrumbs.php routes/breadcrumbs.php
routes/channels.php
CODE_OF_CONDUCT.md CODE_OF_CONDUCT.md
app/Exceptions/Handler.php
app/Http/Middleware/RedirectIfAuthenticated.php
app/Http/Middleware/EncryptCookies.php
app/Http/Middleware/TrustHosts.php
app/Http/Middleware/TrimStrings.php
app/Http/Middleware/TrustProxies.php
app/Http/Middleware/VerifyCsrfToken.php
app/Http/Controllers/Controller.php app/Http/Controllers/Controller.php
app/Http/Kernel.php
app/Providers/BroadcastServiceProvider.php
app/Providers/AppServiceProvider.php app/Providers/AppServiceProvider.php
app/Providers/AuthServiceProvider.php
app/Providers/EventServiceProvider.php
app/Providers/RouteServiceProvider.php
app/Console/Kernel.php
tests/Pest.php tests/Pest.php
tests/CreatesApplication.php
tests/TestCase.php tests/TestCase.php
.env.example .env.example
LICENSE.txt LICENSE.txt
@@ -23227,6 +23227,13 @@ Drupal/Core/Test/AssertMailTrait.php
Core/Test/AssertMailTrait.php Core/Test/AssertMailTrait.php
Test/AssertMailTrait.php Test/AssertMailTrait.php
AssertMailTrait.php AssertMailTrait.php
core/lib/Drupal/Core/Serialization/Attribute/JsonSchema.php
lib/Drupal/Core/Serialization/Attribute/JsonSchema.php
Drupal/Core/Serialization/Attribute/JsonSchema.php
Core/Serialization/Attribute/JsonSchema.php
Serialization/Attribute/JsonSchema.php
Attribute/JsonSchema.php
JsonSchema.php
core/lib/Drupal/Core/Serialization/Yaml.php core/lib/Drupal/Core/Serialization/Yaml.php
lib/Drupal/Core/Serialization/Yaml.php lib/Drupal/Core/Serialization/Yaml.php
Drupal/Core/Serialization/Yaml.php Drupal/Core/Serialization/Yaml.php
@@ -42728,14 +42735,14 @@ tests/src/Kernel/TestCoverageTest.php
src/Kernel/TestCoverageTest.php src/Kernel/TestCoverageTest.php
Kernel/TestCoverageTest.php Kernel/TestCoverageTest.php
TestCoverageTest.php TestCoverageTest.php
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php
modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php
jsonapi/tests/src/Kernel/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php
tests/src/Kernel/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php
src/Kernel/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php
Kernel/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php
Normalizer/JsonApiDocumentTopLevelNormalizerTest.php Normalizer/JsonApiTopLevelResourceNormalizerTest.php
JsonApiDocumentTopLevelNormalizerTest.php JsonApiTopLevelResourceNormalizerTest.php
core/modules/jsonapi/tests/src/Kernel/Normalizer/FieldItemNormalizerTest.php core/modules/jsonapi/tests/src/Kernel/Normalizer/FieldItemNormalizerTest.php
modules/jsonapi/tests/src/Kernel/Normalizer/FieldItemNormalizerTest.php modules/jsonapi/tests/src/Kernel/Normalizer/FieldItemNormalizerTest.php
jsonapi/tests/src/Kernel/Normalizer/FieldItemNormalizerTest.php jsonapi/tests/src/Kernel/Normalizer/FieldItemNormalizerTest.php
@@ -42908,6 +42915,13 @@ tests/src/Traits/CommonCollectionFilterAccessTestPatternsTrait.php
src/Traits/CommonCollectionFilterAccessTestPatternsTrait.php src/Traits/CommonCollectionFilterAccessTestPatternsTrait.php
Traits/CommonCollectionFilterAccessTestPatternsTrait.php Traits/CommonCollectionFilterAccessTestPatternsTrait.php
CommonCollectionFilterAccessTestPatternsTrait.php CommonCollectionFilterAccessTestPatternsTrait.php
core/modules/jsonapi/tests/src/Traits/JsonApiJsonSchemaTestTrait.php
modules/jsonapi/tests/src/Traits/JsonApiJsonSchemaTestTrait.php
jsonapi/tests/src/Traits/JsonApiJsonSchemaTestTrait.php
tests/src/Traits/JsonApiJsonSchemaTestTrait.php
src/Traits/JsonApiJsonSchemaTestTrait.php
Traits/JsonApiJsonSchemaTestTrait.php
JsonApiJsonSchemaTestTrait.php
core/modules/jsonapi/tests/src/Functional/DateFormatTest.php core/modules/jsonapi/tests/src/Functional/DateFormatTest.php
modules/jsonapi/tests/src/Functional/DateFormatTest.php modules/jsonapi/tests/src/Functional/DateFormatTest.php
jsonapi/tests/src/Functional/DateFormatTest.php jsonapi/tests/src/Functional/DateFormatTest.php
@@ -49437,6 +49451,14 @@ src/Unit/Normalizer/InternalTypedDataTestTrait.php
Unit/Normalizer/InternalTypedDataTestTrait.php Unit/Normalizer/InternalTypedDataTestTrait.php
Normalizer/InternalTypedDataTestTrait.php Normalizer/InternalTypedDataTestTrait.php
InternalTypedDataTestTrait.php InternalTypedDataTestTrait.php
core/modules/serialization/tests/src/Unit/Normalizer/MarkupNormalizerTest.php
modules/serialization/tests/src/Unit/Normalizer/MarkupNormalizerTest.php
serialization/tests/src/Unit/Normalizer/MarkupNormalizerTest.php
tests/src/Unit/Normalizer/MarkupNormalizerTest.php
src/Unit/Normalizer/MarkupNormalizerTest.php
Unit/Normalizer/MarkupNormalizerTest.php
Normalizer/MarkupNormalizerTest.php
MarkupNormalizerTest.php
core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php
modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php
serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php
@@ -49477,6 +49499,13 @@ src/Unit/Normalizer/PrimitiveDataNormalizerTest.php
Unit/Normalizer/PrimitiveDataNormalizerTest.php Unit/Normalizer/PrimitiveDataNormalizerTest.php
Normalizer/PrimitiveDataNormalizerTest.php Normalizer/PrimitiveDataNormalizerTest.php
PrimitiveDataNormalizerTest.php PrimitiveDataNormalizerTest.php
core/modules/serialization/tests/src/Traits/JsonSchemaTestTrait.php
modules/serialization/tests/src/Traits/JsonSchemaTestTrait.php
serialization/tests/src/Traits/JsonSchemaTestTrait.php
tests/src/Traits/JsonSchemaTestTrait.php
src/Traits/JsonSchemaTestTrait.php
Traits/JsonSchemaTestTrait.php
JsonSchemaTestTrait.php
core/modules/serialization/tests/src/Functional/GenericTest.php core/modules/serialization/tests/src/Functional/GenericTest.php
modules/serialization/tests/src/Functional/GenericTest.php modules/serialization/tests/src/Functional/GenericTest.php
serialization/tests/src/Functional/GenericTest.php serialization/tests/src/Functional/GenericTest.php
@@ -49489,6 +49518,11 @@ modules/serialization/src/SerializationServiceProvider.php
serialization/src/SerializationServiceProvider.php serialization/src/SerializationServiceProvider.php
src/SerializationServiceProvider.php src/SerializationServiceProvider.php
SerializationServiceProvider.php SerializationServiceProvider.php
core/modules/serialization/src/json-schema-draft-04-meta-schema.json.LICENSE.txt
modules/serialization/src/json-schema-draft-04-meta-schema.json.LICENSE.txt
serialization/src/json-schema-draft-04-meta-schema.json.LICENSE.txt
src/json-schema-draft-04-meta-schema.json.LICENSE.txt
json-schema-draft-04-meta-schema.json.LICENSE.txt
core/modules/serialization/src/EventSubscriber/DefaultExceptionSubscriber.php core/modules/serialization/src/EventSubscriber/DefaultExceptionSubscriber.php
modules/serialization/src/EventSubscriber/DefaultExceptionSubscriber.php modules/serialization/src/EventSubscriber/DefaultExceptionSubscriber.php
serialization/src/EventSubscriber/DefaultExceptionSubscriber.php serialization/src/EventSubscriber/DefaultExceptionSubscriber.php
@@ -49506,6 +49540,11 @@ modules/serialization/src/RegisterSerializationClassesCompilerPass.php
serialization/src/RegisterSerializationClassesCompilerPass.php serialization/src/RegisterSerializationClassesCompilerPass.php
src/RegisterSerializationClassesCompilerPass.php src/RegisterSerializationClassesCompilerPass.php
RegisterSerializationClassesCompilerPass.php RegisterSerializationClassesCompilerPass.php
core/modules/serialization/src/json-schema-draft-04-meta-schema.json
modules/serialization/src/json-schema-draft-04-meta-schema.json
serialization/src/json-schema-draft-04-meta-schema.json
src/json-schema-draft-04-meta-schema.json
json-schema-draft-04-meta-schema.json
core/modules/serialization/src/Encoder/XmlEncoder.php core/modules/serialization/src/Encoder/XmlEncoder.php
modules/serialization/src/Encoder/XmlEncoder.php modules/serialization/src/Encoder/XmlEncoder.php
serialization/src/Encoder/XmlEncoder.php serialization/src/Encoder/XmlEncoder.php
@@ -49608,6 +49647,12 @@ serialization/src/Normalizer/DateTimeNormalizer.php
src/Normalizer/DateTimeNormalizer.php src/Normalizer/DateTimeNormalizer.php
Normalizer/DateTimeNormalizer.php Normalizer/DateTimeNormalizer.php
DateTimeNormalizer.php DateTimeNormalizer.php
core/modules/serialization/src/Normalizer/SchematicNormalizerTrait.php
modules/serialization/src/Normalizer/SchematicNormalizerTrait.php
serialization/src/Normalizer/SchematicNormalizerTrait.php
src/Normalizer/SchematicNormalizerTrait.php
Normalizer/SchematicNormalizerTrait.php
SchematicNormalizerTrait.php
core/modules/serialization/src/Normalizer/TypedDataNormalizer.php core/modules/serialization/src/Normalizer/TypedDataNormalizer.php
modules/serialization/src/Normalizer/TypedDataNormalizer.php modules/serialization/src/Normalizer/TypedDataNormalizer.php
serialization/src/Normalizer/TypedDataNormalizer.php serialization/src/Normalizer/TypedDataNormalizer.php
@@ -49620,6 +49665,24 @@ serialization/src/Normalizer/FieldableEntityNormalizerTrait.php
src/Normalizer/FieldableEntityNormalizerTrait.php src/Normalizer/FieldableEntityNormalizerTrait.php
Normalizer/FieldableEntityNormalizerTrait.php Normalizer/FieldableEntityNormalizerTrait.php
FieldableEntityNormalizerTrait.php FieldableEntityNormalizerTrait.php
core/modules/serialization/src/Normalizer/SchematicNormalizerHelperTrait.php
modules/serialization/src/Normalizer/SchematicNormalizerHelperTrait.php
serialization/src/Normalizer/SchematicNormalizerHelperTrait.php
src/Normalizer/SchematicNormalizerHelperTrait.php
Normalizer/SchematicNormalizerHelperTrait.php
SchematicNormalizerHelperTrait.php
core/modules/serialization/src/Normalizer/SchematicNormalizerFallbackTrait.php
modules/serialization/src/Normalizer/SchematicNormalizerFallbackTrait.php
serialization/src/Normalizer/SchematicNormalizerFallbackTrait.php
src/Normalizer/SchematicNormalizerFallbackTrait.php
Normalizer/SchematicNormalizerFallbackTrait.php
SchematicNormalizerFallbackTrait.php
core/modules/serialization/src/Normalizer/JsonSchemaReflectionTrait.php
modules/serialization/src/Normalizer/JsonSchemaReflectionTrait.php
serialization/src/Normalizer/JsonSchemaReflectionTrait.php
src/Normalizer/JsonSchemaReflectionTrait.php
Normalizer/JsonSchemaReflectionTrait.php
JsonSchemaReflectionTrait.php
core/modules/serialization/src/Normalizer/EntityReferenceFieldItemNormalizer.php core/modules/serialization/src/Normalizer/EntityReferenceFieldItemNormalizer.php
modules/serialization/src/Normalizer/EntityReferenceFieldItemNormalizer.php modules/serialization/src/Normalizer/EntityReferenceFieldItemNormalizer.php
serialization/src/Normalizer/EntityReferenceFieldItemNormalizer.php serialization/src/Normalizer/EntityReferenceFieldItemNormalizer.php
@@ -49691,6 +49754,24 @@ modules/serialization/src/RegisterEntityResolversCompilerPass.php
serialization/src/RegisterEntityResolversCompilerPass.php serialization/src/RegisterEntityResolversCompilerPass.php
src/RegisterEntityResolversCompilerPass.php src/RegisterEntityResolversCompilerPass.php
RegisterEntityResolversCompilerPass.php RegisterEntityResolversCompilerPass.php
core/modules/serialization/src/Serializer/Serializer.php
modules/serialization/src/Serializer/Serializer.php
serialization/src/Serializer/Serializer.php
src/Serializer/Serializer.php
Serializer/Serializer.php
Serializer.php
core/modules/serialization/src/Serializer/JsonSchemaProviderSerializerInterface.php
modules/serialization/src/Serializer/JsonSchemaProviderSerializerInterface.php
serialization/src/Serializer/JsonSchemaProviderSerializerInterface.php
src/Serializer/JsonSchemaProviderSerializerInterface.php
Serializer/JsonSchemaProviderSerializerInterface.php
JsonSchemaProviderSerializerInterface.php
core/modules/serialization/src/Serializer/JsonSchemaProviderSerializerTrait.php
modules/serialization/src/Serializer/JsonSchemaProviderSerializerTrait.php
serialization/src/Serializer/JsonSchemaProviderSerializerTrait.php
src/Serializer/JsonSchemaProviderSerializerTrait.php
Serializer/JsonSchemaProviderSerializerTrait.php
JsonSchemaProviderSerializerTrait.php
core/modules/migrate_drupal/migrate_drupal.install core/modules/migrate_drupal/migrate_drupal.install
modules/migrate_drupal/migrate_drupal.install modules/migrate_drupal/migrate_drupal.install
migrate_drupal/migrate_drupal.install migrate_drupal/migrate_drupal.install
@@ -61835,6 +61916,13 @@ options/tests/options_test/options_test.info.yml
tests/options_test/options_test.info.yml tests/options_test/options_test.info.yml
options_test/options_test.info.yml options_test/options_test.info.yml
options_test.info.yml options_test.info.yml
core/modules/options/tests/options_test/src/OptionsAllowedValues.php
modules/options/tests/options_test/src/OptionsAllowedValues.php
options/tests/options_test/src/OptionsAllowedValues.php
tests/options_test/src/OptionsAllowedValues.php
options_test/src/OptionsAllowedValues.php
src/OptionsAllowedValues.php
OptionsAllowedValues.php
core/modules/options/tests/options_test/src/Hook/OptionsTestHooks.php core/modules/options/tests/options_test/src/Hook/OptionsTestHooks.php
modules/options/tests/options_test/src/Hook/OptionsTestHooks.php modules/options/tests/options_test/src/Hook/OptionsTestHooks.php
options/tests/options_test/src/Hook/OptionsTestHooks.php options/tests/options_test/src/Hook/OptionsTestHooks.php
@@ -61843,12 +61931,6 @@ options_test/src/Hook/OptionsTestHooks.php
src/Hook/OptionsTestHooks.php src/Hook/OptionsTestHooks.php
Hook/OptionsTestHooks.php Hook/OptionsTestHooks.php
OptionsTestHooks.php OptionsTestHooks.php
core/modules/options/tests/options_test/options_test.module
modules/options/tests/options_test/options_test.module
options/tests/options_test/options_test.module
tests/options_test/options_test.module
options_test/options_test.module
options_test.module
core/modules/options/tests/options_config_install_test/options_config_install_test.info.yml core/modules/options/tests/options_config_install_test/options_config_install_test.info.yml
modules/options/tests/options_config_install_test/options_config_install_test.info.yml modules/options/tests/options_config_install_test/options_config_install_test.info.yml
options/tests/options_config_install_test/options_config_install_test.info.yml options/tests/options_config_install_test/options_config_install_test.info.yml
@@ -80643,6 +80725,22 @@ error_service_test/src/Controller/LonelyMonkeyController.php
src/Controller/LonelyMonkeyController.php src/Controller/LonelyMonkeyController.php
Controller/LonelyMonkeyController.php Controller/LonelyMonkeyController.php
LonelyMonkeyController.php LonelyMonkeyController.php
core/modules/system/tests/modules/field_storage_entity_type_dependency_test/field_storage_entity_type_dependency_test.info.yml
modules/system/tests/modules/field_storage_entity_type_dependency_test/field_storage_entity_type_dependency_test.info.yml
system/tests/modules/field_storage_entity_type_dependency_test/field_storage_entity_type_dependency_test.info.yml
tests/modules/field_storage_entity_type_dependency_test/field_storage_entity_type_dependency_test.info.yml
modules/field_storage_entity_type_dependency_test/field_storage_entity_type_dependency_test.info.yml
field_storage_entity_type_dependency_test/field_storage_entity_type_dependency_test.info.yml
field_storage_entity_type_dependency_test.info.yml
core/modules/system/tests/modules/field_storage_entity_type_dependency_test/src/Hook/FieldStorageEntityTypeDependencyTestHook.php
modules/system/tests/modules/field_storage_entity_type_dependency_test/src/Hook/FieldStorageEntityTypeDependencyTestHook.php
system/tests/modules/field_storage_entity_type_dependency_test/src/Hook/FieldStorageEntityTypeDependencyTestHook.php
tests/modules/field_storage_entity_type_dependency_test/src/Hook/FieldStorageEntityTypeDependencyTestHook.php
modules/field_storage_entity_type_dependency_test/src/Hook/FieldStorageEntityTypeDependencyTestHook.php
field_storage_entity_type_dependency_test/src/Hook/FieldStorageEntityTypeDependencyTestHook.php
src/Hook/FieldStorageEntityTypeDependencyTestHook.php
Hook/FieldStorageEntityTypeDependencyTestHook.php
FieldStorageEntityTypeDependencyTestHook.php
core/modules/system/tests/modules/update_test_description/update_test_description.install core/modules/system/tests/modules/update_test_description/update_test_description.install
modules/system/tests/modules/update_test_description/update_test_description.install modules/system/tests/modules/update_test_description/update_test_description.install
system/tests/modules/update_test_description/update_test_description.install system/tests/modules/update_test_description/update_test_description.install
@@ -126004,6 +126102,13 @@ Core/Entity/TypedData/EntityAdapterUnitTest.php
Entity/TypedData/EntityAdapterUnitTest.php Entity/TypedData/EntityAdapterUnitTest.php
TypedData/EntityAdapterUnitTest.php TypedData/EntityAdapterUnitTest.php
EntityAdapterUnitTest.php EntityAdapterUnitTest.php
core/tests/Drupal/Tests/Core/Entity/StubFieldItemBase.php
tests/Drupal/Tests/Core/Entity/StubFieldItemBase.php
Drupal/Tests/Core/Entity/StubFieldItemBase.php
Tests/Core/Entity/StubFieldItemBase.php
Core/Entity/StubFieldItemBase.php
Entity/StubFieldItemBase.php
StubFieldItemBase.php
core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php
tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php
Drupal/Tests/Core/Update/UpdateRegistryTest.php Drupal/Tests/Core/Update/UpdateRegistryTest.php
@@ -3482,6 +3482,7 @@ core/lib/Drupal/Core/Test/TestDiscovery.php
core/lib/Drupal/Core/Test/TestStatus.php core/lib/Drupal/Core/Test/TestStatus.php
core/lib/Drupal/Core/Test/TestRunnerKernel.php core/lib/Drupal/Core/Test/TestRunnerKernel.php
core/lib/Drupal/Core/Test/AssertMailTrait.php core/lib/Drupal/Core/Test/AssertMailTrait.php
core/lib/Drupal/Core/Serialization/Attribute/JsonSchema.php
core/lib/Drupal/Core/Serialization/Yaml.php core/lib/Drupal/Core/Serialization/Yaml.php
core/lib/Drupal/Core/Logger/LoggerChannel.php core/lib/Drupal/Core/Logger/LoggerChannel.php
core/lib/Drupal/Core/Logger/LogMessageParser.php core/lib/Drupal/Core/Logger/LogMessageParser.php
@@ -6539,7 +6540,7 @@ core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php
core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php
core/modules/jsonapi/tests/src/Kernel/EventSubscriber/ResourceObjectNormalizerCacherTest.php core/modules/jsonapi/tests/src/Kernel/EventSubscriber/ResourceObjectNormalizerCacherTest.php
core/modules/jsonapi/tests/src/Kernel/TestCoverageTest.php core/modules/jsonapi/tests/src/Kernel/TestCoverageTest.php
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php
core/modules/jsonapi/tests/src/Kernel/Normalizer/FieldItemNormalizerTest.php core/modules/jsonapi/tests/src/Kernel/Normalizer/FieldItemNormalizerTest.php
core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php
core/modules/jsonapi/tests/src/Kernel/Normalizer/LinkCollectionNormalizerTest.php core/modules/jsonapi/tests/src/Kernel/Normalizer/LinkCollectionNormalizerTest.php
@@ -6562,6 +6563,7 @@ core/modules/jsonapi/tests/src/Unit/Normalizer/ResourceIdentifierNormalizerTest.
core/modules/jsonapi/tests/src/Unit/Routing/RoutesTest.php core/modules/jsonapi/tests/src/Unit/Routing/RoutesTest.php
core/modules/jsonapi/tests/src/Traits/GetDocumentFromResponseTrait.php core/modules/jsonapi/tests/src/Traits/GetDocumentFromResponseTrait.php
core/modules/jsonapi/tests/src/Traits/CommonCollectionFilterAccessTestPatternsTrait.php core/modules/jsonapi/tests/src/Traits/CommonCollectionFilterAccessTestPatternsTrait.php
core/modules/jsonapi/tests/src/Traits/JsonApiJsonSchemaTestTrait.php
core/modules/jsonapi/tests/src/Functional/DateFormatTest.php core/modules/jsonapi/tests/src/Functional/DateFormatTest.php
core/modules/jsonapi/tests/src/Functional/ViewTest.php core/modules/jsonapi/tests/src/Functional/ViewTest.php
core/modules/jsonapi/tests/src/Functional/SearchPageTest.php core/modules/jsonapi/tests/src/Functional/SearchPageTest.php
@@ -7548,16 +7550,20 @@ core/modules/serialization/tests/src/Unit/Normalizer/DateTimeNormalizerTest.php
core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php
core/modules/serialization/tests/src/Unit/Normalizer/TimestampNormalizerTest.php core/modules/serialization/tests/src/Unit/Normalizer/TimestampNormalizerTest.php
core/modules/serialization/tests/src/Unit/Normalizer/InternalTypedDataTestTrait.php core/modules/serialization/tests/src/Unit/Normalizer/InternalTypedDataTestTrait.php
core/modules/serialization/tests/src/Unit/Normalizer/MarkupNormalizerTest.php
core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php
core/modules/serialization/tests/src/Unit/Normalizer/ConfigEntityNormalizerTest.php core/modules/serialization/tests/src/Unit/Normalizer/ConfigEntityNormalizerTest.php
core/modules/serialization/tests/src/Unit/Normalizer/TimestampItemNormalizerTest.php core/modules/serialization/tests/src/Unit/Normalizer/TimestampItemNormalizerTest.php
core/modules/serialization/tests/src/Unit/Normalizer/ComplexDataNormalizerTest.php core/modules/serialization/tests/src/Unit/Normalizer/ComplexDataNormalizerTest.php
core/modules/serialization/tests/src/Unit/Normalizer/PrimitiveDataNormalizerTest.php core/modules/serialization/tests/src/Unit/Normalizer/PrimitiveDataNormalizerTest.php
core/modules/serialization/tests/src/Traits/JsonSchemaTestTrait.php
core/modules/serialization/tests/src/Functional/GenericTest.php core/modules/serialization/tests/src/Functional/GenericTest.php
core/modules/serialization/src/SerializationServiceProvider.php core/modules/serialization/src/SerializationServiceProvider.php
core/modules/serialization/src/json-schema-draft-04-meta-schema.json.LICENSE.txt
core/modules/serialization/src/EventSubscriber/DefaultExceptionSubscriber.php core/modules/serialization/src/EventSubscriber/DefaultExceptionSubscriber.php
core/modules/serialization/src/EventSubscriber/UserRouteAlterSubscriber.php core/modules/serialization/src/EventSubscriber/UserRouteAlterSubscriber.php
core/modules/serialization/src/RegisterSerializationClassesCompilerPass.php core/modules/serialization/src/RegisterSerializationClassesCompilerPass.php
core/modules/serialization/src/json-schema-draft-04-meta-schema.json
core/modules/serialization/src/Encoder/XmlEncoder.php core/modules/serialization/src/Encoder/XmlEncoder.php
core/modules/serialization/src/Encoder/JsonEncoder.php core/modules/serialization/src/Encoder/JsonEncoder.php
core/modules/serialization/src/Hook/SerializationHooks.php core/modules/serialization/src/Hook/SerializationHooks.php
@@ -7575,8 +7581,12 @@ core/modules/serialization/src/Normalizer/NormalizerBase.php
core/modules/serialization/src/Normalizer/FieldItemNormalizer.php core/modules/serialization/src/Normalizer/FieldItemNormalizer.php
core/modules/serialization/src/Normalizer/CacheableNormalizerInterface.php core/modules/serialization/src/Normalizer/CacheableNormalizerInterface.php
core/modules/serialization/src/Normalizer/DateTimeNormalizer.php core/modules/serialization/src/Normalizer/DateTimeNormalizer.php
core/modules/serialization/src/Normalizer/SchematicNormalizerTrait.php
core/modules/serialization/src/Normalizer/TypedDataNormalizer.php core/modules/serialization/src/Normalizer/TypedDataNormalizer.php
core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php
core/modules/serialization/src/Normalizer/SchematicNormalizerHelperTrait.php
core/modules/serialization/src/Normalizer/SchematicNormalizerFallbackTrait.php
core/modules/serialization/src/Normalizer/JsonSchemaReflectionTrait.php
core/modules/serialization/src/Normalizer/EntityReferenceFieldItemNormalizer.php core/modules/serialization/src/Normalizer/EntityReferenceFieldItemNormalizer.php
core/modules/serialization/src/Normalizer/PrimitiveDataNormalizer.php core/modules/serialization/src/Normalizer/PrimitiveDataNormalizer.php
core/modules/serialization/src/Normalizer/EntityReferenceFieldItemNormalizerTrait.php core/modules/serialization/src/Normalizer/EntityReferenceFieldItemNormalizerTrait.php
@@ -7589,6 +7599,9 @@ core/modules/serialization/src/Normalizer/MarkupNormalizer.php
core/modules/serialization/src/Normalizer/EntityNormalizer.php core/modules/serialization/src/Normalizer/EntityNormalizer.php
core/modules/serialization/src/Normalizer/ListNormalizer.php core/modules/serialization/src/Normalizer/ListNormalizer.php
core/modules/serialization/src/RegisterEntityResolversCompilerPass.php core/modules/serialization/src/RegisterEntityResolversCompilerPass.php
core/modules/serialization/src/Serializer/Serializer.php
core/modules/serialization/src/Serializer/JsonSchemaProviderSerializerInterface.php
core/modules/serialization/src/Serializer/JsonSchemaProviderSerializerTrait.php
core/modules/migrate_drupal/migrate_drupal.install core/modules/migrate_drupal/migrate_drupal.install
core/modules/migrate_drupal/config/schema/migrate_drupal.schema.yml core/modules/migrate_drupal/config/schema/migrate_drupal.schema.yml
core/modules/migrate_drupal/config/install/migrate_drupal.settings.yml core/modules/migrate_drupal/config/install/migrate_drupal.settings.yml
@@ -9321,8 +9334,8 @@ core/modules/options/options.libraries.yml
core/modules/options/migrations/state/options.migrate_drupal.yml core/modules/options/migrations/state/options.migrate_drupal.yml
core/modules/options/options.module core/modules/options/options.module
core/modules/options/tests/options_test/options_test.info.yml core/modules/options/tests/options_test/options_test.info.yml
core/modules/options/tests/options_test/src/OptionsAllowedValues.php
core/modules/options/tests/options_test/src/Hook/OptionsTestHooks.php core/modules/options/tests/options_test/src/Hook/OptionsTestHooks.php
core/modules/options/tests/options_test/options_test.module
core/modules/options/tests/options_config_install_test/options_config_install_test.info.yml core/modules/options/tests/options_config_install_test/options_config_install_test.info.yml
core/modules/options/tests/options_config_install_test/config/install/core.entity_view_display.node.options_install_test.teaser.yml core/modules/options/tests/options_config_install_test/config/install/core.entity_view_display.node.options_install_test.teaser.yml
core/modules/options/tests/options_config_install_test/config/install/node.type.options_install_test.yml core/modules/options/tests/options_config_install_test/config/install/node.type.options_install_test.yml
@@ -11933,6 +11946,8 @@ core/modules/system/tests/modules/error_service_test/src/Logger/TestLog.php
core/modules/system/tests/modules/error_service_test/src/LonelyMonkeyClass.php core/modules/system/tests/modules/error_service_test/src/LonelyMonkeyClass.php
core/modules/system/tests/modules/error_service_test/src/ErrorServiceTestServiceProvider.php core/modules/system/tests/modules/error_service_test/src/ErrorServiceTestServiceProvider.php
core/modules/system/tests/modules/error_service_test/src/Controller/LonelyMonkeyController.php core/modules/system/tests/modules/error_service_test/src/Controller/LonelyMonkeyController.php
core/modules/system/tests/modules/field_storage_entity_type_dependency_test/field_storage_entity_type_dependency_test.info.yml
core/modules/system/tests/modules/field_storage_entity_type_dependency_test/src/Hook/FieldStorageEntityTypeDependencyTestHook.php
core/modules/system/tests/modules/update_test_description/update_test_description.install core/modules/system/tests/modules/update_test_description/update_test_description.install
core/modules/system/tests/modules/update_test_description/update_test_description.info.yml core/modules/system/tests/modules/update_test_description/update_test_description.info.yml
core/modules/system/tests/modules/container_rebuild_required_false_2/container_rebuild_required_false_2.info.yml core/modules/system/tests/modules/container_rebuild_required_false_2/container_rebuild_required_false_2.info.yml
@@ -18241,6 +18256,7 @@ core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php
core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php
core/tests/Drupal/Tests/Core/Entity/StubFieldItemBase.php
core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php
core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php
core/tests/Drupal/Tests/Core/Security/RequestSanitizerTest.php core/tests/Drupal/Tests/Core/Security/RequestSanitizerTest.php
@@ -7681,6 +7681,8 @@ SECURITY.md
renovate.json renovate.json
.codesandbox/ci.json .codesandbox/ci.json
ci.json ci.json
.changeset/rotten-vans-vanish.md
rotten-vans-vanish.md
.changeset/config.json .changeset/config.json
config.json config.json
.changeset/fix-search.md .changeset/fix-search.md
@@ -1428,6 +1428,7 @@ package.json
SECURITY.md SECURITY.md
renovate.json renovate.json
.codesandbox/ci.json .codesandbox/ci.json
.changeset/rotten-vans-vanish.md
.changeset/config.json .changeset/config.json
.changeset/fix-search.md .changeset/fix-search.md
.changeset/add-relationship-search.md .changeset/add-relationship-search.md
@@ -56660,6 +56660,13 @@ catalog/controller/account/credit_card.php
controller/account/credit_card.php controller/account/credit_card.php
account/credit_card.php account/credit_card.php
credit_card.php credit_card.php
upload/extension/oc_payment_example/catalog/controller/cron/credit_card.php
extension/oc_payment_example/catalog/controller/cron/credit_card.php
oc_payment_example/catalog/controller/cron/credit_card.php
catalog/controller/cron/credit_card.php
controller/cron/credit_card.php
cron/credit_card.php
credit_card.php
upload/extension/oc_payment_example/catalog/model/payment/credit_card.php upload/extension/oc_payment_example/catalog/model/payment/credit_card.php
extension/oc_payment_example/catalog/model/payment/credit_card.php extension/oc_payment_example/catalog/model/payment/credit_card.php
oc_payment_example/catalog/model/payment/credit_card.php oc_payment_example/catalog/model/payment/credit_card.php
@@ -7250,6 +7250,7 @@ upload/extension/oc_payment_example/admin/view/template/payment/credit_card_repo
upload/extension/oc_payment_example/admin/language/en-gb/payment/credit_card.php upload/extension/oc_payment_example/admin/language/en-gb/payment/credit_card.php
upload/extension/oc_payment_example/catalog/controller/payment/credit_card.php upload/extension/oc_payment_example/catalog/controller/payment/credit_card.php
upload/extension/oc_payment_example/catalog/controller/account/credit_card.php upload/extension/oc_payment_example/catalog/controller/account/credit_card.php
upload/extension/oc_payment_example/catalog/controller/cron/credit_card.php
upload/extension/oc_payment_example/catalog/model/payment/credit_card.php upload/extension/oc_payment_example/catalog/model/payment/credit_card.php
upload/extension/oc_payment_example/catalog/view/template/payment/credit_card.twig upload/extension/oc_payment_example/catalog/view/template/payment/credit_card.twig
upload/extension/oc_payment_example/catalog/view/template/payment/stored.twig upload/extension/oc_payment_example/catalog/view/template/payment/stored.twig
@@ -668,46 +668,11 @@ packages/js/csv-export/babel.config.js
js/csv-export/babel.config.js js/csv-export/babel.config.js
csv-export/babel.config.js csv-export/babel.config.js
babel.config.js babel.config.js
packages/js/csv-export/changelog/52727-fix-25379-csv-export-allow-negative-numeric-values-unescaped
js/csv-export/changelog/52727-fix-25379-csv-export-allow-negative-numeric-values-unescaped
csv-export/changelog/52727-fix-25379-csv-export-allow-negative-numeric-values-unescaped
changelog/52727-fix-25379-csv-export-allow-negative-numeric-values-unescaped
52727-fix-25379-csv-export-allow-negative-numeric-values-unescaped
packages/js/csv-export/changelog/.gitkeep packages/js/csv-export/changelog/.gitkeep
js/csv-export/changelog/.gitkeep js/csv-export/changelog/.gitkeep
csv-export/changelog/.gitkeep csv-export/changelog/.gitkeep
changelog/.gitkeep changelog/.gitkeep
.gitkeep .gitkeep
packages/js/csv-export/changelog/53165-dev-ts-5-7-2
js/csv-export/changelog/53165-dev-ts-5-7-2
csv-export/changelog/53165-dev-ts-5-7-2
changelog/53165-dev-ts-5-7-2
53165-dev-ts-5-7-2
packages/js/csv-export/changelog/dev-consolidate-syncpack-config
js/csv-export/changelog/dev-consolidate-syncpack-config
csv-export/changelog/dev-consolidate-syncpack-config
changelog/dev-consolidate-syncpack-config
dev-consolidate-syncpack-config
packages/js/csv-export/changelog/dev-build-profiling-tweaks-take-1
js/csv-export/changelog/dev-build-profiling-tweaks-take-1
csv-export/changelog/dev-build-profiling-tweaks-take-1
changelog/dev-build-profiling-tweaks-take-1
dev-build-profiling-tweaks-take-1
packages/js/csv-export/changelog/52625-fix-broken-docs-links-52587
js/csv-export/changelog/52625-fix-broken-docs-links-52587
csv-export/changelog/52625-fix-broken-docs-links-52587
changelog/52625-fix-broken-docs-links-52587
52625-fix-broken-docs-links-52587
packages/js/csv-export/changelog/50828-dev-constrain-pnpm-version
js/csv-export/changelog/50828-dev-constrain-pnpm-version
csv-export/changelog/50828-dev-constrain-pnpm-version
changelog/50828-dev-constrain-pnpm-version
50828-dev-constrain-pnpm-version
packages/js/csv-export/changelog/dev-ci-lint-monorepo-job-update
js/csv-export/changelog/dev-ci-lint-monorepo-job-update
csv-export/changelog/dev-ci-lint-monorepo-job-update
changelog/dev-ci-lint-monorepo-job-update
dev-ci-lint-monorepo-job-update
packages/js/csv-export/tsconfig.json packages/js/csv-export/tsconfig.json
js/csv-export/tsconfig.json js/csv-export/tsconfig.json
csv-export/tsconfig.json csv-export/tsconfig.json
@@ -22313,6 +22278,10 @@ plugins/woocommerce/changelog/fix-mini-cart-api-request-50793
woocommerce/changelog/fix-mini-cart-api-request-50793 woocommerce/changelog/fix-mini-cart-api-request-50793
changelog/fix-mini-cart-api-request-50793 changelog/fix-mini-cart-api-request-50793
fix-mini-cart-api-request-50793 fix-mini-cart-api-request-50793
plugins/woocommerce/changelog/fix-extension-cart-update-args
woocommerce/changelog/fix-extension-cart-update-args
changelog/fix-extension-cart-update-args
fix-extension-cart-update-args
plugins/woocommerce/changelog/fix-52982 plugins/woocommerce/changelog/fix-52982
woocommerce/changelog/fix-52982 woocommerce/changelog/fix-52982
changelog/fix-52982 changelog/fix-52982
@@ -22421,6 +22390,10 @@ plugins/woocommerce/changelog/53773-update-settings-transformer-relax-rules
woocommerce/changelog/53773-update-settings-transformer-relax-rules woocommerce/changelog/53773-update-settings-transformer-relax-rules
changelog/53773-update-settings-transformer-relax-rules changelog/53773-update-settings-transformer-relax-rules
53773-update-settings-transformer-relax-rules 53773-update-settings-transformer-relax-rules
plugins/woocommerce/changelog/fix-product-galler-pager-position
woocommerce/changelog/fix-product-galler-pager-position
changelog/fix-product-galler-pager-position
fix-product-galler-pager-position
plugins/woocommerce/changelog/pr-53883 plugins/woocommerce/changelog/pr-53883
woocommerce/changelog/pr-53883 woocommerce/changelog/pr-53883
changelog/pr-53883 changelog/pr-53883
@@ -22429,6 +22402,10 @@ plugins/woocommerce/changelog/53869-update-import-blueprint
woocommerce/changelog/53869-update-import-blueprint woocommerce/changelog/53869-update-import-blueprint
changelog/53869-update-import-blueprint changelog/53869-update-import-blueprint
53869-update-import-blueprint 53869-update-import-blueprint
plugins/woocommerce/changelog/fix-flexslider_product_page_js_error
woocommerce/changelog/fix-flexslider_product_page_js_error
changelog/fix-flexslider_product_page_js_error
fix-flexslider_product_page_js_error
plugins/woocommerce/changelog/fix-add-to-cart-with-options-store-dispatches plugins/woocommerce/changelog/fix-add-to-cart-with-options-store-dispatches
woocommerce/changelog/fix-add-to-cart-with-options-store-dispatches woocommerce/changelog/fix-add-to-cart-with-options-store-dispatches
changelog/fix-add-to-cart-with-options-store-dispatches changelog/fix-add-to-cart-with-options-store-dispatches
@@ -22497,6 +22474,10 @@ plugins/woocommerce/changelog/53759-dev-introducing-product-type-constants
woocommerce/changelog/53759-dev-introducing-product-type-constants woocommerce/changelog/53759-dev-introducing-product-type-constants
changelog/53759-dev-introducing-product-type-constants changelog/53759-dev-introducing-product-type-constants
53759-dev-introducing-product-type-constants 53759-dev-introducing-product-type-constants
plugins/woocommerce/changelog/fix-48184-flaky-text-company-checkbox
woocommerce/changelog/fix-48184-flaky-text-company-checkbox
changelog/fix-48184-flaky-text-company-checkbox
fix-48184-flaky-text-company-checkbox
plugins/woocommerce/changelog/add-blueprint-upload-dropzone plugins/woocommerce/changelog/add-blueprint-upload-dropzone
woocommerce/changelog/add-blueprint-upload-dropzone woocommerce/changelog/add-blueprint-upload-dropzone
changelog/add-blueprint-upload-dropzone changelog/add-blueprint-upload-dropzone
@@ -22509,6 +22490,10 @@ plugins/woocommerce/changelog/53754-e2e-audit-customize-store
woocommerce/changelog/53754-e2e-audit-customize-store woocommerce/changelog/53754-e2e-audit-customize-store
changelog/53754-e2e-audit-customize-store changelog/53754-e2e-audit-customize-store
53754-e2e-audit-customize-store 53754-e2e-audit-customize-store
plugins/woocommerce/changelog/update-cleanup-blueprint-copy
woocommerce/changelog/update-cleanup-blueprint-copy
changelog/update-cleanup-blueprint-copy
update-cleanup-blueprint-copy
plugins/woocommerce/changelog/53782-fix-53359-stepper-input-style-is-corrupted-when-form-has-additional-fields plugins/woocommerce/changelog/53782-fix-53359-stepper-input-style-is-corrupted-when-form-has-additional-fields
woocommerce/changelog/53782-fix-53359-stepper-input-style-is-corrupted-when-form-has-additional-fields woocommerce/changelog/53782-fix-53359-stepper-input-style-is-corrupted-when-form-has-additional-fields
changelog/53782-fix-53359-stepper-input-style-is-corrupted-when-form-has-additional-fields changelog/53782-fix-53359-stepper-input-style-is-corrupted-when-form-has-additional-fields
@@ -69136,6 +69121,13 @@ js/blocks/checkout/edit.tsx
blocks/checkout/edit.tsx blocks/checkout/edit.tsx
checkout/edit.tsx checkout/edit.tsx
edit.tsx edit.tsx
plugins/woocommerce-blocks/assets/js/blocks/checkout/address-field-controls.tsx
woocommerce-blocks/assets/js/blocks/checkout/address-field-controls.tsx
assets/js/blocks/checkout/address-field-controls.tsx
js/blocks/checkout/address-field-controls.tsx
blocks/checkout/address-field-controls.tsx
checkout/address-field-controls.tsx
address-field-controls.tsx
plugins/woocommerce-blocks/assets/js/blocks/checkout/test/block.js plugins/woocommerce-blocks/assets/js/blocks/checkout/test/block.js
woocommerce-blocks/assets/js/blocks/checkout/test/block.js woocommerce-blocks/assets/js/blocks/checkout/test/block.js
assets/js/blocks/checkout/test/block.js assets/js/blocks/checkout/test/block.js
@@ -216,14 +216,7 @@ docs/building-a-woo-store/configuring-caching-plugins.md
docs/building-a-woo-store/README.md docs/building-a-woo-store/README.md
docs/building-a-woo-store/block-references.md docs/building-a-woo-store/block-references.md
packages/js/csv-export/babel.config.js packages/js/csv-export/babel.config.js
packages/js/csv-export/changelog/52727-fix-25379-csv-export-allow-negative-numeric-values-unescaped
packages/js/csv-export/changelog/.gitkeep packages/js/csv-export/changelog/.gitkeep
packages/js/csv-export/changelog/53165-dev-ts-5-7-2
packages/js/csv-export/changelog/dev-consolidate-syncpack-config
packages/js/csv-export/changelog/dev-build-profiling-tweaks-take-1
packages/js/csv-export/changelog/52625-fix-broken-docs-links-52587
packages/js/csv-export/changelog/50828-dev-constrain-pnpm-version
packages/js/csv-export/changelog/dev-ci-lint-monorepo-job-update
packages/js/csv-export/tsconfig.json packages/js/csv-export/tsconfig.json
packages/js/csv-export/.eslintrc.js packages/js/csv-export/.eslintrc.js
packages/js/csv-export/package.json packages/js/csv-export/package.json
@@ -3828,6 +3821,7 @@ plugins/woocommerce/.distignore
plugins/woocommerce/changelog/update-handle-custom-view plugins/woocommerce/changelog/update-handle-custom-view
plugins/woocommerce/changelog/e2e-remove-loading-screen-third-scenario plugins/woocommerce/changelog/e2e-remove-loading-screen-third-scenario
plugins/woocommerce/changelog/fix-mini-cart-api-request-50793 plugins/woocommerce/changelog/fix-mini-cart-api-request-50793
plugins/woocommerce/changelog/fix-extension-cart-update-args
plugins/woocommerce/changelog/fix-52982 plugins/woocommerce/changelog/fix-52982
plugins/woocommerce/changelog/.gitkeep plugins/woocommerce/changelog/.gitkeep
plugins/woocommerce/changelog/ci-run-extra-e2e-checks-for-e2e-tests-updates plugins/woocommerce/changelog/ci-run-extra-e2e-checks-for-e2e-tests-updates
@@ -3855,8 +3849,10 @@ plugins/woocommerce/changelog/ci-add-unique-events-for-test-jobs
plugins/woocommerce/changelog/fix-53889-invoice-vs-order-details plugins/woocommerce/changelog/fix-53889-invoice-vs-order-details
plugins/woocommerce/changelog/fix-53015 plugins/woocommerce/changelog/fix-53015
plugins/woocommerce/changelog/53773-update-settings-transformer-relax-rules plugins/woocommerce/changelog/53773-update-settings-transformer-relax-rules
plugins/woocommerce/changelog/fix-product-galler-pager-position
plugins/woocommerce/changelog/pr-53883 plugins/woocommerce/changelog/pr-53883
plugins/woocommerce/changelog/53869-update-import-blueprint plugins/woocommerce/changelog/53869-update-import-blueprint
plugins/woocommerce/changelog/fix-flexslider_product_page_js_error
plugins/woocommerce/changelog/fix-add-to-cart-with-options-store-dispatches plugins/woocommerce/changelog/fix-add-to-cart-with-options-store-dispatches
plugins/woocommerce/changelog/fix-51834 plugins/woocommerce/changelog/fix-51834
plugins/woocommerce/changelog/fix-53117-password-nag plugins/woocommerce/changelog/fix-53117-password-nag
@@ -3874,9 +3870,11 @@ plugins/woocommerce/changelog/53795-fix-php-81-static-variable
plugins/woocommerce/changelog/fix-register-product-blocks-on-template-switch plugins/woocommerce/changelog/fix-register-product-blocks-on-template-switch
plugins/woocommerce/changelog/e2e-remove-the-extra-e2e-checks-for-prs plugins/woocommerce/changelog/e2e-remove-the-extra-e2e-checks-for-prs
plugins/woocommerce/changelog/53759-dev-introducing-product-type-constants plugins/woocommerce/changelog/53759-dev-introducing-product-type-constants
plugins/woocommerce/changelog/fix-48184-flaky-text-company-checkbox
plugins/woocommerce/changelog/add-blueprint-upload-dropzone plugins/woocommerce/changelog/add-blueprint-upload-dropzone
plugins/woocommerce/changelog/fix-51829 plugins/woocommerce/changelog/fix-51829
plugins/woocommerce/changelog/53754-e2e-audit-customize-store plugins/woocommerce/changelog/53754-e2e-audit-customize-store
plugins/woocommerce/changelog/update-cleanup-blueprint-copy
plugins/woocommerce/changelog/53782-fix-53359-stepper-input-style-is-corrupted-when-form-has-additional-fields plugins/woocommerce/changelog/53782-fix-53359-stepper-input-style-is-corrupted-when-form-has-additional-fields
plugins/woocommerce/changelog/pr-53845 plugins/woocommerce/changelog/pr-53845
plugins/woocommerce/changelog/update-register-product-block-type-signature plugins/woocommerce/changelog/update-register-product-block-type-signature
@@ -10271,6 +10269,7 @@ plugins/woocommerce-blocks/assets/js/blocks/product-on-sale/inspector-controls.t
plugins/woocommerce-blocks/assets/js/blocks/checkout/phone-number/index.tsx plugins/woocommerce-blocks/assets/js/blocks/checkout/phone-number/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/checkout/block.tsx plugins/woocommerce-blocks/assets/js/blocks/checkout/block.tsx
plugins/woocommerce-blocks/assets/js/blocks/checkout/edit.tsx plugins/woocommerce-blocks/assets/js/blocks/checkout/edit.tsx
plugins/woocommerce-blocks/assets/js/blocks/checkout/address-field-controls.tsx
plugins/woocommerce-blocks/assets/js/blocks/checkout/test/block.js plugins/woocommerce-blocks/assets/js/blocks/checkout/test/block.js
plugins/woocommerce-blocks/assets/js/blocks/checkout/test/utils.ts plugins/woocommerce-blocks/assets/js/blocks/checkout/test/utils.ts
plugins/woocommerce-blocks/assets/js/blocks/checkout/styles/editor.scss plugins/woocommerce-blocks/assets/js/blocks/checkout/styles/editor.scss
@@ -355,7 +355,6 @@ Fragment/SysConfig
Germany/kleinunternehmen/euga/detail.mspx? Germany/kleinunternehmen/euga/detail.mspx?
Germany/kleinunternehmen/euga/results.mspx? Germany/kleinunternehmen/euga/results.mspx?
GoogleInternetAuthority GoogleInternetAuthority
HpImageArchive.aspx
HpOptOut=true$ HpOptOut=true$
IEB/ToolBox/SB IEB/ToolBox/SB
IntegrationCenter IntegrationCenter
@@ -368,7 +367,6 @@ People/all
People/domain People/domain
Present Present
Project Project
Proxy.ashx
RDF/Validator/ARPServlet RDF/Validator/ARPServlet
RDF/Validator/ARPServlet? RDF/Validator/ARPServlet?
RDF/Validator/rdfval RDF/Validator/rdfval
@@ -377,7 +375,6 @@ REST/auth/CSRFTicket
ReportBug ReportBug
SAGE SAGE
SNP SNP
Search
Search/Mail/Public Search/Mail/Public
ServiceDesks/ ServiceDesks/
Structure Structure
@@ -553,11 +550,8 @@ abuse
ac ac
ac/globalnav/2.0/*/images/ac-globalnav/globalnav/search ac/globalnav/2.0/*/images/ac-globalnav/globalnav/search
ac2 ac2
academic/profile
academic/search
account account
account-login account-login
account/
account/deactivated account/deactivated
accounts/ClientAuth accounts/ClientAuth
accounts/ClientAuth accounts/ClientAuth
@@ -567,7 +561,6 @@ accounts/activate
accounts/force-by-email accounts/force-by-email
accounts/o8 accounts/o8
accounts/o8/id accounts/o8/id
aclick
aclk aclk
action=accessorysearch& action=accessorysearch&
action=accessorysearch&page=2$ action=accessorysearch&page=2$
@@ -636,11 +629,9 @@ alerts
alerts/$ alerts/$
alerts/manage alerts/manage
alerts/remove alerts/remove
alink
alkali alkali
ambry ambry
amp amp
amp/
amphtml amphtml
amphtml/blogs/test amphtml/blogs/test
amphtml/classic-apps amphtml/classic-apps
@@ -658,10 +649,8 @@ android/market_images
answers answers
ap/signin ap/signin
api api
api/
api/? api/?
api/jobPostings/jobs api/jobPostings/jobs
api/maps/
api/rest_v1/?doc api/rest_v1/?doc
api/v3/creator-quality-signal/organizer api/v3/creator-quality-signal/organizer
api/v3/destination/search/log_requests api/v3/destination/search/log_requests
@@ -758,10 +747,8 @@ bePatron
bePatronDone bePatronDone
best-countries-for-business/list best-countries-for-business/list
bfe/apps/website bfe/apps/website
bfp/search
bin/search.go bin/search.go
bin/search.py bin/search.py
bing-site-safety
bitesize/my bitesize/my
bitesize/my$ bitesize/my$
bitesize/search bitesize/search
@@ -797,7 +784,6 @@ blog/wp-includes/*.xml
blog/xmlrpc.php blog/xmlrpc.php
blogs blogs
blogs/nationals-journal-beta blogs/nationals-journal-beta
blogs/search/
blogs/slow-ride blogs/slow-ride
blogs/test blogs/test
blogsearch blogsearch
@@ -880,7 +866,6 @@ citations?*cstart=
citations?user= citations?user=
citations?view_op=new_profile citations?view_op=new_profile
citations?view_op=top_venues citations?view_op=top_venues
ck/
cl2/feeds cl2/feeds
cl2/ical cl2/ical
claim-money? claim-money?
@@ -955,8 +940,6 @@ couchmode
coupons/visit coupons/visit
covid19 covid19
covid19/mobility covid19/mobility
cr$
cr?
creative-europe/404_en.htm creative-europe/404_en.htm
creatorhub creatorhub
cse/home cse/home
@@ -1148,9 +1131,6 @@ en/security/
endorsements endorsements
enterprise-jobs enterprise-jobs
enterprise-partner-search/sitemaps enterprise-partner-search/sitemaps
entities/search
entityexplore$
entityexplore?
entrez entrez
entrez/eutils entrez/eutils
entrez/sutils entrez/sutils
@@ -1222,7 +1202,6 @@ f/healthcheck
faves-i_love_u_get_away_from_me faves-i_love_u_get_away_from_me
favorite favorite
fb fb
fd/
fe=true fe=true
feature/sf-test feature/sf-test
feed feed
@@ -1290,8 +1269,6 @@ from_id=
frommers frommers
frontend-track frontend-track
fullscreen/ReportLinker fullscreen/ReportLinker
fun/api/
fun/g/
fundraiser/charity fundraiser/charity
ga/p ga/p
ga_exp.js ga_exp.js
@@ -1454,22 +1431,17 @@ help/verify_email
help/vodafone help/vodafone
help/zendesk_sso help/zendesk_sso
hex hex
history
history/static history/static
home home
homepage-video-test homepage-video-test
hosted/images hosted/images
hotel/reviews?
hotelfinder/rpc hotelfinder/rpc
hotels/rpc hotels/rpc
hotels/search
hotfix/ hotfix/
hp/video hp/video
hpc/*/supported-applications.aspx? hpc/*/supported-applications.aspx?
hpm http://bbc.com/robots.txt
hpmob http://blog.google/robots.txt
http://calendar.google.com/robots.txt
http://ncbi.nlm.nih.gov/robots.txt
hub?category= hub?category=
hz/contact-us/ajax/initiate-trusted-contact hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$ hz/help/contact/*/message/$
@@ -1490,19 +1462,6 @@ ie?
il/cart il/cart
im? im?
images images
images/async/?
images/async?
images/hosted/?
images/hosted/search?
images/hosted?
images/search%3F
images/search%5C
images/search/?
images/search?
images/searchbyimage
images?
images?*mmbaseline*
images?*nr*
imaginecup/* imaginecup/*
imesync imesync
imgres imgres
@@ -1511,7 +1470,6 @@ imode/search?
imode? imode?
inapp inapp
inbox inbox
inboxcommerce
includes includes
incontext incontext
index.html? index.html?
@@ -1629,7 +1587,6 @@ lm/R3HQ5WJSZK6QSO
loadHelpcenterDecouplePage loadHelpcenterDecouplePage
loc= loc=
local local
local
local/ajax local/ajax
local/blogsandcolumns/slow-ride-front local/blogsandcolumns/slow-ride-front
local/blogsandcolumns/slow-ride-story-achenblog local/blogsandcolumns/slow-ride-story-achenblog
@@ -1670,7 +1627,6 @@ maphp?
mapprint? mapprint?
maps maps
maps/about maps/about
maps/adsendpoint
maps/api/js maps/api/js
maps/api/place/js maps/api/place/js
maps/api/staticmap maps/api/staticmap
@@ -1713,7 +1669,6 @@ media-manager
meetup_api/? meetup_api/?
meetup_api? meetup_api?
memberInvite memberInvite
merchant/reviews?
merchantapps merchantapps
message message
messaging messaging
@@ -1798,7 +1753,6 @@ nl-nl/lp
nl-nl/searchresults nl-nl/searchresults
node/add/ node/add/
nonprofits/account nonprofits/account
notifications/
ns/hydra/console/? ns/hydra/console/?
nus-trk nus-trk
nwshp$ nwshp$
@@ -1808,8 +1762,6 @@ oas/
oauth/v2 oauth/v2
oauth2 oauth2
oauth2/v2 oauth2/v2
offers/proxy/dealsserver/api/log
offers/proxy/dealsserver/buy
og og
okxbet.com okxbet.com
onebox/media/sports/logos onebox/media/sports/logos
@@ -1869,7 +1821,6 @@ photos/gbachelie
photos/i_love_u_get_away_from_me photos/i_love_u_get_away_from_me
photos/tags/*/page photos/tags/*/page
photos/youpy photos/youpy
ping
ping? ping?
pingback pingback
pl-pl.www.cloudflare.com pl-pl.www.cloudflare.com
@@ -1931,9 +1882,7 @@ preview
previewtemplate previewtemplate
print print
private private
proFile/history?
product-reviews/B0069IY63Y product-reviews/B0069IY63Y
product/reviews?
productPurchaseDone productPurchaseDone
product_ product_
production-monitoring production-monitoring
@@ -1941,7 +1890,6 @@ products;
products? products?
products_ products_
profile profile
profile/history?
profile/view profile/view
profiles profiles
profiles/ profiles/
@@ -2014,7 +1962,6 @@ requestList
requests requests
research/participants/cofund research/participants/cofund
results results
results
retail retail
retail/old retail/old
return_to= return_to=
@@ -2027,7 +1974,6 @@ reviews/iframe
reviews/polls reviews/polls
reviews/search? reviews/search?
reviews/top-reviewers reviews/top-reviewers
rewardsapp/
row row
rss rss
rss/people/*/reviews rss/people/*/reviews
@@ -2064,7 +2010,6 @@ scripts
sdch sdch
sdk/js sdk/js
search search
search
search$ search$
search*&*&*& search*&*&*&
search*offset= search*offset=
@@ -2102,7 +2047,6 @@ services
services/oauth services/oauth
setprefs setprefs
settings settings
settings
settings/deactivated settings/deactivated
settings/loid-email-unsubscribe settings/loid-email-unsubscribe
settings/loid-email-unsubscribe-router settings/loid-email-unsubscribe-router
@@ -2114,17 +2058,12 @@ shareArticle
sharing sharing
sharing/files sharing/files
sharing/folders sharing/folders
shenghuo
shenghuo/search? shenghuo/search?
shihui shihui
shihui? shihui?
shop$
shop/
shop/browse/overlay shop/browse/overlay
shop/collections
shop/iphone/payments/overlay shop/iphone/payments/overlay
shop/view/product shop/view/product
shop?
shopping-content-api/product_images shopping-content-api/product_images
shopping/deals shopping/deals
shopping/product shopping/product
@@ -2422,7 +2361,6 @@ smart/buttons
snp snp
social/photosui/images social/photosui/images
social/photosui/sitemap social/photosui/sitemap
social/search?
social/social-security-directory/cai social/social-security-directory/cai
sounds/search sounds/search
sounds/search$ sounds/search$
@@ -2431,13 +2369,11 @@ source=
source_repo= source_repo=
spain/empresas/ spain/empresas/
spain/medianaempresa/ spain/medianaempresa/
spbasic
sport/404_en.htm sport/404_en.htm
sport/alpha sport/alpha
sport/olympics/2008/events sport/olympics/2008/events
sport/olympics/2008/medals sport/olympics/2008/medals
spreadsheet spreadsheet
spresults
sprint_wml sprint_wml
sprint_xhtml sprint_xhtml
squared/api squared/api
@@ -2452,7 +2388,6 @@ stadia/gamers
start start
stat stat
static static
static/
static/css static/css
static/images static/images
static/js static/js
@@ -2501,8 +2436,6 @@ store/xhr/getdevicepermissions
store/xhr/install store/xhr/install
storefront storefront
storepicker storepicker
stores$
stores/
stores/page/*visitId= stores/page/*visitId=
stories stories
storyworks/preview storyworks/preview
@@ -2591,12 +2524,10 @@ templates/search
test test
testpage-forhomepage testpage-forhomepage
tetro tetro
th$
th-th.www.cloudflare.com th-th.www.cloudflare.com
th-th/feedback th-th/feedback
th-th/lp th-th/lp
th-th/searchresults th-th/searchresults
th?
themacallan/worlds-together themacallan/worlds-together
tickets-external? tickets-external?
timedtext_video timedtext_video
@@ -2624,7 +2555,6 @@ transcripts/470280334
transcripts/480128005 transcripts/480128005
transcripts/830237502 transcripts/830237502
transit? transit?
translator/?ref=
transparency transparency
transparency/regexpert/index.cfm?do=groupDetail.groupDetailDoc&id=14885 transparency/regexpert/index.cfm?do=groupDetail.groupDetailDoc&id=14885
transparency/regexpert/index.cfm?do=groupDetail.groupDetailDoc&id=14895 transparency/regexpert/index.cfm?do=groupDetail.groupDetailDoc&id=14895
@@ -2644,29 +2574,12 @@ travel-frontend/images
travel-vacations travel-vacations
travel/ travel/
travel/2013/aug/22/been-there-readers-competition? travel/2013/aug/22/been-there-readers-competition?
travel/api
travel/clk travel/clk
travel/css
travel/entity travel/entity
travel/flight-search
travel/flight/flightSearch
travel/flight/flightSearchAction
travel/flight/search/?
travel/flight/search?
travel/flights
travel/flights/s travel/flights/s
travel/hotel-search
travel/hotel/hotelMiniSearchRequest
travel/hotel/hotelSearch
travel/hotels/checkout
travel/hotels/detail
travel/hotels/entity travel/hotels/entity
travel/hotels/search/?
travel/hotels/search?
travel/hotels/stories travel/hotels/stories
travel/scripts
travel/search travel/search
travel/secure
trending trending
trends trends
trends/api trends/api
@@ -2706,7 +2619,6 @@ until=
upload upload
uploads uploads
urchin_test urchin_test
url
user user
user.php user.php
user/login user/login
@@ -2728,24 +2640,6 @@ vi-vn/lp
vi-vn/searchresults vi-vn/searchresults
video/embedded video/embedded
videos videos
videos/?
videos/browsing
videos/explore
videos/favorites
videos/feed
videos/feedcontent
videos/music
videos/music/
videos/music/?
videos/music?
videos/riverview/relatedvideo
videos/riverview/relatedvideo/?
videos/riverview/relatedvideo?
videos/search/?
videos/search?
videos/trending
videos/trendingcontent
videos?
viewer viewer
viewlocale=zh_CN viewlocale=zh_CN
viewvc viewvc
@@ -2777,10 +2671,6 @@ webscr
websearch websearch
whats-next/planes-trains-and-analytics whats-next/planes-trains-and-analytics
whsmiths whsmiths
widget/cr
widget/entity/search/?
widget/render
widget/snapshot
widget_auth.php widget_auth.php
wiki/%D0%A1%D0%BF%D0%B5%D1%86%D0%B8%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B5%3ASearch wiki/%D0%A1%D0%BF%D0%B5%D1%86%D0%B8%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B5%3ASearch
wiki/%D0%A1%D0%BF%D0%B5%D1%86%D0%B8%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B5:Search wiki/%D0%A1%D0%BF%D0%B5%D1%86%D0%B8%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B5:Search
@@ -3080,7 +2970,7 @@ wiki/Wikipedia_Diskussion:Checkuser
wiki/Wikipedia_Diskussion:Spam-Blacklist-Log wiki/Wikipedia_Diskussion:Spam-Blacklist-Log
wiki/Wikipedia_talk%3AAbuse_reports wiki/Wikipedia_talk%3AAbuse_reports
wiki/Wikipedia_talk%3AAbuse_response wiki/Wikipedia_talk%3AAbuse_response
wiki/Wikipedia_talk%3AAdministrator_electionshttp://policies.google.com/robots.txt wiki/Wikipedia_talk%3AAdministrator_electionshttp://support.google.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_recall wiki/Wikipedia_talk%3AAdministrator_recall
wiki/Wikipedia_talk%3AAdministrator_review wiki/Wikipedia_talk%3AAdministrator_review
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
@@ -3227,7 +3117,6 @@ wml/?
wml/search? wml/search?
wml? wml?
wondermissive/interest wondermissive/interest
work
work/_ work/_
work/acceptinvitation work/acceptinvitation
work/account work/account
@@ -3258,7 +3258,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/newsletter /newsletter
/newssearch /newssearch
/nightly-news /nightly-news
/no-referrer-when-downgradehttp://fb.watch/robots.txt /no-referrer-when-downgradehttp://globesimregistrations.ph/robots.txt
/no-search-results /no-search-results
/node /node
/node/add /node/add
@@ -3903,7 +3903,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/{link} /{link}
0 0
0*? 0*?
0;((b=google.c)==null?0:b.cwh)&&google.c.wh<=1&&(e=!0);b=void
;jsessionid ;jsessionid
;jsessionid ;jsessionid
;preview= ;preview=
@@ -3929,7 +3928,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?*__rmid ?*__rmid
?*__rmidpage ?*__rmidpage
?*ajs_event ?*ajs_event
?*apikey*http://stupidhackathon.github.io/robots.txt ?*apikey*http://vk.com/robots.txt
?*app ?*app
?*aspects= ?*aspects=
?*attachment_id ?*attachment_id
@@ -4365,7 +4364,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?q=user ?q=user
?q=user/login ?q=user/login
?q=user/logout ?q=user/logout
?q=user/logout/http://academic.oup.com/robots.txt ?q=user/logout/http://rebrand.ly/robots.txt
?q=user/password ?q=user/password
?q=user/register ?q=user/register
?q=vote ?q=vote
@@ -4418,7 +4417,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?showAllGroups= ?showAllGroups=
?show_error=true ?show_error=true
?showcomment* ?showcomment*
?shttp://smithsonianmag.com/robots.txt ?shttp://jigsaw.google.com/robots.txt
?sid ?sid
?sitrackingid= ?sitrackingid=
?slogin ?slogin
@@ -4546,7 +4545,7 @@ API/user
API/user/abtest API/user/abtest
API/user/combinedinfo API/user/combinedinfo
API/uxr-survey-management API/uxr-survey-management
API/v2$http://uk.linkedin.com/robots.txt API/v2$http://hbr.org/robots.txt
APIAccessSupport APIAccessSupport
AWSEC2/2006-06-26 AWSEC2/2006-06-26
AWSEC2/2006-10-01 AWSEC2/2006-10-01
@@ -4609,6 +4608,7 @@ AddListing
AddToList AddToList
AddToRegistry AddToRegistry
Admin Admin
Admin/
Administration/ Administration/
AdsManager AdsManager
AdsTest AdsTest
@@ -4943,7 +4943,6 @@ HotelsManageListing
HotelsManagementCenter HotelsManagementCenter
HotelsProductCart HotelsProductCart
HowTheSiteWorks HowTheSiteWorks
HpImageArchive.aspx
HubStyle/static-2.309 HubStyle/static-2.309
HubStyle/static-2.313 HubStyle/static-2.313
HubStyle/static-2.315 HubStyle/static-2.315
@@ -5007,6 +5006,7 @@ INSTALL.sqlite.txt
INSTALL.txt INSTALL.txt
IgnoreMe IgnoreMe
Image/DetailPrint Image/DetailPrint
Images/
ImpressionRecord ImpressionRecord
ImproveListing ImproveListing
Inbox Inbox
@@ -5063,6 +5063,7 @@ MAPS
MUST MUST
MaPS MaPS
MachineTranslation MachineTranslation
Mail/
MailEmergency MailEmergency
Manage/ Manage/
ManageListing ManageListing
@@ -5434,12 +5435,12 @@ ProductCart
ProductComparisonCmd ProductComparisonCmd
ProductDetailsTabView ProductDetailsTabView
ProductError ProductError
Production/
Profile Profile
Project Project
PromoTools PromoTools
PromotionDetailsDisplayView PromotionDetailsDisplayView
PromotionDisplayView PromotionDisplayView
Proxy.ashx
ProxyToolsAccountSettingsTool ProxyToolsAccountSettingsTool
ProxyToolsBillingAndPaymentsTool ProxyToolsBillingAndPaymentsTool
ProxyToolsBillingDetailTool ProxyToolsBillingDetailTool
@@ -5566,6 +5567,7 @@ RestaurantSearch
RestaurantSolutions RestaurantSolutions
RestaurantXSellAjax RestaurantXSellAjax
Resubscribe Resubscribe
Review/
Review/LeaveReview/ Review/LeaveReview/
Review/List/ Review/List/
ReviewCollect ReviewCollect
@@ -5600,7 +5602,6 @@ Saves
ScreensaverShade ScreensaverShade
Scripts Scripts
Search Search
Search
Search/Mail/Public Search/Mail/Public
SearchNavigationView SearchNavigationView
SelectLocale?fromPage= SelectLocale?fromPage=
@@ -6188,8 +6189,6 @@ ac_universities
ac_university_departments ac_university_departments
aca/authorinformation/ aca/authorinformation/
academic-subscriptions academic-subscriptions
academic/profile
academic/search
academy academy
academy-free-account academy-free-account
academy/*/results academy/*/results
@@ -6214,7 +6213,6 @@ account-login
account-prefs-change account-prefs-change
account-settings account-settings
account-setup account-setup
account/
account/* account/*
account/accomplishments account/accomplishments
account/ackgift account/ackgift
@@ -6276,7 +6274,6 @@ ach/kb/*/discuss
ach/search ach/search
ach/user ach/user
ach/users ach/users
aclick
aclk aclk
acoustic acoustic
acq acq
@@ -6587,7 +6584,6 @@ alexa-top-sites/*
alexa-web-search/* alexa-web-search/*
alexa/* alexa/*
alexaforbusiness/ alexaforbusiness/
alink
alive/ alive/
alkali alkali
all-supported-params all-supported-params
@@ -6613,7 +6609,6 @@ american-ninja-warrior-ninja-vs-ninja
american-sniper american-sniper
aml aml
amp amp
amp/
amp/deals/analytics?*= amp/deals/analytics?*=
amp/local/*/www.groupon.com amp/local/*/www.groupon.com
amp_next_page_ga.cms* amp_next_page_ga.cms*
@@ -6705,13 +6700,12 @@ api/editionurlgenerator
api/extensions/1.0/extensions api/extensions/1.0/extensions
api/federation api/federation
api/html api/html
api/http://tumblr.com/robots.txt api/http://kobo.com/robots.txt
api/infinite-list.html api/infinite-list.html
api/internal/*/location api/internal/*/location
api/internal/_bb api/internal/_bb
api/jobPostings/jobs api/jobPostings/jobs
api/legendary-data/relay api/legendary-data/relay
api/maps/
api/nextsteps api/nextsteps
api/nts/v1/login api/nts/v1/login
api/partner_select/*/price_query api/partner_select/*/price_query
@@ -7376,6 +7370,7 @@ b?*node=7454927011
b?*node=7454939011 b?*node=7454939011
b?*node=9052533011 b?*node=9052533011
ba ba
backend
backend-anon backend-anon
backend-anon/conversation$ backend-anon/conversation$
backend-anon/sentinel backend-anon/sentinel
@@ -7384,6 +7379,7 @@ backstage/api/
bad-boys bad-boys
bad-boys-ii bad-boys-ii
badges/profile/create badges/profile/create
baidu
bal/impression bal/impression
bal/impression/RecordImpression.htm? bal/impression/RecordImpression.htm?
ban-me-i-am-a-robot ban-me-i-am-a-robot
@@ -7636,7 +7632,6 @@ bewerten
bfe/apps/website bfe/apps/website
bfl bfl
bfmp bfmp
bfp/search
bg bg
bg-bg/ bg-bg/
bg/ bg/
@@ -7669,7 +7664,6 @@ bin/*
bin/sapdx bin/sapdx
bin/search.go bin/search.go
bin/search.py bin/search.py
bing-site-safety
bingbot bingbot
bipolar-disorder/bipolar-depression-management bipolar-disorder/bipolar-depression-management
bipolar-disorder/video/bipolar-fatherhood bipolar-disorder/video/bipolar-fatherhood
@@ -7765,7 +7759,7 @@ blog/*?text=
blog/*sitemap.xml$ blog/*sitemap.xml$
blog/*utm_source= blog/*utm_source=
blog/. blog/.
blog/.html.*http://statista.com/robots.txt blog/.html.*http://samsung.com/robots.txt
blog/?p= blog/?p=
blog/?s= blog/?s=
blog/add blog/add
@@ -7828,7 +7822,6 @@ blogs/blogpost/preview
blogs/nationals-journal-beta blogs/nationals-journal-beta
blogs/pad$ blogs/pad$
blogs/pad/$ blogs/pad/$
blogs/search/
blogs/slow-ride blogs/slow-ride
blogs/technology.atom blogs/technology.atom
blogs/test blogs/test
@@ -7891,7 +7884,7 @@ bookmark_mana2
bookmarklet bookmarklet
bookmarks bookmarks
bookmarks/widget bookmarks/widget
bookmarkshttp://google.it/robots.txt bookmarkshttp://ecrs.com/robots.txt
books books
books/NBK books/NBK
books/about books/about
@@ -8772,7 +8765,7 @@ cdn-cgi
cdn-cgi/ cdn-cgi/
cdn-cgi/bm/cv cdn-cgi/bm/cv
cdn-cgi/challenge-platform cdn-cgi/challenge-platform
cdn-cgi/http://kids.youtube.com/robots.txt cdn-cgi/http://medium.com/robots.txt
cdn-cgi/images/trace cdn-cgi/images/trace
cdn-cgi/rum cdn-cgi/rum
cdn-cgi/scripts cdn-cgi/scripts
@@ -8803,7 +8796,7 @@ cgi-bin/koha/
cgi-bin/loginpage cgi-bin/loginpage
cgi-bin/search.fpl cgi-bin/search.fpl
cgi-bin/wx cgi-bin/wx
cgi-binhttp://healthtips1dr.blogspot.com/robots.txt cgi-binhttp://ifttt.com/robots.txt
cgi-local cgi-local
cgi-mad/ cgi-mad/
cgi-pct/ cgi-pct/
@@ -8916,7 +8909,7 @@ checkout-external
checkout/ checkout/
checkout/cart checkout/cart
checkout/package checkout/package
checkouthttp://bilgematics.com/robots.txt checkouthttp://moderncalculators.com/robots.txt
checkoutnow checkoutnow
checkouts checkouts
checkpoint checkpoint
@@ -8979,7 +8972,6 @@ civis/posts
civis/search civis/search
civis/threads/*in_iframe=1 civis/threads/*in_iframe=1
civis/threads/*wp_data= civis/threads/*wp_data=
ck/
cl cl
cl/Download cl/Download
cl2/feeds cl2/feeds
@@ -9141,7 +9133,7 @@ co/users
co/ventureone co/ventureone
code code
code/* code/*
code/http://marriott.com/robots.txt code/http://w3techs.com/robots.txt
codeCoverage codeCoverage
codesamples/ codesamples/
coin*mid= coin*mid=
@@ -9234,7 +9226,7 @@ community/*/comments
community/*/feed community/*/feed
community/*/live community/*/live
community/*/post community/*/post
community/*/profile/*http://beatstars.com/robots.txt community/*/profile/*http://commission.europa.eu/robots.txt
community/*/topics community/*/topics
community/*/trackback community/*/trackback
community/*? community/*?
@@ -9361,7 +9353,7 @@ confirmation
conflagexp conflagexp
connect connect
connect/@ connect/@
connect/http://irishtimes.com/robots.txt connect/http://blog.twitter.com/robots.txt
connect/social-intranet.html connect/social-intranet.html
connections connections
connections/recent connections/recent
@@ -9640,12 +9632,11 @@ cp/api/logger
cp/api/wpa cp/api/wpa
cpds2 cpds2
cpresources cpresources
cpro
cpropub/univercd cpropub/univercd
cpspa cpspa
cr$
cr/ cr/
cr/Download cr/Download
cr?
craft craft
crash crash
crc/ crc/
@@ -10278,6 +10269,7 @@ disneyid
disneyiframe/ disneyiframe/
dispatch/us/search dispatch/us/search
display-video-360 display-video-360
distributions
distropic distropic
distrovid/myvideos distrovid/myvideos
dk dk
@@ -10443,7 +10435,7 @@ docs
docs$ docs$
docs-api-legacy docs-api-legacy
docs-api-legacy$ docs-api-legacy$
docs-api-legacy/http://nam.edu/robots.txt docs-api-legacy/http://deezer.com/robots.txt
docs-footer docs-footer
docs/* docs/*
docs/3.x/fr docs/3.x/fr
@@ -11006,9 +10998,6 @@ enterprise/blog/search?
enterprise/orgs-terms enterprise/orgs-terms
enterprise/seo enterprise/seo
entertainment/article/Minerva-s-horoscope entertainment/article/Minerva-s-horoscope
entities/search
entityexplore$
entityexplore?
entrez entrez
entrez/eutils entrez/eutils
entrez/sutils entrez/sutils
@@ -11559,7 +11548,6 @@ fbml/ajax/dialog
fbpostaction.cms?article= fbpostaction.cms?article=
fcgi- fcgi-
fckeditor fckeditor
fd/
fdbk fdbk
feature/sf-test feature/sf-test
feature_nine_browse-bin= feature_nine_browse-bin=
@@ -11748,7 +11736,7 @@ files/live/sites/isoorg/files/_noindex
files/resources files/resources
fileview fileview
filing/free-file-fillable-forms/free-file-fillable-forms-support filing/free-file-fillable-forms/free-file-fillable-forms-support
filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://justice.gov/robots.txt filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://iso.org/robots.txt
filter/ filter/
filter/tips filter/tips
filter/tips filter/tips
@@ -11770,7 +11758,7 @@ financial-services/ofss
find find
find$ find$
find-more find-more
find/*http://namecheap.com/robots.txt find/*http://freepik.com/robots.txt
finetune finetune
fios fios
firefox/? firefox/?
@@ -11859,7 +11847,7 @@ forum/members
forum/online forum/online
forum/posts forum/posts
forum/search forum/search
forum/ucp.phphttp://roxanegay.com/robots.txt forum/ucp.phphttp://embassybel.ru/robots.txt
forum/viewtopic.php forum/viewtopic.php
forum/whats-new forum/whats-new
forumTeaser forumTeaser
@@ -12087,8 +12075,6 @@ ftpinstructions
full full
fullscreen fullscreen
fullscreen/ReportLinker fullscreen/ReportLinker
fun/api/
fun/g/
funding? funding?
fundraiser/charity fundraiser/charity
fur/forums fur/forums
@@ -12111,7 +12097,7 @@ fy-NL/search
fy-NL/user fy-NL/user
fy-NL/users fy-NL/users
g g
g/4arE9Chttp://animoto.com/robots.txt g/4arE9Chttp://flickr.com/robots.txt
g/api g/api
ga-IE/android/collections ga-IE/android/collections
ga-IE/android/search ga-IE/android/search
@@ -12320,7 +12306,7 @@ government-education/nonprofits/leadership-forum-poc
government-education/nonprofits/leadership-forum-poc/confirmation government-education/nonprofits/leadership-forum-poc/confirmation
government-education/public-sector-cloud-start/public-sector-cloud-start/ government-education/public-sector-cloud-start/public-sector-cloud-start/
government-education/public-sector-cloud-start/public-sector-cloud-start1/ government-education/public-sector-cloud-start/public-sector-cloud-start1/
government/uploads/system/uploads/attachment_data/file/881746/pc1-print.pdf*http://scratch.mit.edu/robots.txt government/uploads/system/uploads/attachment_data/file/881746/pc1-print.pdf*http://asyura2.com/robots.txt
gp gp
gp/aag gp/aag
gp/aag/main?*seller=ABVFEJU8LS620 gp/aag/main?*seller=ABVFEJU8LS620
@@ -12820,6 +12806,7 @@ homeimprovement/EmbeddedProfile.htm
homeloans/*zga_z_guid= homeloans/*zga_z_guid=
homepage homepage
homepage-video-test homepage-video-test
homepage/
homepage/2013 homepage/2013
homepage/HomepageVideoMetrics.htm homepage/HomepageVideoMetrics.htm
homes homes
@@ -12854,12 +12841,10 @@ horoscopes
hosted/images hosted/images
hostgator hostgator
hosting/search hosting/search
hotel/reviews?
hotelfinder/rpc hotelfinder/rpc
hotels hotels
hotels/newAdaptiveRoomTypePhotoViewer hotels/newAdaptiveRoomTypePhotoViewer
hotels/rpc hotels/rpc
hotels/search
hotfix/ hotfix/
houseads houseads
houzz-historyzz houzz-historyzz
@@ -12870,8 +12855,6 @@ howto
howto/GoodNeighborPolicy.htm howto/GoodNeighborPolicy.htm
howtobuy/ howtobuy/
hp/video hp/video
hpm
hpmob
hr hr
hr-hr/ hr-hr/
hr/android/collections hr/android/collections
@@ -12920,40 +12903,40 @@ html5
http http
http-checker http-checker
http2_data http2_data
http://4.bp.blogspot.com/robots.txt http://2.bp.blogspot.com/robots.txt
http://aljazeera.com/robots.txt http://about.fb.com/robots.txt
http://apnews.com/robots.txt http://akparti.org.tr/robots.txt
http://arminbwagner.com/robots.txt http://amazon.de/robots.txt
http://atlasobscura.com/robots.txt http://amazon.in/robots.txt
http://cnabrasil.org.br/robots.txt http://ameblo.jp/robots.txt
http://dailymotion.com/robots.txt http://apple.com/robots.txt
http://developer.apple.com/robots.txt http://bbc.com/robots.txt
http://developer.chrome.com/robots.txt http://bbcsfx.acropolis.org.uk/robots.txt
http://developer.mozilla.org/robots.txt http://creativecommons.org/robots.txt
http://developers.google.com/robots.txt
http://doi.org/robots.txt
http://duckduckgo.com/robots.txt
http://economist.com/robots.txt http://economist.com/robots.txt
http://engadget.com/robots.txt http://europa.eu/robots.txt
http://eventbrite.co.uk/robots.txt http://expedia.com/robots.txt
http://history.com/robots.txt http://gist.github.com/robots.txt
http://investopedia.com/robots.txt http://govostis.gr/robots.txt
http://istockphoto.com/robots.txt http://healthline.com/robots.txt
http://journals.sagepub.com/robots.txt http://help.twitter.com/robots.txt
http://nature.com/robots.txt http://irishtimes.com/robots.txt
http://ncbi.nlm.nih.gov/robots.txt http://iubenda.com/robots.txt
http://parliament.uk/robots.txt http://last.fm/robots.txt
http://pbs.org/robots.txt http://msdn.microsoft.com/robots.txt
http://research.youtube/robots.txt http://nationalgeographic.com/robots.txt
http://scmp.com/robots.txt http://patents.google.com/robots.txt
http://starbucks.com/robots.txt http://producthunt.com/robots.txt
http://support.cloudflare.com/robots.txt http://python.org/robots.txt
http://technorati.com/robots.txt http://reconstructingjudaism.org/robots.txt
http://ted.com/robots.txt http://smithsonianmag.com/robots.txt
http://telegram.org/robots.txt http://static.wixstatic.com/robots.txt
http://usnews.com/robots.txt http://techradar.com/robots.txt
http://vr.youtube.com/robots.txt http://theverge.com/robots.txt
http://w3schools.com/robots.txt http://threads.net/robots.txt
http://tiny.cc/robots.txt
http://tracks.arte.tv/robots.txt
http://weebly.com/robots.txt
https:/www.alibaba.com https:/www.alibaba.com
hu hu
hu-hu/ hu-hu/
@@ -13307,20 +13290,10 @@ images/$
images/* images/*
images/*.png images/*.png
images/? images/?
images/async/?
images/async?
images/hosted/?
images/hosted/search?
images/hosted?
images/pad/search?rpt=imageview images/pad/search?rpt=imageview
images/pad/search?text=*&source=morda images/pad/search?text=*&source=morda
images/search%3F
images/search%5C
images/search/?
images/search?
images/search?rpt=imageview images/search?rpt=imageview
images/search?text=*&source=morda images/search?text=*&source=morda
images/searchbyimage
images/smart/$ images/smart/$
images/touch/$ images/touch/$
images/touch/? images/touch/?
@@ -13328,9 +13301,6 @@ images/touch/search?rpt=imageview
images/touch/search?text=*&source=morda images/touch/search?text=*&source=morda
images/v$ images/v$
images/viewconfig$ images/viewconfig$
images?
images?*mmbaseline*
images?*nr*
imagine/ imagine/
imesync imesync
imf-fetch-message imf-fetch-message
@@ -13461,7 +13431,6 @@ inapp
inbox inbox
inbox$ inbox$
inbox$ inbox$
inboxcommerce
inc5000dev inc5000dev
include/ include/
includes includes
@@ -13548,7 +13517,7 @@ index.php/user/login/
index.php/user/logout index.php/user/logout
index.php/user/logout index.php/user/logout
index.php/user/logout/ index.php/user/logout/
index.php/user/logout/http://haveibeenpwned.com/robots.txt index.php/user/logout/http://diigo.com/robots.txt
index.php/user/password index.php/user/password
index.php/user/password index.php/user/password
index.php/user/password/ index.php/user/password/
@@ -13609,7 +13578,7 @@ integrate/
integrations integrations
intelligencer/amp intelligencer/amp
intent intent
interactive*http://woocommerce.com/robots.txt interactive*http://fda.gov/robots.txt
interactive/reading-preference interactive/reading-preference
interactives interactives
intercept intercept
@@ -14141,6 +14110,7 @@ journal/wem
journal/wem$ journal/wem$
journals journals
journals/*/about-this-journal journals/*/about-this-journal
journals/testfieldhumanities/
jp jp
jp$ jp$
jp*/blog-article-remove-faq-utms-*.js jp*/blog-article-remove-faq-utms-*.js
@@ -14455,7 +14425,7 @@ law-abiding-citizen
layout layout
layouts layouts
lb lb
leadingtogether/http://sintradaytrips.com/robots.txt leadingtogether/http://validator.w3.org/robots.txt
leaf leaf
learn learn
learn-noperf learn-noperf
@@ -14569,6 +14539,7 @@ limited-release
link link
link-intersect link-intersect
link-intersect/$ link-intersect/$
link?
link_to link_to
linked linked
linkedin linkedin
@@ -14616,7 +14587,6 @@ loans
loc/volunteers loc/volunteers
loc= loc=
local local
local
local-services-ads local-services-ads
local/*/all-deals local/*/all-deals
local/*/goods local/*/goods
@@ -14894,6 +14864,8 @@ manifest.webmanifest
manifests manifests
manotest/ manotest/
mantis mantis
manual/add-note.php
manual/vote-note.php
map map
map-constructor/loader map-constructor/loader
map-regular.xml map-regular.xml
@@ -14913,7 +14885,6 @@ maps/*?lang=uk$
maps/*?lang=uz$ maps/*?lang=uz$
maps/*?ll= maps/*?ll=
maps/about maps/about
maps/adsendpoint
maps/api/js maps/api/js
maps/api/place/js maps/api/place/js
maps/api/staticmap maps/api/staticmap
@@ -15110,7 +15081,6 @@ merchanism
merchant-page merchant-page
merchant-page/js/locale.js merchant-page/js/locale.js
merchant/*/contracts merchant/*/contracts
merchant/reviews?
merchantapps merchantapps
mes mes
message message
@@ -15238,6 +15208,7 @@ mobilenextapi/v2/logs
mobilepagenotfounderror.aspx mobilepagenotfounderror.aspx
mobileservererror.aspx mobileservererror.aspx
mod mod
mod.php
mod= mod=
mod? mod?
modal-message modal-message
@@ -15326,7 +15297,7 @@ mre/*.jpg$
mre/*.js$ mre/*.js$
mre/*.pdf$ mre/*.pdf$
mre/*.png$ mre/*.png$
mre/*.zip$http://modernbluesharmonica.com/robots.txt mre/*.zip$http://gov.uk/robots.txt
mre/*? mre/*?
mre/*@@configuracoes_view mre/*@@configuracoes_view
mre/*@@download/file$ mre/*@@download/file$
@@ -15388,7 +15359,7 @@ multiproduct
multisite_files/fastcompany/imagecache multisite_files/fastcompany/imagecache
multivu multivu
munin munin
munin*http://folsominteriordesigners.com/robots.txt munin*http://lefigaro.fr/robots.txt
muse/identity/v2/identity.js muse/identity/v2/identity.js
museumdays/accounts museumdays/accounts
music music
@@ -16129,6 +16100,7 @@ noindex
noindex$ noindex$
nojs= nojs=
nonConfig/api/wpa nonConfig/api/wpa
nonce="pu-cQq9bOv4aWulELPXksw">if(google.cis
nonprofits/account nonprofits/account
nonstyleishida/videolist-*.html nonstyleishida/videolist-*.html
nonstyleishida/videolist.html nonstyleishida/videolist.html
@@ -16146,7 +16118,6 @@ notfound.html
notifications notifications
notifications notifications
notifications$ notifications$
notifications/
notifications/* notifications/*
nova nova
novel/comments.php?id= novel/comments.php?id=
@@ -16324,8 +16295,6 @@ offers/nonprofits$
offers/nonprofits% offers/nonprofits%
offers/nonprofits? offers/nonprofits?
offers/preview/ offers/preview/
offers/proxy/dealsserver/api/log
offers/proxy/dealsserver/buy
offers/referral-terms-conditions offers/referral-terms-conditions
offers/referral-terms-conditions$ offers/referral-terms-conditions$
offers/referral-terms-conditions% offers/referral-terms-conditions%
@@ -16341,7 +16310,7 @@ ohcm
ojp ojp
okxbet.com okxbet.com
oma oma
on-demand/session/*http://podcasts.google.com/robots.txt on-demand/session/*http://nymag.com/robots.txt
onboard onboard
onboarding onboarding
one-app-preview one-app-preview
@@ -16478,7 +16447,7 @@ p/*/v/*?
p/*/v? p/*/v?
p/*/victory$ p/*/victory$
p/*/victory? p/*/victory?
p/*http://ifcncodeofprinciples.poynter.org/robots.txt p/*http://socialimpact.youtube.com/robots.txt
p/*surveyopen p/*surveyopen
p/*thm= p/*thm=
p/60 p/60
@@ -17373,7 +17342,7 @@ premium$
premium-reports premium-reports
premium/ premium/
premium/$ premium/$
premium/http://coindesk.com/robots.txt premium/http://s.w.org/robots.txt
premiumsupport/iam/ premiumsupport/iam/
premiumsupport/knowledge-center/feedback-no/ premiumsupport/knowledge-center/feedback-no/
premiumsupport/knowledge-center/feedback-yes/ premiumsupport/knowledge-center/feedback-yes/
@@ -17450,7 +17419,7 @@ privacy/request-data
privacy/zoho-group.html privacy/zoho-group.html
private private
private-promo private-promo
private/http://datatracker.ietf.org/robots.txt private/http://sgtrains.com/robots.txt
private/wtrack private/wtrack
pro pro
pro-learn pro-learn
@@ -17460,7 +17429,6 @@ pro-site
pro-solutions pro-solutions
pro/about pro/about
pro2 pro2
proFile/history?
proMatch proMatch
proProjects proProjects
proVideoWidget proVideoWidget
@@ -17474,13 +17442,12 @@ product-catalogs
product-detail product-detail
product-detail/alisite-mobile.alibaba.com product-detail/alisite-mobile.alibaba.com
product-feed product-feed
product-ratings/http://jesus-comes.com/robots.txt product-ratings/http://wix.com/robots.txt
product-reviews/B0069IY63Y product-reviews/B0069IY63Y
product/* product/*
product/electrode/api/logger product/electrode/api/logger
product/electrode/api/wpa product/electrode/api/wpa
product/recommended product/recommended
product/reviews?
productBrand= productBrand=
productId= productId=
productPurchaseDone productPurchaseDone
@@ -17489,6 +17456,7 @@ productdetail/*
producthunt producthunt
productid= productid=
production-monitoring production-monitoring
production/
products products
products/*--*--*-- products/*--*--*--
products/*/accent-chests-and-cabinets/review--4-stars-and-up products/*/accent-chests-and-cabinets/review--4-stars-and-up
@@ -17600,7 +17568,6 @@ profile/*/photos
profile/account profile/account
profile/following profile/following
profile/general profile/general
profile/history?
profile/mylists profile/mylists
profile/premium profile/premium
profile/view profile/view
@@ -18538,7 +18505,6 @@ restricted
restricted/ restricted/
restricted_temporary/ restricted_temporary/
results results
results
results-export-email-by-search-data results-export-email-by-search-data
results-export-ids results-export-ids
results-export-search-by-year results-export-search-by-year
@@ -18555,6 +18521,7 @@ review-by-author
review-drafts review-drafts
review-order review-order
review-sample review-sample
review/
review/*/transparency review/*/transparency
review/common/du review/common/du
review/dynamic/sims-box review/dynamic/sims-box
@@ -18586,7 +18553,6 @@ reviews/write/?s=
reviews/write?s= reviews/write?s=
reviews_page= reviews_page=
rewards rewards
rewardsapp/
rf=* rf=*
rip/ rip/
rlv/ rlv/
@@ -18801,6 +18767,7 @@ s3
s= s=
s=p s=p
s? s?
s?
s?*rh=n%3A1380045031 s?*rh=n%3A1380045031
s_id= s_id=
sa sa
@@ -19257,6 +19224,7 @@ series/
serv/ serv/
server server
server-configurator server-configurator
server-status
server.php server.php
server/banners server/banners
server/body-include server/body-include
@@ -19313,7 +19281,6 @@ set_author_id
setbucket setbucket
setprefs setprefs
settings settings
settings
settings/* settings/*
settings/deactivated settings/deactivated
settings/linkaccount settings/linkaccount
@@ -19449,8 +19416,8 @@ sharing
sharing/files sharing/files
sharing/folders sharing/folders
shelf/user_shelves shelf/user_shelves
shenghuo
shenghuo/search? shenghuo/search?
shifen/
shihui shihui
shihui? shihui?
ship ship
@@ -19459,15 +19426,11 @@ shipping
shipping-payment shipping-payment
shippingassistant shippingassistant
shop shop
shop$
shop/
shop/*& shop/*&
shop/browse/overlay shop/browse/overlay
shop/collections
shop/global shop/global
shop/iphone/payments/overlay shop/iphone/payments/overlay
shop/view/product shop/view/product
shop?
shop_name_search_service shop_name_search_service
shop_pins shop_pins
shopcart/* shopcart/*
@@ -19512,7 +19475,7 @@ showcase/Click.htm?
showroom showroom
shows/ shows/
showtime/.requestinvite.html.swp showtime/.requestinvite.html.swp
showtimes/location/*http://cnbc.com/robots.txt showtimes/location/*http://img.youtube.com/robots.txt
shr* shr*
shrek shrek
si si
@@ -19987,7 +19950,6 @@ social
social-connect/send social-connect/send
social/photosui/images social/photosui/images
social/photosui/sitemap social/photosui/sitemap
social/search?
social/social-security-directory/cai social/social-security-directory/cai
social_media social_media
socialapp/ socialapp/
@@ -20046,7 +20008,7 @@ sort=
sortBy= sortBy=
sos/clerical/ sos/clerical/
sos/online_corps/ sos/online_corps/
sos/registration/http://public.tableau.com/robots.txt sos/registration/http://inc.com/robots.txt
soundcloud-tpa soundcloud-tpa
soundoff soundoff
sounds/player sounds/player
@@ -20067,7 +20029,6 @@ sp/news3
sp= sp=
sp_url= sp_url=
spartan spartan
spbasic
spc-source= spc-source=
special-promo/2for1 special-promo/2for1
specialhandling-payments/ specialhandling-payments/
@@ -20115,7 +20076,6 @@ sports/nfl/includes
sports/whatson sports/whatson
sports_fp_ms sports_fp_ms
spreadsheet spreadsheet
spresults
sprint_wml sprint_wml
sprint_xhtml sprint_xhtml
sq/android/collections sq/android/collections
@@ -20189,7 +20149,6 @@ stat
statement statement
statements statements
static static
static/
static/*.css$ static/*.css$
static/*.css? static/*.css?
static/*.gif static/*.gif
@@ -20318,9 +20277,7 @@ storeclick
storefront storefront
storepicker storepicker
storerequest storerequest
stores$
stores-manage stores-manage
stores/
stores/page/*visitId= stores/page/*visitId=
stories stories
story story
@@ -20610,7 +20567,7 @@ tag
tag-manager tag-manager
tag-manager-360 tag-manager-360
tag/ tag/
tag/*+http://yumpu.com/robots.txt tag/*+http://dinotim.com/robots.txt
tag/*/shoutbox tag/*/shoutbox
tag/*/shoutbox? tag/*/shoutbox?
tag/credible tag/credible
@@ -20772,7 +20729,7 @@ test.html
test_community test_community
testfl testfl
testgpr testgpr
testhttp://edition.cnn.com/robots.txt testhttp://monroewvhistory.org/robots.txt
testing testing
testpage-forhomepage testpage-forhomepage
tests/* tests/*
@@ -20781,7 +20738,6 @@ text/*?page=
text/yandex-news.region.xml text/yandex-news.region.xml
tfemail tfemail
th th
th$
th*/blog-article-remove-faq-utms-*.js th*/blog-article-remove-faq-utms-*.js
th*/cdn-cgi/challenge-platform th*/cdn-cgi/challenge-platform
th*/step th*/step
@@ -20847,7 +20803,6 @@ th/tools/logo-maker/onboarding
th/user th/user
th/users th/users
th/ventureone th/ventureone
th?
th_th th_th
th_th/templates/M th_th/templates/M
thank-you thank-you
@@ -21204,7 +21159,6 @@ translate_p
translate_static translate_static
translate_suggestion translate_suggestion
translate_t translate_t
translator/?ref=
transmute/static-1.85 transmute/static-1.85
transmute/static-2.6 transmute/static-2.6
transmute/static-2.8 transmute/static-2.8
@@ -21231,30 +21185,13 @@ travel-frontend/images
travel-vacations travel-vacations
travel/ travel/
travel/2013/aug/22/been-there-readers-competition? travel/2013/aug/22/been-there-readers-competition?
travel/api
travel/clk travel/clk
travel/css
travel/entity travel/entity
travel/flight-search
travel/flight/flightSearch
travel/flight/flightSearchAction
travel/flight/search/?
travel/flight/search?
travel/flights
travel/flights/s travel/flights/s
travel/hotel-search
travel/hotel/hotelMiniSearchRequest
travel/hotel/hotelSearch
travel/hotels/checkout
travel/hotels/detail
travel/hotels/entity travel/hotels/entity
travel/hotels/search/?
travel/hotels/search?
travel/hotels/stories travel/hotels/stories
travel/passport travel/passport
travel/scripts
travel/search travel/search
travel/secure
travelnevadahighway95tc travelnevadahighway95tc
treadstone treadstone
treasury treasury
@@ -21566,6 +21503,7 @@ uk/your
uk/zazzle uk/zazzle
uki/search uki/search
uli/trac uli/trac
ulink?
ulk/i ulk/i
ulk/sch ulk/sch
ulk/usr ulk/usr
@@ -21654,7 +21592,6 @@ ur/search
ur/user ur/user
ur/users ur/users
urchin_test urchin_test
url
url-shortner url-shortner
urlinator/static-1.54 urlinator/static-1.54
urlinator/static-1.55 urlinator/static-1.55
@@ -22082,7 +22019,7 @@ uy
uy/es/ServicesLandingPage/AdvisoryLanding/RPA/Robotic_Process%20Automation_insert.pdf uy/es/ServicesLandingPage/AdvisoryLanding/RPA/Robotic_Process%20Automation_insert.pdf
uz/en/ uz/en/
uz/forums uz/forums
uz/http://propublica.org/robots.txt uz/http://bilgematics.com/robots.txt
uz/kb/*/discuss uz/kb/*/discuss
uz/ru/ uz/ru/
uz/search uz/search
@@ -22260,29 +22197,11 @@ videodash.cms*
videodetails videodetails
videorequest videorequest
videos videos
videos/?
videos/browsing
videos/expander videos/expander
videos/explore
videos/favorites
videos/feed
videos/feedcontent
videos/music
videos/music/
videos/music/?
videos/music?
videos/riverview/relatedvideo
videos/riverview/relatedvideo/?
videos/riverview/relatedvideo?
videos/search videos/search
videos/search/?
videos/search?
videos/show_trailer videos/show_trailer
videos/slider videos/slider
videos/transcripts videos/transcripts
videos/trending
videos/trendingcontent
videos?
videosearch videosearch
view view
view-3d-home view-3d-home
@@ -22550,11 +22469,7 @@ whythisad
widget widget
widget-landing-page.html widget-landing-page.html
widget-uploads widget-uploads
widget/cr
widget/entity/search/?
widget/player widget/player
widget/render
widget/snapshot
widget_auth.php widget_auth.php
widget_chunks widget_chunks
widgets widgets
@@ -23010,9 +22925,9 @@ wiki/Wikipedia_discusión:Solicitudes_de_verificación_de_usuarios
wiki/Wikipedia_discusión:Supresores/Candidaturas wiki/Wikipedia_discusión:Supresores/Candidaturas
wiki/Wikipedia_talk%3AAbuse_reports wiki/Wikipedia_talk%3AAbuse_reports
wiki/Wikipedia_talk%3AAbuse_response wiki/Wikipedia_talk%3AAbuse_response
wiki/Wikipedia_talk%3AAdministrator_electionshttp://itunes.apple.com/robots.txt wiki/Wikipedia_talk%3AAdministrator_electionshttp://en.wikipedia.org/robots.txt
wiki/Wikipedia_talk%3AAdministrator_electionshttp://producthunt.com/robots.txt wiki/Wikipedia_talk%3AAdministrator_electionshttp://engadget.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_electionshttp://thehill.com/robots.txt wiki/Wikipedia_talk%3AAdministrator_electionshttp://win.gs/robots.txt
wiki/Wikipedia_talk%3AAdministrator_recall wiki/Wikipedia_talk%3AAdministrator_recall
wiki/Wikipedia_talk%3AAdministrator_review wiki/Wikipedia_talk%3AAdministrator_review
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
@@ -23209,7 +23124,6 @@ word/embed
wordpress/wp-admin wordpress/wp-admin
wordpress/wp-admin/admin-ajax.php wordpress/wp-admin/admin-ajax.php
work work
work
work-at-ucl/redeployment work-at-ucl/redeployment
work/_ work/_
work/acceptinvitation work/acceptinvitation
@@ -23305,7 +23219,8 @@ wp-admin
wp-admin/ wp-admin/
wp-admin/admin-ajax.php wp-admin/admin-ajax.php
wp-admin/admin-ajax.php wp-admin/admin-ajax.php
wp-admin/admin-ajax.phphttp://bible.com/robots.txt 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-scripts.php
wp-admin/load-styles.php wp-admin/load-styles.php
wp-adv wp-adv
@@ -23495,7 +23410,7 @@ your
your-account your-account
your-shop your-shop
youreurope/businessACC youreurope/businessACC
youreurope/businessDEV/http://fortune.com/robots.txt youreurope/businessDEV/http://europarl.europa.eu/robots.txt
youreurope/citizensACC youreurope/citizensACC
youreurope/citizensDEV youreurope/citizensDEV
yours yours
@@ -23644,7 +23559,7 @@ zh-tw.www.cloudflare.com
zh-tw/ zh-tw/
zh-tw/feedback zh-tw/feedback
zh-tw/lp zh-tw/lp
zh-tw/searchhttp://bizjournals.com/robots.txt zh-tw/searchhttp://blog.giallozafferano.it/robots.txt
zh-tw/searchresults zh-tw/searchresults
zh/ zh/
zh/*?*shpxid= zh/*?*shpxid=
File diff suppressed because it is too large Load Diff