Media File Versioning
Track and manage versions of media files in the WordPress media library.
by Robert DeVore · github.com/webdevstudios/media-file-versioning · website
★ 15stars
25release downloads
3forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/webdevstudios/media-file-versioning/releases/download/1.0.2/media-file-versioning.zipDeclares an update source (https://github.com/robertdevore/media-file-versioning/), so updates arrive through the plugin's own updater.
From the readme
Media File Versioning
A WordPress® plugin to track and manage versions of media files in the WordPress® Media Library.
This plugin allows you to upload new versions of media files, maintain a history of previous versions, and seamlessly display these versions in the WordPress® admin interface and on the front end.
Features
- Version Control: Automatically saves previous versions of media files when a new version is uploaded.
- Easy Uploads: Upload new versions directly from the Media Library.
- Admin Interface: View the current version and a list of previous versions in a user-friendly interface.
- Shortcode Support: Display the current and previous versions on the front end using a simple shortcode.
- Customizable Display: Automatically orders versions from most recent to oldest for better readability.
Installation
1. Download the Plugin
Clone or download this repository as a ZIP file.
2. Install the Plugin
- Log in to your WordPress® admin dashboard.
- Go to Plugins Add New Upload Plugin.
- Upload the media-file-versioning.zip file.
- Activate the plugin.
3. You're Ready!
Usage
1. Managing Media Versions
- Go to the Media Library.
- Edit an existin
Read the full README on GitHub →