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.8.30-alpha] - unreleased
9-
10- This is an alpha version! The changes listed here are not final.
11-
8+ ## [ 0.8.30] - 2026-08-20
129### Changed
13- - Update package dependencies.
10+ - Update package dependencies. [ # 50509 ]
1411
1512## [ 0.8.29] - 2026-08-03
1613### Changed
@@ -407,7 +404,7 @@ This is an alpha version! The changes listed here are not final.
407404- Fix the button size in the editor for Gutenberg 18 or below. [ #41619 ]
408405- Media Library: Fix the Import Media button color in some color schemes. [ #41664 ]
409406
410- [ 0.8.30-alpha ] : https://github.com/Automattic/jetpack-external-media/compare/v0.8.29...v0.8.30-alpha
407+ [ 0.8.30 ] : https://github.com/Automattic/jetpack-external-media/compare/v0.8.29...v0.8.30
411408[ 0.8.29 ] : https://github.com/Automattic/jetpack-external-media/compare/v0.8.28...v0.8.29
412409[ 0.8.28 ] : https://github.com/Automattic/jetpack-external-media/compare/v0.8.27...v0.8.28
413410[ 0.8.27 ] : https://github.com/Automattic/jetpack-external-media/compare/v0.8.26...v0.8.27
Original file line number Diff line number Diff line change 66 "require" : {
77 "php" : " >=7.2" ,
88 "automattic/jetpack-assets" : " ^4.4.11" ,
9- "automattic/jetpack-connection" : " ^8.11.0-alpha " ,
9+ "automattic/jetpack-connection" : " ^8.11.0" ,
1010 "automattic/jetpack-constants" : " ^3.0.12" ,
1111 "automattic/jetpack-external-connections" : " ^0.1.39" ,
1212 "automattic/jetpack-status" : " ^6.4.0"
Original file line number Diff line number Diff line change 1818 * Class External_Media
1919 */
2020class External_Media {
21- const PACKAGE_VERSION = '0.8.30-alpha ' ;
21+ const PACKAGE_VERSION = '0.8.30 ' ;
2222 const BASE_DIR = __DIR__ . '/ ' ;
2323 const BASE_FILE = __FILE__ ;
2424
You can’t perform that action at this time.
0 commit comments