Hello,
How can one identify/display what version of the framework or of a plugin is currently being used?
Hello,
How can one identify/display what version of the framework or of a plugin is currently being used?
the framework version is in package.json
the version number for a plugin can be found in the plugin's bower.json - along with what version of the framework it is known to be compatible with - at least in all the core plugins... community ones might not necessarily have that information, it depends on how assiduous the developer is about keeping that information up-to-date.