Skip to content

Commit 6228111

Browse files
kangzjmatticbot
authored andcommitted
Add data for seo bot to list (#45431)
* filter data for seo bot * changelog Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/18363588951 Upstream-Ref: Automattic/jetpack@79b082c
1 parent 206d837 commit 6228111

7 files changed

Lines changed: 24 additions & 15 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.0.9"
7+
"automattic/jetpack-device-detection": "^3.1.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.1.0-alpha] - unreleased
9+
10+
This is an alpha version! The changes listed here are not final.
11+
12+
### Added
13+
- Filter data for seo bot
14+
815
## [3.0.9] - 2025-06-27
916
### Changed
1017
- Internal updates.
@@ -248,6 +255,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
248255

249256
- Moving jetpack_is_mobile into a package
250257

258+
[3.1.0-alpha]: https://github.com/Automattic/jetpack-device-detection/compare/v3.0.9...v3.1.0-alpha
251259
[3.0.9]: https://github.com/Automattic/jetpack-device-detection/compare/v3.0.8...v3.0.9
252260
[3.0.8]: https://github.com/Automattic/jetpack-device-detection/compare/v3.0.7...v3.0.8
253261
[3.0.7]: https://github.com/Automattic/jetpack-device-detection/compare/v3.0.6...v3.0.7

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.0.x-dev"
42+
"dev-trunk": "3.1.x-dev"
4343
}
4444
}
4545
}

vendor/automattic/jetpack-device-detection/src/class-user-agent-info.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1742,6 +1742,7 @@ public static function is_bot_user_agent( $ua = null ) {
17421742
'google-safety;', // https://www.google.com/bot.html
17431743
'mojeekbot', // https://www.mojeek.com/bot.html
17441744
'linkwalker', // https://www.linkwalker.com/
1745+
'dataforseobot', // https://www.dataforseo.com/dataforseo-bot
17451746
);
17461747

17471748
foreach ( $bot_agents as $bot_agent ) {

vendor/composer/installed.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"packages": [
33
{
44
"name": "automattic/jetpack-device-detection",
5-
"version": "3.0.9",
6-
"version_normalized": "3.0.9.0",
5+
"version": "3.1.0-alpha.1759976649",
6+
"version_normalized": "3.1.0.0-alpha1759976649",
77
"dist": {
88
"type": "path",
99
"url": "/tmp/jetpack-build/Automattic/jetpack-device-detection",
10-
"reference": "861762aa738f0b7f703408cafe02c2543f833243"
10+
"reference": "348b3070a7d5dbb47b7572fcdca0c59c38defb9e"
1111
},
1212
"require": {
1313
"php": ">=7.2"
@@ -28,7 +28,7 @@
2828
"link-template": "https://github.com/Automattic/jetpack-device-detection/compare/v${old}...v${new}"
2929
},
3030
"branch-alias": {
31-
"dev-trunk": "3.0.x-dev"
31+
"dev-trunk": "3.1.x-dev"
3232
}
3333
},
3434
"installation-source": "dist",

vendor/composer/installed.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
),
1212
'versions' => array(
1313
'automattic/jetpack-device-detection' => array(
14-
'pretty_version' => '3.0.9',
15-
'version' => '3.0.9.0',
16-
'reference' => '861762aa738f0b7f703408cafe02c2543f833243',
14+
'pretty_version' => '3.1.0-alpha.1759976649',
15+
'version' => '3.1.0.0-alpha1759976649',
16+
'reference' => '348b3070a7d5dbb47b7572fcdca0c59c38defb9e',
1717
'type' => 'jetpack-library',
1818
'install_path' => __DIR__ . '/../automattic/jetpack-device-detection',
1919
'aliases' => array(),

0 commit comments

Comments
 (0)