File tree Expand file tree Collapse file tree 5 files changed +15
-18
lines changed
automattic/jetpack-device-detection Expand file tree Collapse file tree 5 files changed +15
-18
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.0.8-alpha "
7+ "automattic/jetpack-device-detection" : " ^3.0.8"
88 },
99 "require-dev" : {
1010 "yoast/phpunit-polyfills" : " ^4.0.0" ,
Original file line number Diff line number Diff line change @@ -5,12 +5,9 @@ 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.0.8-alpha] - unreleased
9-
10- This is an alpha version! The changes listed here are not final.
11-
8+ ## [ 3.0.8] - 2025-06-09
129### Fixed
13- - Tests: Ensure method param count matches PHPUnit data providers.
10+ - Tests: Ensure method param count matches PHPUnit data providers. [ # 43828 ]
1411
1512## [ 3.0.7] - 2025-06-06
1613### Fixed
@@ -247,7 +244,7 @@ This is an alpha version! The changes listed here are not final.
247244
248245- Moving jetpack_is_mobile into a package
249246
250- [ 3.0.8-alpha ] : https://github.com/Automattic/jetpack-device-detection/compare/v3.0.7...v3.0.8-alpha
247+ [ 3.0.8 ] : https://github.com/Automattic/jetpack-device-detection/compare/v3.0.7...v3.0.8
251248[ 3.0.7 ] : https://github.com/Automattic/jetpack-device-detection/compare/v3.0.6...v3.0.7
252249[ 3.0.6 ] : https://github.com/Automattic/jetpack-device-detection/compare/v3.0.5...v3.0.6
253250[ 3.0.5 ] : https://github.com/Automattic/jetpack-device-detection/compare/v3.0.4...v3.0.5
Original file line number Diff line number Diff line change 22 "packages" : [
33 {
44 "name" : " automattic/jetpack-device-detection" ,
5- "version" : " 3.0.8-alpha.1749489407 " ,
6- "version_normalized" : " 3.0.8.0-alpha1749489407 " ,
5+ "version" : " 3.0.8" ,
6+ "version_normalized" : " 3.0.8.0" ,
77 "dist" : {
88 "type" : " path" ,
99 "url" : " /tmp/jetpack-build/Automattic/jetpack-device-detection" ,
10- "reference" : " 2fb13fbc5fc872130991d21e1e046216da33c9a0 "
10+ "reference" : " d444422e699935db9737c94b2cae4ba140ae0c7b "
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.0.8-alpha.1749489407 ' ,
15- 'version ' => '3.0.8.0-alpha1749489407 ' ,
16- 'reference ' => '2fb13fbc5fc872130991d21e1e046216da33c9a0 ' ,
14+ 'pretty_version ' => '3.0.8 ' ,
15+ 'version ' => '3.0.8.0 ' ,
16+ 'reference ' => 'd444422e699935db9737c94b2cae4ba140ae0c7b ' ,
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