Shortcodes by Angie Makes - Version 1.7

Version Description

Download this release

Release Info

Developer cbaldelomar
Plugin Icon wp plugin Shortcodes by Angie Makes
Version 1.7
Comparing to
See all releases

Code changes from version 1.6 to 1.7

README.md CHANGED
@@ -44,6 +44,10 @@ Use the shortcode manager in the TinyMCE text editor
44
 
45
  ## Changelog ##
46
 
 
 
 
 
47
  ### Version 1.6
48
 
49
  * Fixed bug with social icons displaying even if social link was not given.
44
 
45
  ## Changelog ##
46
 
47
+ ### Version 1.7
48
+
49
+ * Better facebook and pinterest icons
50
+
51
  ### Version 1.6
52
 
53
  * Fixed bug with social icons displaying even if social link was not given.
includes/img/facebook.png CHANGED
Binary file
includes/img/pinterest.png CHANGED
Binary file
readme.txt CHANGED
@@ -44,6 +44,10 @@ Use the shortcode manager in the TinyMCE text editor
44
 
45
  == Changelog ==
46
 
 
 
 
 
47
  ### Version 1.6
48
 
49
  * Fixed bug with social icons displaying even if social link was not given.
44
 
45
  == Changelog ==
46
 
47
+ ### Version 1.7
48
+
49
+ * Better facebook and pinterest icons
50
+
51
  ### Version 1.6
52
 
53
  * Fixed bug with social icons displaying even if social link was not given.
wc-shortcodes.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://wordpresscanvas.com/features/shortcodes/
5
  Description: A family of shortcodes to enhance site functionality.
6
  Author: Chris Baldelomar
7
  Author URI: http://webplantmedia.com/
8
- Version: 1.6
9
  License: GPLv2 or later
10
  */
11
 
5
  Description: A family of shortcodes to enhance site functionality.
6
  Author: Chris Baldelomar
7
  Author URI: http://webplantmedia.com/
8
+ Version: 1.7
9
  License: GPLv2 or later
10
  */
11