Skip to content

Commit

Permalink
Backport mu-wpcom-plugin 2.1.14, jetpack 13.4-a.1 Changes (#36792)
Browse files Browse the repository at this point in the history
Changelog and readme.txt edits.

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8618336925
  • Loading branch information
anomiex authored and matticbot committed Apr 9, 2024
1 parent 9929b96 commit 21bf16f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 18 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-device-detection": "^2.1.3-alpha"
"automattic/jetpack-device-detection": "^2.1.3"
},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.0",
Expand Down
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 4 additions & 7 deletions vendor/automattic/jetpack-device-detection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.1.3-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

## [2.1.3] - 2024-04-08
### Added
- Added functionality for extracting the browser and desktop platform from a user agent
- Added functionality for extracting the browser and desktop platform from a user agent. [#36568]

### Changed
- Add new bots
- Add new bots. [#36477]

## [2.1.2] - 2024-03-18
### Changed
Expand Down Expand Up @@ -199,7 +196,7 @@ This is an alpha version! The changes listed here are not final.

- Moving jetpack_is_mobile into a package

[2.1.3-alpha]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.2...v2.1.3-alpha
[2.1.3]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.2...v2.1.3
[2.1.2]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.1...v2.1.2
[2.1.1]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/Automattic/jetpack-device-detection/compare/v2.0.1...v2.1.0
Expand Down
6 changes: 3 additions & 3 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"packages": [
{
"name": "automattic/jetpack-device-detection",
"version": "2.1.3-alpha.1712563319",
"version_normalized": "2.1.3.0-alpha1712563319",
"version": "2.1.3",
"version_normalized": "2.1.3.0",
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-device-detection",
"reference": "feab2b6ee41ad0af932325e1360912aa1c9fe549"
"reference": "b9e42ec4bcd6972c820c430354226f624579a420"
},
"require": {
"php": ">=7.0"
Expand Down
6 changes: 3 additions & 3 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
),
'versions' => array(
'automattic/jetpack-device-detection' => array(
'pretty_version' => '2.1.3-alpha.1712563319',
'version' => '2.1.3.0-alpha1712563319',
'reference' => 'feab2b6ee41ad0af932325e1360912aa1c9fe549',
'pretty_version' => '2.1.3',
'version' => '2.1.3.0',
'reference' => 'b9e42ec4bcd6972c820c430354226f624579a420',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../automattic/jetpack-device-detection',
'aliases' => array(),
Expand Down

0 comments on commit 21bf16f

Please sign in to comment.