WP SVG Icons - Version 3.1.2

Version Description

  • March 12th, 2015 =
  • Fixed incorrect calls to delete_option on plugin uninstall
Download this release

Release Info

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

Code changes from version 3.1.1 to 3.1.2

includes/class-wp-svg-icons-uninstall.php CHANGED
@@ -25,11 +25,11 @@ class WP_SVG_Icons_Uninstall {
25
 
26
  // Step #1
27
  // clean up our plugin settings
28
- delete_options( 'wp_svg_icons_enqueue_defualt_icon_pack' );
29
- delete_options( 'wp_svg_icons_defualt_icon_container' );
30
- delete_options( 'wp_svg_icons_clear_all_data_on_uninstall' );
31
- delete_options( 'wp_svg_icons_review_stop_bugging_me' );
32
- delete_options( 'wp_svg_icons_activation_date' );
33
 
34
  // Step #2
35
  // check if the user wants to remove the custom icon pack installed
25
 
26
  // Step #1
27
  // clean up our plugin settings
28
+ delete_option( 'wp_svg_icons_enqueue_defualt_icon_pack' );
29
+ delete_option( 'wp_svg_icons_defualt_icon_container' );
30
+ delete_option( 'wp_svg_icons_clear_all_data_on_uninstall' );
31
+ delete_option( 'wp_svg_icons_review_stop_bugging_me' );
32
+ delete_option( 'wp_svg_icons_activation_date' );
33
 
34
  // Step #2
35
  // check if the user wants to remove the custom icon pack installed
includes/class-wp-svg-icons.php CHANGED
@@ -51,7 +51,7 @@ class WP_SVG_Icons {
51
  public function __construct() {
52
 
53
  $this->plugin_name = 'wp-svg-icons';
54
- $this->version = '3.0.0';
55
 
56
  $this->load_dependencies();
57
  $this->set_locale();
51
  public function __construct() {
52
 
53
  $this->plugin_name = 'wp-svg-icons';
54
+ $this->version = '3.1.2';
55
 
56
  $this->load_dependencies();
57
  $this->set_locale();
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.evan-herman.com/contact/?contact-reason=I%20want%20to%2
4
  Tags: wordpress, 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.1.1
7
- Stable tag: 3.1.1
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -127,6 +127,9 @@ If you buy the pro version you will also receive support and updates for one yea
127
 
128
  == Changelog ==
129
 
 
 
 
130
  = 3.1.1 - March 5th, 2015 =
131
  * Fixed bug where clicking custom icon didn't load it into the preview container
132
  * Added new setting to delete custom icon pack on plugin uninstall
@@ -196,6 +199,9 @@ If you buy the pro version you will also receive support and updates for one yea
196
 
197
  == Upgrade Notice ==
198
 
 
 
 
199
  = 3.1.1 - March 5th, 2015 =
200
  * Fixed bug where clicking custom icon didn't load it into the preview container
201
  * Added new setting to delete custom icon pack on plugin uninstall
4
  Tags: wordpress, 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.1.1
7
+ Stable tag: 3.1.2
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
127
 
128
  == Changelog ==
129
 
130
+ = 3.1.2 - March 12th, 2015 =
131
+ * Fixed incorrect calls to delete_option on plugin uninstall
132
+
133
  = 3.1.1 - March 5th, 2015 =
134
  * Fixed bug where clicking custom icon didn't load it into the preview container
135
  * Added new setting to delete custom icon pack on plugin uninstall
199
 
200
  == Upgrade Notice ==
201
 
202
+ = 3.1.2 - March 12th, 2015 =
203
+ * Fixed incorrect calls to delete_option on plugin uninstall
204
+
205
  = 3.1.1 - March 5th, 2015 =
206
  * Fixed bug where clicking custom icon didn't load it into the preview container
207
  * Added new setting to delete custom icon pack on plugin uninstall
wp-svg-icons.php CHANGED
@@ -8,7 +8,7 @@
8
  * Plugin Name: WP SVG Icons
9
  * Plugin URI: http://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.1
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: http://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.2
12
  * Author: EH Dev Shop
13
  * Author URI: http://evan-herman.com
14
  * License: GPL-3.0+