File tree Expand file tree Collapse file tree 5 files changed +15
-15
lines changed
automattic/jetpack-device-detection Expand file tree Collapse file tree 5 files changed +15
-15
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.2-alpha "
7+ "automattic/jetpack-device-detection" : " ^3.0.2"
88 },
99 "require-dev" : {
1010 "yoast/phpunit-polyfills" : " ^1.1.1" ,
Original file line number Diff line number Diff line change @@ -5,9 +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.2-alpha ] - unreleased
9-
10- This is an alpha version! The changes listed here are not final .
8+ ## [ 3.0.2] - 2025-03-05
9+ ### Changed
10+ - Internal updates .
1111
1212## [ 3.0.1] - 2025-02-24
1313### Changed
@@ -220,7 +220,7 @@ This is an alpha version! The changes listed here are not final.
220220
221221- Moving jetpack_is_mobile into a package
222222
223- [ 3.0.2-alpha ] : https://github.com/Automattic/jetpack-device-detection/compare/v3.0.1...v3.0.2-alpha
223+ [ 3.0.2 ] : https://github.com/Automattic/jetpack-device-detection/compare/v3.0.1...v3.0.2
224224[ 3.0.1 ] : https://github.com/Automattic/jetpack-device-detection/compare/v3.0.0...v3.0.1
225225[ 3.0.0 ] : https://github.com/Automattic/jetpack-device-detection/compare/v2.1.6...v3.0.0
226226[ 2.1.6 ] : https://github.com/Automattic/jetpack-device-detection/compare/v2.1.5...v2.1.6
Original file line number Diff line number Diff line change 22 "packages" : [
33 {
44 "name" : " automattic/jetpack-device-detection" ,
5- "version" : " 3.0.2-alpha.1741025873 " ,
6- "version_normalized" : " 3.0.2.0-alpha1741025873 " ,
5+ "version" : " 3.0.2" ,
6+ "version_normalized" : " 3.0.2.0" ,
77 "dist" : {
88 "type" : " path" ,
99 "url" : " /tmp/jetpack-build/Automattic/jetpack-device-detection" ,
10- "reference" : " d62e2655e500ca39ec4c8c5f9f6339694797cc02 "
10+ "reference" : " 3a43dd00582f6cb6d9146ec2f2b3986e52d45ad4 "
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.2-alpha.1741025873 ' ,
15- 'version ' => '3.0.2.0-alpha1741025873 ' ,
16- 'reference ' => 'd62e2655e500ca39ec4c8c5f9f6339694797cc02 ' ,
14+ 'pretty_version ' => '3.0.2 ' ,
15+ 'version ' => '3.0.2.0 ' ,
16+ 'reference ' => '3a43dd00582f6cb6d9146ec2f2b3986e52d45ad4 ' ,
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