File tree Expand file tree Collapse file tree 6 files changed +19
-22
lines changed
automattic/jetpack-device-detection Expand file tree Collapse file tree 6 files changed +19
-22
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.0-alpha "
7+ "automattic/jetpack-device-detection" : " ^3.0.0"
88 },
99 "require-dev" : {
1010 "yoast/phpunit-polyfills" : " ^1.1.1" ,
11- "automattic/jetpack-changelogger" : " ^5.0.0-alpha "
11+ "automattic/jetpack-changelogger" : " ^5.0.0"
1212 },
1313 "autoload" : {
1414 "classmap" : [
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.0-alpha] - unreleased
9-
10- This is an alpha version! The changes listed here are not final.
11-
8+ ## [ 3.0.0] - 2024-11-14
129### Removed
13- - General: Update minimum PHP version to 7.2.
10+ - General: Update minimum PHP version to 7.2. [ # 40147 ]
1411
1512## [ 2.1.6] - 2024-11-04
1613### Added
@@ -215,7 +212,7 @@ This is an alpha version! The changes listed here are not final.
215212
216213- Moving jetpack_is_mobile into a package
217214
218- [ 3.0.0-alpha ] : https://github.com/Automattic/jetpack-device-detection/compare/v2.1.6...v3.0.0-alpha
215+ [ 3.0.0 ] : https://github.com/Automattic/jetpack-device-detection/compare/v2.1.6...v3.0.0
219216[ 2.1.6 ] : https://github.com/Automattic/jetpack-device-detection/compare/v2.1.5...v2.1.6
220217[ 2.1.5 ] : https://github.com/Automattic/jetpack-device-detection/compare/v2.1.4...v2.1.5
221218[ 2.1.4 ] : https://github.com/Automattic/jetpack-device-detection/compare/v2.1.3...v2.1.4
Original file line number Diff line number Diff line change 88 },
99 "require-dev" : {
1010 "yoast/phpunit-polyfills" : " ^1.1.1" ,
11- "automattic/jetpack-changelogger" : " ^5.0.0-alpha "
11+ "automattic/jetpack-changelogger" : " ^5.0.0"
1212 },
1313 "suggest" : {
1414 "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.0-alpha.1731518828 " ,
6- "version_normalized" : " 3.0.0.0-alpha1731518828 " ,
5+ "version" : " 3.0.0" ,
6+ "version_normalized" : " 3.0.0.0" ,
77 "dist" : {
88 "type" : " path" ,
99 "url" : " /tmp/jetpack-build/Automattic/jetpack-device-detection" ,
10- "reference" : " b22d714e318f1eba7683e64dce62e9ef6c466973 "
10+ "reference" : " d420622256718ac965160e39ef3934c8fadfbe4b "
1111 },
1212 "require" : {
1313 "php" : " >=7.2"
1414 },
1515 "require-dev" : {
16- "automattic/jetpack-changelogger" : " ^5.0.0-alpha " ,
16+ "automattic/jetpack-changelogger" : " ^5.0.0" ,
1717 "yoast/phpunit-polyfills" : " ^1.1.1"
1818 },
1919 "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.0-alpha.1731518828 ' ,
15- 'version ' => '3.0.0.0-alpha1731518828 ' ,
16- 'reference ' => 'b22d714e318f1eba7683e64dce62e9ef6c466973 ' ,
14+ 'pretty_version ' => '3.0.0 ' ,
15+ 'version ' => '3.0.0.0 ' ,
16+ 'reference ' => 'd420622256718ac965160e39ef3934c8fadfbe4b ' ,
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