Skip to content

Commit

Permalink
Backport mu-wpcom-plugin 2.0.0, jetpack 12.9-a.7 Changes (#34213)
Browse files Browse the repository at this point in the history
* Add changelogs

* Changelog edits.

* Fix project versions

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6935801739
  • Loading branch information
anomiex authored and matticbot committed Nov 20, 2023
1 parent 30f001c commit c430069
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 22 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-device-detection": "^2.0.0-alpha"
"automattic/jetpack-device-detection": "^2.0.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^4.0.0-alpha"
"automattic/jetpack-changelogger": "^4.0.0"
},
"autoload": {
"classmap": [
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

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

9 changes: 3 additions & 6 deletions vendor/automattic/jetpack-device-detection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ 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.0.0-alpha] - unreleased

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

## [2.0.0] - 2023-11-20
### Changed
- The package now requires PHP >= 7.0.
- Updated required PHP version to >= 7.0. [#34192]

## [1.5.1] - 2023-11-14

Expand Down Expand Up @@ -176,7 +173,7 @@ This is an alpha version! The changes listed here are not final.

- Moving jetpack_is_mobile into a package

[2.0.0-alpha]: https://github.com/Automattic/jetpack-device-detection/compare/v1.5.1...v2.0.0-alpha
[2.0.0]: https://github.com/Automattic/jetpack-device-detection/compare/v1.5.1...v2.0.0
[1.5.1]: https://github.com/Automattic/jetpack-device-detection/compare/v1.5.0...v1.5.1
[1.5.0]: https://github.com/Automattic/jetpack-device-detection/compare/v1.4.27...v1.5.0
[1.4.27]: https://github.com/Automattic/jetpack-device-detection/compare/v1.4.26...v1.4.27
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-device-detection/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^4.0.0-alpha"
"automattic/jetpack-changelogger": "^4.0.0"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"packages": [
{
"name": "automattic/jetpack-device-detection",
"version": "2.0.0-alpha.1700485793",
"version_normalized": "2.0.0.0-alpha1700485793",
"version": "2.0.0",
"version_normalized": "2.0.0.0",
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-device-detection",
"reference": "46634515da0eb7b601d799919770aeb5808d9192"
"reference": "fee0241b46024b73a5e81c834f9c304272926a2a"
},
"require": {
"php": ">=7.0"
},
"require-dev": {
"automattic/jetpack-changelogger": "^4.0.0-alpha",
"automattic/jetpack-changelogger": "^4.0.0",
"yoast/phpunit-polyfills": "1.1.0"
},
"suggest": {
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.0.0-alpha.1700485793',
'version' => '2.0.0.0-alpha1700485793',
'reference' => '46634515da0eb7b601d799919770aeb5808d9192',
'pretty_version' => '2.0.0',
'version' => '2.0.0.0',
'reference' => 'fee0241b46024b73a5e81c834f9c304272926a2a',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../automattic/jetpack-device-detection',
'aliases' => array(),
Expand Down

0 comments on commit c430069

Please sign in to comment.