Skip to content

Commit

Permalink
Release version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman committed Oct 25, 2013
1 parent a13d441 commit 20e25fb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Requires at least: 3.0.1

Tested up to: 3.6

Stable tag: 1.1
Stable tag: 1.2

License: GPLv2 or later

Expand Down Expand Up @@ -149,6 +149,9 @@ or through the contact form on my website at <a href="http://www.Evan-Herman.com
* Original Release

== Upgrade Notice ==
= 1.2 =
* Replaced icon container holder from a <div> to a <span> - fixes line breaks when inserting icons into content

= 1.1 =
August 2nd, 2013
* Made it easier to select icons by making the entire div selectable
Expand Down
2 changes: 1 addition & 1 deletion includes/js/wordpress-svg-icon-plugin-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jQuery(document).ready(function(){
var glyphUnicode = jQuery('input[type=text].glyph_unicode', this).val();

jQuery('.fs1').css('color','#292929');
jQuery('input[type=text].copy_paste_input').val('<div data-icon="'+ glyphUnicode + '"></div>');
jQuery('input[type=text].copy_paste_input').val('<span data-icon="'+ glyphUnicode + '"></span>');
jQuery('input[type=text].glyph_unicode').css('background-color','#eee');
jQuery('input[type=text].glyph_unicode', this).css('background-color','#FF8000', 'font-color', '#000');
jQuery('.fs1', this).css('color','#FF8000');
Expand Down
Binary file removed screenshot-1.jpg
Binary file not shown.
Binary file removed screenshot-2.jpg
Binary file not shown.
Binary file removed screenshot-3.jpg
Binary file not shown.
Binary file removed screenshot-4.jpg
Binary file not shown.
4 changes: 2 additions & 2 deletions wordpress-svg-icons-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: WordPress Icons - SVG
Plugin URI: http://evan-herman.com/wp-svg-icon-set-1-example/
Description: Easily insert svg icons directly in to your WordPress blog with this plugin.
Version: 1.1
Version: 1.2
Author: Evan Herman
Author URI: http://www.Evan-Herman.com
License:
Expand Down Expand Up @@ -172,7 +172,7 @@ function wordpress_svg_icons_cheat_sheet(){
</div> <!-- end how to use -->
<div class="tips-box">
<h3 style="padding-left:10px;">Tips:</h3>
<div class="wp-svg-paypal-donation-button" style="position:inherit; width:500px; display:inline; float:left; margin-left:200px;">
<div class="wp-svg-paypal-donation-button" style="position:inherit; display:inline; float:left; margin-left:200px;">
<b style="text-decoration:underline; float:left; margin-top:5px; font-size:13px;">Buy me a Monster Energy Drink</b>
<form action="https://www.paypal.com/cgi-bin/webscr" style=" float:left;" method="post" target="_top">
<input type="hidden" name="cmd" value="_donations">
Expand Down

0 comments on commit 20e25fb

Please sign in to comment.