=== WP SVG images ===
Contributors: kubiq
Donate link: https://kubiq.sk
Tags: svg support, svg upload, svg thumbnail
Requires at least: 3.0.1
Tested up to: 4.9.7
Stable tag: 2.7
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Add SVG support to your WordPress web. You can upload SVG files, you can see them as thumbnails in media library, etc.

== Description ==

Add SVG support to your WordPress web. You can upload SVG files, you can see them as thumbnails in media library, etc.

== Installation ==

1. Upload `wp-svg-images` directory to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress

== Changelog ==

= 2.7 =
* earlier upload_mimes filter init fix

= 2.6 =
* svg sizing css removed because of many conflicts

= 2.5 =
* fixed svg icon size in plugins updating listing

= 2.4 =
* SVN commit problem

= 2.3 =
* fixed svg icon size in plugins listing

= 2.2 =
* convert svg width and height to float number [PX]

= 2.1 =
* added svg width and height metadata

= 2.0 =
* added svgz support
* fixed svg thumbnails

= 1.4 =
* repair count() error

= 1.3 =
* 4.9 compatibility

= 1.2 =
* added size calculation fix for wp_get_attachment_image_src

= 1.1 =
* fix for WP4.7.1 bug

= 1.0 =
* First version