Screenshots
About VersionX
VersionX is a utility tool for MODX Revolution that will help you version your content in Resources, Templates, Chunks, Snippets and Plugins. Every change is recorded and can easily be looked back, compared and restored through the component, or the optional "Versions" tabs that get added to the update screens.
VersionX 3.0 is a complete rebuild that stores data in a new, more optimizable data structure, and supports third party integrations. Learn more about 3.0.
More links:
Information
Released
March 12, 2024
Supported Database
MySQL
License
GPLv2
Instructions
VersionX is a utility tool for MODX Revolution that will help you version your content in Resources, Templates, Template Variables, Chunks, Snippets and Plugins. Every save is recorded and can easily be looked back, compared and restored through the component.
Simply install the package through package manager and if desired tick the boxes to create snapshots of current content. There are some instructions on the RTFM as well, but most of the package works automatically.
Please report any bugs or things you feel should be different on the Github repository.
New in 3.0.1-pl
VersionX 3.0.1-pl
Released on 2024-03-07
- Update version 3 changes to properly use lexicons
- Make the action column on VersionX grids narrower on MODX 3
- Fix possible fatal error in migration script. (@jako) [#127]
- Update some German lexicon entries. (@jako) [#125]
- Fix fatal error due to a MODX 2 type hint when running the migration script on MODX 3
VersionX 3.0.0-pl
Released on 2023-09-06
- Official 1.0 release on modmore.com
VersionX 3.0.0-beta2
Released on 2023-06-17
- Force a full snapshot including all fields on the first delta of an object.
- Remove all revert action buttons from initial delta.
- Add system setting versionx.custom_type_classes so VersionX knows where to find any custom type classes.
- Add a loadCustomPackage() method to modmore\VersionX\Types\Type to allow loading custom packages in different fashions.
- Remove unstable beta alert from setup options window introduced in beta1.
VersionX 3.0.0-beta1
Released on 2023-05-05
- Initial beta version of 3.0
- Complete rewrite