Current issues with 2.8.9

Viewing 3 posts - 1 through 3 (of 3 total)
#39103

jonbarratt
Member

Just a couple of issues I’ve noticed.

Deleting the attached file is ineffective (in admin Attach File meta box). You can overwrite it, but I prefer to trash it before uploading a new file to ‘flush’ any meta data.

Not sure if this is related, but it would seem that the ‘package_size meta’ is not being flushed or renewed after replacing the attached file. It disappears when referencing it with ‘get_package_data( $id, ‘package_size’ );’ (i.e. no value is found).

Best always
Jon

#39124

Jass
Moderator

Yes you can overwrite it. But we shall flash package size meta on post update with the next update of the plugin.
Thank you.

#39443

jonbarratt
Member

Thank you, Jass. My short term fix is simply to use the function. This appears to be working correctly –

$size = wpdm_package_size( $id );

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Current issues with 2.8.9’ is closed to new replies.