Releases: ms13th-cyber/visual-media-labels
Releases · ms13th-cyber/visual-media-labels
Release list
v1.0.0
- Initial release.
- Implemented a dynamic file extension badge feature generated from the media MIME/subtype (positioned at the top-left).
- Implemented a pixel dimensions display feature using monospace typography that retrieves and shows
widthandheightmetadata (positioned at the top-right). - Implemented a lightweight checkerboard background for transparent images, rendered using pure CSS
linear-gradient. - Implemented database saving and management fields for color labels utilizing the
attachment_fields_to_editandattachment_fields_to_savehooks. - Implemented a real-time, topmost overlay border synchronization logic by extending
wp_prepare_attachment_for_jsand the Backbone.js attachment render prototype.