Skip to content

Commit 9b9a36a

Browse files
tbradshamatticbot
authored andcommitted
Changelog and readme.txt edits. (#44736)
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/16885183057 Upstream-Ref: Automattic/jetpack@8f69ea4
1 parent b2b9aed commit 9b9a36a

4 files changed

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

1512
## [0.4.7] - 2025-08-04
1613
### Changed
@@ -161,7 +158,7 @@ This is an alpha version! The changes listed here are not final.
161158
- Fix the button size in the editor for Gutenberg 18 or below. [#41619]
162159
- Media Library: Fix the Import Media button color in some color schemes. [#41664]
163160

164-
[0.4.8-alpha]: https://github.com/Automattic/jetpack-external-media/compare/v0.4.7...v0.4.8-alpha
161+
[0.4.8]: https://github.com/Automattic/jetpack-external-media/compare/v0.4.7...v0.4.8
165162
[0.4.7]: https://github.com/Automattic/jetpack-external-media/compare/v0.4.6...v0.4.7
166163
[0.4.6]: https://github.com/Automattic/jetpack-external-media/compare/v0.4.5...v0.4.6
167164
[0.4.5]: https://github.com/Automattic/jetpack-external-media/compare/v0.4.4...v0.4.5

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-assets": "^4.3.3-alpha",
9-
"automattic/jetpack-connection": "^6.17.1-alpha",
8+
"automattic/jetpack-assets": "^4.3.3",
9+
"automattic/jetpack-connection": "^6.17.1",
1010
"automattic/jetpack-constants": "^3.0.8",
1111
"automattic/jetpack-status": "^6.0.2"
1212
},

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@automattic/jetpack-external-media",
3-
"version": "0.4.8-alpha",
3+
"version": "0.4.8",
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.6-alpha",
26+
"@automattic/jetpack-ai-client": "^0.33.6",
2727
"@automattic/jetpack-analytics": "^1.0.4",
28-
"@automattic/jetpack-base-styles": "^1.0.7-alpha",
29-
"@automattic/jetpack-components": "^1.1.18-alpha",
28+
"@automattic/jetpack-base-styles": "^1.0.7",
29+
"@automattic/jetpack-components": "^1.1.18",
3030
"@automattic/jetpack-script-data": "^0.5.1",
31-
"@automattic/jetpack-shared-extension-utils": "^1.3.10-alpha",
31+
"@automattic/jetpack-shared-extension-utils": "^1.3.10",
3232
"@automattic/request-external-access": "1.0.1",
3333
"@wordpress/api-fetch": "7.27.0",
3434
"@wordpress/block-editor": "15.0.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.8-alpha';
20+
const PACKAGE_VERSION = '0.4.8';
2121
const BASE_DIR = __DIR__ . '/';
2222
const BASE_FILE = __FILE__;
2323

0 commit comments

Comments
 (0)