Hi,
Is there an easy way to find out which version of the blog module I have intalled so I can determine if I am running the latest version or not?
Any help would be greatly appreciated. Cheers!
- Rich
This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.
Hi,
Is there an easy way to find out which version of the blog module I have intalled so I can determine if I am running the latest version or not?
Any help would be greatly appreciated. Cheers!
- Rich
Not easily. No module API yet for versions so you have to go on your gut. If you downloaded it via git or svn you'll have a commit that you can trace to branch and date. You could potentially download the latest then do a file compare (diff) on them.