grinet / cms-version
Magento 2 module for versioning CMS Pages and Blocks with admin metadata and restore functionality.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 0
Type:magento2-module
pkg:composer/grinet/cms-version
Requires
- php: ~7.4.0||~8.1.0||~8.2.0||~8.3.0
- magento/module-backend: *
- magento/module-cms: *
- magento/module-user: *
This package is not auto-updated.
Last update: 2026-01-12 07:30:19 UTC
README
A powerful Magento 2 module that automatically tracks changes to CMS Pages and Blocks. It captures the state of content before every save, including detailed administrator metadata, and provides a seamless restoration process.
Features
- Automatic Backups: Automatically creates a version of a CMS Page or Block before any modifications are saved.
- Detailed Metadata: Tracks who made the change, from which IP address, and at what time.
- Admin User ID
- Admin Username
- Admin IP Address
- Creation Timestamp
- Version History Grid: Integrated directly into the CMS Page and Block edit forms.
- One-Click Restore: Revert to any previous version with a single click.
- ACL Permissions: Granular control over who can view and restore versions.
- Store-Aware: Correctly handles store associations during backup and restoration.
Requirements
- Magento 2.4.x
- PHP 7.4 | 8.1 | 8.2 | 8.3
Installation
Via Composer (Recommended)
composer require grinet/module-cms-version php bin/magento setup:upgrade php bin/magento cache:flush
Manual Installation
- Download the module and extract it to
app/code/Grinet/CmsVersion. - Run the following commands:
php bin/magento module:enable Grinet_CmsVersion php bin/magento setup:upgrade php bin/magento cache:flush
Usage
- Navigate to Content > Elements > Pages or Blocks.
- Edit any existing item.
- After saving changes, scroll to the bottom of the page to find the Version History section.
- You will see a list of previous versions.
- Click Restore on any version to revert the content and settings to that specific point in time.
Permissions
You can manage access to this module under System > Permissions > User Roles:
Grinet_CmsVersion::view: Allows viewing the version history grid.Grinet_CmsVersion::restore: Allows restoring a previous version.
License
This project is licensed under the MIT License - see the LICENSE.txt file for details.
Support
For any issues or feature requests, please open an issue on the GitHub repository.
Developed by Grinet and Hidayet OK