=== Relogo === Contributors: cconover Tags: logo, relogo, graphics, head Requires at least: 3.5.2 Tested up to: 3.7.1 Stable tag: 0.2.0 License: GPLv2 License URI: https://www.gnu.org/licenses/gpl-2.0.html Relogo allows you to easily add support for the rel="logo" spec as described at relogo.org. == Description == Relogo lets you easily add support for the rel=”logo” tag to your site. It operates in accordance with the specification published on [relogo.org](http://relogo.org). Using this plugin you can easily add the tag to your site without having to edit any code, and without needing to change your theme’s files. Just provide the URL for your logo’s SVG file, and you’re done. == Installation == 1. Upload the `wp-relogo` directory to the `wp-content/plugins` directory 2. Activate the plugin through the `Plugins` menu in WordPress 3. Adjust the settings on the `Relogo` Settings page == Frequently Asked Questions == = What file formats can I use? = The rel="logo" spec requires the use of SVG (.svg) image files. == Screenshots == 1. Settings page for Relogo. == Changelog == = 0.2.0 = * Validate URL in Options. Check for a valid protocol (HTTP or HTTPS) and a .svg file = 0.1.0 = Initial release.