Skip to content

Commit 849874c

Browse files
tbradshamatticbot
authored andcommitted
Updated package versions for automattic/jetpack-mu-wpcom-plugin
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12713430152 Upstream-Ref: Automattic/jetpack@f96e65f
1 parent f709336 commit 849874c

File tree

30 files changed

+1150
-1650
lines changed

30 files changed

+1150
-1650
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ 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-
## 2.7.0-alpha - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
8+
## 2.7.0 - 2025-01-10
9+
### Added
10+
- WordPress.com Features: Add Holiday Snow functionality. [#40478]
1111

1212
### Changed
13-
- Newspack Blocks: Updated to version 4.5.2.
14-
- Updated dependencies.
15-
- Updated package dependencies.
13+
- Newspack Blocks: Update to version 4.5.2. [#40636]
14+
- Updated dependencies. [#40286]
15+
- Updated package dependencies. [#40116] [#40515]
1616

1717
### Fixed
18-
- Global Styles: Stop showing the limited global styles notice in distraction free mode.
19-
- Testimonials: fix a shortcode related bug which ccurs if the column attribute is added and set to 0
18+
- Global Styles: Stop showing the limited global styles notice in distraction-free mode. [#40907]
19+
- Testimonials: Fix a shortcode related bug which ccurs if the column attribute is added and set to 0. [#40896]
2020

2121
## 2.6.1 - 2024-11-11
2222
### Changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "wordpress-plugin",
55
"license": "GPL-2.0-or-later",
66
"require": {
7-
"automattic/jetpack-mu-wpcom": "^6.1.0-alpha"
7+
"automattic/jetpack-mu-wpcom": "^6.1.0"
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "^1.1.1",
@@ -26,6 +26,7 @@
2626
"@composer phpunit"
2727
]
2828
},
29+
"repositories": [],
2930
"minimum-stability": "dev",
3031
"prefer-stable": true,
3132
"extra": {
@@ -36,6 +37,6 @@
3637
"release-branch-prefix": "mu-wpcom"
3738
},
3839
"config": {
39-
"autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_7_0_alpha"
40+
"autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_7_0"
4041
}
4142
}

0 commit comments

Comments
 (0)