Skip to content

Commit ac22f0b

Browse files
haqadnmatticbot
authored andcommitted
Amend readme.txt
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/30861081724 Upstream-Ref: Automattic/jetpack@db1322b
1 parent 479f353 commit ac22f0b

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

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+
## [0.8.29] - 2026-08-03
9+
### Changed
10+
- Update dependencies. [#50841]
11+
812
## [0.8.28] - 2026-07-27
913
### Changed
1014
- Update dependencies. [#50719]
@@ -396,6 +400,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
396400
- Fix the button size in the editor for Gutenberg 18 or below. [#41619]
397401
- Media Library: Fix the Import Media button color in some color schemes. [#41664]
398402

403+
[0.8.29]: https://github.com/Automattic/jetpack-external-media/compare/v0.8.28...v0.8.29
399404
[0.8.28]: https://github.com/Automattic/jetpack-external-media/compare/v0.8.27...v0.8.28
400405
[0.8.27]: https://github.com/Automattic/jetpack-external-media/compare/v0.8.26...v0.8.27
401406
[0.8.26]: https://github.com/Automattic/jetpack-external-media/compare/v0.8.25...v0.8.26

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"require": {
77
"php": ">=7.2",
88
"automattic/jetpack-assets": "^4.4.9",
9-
"automattic/jetpack-connection": "^8.8.1",
9+
"automattic/jetpack-connection": "^8.8.2",
1010
"automattic/jetpack-constants": "^3.0.12",
1111
"automattic/jetpack-external-connections": "^0.1.38",
12-
"automattic/jetpack-status": "^6.2.0-alpha"
12+
"automattic/jetpack-status": "^6.2.0"
1313
},
1414
"require-dev": {
1515
"yoast/phpunit-polyfills": "^4.0.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.28';
21+
const PACKAGE_VERSION = '0.8.29';
2222
const BASE_DIR = __DIR__ . '/';
2323
const BASE_FILE = __FILE__;
2424

0 commit comments

Comments
 (0)