=== Plugin Name === Contributors: jaamo Donate link: http://www.evermade.fi/ Tags: administration Requires at least: 3.0.0 Tested up to: 4.4 Stable tag: 4.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Display WordPress core and plugin version information from multiple installations in one place. == Description == Ever wanted to display version information from multiple WordPress blogs in one place? WordPress Version Dashboard is small standalone backendless php app does just that. In order dashboard to work you need to install this plugin to your WordPress site. Read more about [Version Dashboard here](https://github.com/jaamo/wordpress-version-dashboard). This plugin required WordPress REST API 2 plugin to be installed. == Installation == Instructions: 1. Upload the plugin files to the `/wp-content/plugins/version-dashboard-client` directory, or install the plugin through the WordPress plugins screen directly. 1. Activate the plugin through the 'Plugins' screen in WordPress 1. Add your server key to wp-config.php file: ```define('WP_VERSION_DASHBOARD_KEY', 'changethistosomethingelse');``` == Frequently Asked Questions == = How does this differ from other solutions out there? = There are other solutions on the market providing wide range of administration functions. Version Dashboard just displays version information which makes it lightweight and secure. = But where is the version dashboard? = Download it here: https://github.com/jaamo/wordpress-version-dashboard == Screenshots == No screenshots available. == Changelog == = 1.0.0 = Initial version. == Upgrade Notice == = 1.0.0 = Wait what?!