Skip to content

Commit 2d6f224

Browse files
simisonmatticbot
authored andcommitted
Device detection: update bots list (#45695)
- Added more bots for: Bing, Google, Meta, OpenAI - Added new other bots, too. - Added a test for bot detection - Organised some companies with multiple bots on top - Alphabetised the rest - Added reference links to some Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/18936013087 Upstream-Ref: Automattic/jetpack@592811a
1 parent 155255e commit 2d6f224

7 files changed

Lines changed: 186 additions & 133 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "wordpress-plugin",
55
"license": "GPL-2.0-or-later",
66
"require": {
7-
"automattic/jetpack-device-detection": "^3.2.0"
7+
"automattic/jetpack-device-detection": "^3.3.0-alpha"
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "^4.0.0",

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/automattic/jetpack-device-detection/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.3.0-alpha] - unreleased
9+
10+
This is an alpha version! The changes listed here are not final.
11+
12+
### Changed
13+
- Device detection: update bot detection list to include new AI and LLM crawler oriented bots.
14+
815
## [3.2.0] - 2025-10-28
916
### Changed
1017
- Improved user agent string parsing functionality and added browser detection for six more browsers (Samsung Internet, UC, Yandex, Vivaldi, MIUI, Amazon Silk) [#45632]
@@ -260,6 +267,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
260267

261268
- Moving jetpack_is_mobile into a package
262269

270+
[3.3.0-alpha]: https://github.com/Automattic/jetpack-device-detection/compare/v3.2.0...v3.3.0-alpha
263271
[3.2.0]: https://github.com/Automattic/jetpack-device-detection/compare/v3.1.1...v3.2.0
264272
[3.1.1]: https://github.com/Automattic/jetpack-device-detection/compare/v3.1.0...v3.1.1
265273
[3.1.0]: https://github.com/Automattic/jetpack-device-detection/compare/v3.0.9...v3.1.0

vendor/automattic/jetpack-device-detection/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"link-template": "https://github.com/Automattic/jetpack-device-detection/compare/v${old}...v${new}"
4040
},
4141
"branch-alias": {
42-
"dev-trunk": "3.2.x-dev"
42+
"dev-trunk": "3.3.x-dev"
4343
}
4444
}
4545
}

0 commit comments

Comments
 (0)