Skip to content

Commit e5ca736

Browse files
chrisbliss18matticbot
authored andcommitted
Backport jetpack 16.2-a.1 changes (#51438)
* Changelog and readme.txt edits. * Sort changelog entries. * Update stable tag in readme.txt --------- Co-authored-by: Chris Jean <chris.jean@automattic.com> Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/32416491751 Upstream-Ref: Automattic/jetpack@3f6d67c
1 parent d92d010 commit e5ca736

3 files changed

Lines changed: 5 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ 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-
## [0.8.30-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.8.30] - 2026-08-20
129
### Changed
13-
- Update package dependencies.
10+
- Update package dependencies. [#50509]
1411

1512
## [0.8.29] - 2026-08-03
1613
### Changed
@@ -407,7 +404,7 @@ This is an alpha version! The changes listed here are not final.
407404
- Fix the button size in the editor for Gutenberg 18 or below. [#41619]
408405
- Media Library: Fix the Import Media button color in some color schemes. [#41664]
409406

410-
[0.8.30-alpha]: https://github.com/Automattic/jetpack-external-media/compare/v0.8.29...v0.8.30-alpha
407+
[0.8.30]: https://github.com/Automattic/jetpack-external-media/compare/v0.8.29...v0.8.30
411408
[0.8.29]: https://github.com/Automattic/jetpack-external-media/compare/v0.8.28...v0.8.29
412409
[0.8.28]: https://github.com/Automattic/jetpack-external-media/compare/v0.8.27...v0.8.28
413410
[0.8.27]: https://github.com/Automattic/jetpack-external-media/compare/v0.8.26...v0.8.27

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"php": ">=7.2",
88
"automattic/jetpack-assets": "^4.4.11",
9-
"automattic/jetpack-connection": "^8.11.0-alpha",
9+
"automattic/jetpack-connection": "^8.11.0",
1010
"automattic/jetpack-constants": "^3.0.12",
1111
"automattic/jetpack-external-connections": "^0.1.39",
1212
"automattic/jetpack-status": "^6.4.0"

src/class-external-media.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Class External_Media
1919
*/
2020
class External_Media {
21-
const PACKAGE_VERSION = '0.8.30-alpha';
21+
const PACKAGE_VERSION = '0.8.30';
2222
const BASE_DIR = __DIR__ . '/';
2323
const BASE_FILE = __FILE__;
2424

0 commit comments

Comments
 (0)