Skip to content

Commit f282f53

Browse files
gmjuhaszmatticbot
authored andcommitted
Backport jetpack 14.9-beta Changes (#44615)
* Changelog and readme.txt edits. * Amend readme.txt Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/16728540644 Upstream-Ref: Automattic/jetpack@7ca4f85
1 parent 173cdfe commit f282f53

4 files changed

Lines changed: 13 additions & 16 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.4.7-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.4.7] - 2025-08-04
129
### Changed
13-
- Update dependencies.
10+
- Update dependencies. [#44551]
1411

1512
## [0.4.6] - 2025-07-28
1613
### Changed
@@ -157,7 +154,7 @@ This is an alpha version! The changes listed here are not final.
157154
- Fix the button size in the editor for Gutenberg 18 or below. [#41619]
158155
- Media Library: Fix the Import Media button color in some color schemes. [#41664]
159156

160-
[0.4.7-alpha]: https://github.com/Automattic/jetpack-external-media/compare/v0.4.6...v0.4.7-alpha
157+
[0.4.7]: https://github.com/Automattic/jetpack-external-media/compare/v0.4.6...v0.4.7
161158
[0.4.6]: https://github.com/Automattic/jetpack-external-media/compare/v0.4.5...v0.4.6
162159
[0.4.5]: https://github.com/Automattic/jetpack-external-media/compare/v0.4.4...v0.4.5
163160
[0.4.4]: https://github.com/Automattic/jetpack-external-media/compare/v0.4.3...v0.4.4

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-assets": "^4.3.2-alpha",
9-
"automattic/jetpack-connection": "^6.17.0-alpha",
8+
"automattic/jetpack-assets": "^4.3.2",
9+
"automattic/jetpack-connection": "^6.17.0",
1010
"automattic/jetpack-constants": "^3.0.8",
11-
"automattic/jetpack-status": "^6.0.1-alpha"
11+
"automattic/jetpack-status": "^6.0.1"
1212
},
1313
"require-dev": {
1414
"yoast/phpunit-polyfills": "^4.0.0",

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@automattic/jetpack-external-media",
3-
"version": "0.4.7-alpha",
3+
"version": "0.4.7",
44
"private": true,
55
"description": "The external media feature allows users to select and import photos from external media",
66
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/external-media/#readme",
@@ -23,12 +23,12 @@
2323
"watch": "pnpm run build-production-js && pnpm webpack watch"
2424
},
2525
"dependencies": {
26-
"@automattic/jetpack-ai-client": "^0.33.5-alpha",
27-
"@automattic/jetpack-analytics": "^1.0.4-alpha",
26+
"@automattic/jetpack-ai-client": "^0.33.5",
27+
"@automattic/jetpack-analytics": "^1.0.4",
2828
"@automattic/jetpack-base-styles": "^1.0.6",
29-
"@automattic/jetpack-components": "^1.1.17-alpha",
30-
"@automattic/jetpack-script-data": "^0.5.1-alpha",
31-
"@automattic/jetpack-shared-extension-utils": "^1.3.9-alpha",
29+
"@automattic/jetpack-components": "^1.1.17",
30+
"@automattic/jetpack-script-data": "^0.5.1",
31+
"@automattic/jetpack-shared-extension-utils": "^1.3.9",
3232
"@automattic/request-external-access": "1.0.1",
3333
"@wordpress/api-fetch": "7.26.0",
3434
"@wordpress/block-editor": "14.21.0",

src/class-external-media.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* Class External_Media
1818
*/
1919
class External_Media {
20-
const PACKAGE_VERSION = '0.4.7-alpha';
20+
const PACKAGE_VERSION = '0.4.7';
2121
const BASE_DIR = __DIR__ . '/';
2222
const BASE_FILE = __FILE__;
2323

0 commit comments

Comments
 (0)