Skip to content

Commit 416ef3f

Browse files
tbradshamatticbot
authored andcommitted
Changelog and readme.txt edits. (#42002)
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/13504603391 Upstream-Ref: Automattic/jetpack@37ae14f
1 parent 824d809 commit 416ef3f

File tree

6 files changed

+21
-16
lines changed

6 files changed

+21
-16
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"type": "wordpress-plugin",
55
"license": "GPL-2.0-or-later",
66
"require": {
7-
"automattic/jetpack-device-detection": "^3.0.0"
7+
"automattic/jetpack-device-detection": "^3.0.1"
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "^1.1.1",
11-
"automattic/jetpack-changelogger": "^6.0.0-alpha"
11+
"automattic/jetpack-changelogger": "^6.0.0"
1212
},
1313
"autoload": {
1414
"classmap": [

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/automattic/jetpack-device-detection/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.0.1] - 2025-02-24
9+
### Changed
10+
- Update dependencies.
11+
812
## [3.0.0] - 2024-11-14
913
### Removed
1014
- General: Update minimum PHP version to 7.2. [#40147]
@@ -212,6 +216,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
212216

213217
- Moving jetpack_is_mobile into a package
214218

219+
[3.0.1]: https://github.com/Automattic/jetpack-device-detection/compare/v3.0.0...v3.0.1
215220
[3.0.0]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.6...v3.0.0
216221
[2.1.6]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.5...v2.1.6
217222
[2.1.5]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.4...v2.1.5

vendor/automattic/jetpack-device-detection/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "^1.1.1",
11-
"automattic/jetpack-changelogger": "^6.0.0-alpha"
11+
"automattic/jetpack-changelogger": "^6.0.0"
1212
},
1313
"suggest": {
1414
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."

vendor/composer/installed.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
"packages": [
33
{
44
"name": "automattic/jetpack-device-detection",
5-
"version": "3.0.0",
6-
"version_normalized": "3.0.0.0",
5+
"version": "3.0.1",
6+
"version_normalized": "3.0.1.0",
77
"dist": {
88
"type": "path",
99
"url": "/tmp/jetpack-build/Automattic/jetpack-device-detection",
10-
"reference": "e3566754d27e5a0421fe1d9a75687b917ce3ae31"
10+
"reference": "5305964f13d655f5ba88d1e3cfb18d0e4608b09c"
1111
},
1212
"require": {
1313
"php": ">=7.2"
1414
},
1515
"require-dev": {
16-
"automattic/jetpack-changelogger": "^6.0.0-alpha",
16+
"automattic/jetpack-changelogger": "^6.0.0",
1717
"yoast/phpunit-polyfills": "^1.1.1"
1818
},
1919
"suggest": {

vendor/composer/installed.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
),
1212
'versions' => array(
1313
'automattic/jetpack-device-detection' => array(
14-
'pretty_version' => '3.0.0',
15-
'version' => '3.0.0.0',
16-
'reference' => 'e3566754d27e5a0421fe1d9a75687b917ce3ae31',
14+
'pretty_version' => '3.0.1',
15+
'version' => '3.0.1.0',
16+
'reference' => '5305964f13d655f5ba88d1e3cfb18d0e4608b09c',
1717
'type' => 'jetpack-library',
1818
'install_path' => __DIR__ . '/../automattic/jetpack-device-detection',
1919
'aliases' => array(),

0 commit comments

Comments
 (0)