Social Media Feather | social media sharing - Version 2.0.6

Version Description

  • Update screenshots.
Download this release

Release Info

Developer socialmediafeather
Plugin Icon 128x128 Social Media Feather | social media sharing
Version 2.0.6
Comparing to
See all releases

Code changes from version 2.0.5 to 2.0.6

Files changed (2) hide show
  1. readme.txt +10 -9
  2. social-media-feather.php +2 -2
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: socialmediafeather, scottstorebloom, scottmweaver
3
  Tags: social media, social sharing, social buttons, Facebook, Share, Like, twitter, google, Reddit, youtube, instagram, pinterest, social media buttons, button, shortcode, sidebar, sharing buttons, follow buttons
4
  Requires at least: 3.1
5
  Tested up to: 5.9
6
- Stable tag: 2.0.5
7
- Version: 2.0.5
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -182,16 +182,17 @@ margin-left: 10px;
182
 
183
  == Screenshots ==
184
 
185
- 1. An example of how the sharing or following buttons appear in the front-end at 64 pixel resolution
186
- 2. An example of how the share or follow icons appear in the front-end at 24 pixel resolution
187
- 3. An example of how the following or sharing links appear in the front-end using the [Extra Social Icons addon](http://socialmediafeather.com/products/extra-social-icons/ "Add 8 extra social icon skins to the Social Media Feather plugin!")
188
- 4. Showing how using the [Grey Fade addon](http://socialmediafeather.com/products/grey-fade-effect/ "Customize any of the available social icon skins with 2 cool effects!") transforms the sharing or following buttons in the front-end
189
- 5. A demo of how social media providers can be customized in the back-end
190
- 6. An view of some of the settings that can be customized in Social Media the back-end
191
- 7. This shows the available social sharing and following widgets and their settings
192
 
193
  == Changelog ==
194
 
 
 
 
195
  = 2.0.5 =
196
  * Strengthen sanitization for inputs and outputs.
197
  * Fix warnings, remove unnecessary files.
3
  Tags: social media, social sharing, social buttons, Facebook, Share, Like, twitter, google, Reddit, youtube, instagram, pinterest, social media buttons, button, shortcode, sidebar, sharing buttons, follow buttons
4
  Requires at least: 3.1
5
  Tested up to: 5.9
6
+ Stable tag: 2.0.6
7
+ Version: 2.0.6
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
182
 
183
  == Screenshots ==
184
 
185
+ 1. A demo of how social media providers can be customized in the back-end.
186
+ 2. A view of some of the settings that can be customized in Social Media the back-end.
187
+ 3. This shows the available social sharing and following widgets and their settings.
188
+ 4. An illustration of sharing functionality.
189
+ 5. An illustration of following functionality.
 
 
190
 
191
  == Changelog ==
192
 
193
+ = 2.0.6 =
194
+ * Update screenshots.
195
+
196
  = 2.0.5 =
197
  * Strengthen sanitization for inputs and outputs.
198
  * Fix warnings, remove unnecessary files.
social-media-feather.php CHANGED
@@ -5,13 +5,13 @@ Contributors: scottstorebloom, scottmweaver, socialmediafeather
5
  Plugin URI: http://socialmediafeather.com/
6
  Description: Super lightweight social media plugin to add nice and effective social media sharing and following buttons and icons anywhere on your site quickly and easily.
7
  Author: socialmediafeather
8
- Version: 2.0.5
9
  Author URI: http://socialmediafeather.com/
10
  */
11
 
12
  define( 'SOCIAL_MEDIA_FEATHER_PLUGIN_DIRECTORY', plugin_dir_path( __FILE__ ) );
13
 
14
- const SYNVED_VERSION = '2.0.5';
15
 
16
  if (false === function_exists('synved_wp_social_load'))
17
  {
5
  Plugin URI: http://socialmediafeather.com/
6
  Description: Super lightweight social media plugin to add nice and effective social media sharing and following buttons and icons anywhere on your site quickly and easily.
7
  Author: socialmediafeather
8
+ Version: 2.0.6
9
  Author URI: http://socialmediafeather.com/
10
  */
11
 
12
  define( 'SOCIAL_MEDIA_FEATHER_PLUGIN_DIRECTORY', plugin_dir_path( __FILE__ ) );
13
 
14
+ const SYNVED_VERSION = '2.0.6';
15
 
16
  if (false === function_exists('synved_wp_social_load'))
17
  {