the pluginloader (including page_data) as well as the standard plugins (Meta_tags, Page_params, Filebrowser, tinyMCE, Pagemanager and Jquery) all have their own version numbers (sometimes even several -- one for each file). This is hard to handle, and since most of this components are available only in the CMSimple_XH core distribution (except jQuery4CMSimple and Pagemanager_XH) it seems reasonable to me, to adjust their version number to the according CMSimple_XH version. This could be automated by a small script that has to process the respective files just before a new version will be released.
To have more fine grained information about the actual revision of the files, it might be reasonable to additionally include an SVN $Id$ to all relevant files, which will automatically expand to something like:
- Code: Select all
$Id: test.php 4 2012-07-10 21:23:26Z cmb69 $
(4 is the number of the revision in which the file was lastly modified)
What do you think? Any alternative suggestions are welcome!
Christoph

