Version Description
- New WP version test.
Download this release
Release Info
Developer | socialmediafeather |
Plugin | Social Media Feather | social media sharing |
Version | 2.0.2 |
Comparing to | |
See all releases |
Code changes from version 2.0.1 to 2.0.2
- readme.txt +5 -2
- social-media-feather.php +2 -2
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: socialmediafeather, scottstorebloom
|
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.
|
6 |
-
Stable tag: 2.0.
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -191,6 +191,9 @@ margin-left: 10px;
|
|
191 |
|
192 |
== Changelog ==
|
193 |
|
|
|
|
|
|
|
194 |
= 2.0.1 =
|
195 |
* Replace http links with https.
|
196 |
|
2 |
Contributors: socialmediafeather, scottstorebloom
|
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.7
|
6 |
+
Stable tag: 2.0.2
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
191 |
|
192 |
== Changelog ==
|
193 |
|
194 |
+
= 2.0.2 =
|
195 |
+
* New WP version test.
|
196 |
+
|
197 |
= 2.0.1 =
|
198 |
* Replace http links with https.
|
199 |
|
social-media-feather.php
CHANGED
@@ -4,11 +4,11 @@ Plugin Name: Social Media Feather
|
|
4 |
Plugin URI: http://socialmediafeather.com/
|
5 |
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
|
6 |
Author: socialmediafeather
|
7 |
-
Version: 2.0.
|
8 |
Author URI: http://socialmediafeather.com/
|
9 |
*/
|
10 |
|
11 |
-
define( 'SYNVED_VERSION', '2.0.
|
12 |
|
13 |
if (!function_exists('synved_wp_social_load'))
|
14 |
{
|
4 |
Plugin URI: http://socialmediafeather.com/
|
5 |
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
|
6 |
Author: socialmediafeather
|
7 |
+
Version: 2.0.2
|
8 |
Author URI: http://socialmediafeather.com/
|
9 |
*/
|
10 |
|
11 |
+
define( 'SYNVED_VERSION', '2.0.2' );
|
12 |
|
13 |
if (!function_exists('synved_wp_social_load'))
|
14 |
{
|