Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to check Which version is installed of Web form for marketer in Sitecore 8

How I can check for WFFM version that have installed in Sitecore 8. I was checking in List of Package inside Data/Packages folder . Is this correct way to do this ?

like image 958
Shailesh Avatar asked Dec 23 '16 07:12

Shailesh


2 Answers

That's one of the options, but it's not necessarily correct. One can upload a package to that folder but never install it.

You can also check WFFFM dlls in the bin folder and see their version.

And maybe the most reliable way: login to Sitecore Desktop, change database to core and in Content Editor find /sitecore/system/packages/installation history node. There should be a list of all packages which are installed in your Sitecore application including their versions.

like image 108
Marek Musielak Avatar answered Nov 13 '22 10:11

Marek Musielak


Look in the sitecore general log at application startup, all dlls are listed including version numbers.

like image 40
Paul George Avatar answered Nov 13 '22 11:11

Paul George