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,6 +5,10 @@ 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.29] - 2026-08-03
9+ ### Changed
10+ - Update dependencies. [ #50841 ]
11+
812## [ 0.8.28] - 2026-07-27
913### Changed
1014- Update dependencies. [ #50719 ]
@@ -396,6 +400,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
396400- Fix the button size in the editor for Gutenberg 18 or below. [ #41619 ]
397401- Media Library: Fix the Import Media button color in some color schemes. [ #41664 ]
398402
403+ [ 0.8.29 ] : https://github.com/Automattic/jetpack-external-media/compare/v0.8.28...v0.8.29
399404[ 0.8.28 ] : https://github.com/Automattic/jetpack-external-media/compare/v0.8.27...v0.8.28
400405[ 0.8.27 ] : https://github.com/Automattic/jetpack-external-media/compare/v0.8.26...v0.8.27
401406[ 0.8.26 ] : https://github.com/Automattic/jetpack-external-media/compare/v0.8.25...v0.8.26
Original file line number Diff line number Diff line change 66 "require" : {
77 "php" : " >=7.2" ,
88 "automattic/jetpack-assets" : " ^4.4.9" ,
9- "automattic/jetpack-connection" : " ^8.8.1 " ,
9+ "automattic/jetpack-connection" : " ^8.8.2 " ,
1010 "automattic/jetpack-constants" : " ^3.0.12" ,
1111 "automattic/jetpack-external-connections" : " ^0.1.38" ,
12- "automattic/jetpack-status" : " ^6.2.0-alpha "
12+ "automattic/jetpack-status" : " ^6.2.0"
1313 },
1414 "require-dev" : {
1515 "yoast/phpunit-polyfills" : " ^4.0.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.28 ' ;
21+ const PACKAGE_VERSION = '0.8.29 ' ;
2222 const BASE_DIR = __DIR__ . '/ ' ;
2323 const BASE_FILE = __FILE__ ;
2424
You can’t perform that action at this time.
0 commit comments