WP SVG Icons - Version 3.1.8.3

Version Description

  • September 17th, 2015 =
  • Tweaks to latest update - removed 'Nice Try...' error message
Download this release

Release Info

Developer eherman24
Plugin Icon 128x128 WP SVG Icons
Version 3.1.8.3
Comparing to
See all releases

Code changes from version 3.1.8.2 to 3.1.8.3

admin/partials/wp-svg-icons-custom-icons-page.php CHANGED
@@ -1,8 +1,4 @@
1
  <?php
2
-
3
- /* If the file is hit directly, abort... */
4
- defined('ABSPATH') or die("Nice try....");
5
-
6
  if( file_exists( '../../../../../wp-load.php' ) ) {
7
  // required for _e() to work inside of the modal
8
  include_once( "../../../../../wp-load.php" );
1
  <?php
 
 
 
 
2
  if( file_exists( '../../../../../wp-load.php' ) ) {
3
  // required for _e() to work inside of the modal
4
  include_once( "../../../../../wp-load.php" );
admin/partials/wp-svg-icons-default-icons-page.php CHANGED
@@ -1,12 +1,12 @@
1
  <?php
2
-
3
- /* If the file is hit directly, abort... */
4
- defined('ABSPATH') or die("Nice try....");
5
-
6
  if( file_exists( '../../../../../wp-load.php' ) ) {
7
  // required for _e() to work inside of the modal
8
  include_once( "../../../../../wp-load.php" );
9
  }
 
 
 
 
10
  ?>
11
  <script>
12
  jQuery( document ).ready( function() {
1
  <?php
 
 
 
 
2
  if( file_exists( '../../../../../wp-load.php' ) ) {
3
  // required for _e() to work inside of the modal
4
  include_once( "../../../../../wp-load.php" );
5
  }
6
+
7
+ /* If the file is hit directly, abort... */
8
+ defined('ABSPATH') or die("Nice try....");
9
+
10
  ?>
11
  <script>
12
  jQuery( document ).ready( function() {
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: eherman24
3
  Donate link: https://www.evan-herman.com/contact/?contact-reason=I%20want%20to%20make%20a%20donation%20for%20all%20your%20hard%20work
4
  Tags: wordpress, bootstrap, font icon, font awesome more, fontstrap, icons, ui, ux, design, free, boot, strap, menus, menu, custom, nav, navigation, navicons, icons, evan, herman, icon, set, svg, wp, icomoon, ico, moon, wp, zoom, wp-zoom, wpzoom, broccolidry, metoicons, iconic, plugin, responsive, bootstrap, font, awesome, font awesome, twitter, glyphicons, glyph, web, font, webfont, custom, icons, import, upload, zip, font, icon, svg font icon, fonticon, iconfont, fontello, css3, svg animation, free, genericons, genericon, icon stack, stack, icons stack, menu icons, menu, customizable, customize, customizer, bootstrap, dropdown, navigation, scale, vector, icons
5
  Requires at least: 3.5
6
- Tested up to: 4.3
7
- Stable tag: 3.1.8.2
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -143,6 +143,9 @@ If you buy the pro version you will also receive support and updates for one yea
143
 
144
  == Changelog ==
145
 
 
 
 
146
  = 3.1.8.2 - September 14th, 2015 =
147
  * Important Security Updates
148
 
@@ -244,6 +247,9 @@ If you buy the pro version you will also receive support and updates for one yea
244
 
245
  == Upgrade Notice ==
246
 
 
 
 
247
  = 3.1.8.2 - September 14th, 2015 =
248
  * Important Security Updates
249
 
3
  Donate link: https://www.evan-herman.com/contact/?contact-reason=I%20want%20to%20make%20a%20donation%20for%20all%20your%20hard%20work
4
  Tags: wordpress, bootstrap, font icon, font awesome more, fontstrap, icons, ui, ux, design, free, boot, strap, menus, menu, custom, nav, navigation, navicons, icons, evan, herman, icon, set, svg, wp, icomoon, ico, moon, wp, zoom, wp-zoom, wpzoom, broccolidry, metoicons, iconic, plugin, responsive, bootstrap, font, awesome, font awesome, twitter, glyphicons, glyph, web, font, webfont, custom, icons, import, upload, zip, font, icon, svg font icon, fonticon, iconfont, fontello, css3, svg animation, free, genericons, genericon, icon stack, stack, icons stack, menu icons, menu, customizable, customize, customizer, bootstrap, dropdown, navigation, scale, vector, icons
5
  Requires at least: 3.5
6
+ Tested up to: 4.4.1
7
+ Stable tag: 3.1.8.3
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
143
 
144
  == Changelog ==
145
 
146
+ = 3.1.8.3 - September 17th, 2015 =
147
+ * Tweaks to latest update - removed 'Nice Try...' error message
148
+
149
  = 3.1.8.2 - September 14th, 2015 =
150
  * Important Security Updates
151
 
247
 
248
  == Upgrade Notice ==
249
 
250
+ = 3.1.8.3 - September 17th, 2015 =
251
+ * Tweaks to latest update - removed 'Nice Try...' error message
252
+
253
  = 3.1.8.2 - September 14th, 2015 =
254
  * Important Security Updates
255
 
wp-svg-icons.php CHANGED
@@ -8,7 +8,7 @@
8
  * Plugin Name: WP SVG Icons
9
  * Plugin URI: https://www.evan-herman.com/wordpress-plugin/wp-svg-icons/
10
  * Description: Quickly and effortlessly gain access to 492 beautifully designed SVG font icons, available on the frontend and backend of your site.
11
- * Version: 3.1.8.2
12
  * Author: EH Dev Shop
13
  * Author URI: http://evan-herman.com
14
  * License: GPL-3.0+
8
  * Plugin Name: WP SVG Icons
9
  * Plugin URI: https://www.evan-herman.com/wordpress-plugin/wp-svg-icons/
10
  * Description: Quickly and effortlessly gain access to 492 beautifully designed SVG font icons, available on the frontend and backend of your site.
11
+ * Version: 3.1.8.3
12
  * Author: EH Dev Shop
13
  * Author URI: http://evan-herman.com
14
  * License: GPL-3.0+