File tree Expand file tree Collapse file tree 6 files changed +27
-27
lines changed
automattic/jetpack-device-detection Expand file tree Collapse file tree 6 files changed +27
-27
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.5-alpha "
7+ "automattic/jetpack-device-detection" : " ^3.0.5"
88 },
99 "require-dev" : {
1010 "yoast/phpunit-polyfills" : " ^3.0.0" ,
11- "automattic/jetpack-changelogger" : " ^6.0.2-alpha " ,
12- "automattic/phpunit-select-config" : " ^1.0.1-alpha "
11+ "automattic/jetpack-changelogger" : " ^6.0.2" ,
12+ "automattic/phpunit-select-config" : " ^1.0.1"
1313 },
1414 "autoload" : {
1515 "classmap" : [
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.5-alpha ] - unreleased
9-
10- This is an alpha version! The changes listed here are not final .
8+ ## [ 3.0.5] - 2025-03-21
9+ ### Changed
10+ - Internal updates .
1111
1212## [ 3.0.4] - 2025-03-17
1313### Changed
@@ -232,7 +232,7 @@ This is an alpha version! The changes listed here are not final.
232232
233233- Moving jetpack_is_mobile into a package
234234
235- [ 3.0.5-alpha ] : https://github.com/Automattic/jetpack-device-detection/compare/v3.0.4...v3.0.5-alpha
235+ [ 3.0.5 ] : https://github.com/Automattic/jetpack-device-detection/compare/v3.0.4...v3.0.5
236236[ 3.0.4 ] : https://github.com/Automattic/jetpack-device-detection/compare/v3.0.3...v3.0.4
237237[ 3.0.3 ] : https://github.com/Automattic/jetpack-device-detection/compare/v3.0.2...v3.0.3
238238[ 3.0.2 ] : https://github.com/Automattic/jetpack-device-detection/compare/v3.0.1...v3.0.2
Original file line number Diff line number Diff line change 88 },
99 "require-dev" : {
1010 "yoast/phpunit-polyfills" : " ^3.0.0" ,
11- "automattic/jetpack-changelogger" : " ^6.0.2-alpha " ,
12- "automattic/phpunit-select-config" : " ^1.0.1-alpha "
11+ "automattic/jetpack-changelogger" : " ^6.0.2" ,
12+ "automattic/phpunit-select-config" : " ^1.0.1"
1313 },
1414 "suggest" : {
1515 "automattic/jetpack-autoloader" : " Allow for better interoperability with other plugins that use this package."
Original file line number Diff line number Diff line change 22 "packages" : [
33 {
44 "name" : " automattic/jetpack-device-detection" ,
5- "version" : " 3.0.5-alpha.1742415897 " ,
6- "version_normalized" : " 3.0.5.0-alpha1742415897 " ,
5+ "version" : " 3.0.5" ,
6+ "version_normalized" : " 3.0.5.0" ,
77 "dist" : {
88 "type" : " path" ,
99 "url" : " /tmp/jetpack-build/Automattic/jetpack-device-detection" ,
10- "reference" : " 2abe1162e3d9a8dc5cb47659bf843ea24f9b827e "
10+ "reference" : " d77d52c19e341901cd1741da3b4102f686da73c3 "
1111 },
1212 "require" : {
1313 "php" : " >=7.2"
1414 },
1515 "require-dev" : {
16- "automattic/jetpack-changelogger" : " ^6.0.2-alpha " ,
17- "automattic/phpunit-select-config" : " ^1.0.1-alpha " ,
16+ "automattic/jetpack-changelogger" : " ^6.0.2" ,
17+ "automattic/phpunit-select-config" : " ^1.0.1" ,
1818 "yoast/phpunit-polyfills" : " ^3.0.0"
1919 },
2020 "suggest" : {
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.5-alpha.1742415897 ' ,
15- 'version ' => '3.0.5.0-alpha1742415897 ' ,
16- 'reference ' => '2abe1162e3d9a8dc5cb47659bf843ea24f9b827e ' ,
14+ 'pretty_version ' => '3.0.5 ' ,
15+ 'version ' => '3.0.5.0 ' ,
16+ 'reference ' => 'd77d52c19e341901cd1741da3b4102f686da73c3 ' ,
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