We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72305c1 commit 2324221Copy full SHA for 2324221
cloudinary-image-management-and-manipulation-in-the-cloud-cdn/php/media/class-upgrade.php
@@ -111,6 +111,7 @@ function ( $val ) use ( $media ) {
111
'attachment_id' => $attachment_id,
112
'src' => $file,
113
'transformations' => $media->get_transformations_from_string( $file ),
114
+ 'filename' => basename( $file ),
115
);
116
$media->plugin->components['api']->background_request( 'asset', $params );
117
0 commit comments