File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
66and 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" : {
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" ,
Original file line number Diff line number Diff line change 1717 * Class External_Media
1818 */
1919class 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
You can’t perform that action at this time.
0 commit comments