Version Description
- Tested in WordPress 4.0 and added plugin icons for the new interface.
Download this release
Release Info
Developer | Benbodhi |
Plugin | SVG Support |
Version | 2.1.7 |
Comparing to | |
See all releases |
Code changes from version 2.1.6 to 2.1.7
- readme.txt +17 -2
- svg-support.php +2 -2
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: Benbodhi
|
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=F7W2NUFAVQGW2
|
4 |
Tags: svg, vector, css, style, mime, mime type, embed, img, inline
|
5 |
Requires at least: 3.4
|
6 |
-
Tested up to:
|
7 |
-
Stable tag: 2.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -30,6 +30,12 @@ The main purpose of this is to allow styling of SVG elements. Usually your styli
|
|
30 |
* Set custom css target class
|
31 |
* **Extremely Simple To Use**
|
32 |
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
= Usage =
|
34 |
|
35 |
Firstly, install SVG Support (this plugin) and activate it.
|
@@ -107,6 +113,10 @@ I will put the answers to any questions asked here.
|
|
107 |
|
108 |
== Changelog ==
|
109 |
|
|
|
|
|
|
|
|
|
110 |
= 2.1.6 =
|
111 |
|
112 |
* Added missing jQuery dependency in /functions/enqueue.php (pointed out by [walbach](http://wordpress.org/support/profile/waldbach)) - was loading SVG Support JS before jQuery.
|
@@ -153,6 +163,10 @@ I will put the answers to any questions asked here.
|
|
153 |
|
154 |
== Upgrade Notice ==
|
155 |
|
|
|
|
|
|
|
|
|
156 |
= 2.1.6 =
|
157 |
|
158 |
* Important update! Added missing jQuery dependency in /functions/enqueue.php - was loading SVG Support JS before jQuery.
|
@@ -203,6 +217,7 @@ I will put the answers to any questions asked here.
|
|
203 |
== Future Features ==
|
204 |
* Option to choose which user ID can access the settings
|
205 |
* Option to choose specific user ID's for usage restriction (both helpful if you have multiple administrators)
|
|
|
206 |
|
207 |
Again, feel free to [shoot me suggestions](mailto:wp@benbodhi.com)
|
208 |
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=F7W2NUFAVQGW2
|
4 |
Tags: svg, vector, css, style, mime, mime type, embed, img, inline
|
5 |
Requires at least: 3.4
|
6 |
+
Tested up to: 4.2
|
7 |
+
Stable tag: 2.1.7
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
30 |
* Set custom css target class
|
31 |
* **Extremely Simple To Use**
|
32 |
|
33 |
+
= Note: =
|
34 |
+
This plugin works up to WordPress v4.0 but after v3.9.2 the thumbnails do not display in the new media library grid view or modal window from the grid view.
|
35 |
+
You can still see them in the list view of v4.0 (they are super small) and can see them perfectly when in the edit media screen from the list view.
|
36 |
+
|
37 |
+
Apart from this, **all of the main functionality is still working**. I am working on a fix to display the thumbnails in the media library.
|
38 |
+
|
39 |
= Usage =
|
40 |
|
41 |
Firstly, install SVG Support (this plugin) and activate it.
|
113 |
|
114 |
== Changelog ==
|
115 |
|
116 |
+
= 2.1.7 =
|
117 |
+
|
118 |
+
* Tested in WordPress 4.0 and added plugin icons for the new interface.
|
119 |
+
|
120 |
= 2.1.6 =
|
121 |
|
122 |
* Added missing jQuery dependency in /functions/enqueue.php (pointed out by [walbach](http://wordpress.org/support/profile/waldbach)) - was loading SVG Support JS before jQuery.
|
163 |
|
164 |
== Upgrade Notice ==
|
165 |
|
166 |
+
= 2.1.7 =
|
167 |
+
|
168 |
+
* Tested in WordPress 4.0 and added plugin icons for the new interface.
|
169 |
+
|
170 |
= 2.1.6 =
|
171 |
|
172 |
* Important update! Added missing jQuery dependency in /functions/enqueue.php - was loading SVG Support JS before jQuery.
|
217 |
== Future Features ==
|
218 |
* Option to choose which user ID can access the settings
|
219 |
* Option to choose specific user ID's for usage restriction (both helpful if you have multiple administrators)
|
220 |
+
* Better compatibility with visual editor and post formats
|
221 |
|
222 |
Again, feel free to [shoot me suggestions](mailto:wp@benbodhi.com)
|
223 |
|
svg-support.php
CHANGED
@@ -8,7 +8,7 @@ Author URI: http://benbodhi.com
|
|
8 |
Text Domain: svgsupport
|
9 |
Domain Path: /languages
|
10 |
License: GPL2
|
11 |
-
Version: 2.1.
|
12 |
*/
|
13 |
/* Copyright 2013 Benbodhi (email : wp@benbodhi.com)
|
14 |
|
@@ -29,7 +29,7 @@ Version: 2.1.6
|
|
29 |
/********************************************
|
30 |
* GLOBAL VARIABLES
|
31 |
********************************************/
|
32 |
-
$plugin_version = '2.1.
|
33 |
$plugin_file = plugin_basename(__FILE__); // plugin file for reference
|
34 |
define( 'BODHI_SVGS_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); // define the absolute plugin path for includes
|
35 |
$bodhi_svgs_options = get_option('bodhi_svgs_settings'); // retrieve our plugin settings from the options table
|
8 |
Text Domain: svgsupport
|
9 |
Domain Path: /languages
|
10 |
License: GPL2
|
11 |
+
Version: 2.1.7
|
12 |
*/
|
13 |
/* Copyright 2013 Benbodhi (email : wp@benbodhi.com)
|
14 |
|
29 |
/********************************************
|
30 |
* GLOBAL VARIABLES
|
31 |
********************************************/
|
32 |
+
$plugin_version = '2.1.7'; // for use on admin pages
|
33 |
$plugin_file = plugin_basename(__FILE__); // plugin file for reference
|
34 |
define( 'BODHI_SVGS_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); // define the absolute plugin path for includes
|
35 |
$bodhi_svgs_options = get_option('bodhi_svgs_settings'); // retrieve our plugin settings from the options table
|