This plugin enables SVG uploads in WordPress Media Library with very little overhead.
Download and extract the zip file or clone this repo to your WordPress plugins directory.
After an upgrade to 2.x it may be necessary to download and re-upload your SVG media files so that the grid works. This is because we now use simple XML to retrieve the width & height of the SVG.
- WordPress 4.4 or higher (advised to use latest)
- PHP 7.1 or higher (EOL versions may work, but you should still run this on latest stable)
- PHP 7.3 is the minimum to run the tests due to phpunit 9
Automatic updates are supported via GitHub Updater.
Please feel free to suggest improvements, report conflicts, and/or make suggestions for hooks to integrate with third-party plugins.
- Install / start container / VM for each release since
- Download from GitHub & install plugin
- Use browser automation to test (details)