Installation
🚀 Automatic Install (Recommended)
- Log into WordPress Admin - Login to your WordPress site as an Administrator, or if you haven’t already, complete the WordPress installation
- Go to Plugins - Navigate to Plugins > Add New from the left menu
- Search - Search for “WP Document Revisions”
- Install - Click “Install Now” next to WP Document Revisions
- Activate - Click “Activate” to enable the plugin
📦 Manual Install
- Download - Get the latest version from WordPress.org or GitHub Releases
- Upload - Unzip the file and upload the “wp-document-revisions” folder to your
/wp-content/plugins/
directory
- Activate - Log into WordPress admin, go to Plugins, and activate “WP Document Revisions”
đź’» Developer Install
For development or contributing:
git clone https://github.com/wp-document-revisions/wp-document-revisions.git
cd wp-document-revisions
composer install --no-dev
⚙️ Requirements
- WordPress: 4.9 or higher
- PHP: 7.4 or higher
- File Permissions: WordPress must be able to write to the uploads directory
🎯 Next Steps
After installation, you’ll find a new Documents menu in your WordPress admin. Start by:
- Creating your first document - Go to Documents > Add New
- Setting up workflow states (optional) - Go to Documents > Workflow States
- Configuring permissions - Review Settings > Document Revisions
Need help? Check our FAQ or get support.