When used GraffitiCMS 1.1 Free, Version control only support posts ? did you know it support theme files ?
And I found this fantastic bug.
1. In theme editor. Look at the picture, you did not see the dropdown ?
2. Now, open \graffiti-admin\presentation\themes\EditTheme.aspx
Then goto line: 233
Edit
VersionHistoryArea.Visible = Telligent.Registration.Licensing.Graffiti.IsLicensed;
To
VersionHistoryArea.Visible = true; //Telligent.Registration.Licensing.Graffiti.IsLicensed;
3. Now refresh Theme editor and you can see dropdown version control like this picture
I found this bug I write it to my blog.
Check it now..........