Skip to content

Commit 5b105fa

Browse files
tbradshamatticbot
authored andcommitted
Changelog and readme.txt edits.
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/16420574513 Upstream-Ref: Automattic/jetpack@d1614b5
1 parent ebb1045 commit 5b105fa

4 files changed

Lines changed: 12 additions & 15 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.5-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.4.5] - 2025-07-21
129
### Changed
13-
- Update package dependencies.
10+
- Update package dependencies. [#44356]
1411

1512
## [0.4.4] - 2025-07-14
1613
### Changed
@@ -149,7 +146,7 @@ This is an alpha version! The changes listed here are not final.
149146
- Fix the button size in the editor for Gutenberg 18 or below. [#41619]
150147
- Media Library: Fix the Import Media button color in some color schemes. [#41664]
151148

152-
[0.4.5-alpha]: https://github.com/Automattic/jetpack-external-media/compare/v0.4.4...v0.4.5-alpha
149+
[0.4.5]: https://github.com/Automattic/jetpack-external-media/compare/v0.4.4...v0.4.5
153150
[0.4.4]: https://github.com/Automattic/jetpack-external-media/compare/v0.4.3...v0.4.4
154151
[0.4.3]: https://github.com/Automattic/jetpack-external-media/compare/v0.4.2...v0.4.3
155152
[0.4.2]: https://github.com/Automattic/jetpack-external-media/compare/v0.4.1...v0.4.2

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.2.0-alpha",
9-
"automattic/jetpack-connection": "^6.15.0-alpha",
8+
"automattic/jetpack-assets": "^4.2.0",
9+
"automattic/jetpack-connection": "^6.15.0",
1010
"automattic/jetpack-constants": "^3.0.8",
11-
"automattic/jetpack-status": "^5.4.1-alpha"
11+
"automattic/jetpack-status": "^6.0.0"
1212
},
1313
"require-dev": {
1414
"yoast/phpunit-polyfills": "^4.0.0",

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@automattic/jetpack-external-media",
4-
"version": "0.4.5-alpha",
4+
"version": "0.4.5",
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",
77
"bugs": {
@@ -35,12 +35,12 @@
3535
"webpack-cli": "6.0.1"
3636
},
3737
"dependencies": {
38-
"@automattic/jetpack-ai-client": "^0.33.3-alpha",
38+
"@automattic/jetpack-ai-client": "^0.33.3",
3939
"@automattic/jetpack-analytics": "^1.0.3",
40-
"@automattic/jetpack-base-styles": "^1.0.5-alpha",
41-
"@automattic/jetpack-components": "^1.1.14-alpha",
40+
"@automattic/jetpack-base-styles": "^1.0.5",
41+
"@automattic/jetpack-components": "^1.1.14",
4242
"@automattic/jetpack-script-data": "^0.5.0",
43-
"@automattic/jetpack-shared-extension-utils": "^1.3.5-alpha",
43+
"@automattic/jetpack-shared-extension-utils": "^1.3.5",
4444
"@automattic/request-external-access": "1.0.1",
4545
"@wordpress/api-fetch": "7.26.0",
4646
"@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.5-alpha';
20+
const PACKAGE_VERSION = '0.4.5';
2121
const BASE_DIR = __DIR__ . '/';
2222
const BASE_FILE = __FILE__;
2323

0 commit comments

Comments
 (0)