Version Description
- Update screenshots.
Download this release
Release Info
Developer | socialmediafeather |
Plugin | 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
- readme.txt +10 -9
- 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.
|
7 |
-
Version: 2.0.
|
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.
|
186 |
-
2.
|
187 |
-
3.
|
188 |
-
4.
|
189 |
-
5.
|
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.
|
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.
|
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 |
{
|