Asset version control
Matrix stores version numbers for every asset in the system. Version numbers display in the following format:
Major.Minor.Micro
For example, 1.3.6
.
- Major
-
The major version number must be manually updated. You can manually update the major version number using the Increment Asset Version trigger. For example, if you update the major version number of version
0.1.5
of an asset, the version number becomes1.0.0
. - Minor
-
The minor version number is automatically updated each time you change the status of an asset to Live. For example, if version
0.0.4
of an asset is made Live, its version number automatically becomes0.1.0
. - Micro
-
The micro version number is automatically updated when you save any change to an asset. For example, if you edit version
0.0.3
of an asset and save your changes, its version number becomes0.0.4
.
You can view version number information about an asset in the More info menu of the Matrix UI.
In addition to the basic information displayed in the More info menu you can also get detailed asset version history information from the Version history screen.
Click
to show the version history screen.