File Version Manager releasesself-updates
File Version Manager is a WordPress plugin that allows you to manage file versions without having to change links manually. This plugin is meant as a lite replacement for the defunct WP-Filebase Pro plugin.
by Riley Sandborg · github.com/rsandb/file-version-manager · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/rsandb/file-version-manager/archive/refs/heads/main.zipShips its own WordPress updater (Plugin Update Checker), so new versions show up under Dashboard → Updates.
Readme
WP File Version Manager
Stable tag: trunk
License: GPLv3 or later
File Version Manager is a WordPress plugin that allows you to conveniently manage file versions. It uploads files to a custom directory and allows for easy updating without having to change links everywhere.
This plugin is meant as a lite replacement for WP-Filebase Pro.
Description
This plugin provides an easy way to manage file versions across your WordPress site. It offers features such as:
- Custom upload directory management
- File versioning
- Category management for files
- Shortcode support for easy file embedding
- WP-Filebase Pro migration support
Installation
- Upload the
file-version-managerfolder to the/wp-content/plugins/directory. - Activate the plugin through the 'Plugins' menu in WordPress.
- Configure the plugin settings under the 'File Version Manager' menu in the WordPress admin panel.
Usage
Managing Files
To manage files:
- Go to the 'Files' page under the 'File Version Manager' menu.
- Upload new files or manage existing ones.
- Edit file details, replace files, or delete them as needed.
Categories
TODO: Add category editing and link count value to a query on the file page to show all files within that category
Organize your files into categories:
- Navigate to the 'Categories' page under the 'File Version Manager' menu.
- Create, edit, or delete categories as needed.
Shortcodes
Use shortcodes to embed files in your posts or pages:
- For a single file:
[fvm tag="file" id="1"] - For a category of files:
[fvm tag="category" id="1"]
Shortcode options:
tag: Use "file" for a single file or "category" for a list of files.id: The ID of the file or category.tpl: Template option (e.g., "urlonly", "table", "thumbnail-grid-btns").
Settings
Configure plugin settings:
- Go to the 'Settings' page under the 'File Version Manager' menu.
- Set your custom upload directory.
- Enable or disable auto-increment versioning.
- Configure other options as needed.
WP-Filebase Pro Migration
If you're migrating from WP-Filebase Pro:
- Go to the 'WP-Filebase Pro' tab in the settings.
- Follow the instructions to migrate your files and categories.
Developer Notes
- The plugin uses custom database tables for file and category management.
- Debug logs can be enabled in the settings for troubleshooting.
Support
For support, please submit an issue on this GitHub repository.
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v0.14.3 | Apr 14, 2025 |
| v0.14.2 | Jan 27, 2025 |
| v0.14.1 | Jan 27, 2025 |
| v0.13.5 | Jan 16, 2025 |
| v0.13.4 | Jan 15, 2025 |
| v0.13.3 | Jan 15, 2025 |
| v0.13.2 | Jan 15, 2025 |
| v0.13.1 | Jan 9, 2025 |
| v0.13.0 | Jan 3, 2025 |
| v0.12.4 | Jan 3, 2025 |
| v0.12.3 | Jan 2, 2025 |
| v0.12.2 | Dec 31, 2024 |
| v0.12.1 | Oct 22, 2024 |
| v0.11.0 | Sep 23, 2024 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.