WP Manifestindependent plugin directory
manifest / unclassified / file-version-manager

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

5stars
0forks

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.zip

Ships 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

  1. Upload the file-version-manager folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Configure the plugin settings under the 'File Version Manager' menu in the WordPress admin panel.

Usage

Managing Files

To manage files:

  1. Go to the 'Files' page under the 'File Version Manager' menu.
  2. Upload new files or manage existing ones.
  3. 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:

  1. Navigate to the 'Categories' page under the 'File Version Manager' menu.
  2. 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:

  1. Go to the 'Settings' page under the 'File Version Manager' menu.
  2. Set your custom upload directory.
  3. Enable or disable auto-increment versioning.
  4. Configure other options as needed.

WP-Filebase Pro Migration

If you're migrating from WP-Filebase Pro:

  1. Go to the 'WP-Filebase Pro' tab in the settings.
  2. 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

TagPublished
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.