File tree Expand file tree Collapse file tree 5 files changed +16
-19
lines changed
automattic/jetpack-device-detection Expand file tree Collapse file tree 5 files changed +16
-19
lines changed Original file line number Diff line number Diff line change 44 "type" : " wordpress-plugin" ,
55 "license" : " GPL-2.0-or-later" ,
66 "require" : {
7- "automattic/jetpack-device-detection" : " ^3.3.0-alpha "
7+ "automattic/jetpack-device-detection" : " ^3.3.0"
88 },
99 "require-dev" : {
1010 "yoast/phpunit-polyfills" : " ^4.0.0" ,
Original file line number Diff line number Diff line change @@ -5,15 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
66and 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-
8+ ## [ 3.3.0] - 2025-11-03
129### Added
13- - Device detection: added a method that returns the browser display name.
10+ - Add a method that returns the browser display name. [ # 45674 ]
1411
1512### Changed
16- - Device detection: update bot detection list to include new AI and LLM crawler oriented bots.
13+ - Update bot detection list to include new AI and LLM crawler oriented bots. [ # 45695 ]
1714
1815## [ 3.2.0] - 2025-10-28
1916### Changed
@@ -270,7 +267,7 @@ This is an alpha version! The changes listed here are not final.
270267
271268- Moving jetpack_is_mobile into a package
272269
273- [ 3.3.0-alpha ] : https://github.com/Automattic/jetpack-device-detection/compare/v3.2.0...v3.3.0-alpha
270+ [ 3.3.0 ] : https://github.com/Automattic/jetpack-device-detection/compare/v3.2.0...v3.3.0
274271[ 3.2.0 ] : https://github.com/Automattic/jetpack-device-detection/compare/v3.1.1...v3.2.0
275272[ 3.1.1 ] : https://github.com/Automattic/jetpack-device-detection/compare/v3.1.0...v3.1.1
276273[ 3.1.0 ] : https://github.com/Automattic/jetpack-device-detection/compare/v3.0.9...v3.1.0
Original file line number Diff line number Diff line change 22 "packages" : [
33 {
44 "name" : " automattic/jetpack-device-detection" ,
5- "version" : " 3.3.0-alpha.1761851286 " ,
6- "version_normalized" : " 3.3.0.0-alpha1761851286 " ,
5+ "version" : " 3.3.0" ,
6+ "version_normalized" : " 3.3.0.0" ,
77 "dist" : {
88 "type" : " path" ,
99 "url" : " /tmp/jetpack-build/Automattic/jetpack-device-detection" ,
10- "reference" : " ce6219932c8bf1132842a842d059cefcdb969d29 "
10+ "reference" : " 736ab56519da0d243c4a06554367dd71a273daa9 "
1111 },
1212 "require" : {
1313 "php" : " >=7.2"
Original file line number Diff line number Diff line change 1111 ),
1212 'versions ' => array (
1313 'automattic/jetpack-device-detection ' => array (
14- 'pretty_version ' => '3.3.0-alpha.1761851286 ' ,
15- 'version ' => '3.3.0.0-alpha1761851286 ' ,
16- 'reference ' => 'ce6219932c8bf1132842a842d059cefcdb969d29 ' ,
14+ 'pretty_version ' => '3.3.0 ' ,
15+ 'version ' => '3.3.0.0 ' ,
16+ 'reference ' => '736ab56519da0d243c4a06554367dd71a273daa9 ' ,
1717 'type ' => 'jetpack-library ' ,
1818 'install_path ' => __DIR__ . '/../automattic/jetpack-device-detection ' ,
1919 'aliases ' => array (),
You can’t perform that action at this time.
0 commit comments