Version Description
- Minor Fixes
Download this release
Release Info
Developer | machothemes |
Plugin | Kiwi Social Share – Social Media Share Buttons & Icons |
Version | 2.0.9 |
Comparing to | |
See all releases |
Code changes from version 2.0.8 to 2.0.9
- kiwi-social-share.php +2 -2
- readme.txt +6 -3
kiwi-social-share.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Plugin Name: Kiwi Social Share - Social Media Share Buttons & Icons
|
4 |
-
* Version: 2.0.
|
5 |
* Plugin URI: https://www.machothemes.com/kiwi-social-share
|
6 |
* Description: Really beautiful & simple social media & share buttons + icons. Simplicity & speed is key with this social media share plugin.
|
7 |
* Author: Macho Themes
|
@@ -38,7 +38,7 @@ require_once 'includes/class-kiwi-social-share-autoloader.php';
|
|
38 |
* @return object Kiwi_Social_Share
|
39 |
*/
|
40 |
function Kiwi_Social_Share() {
|
41 |
-
$instance = Kiwi_Social_Share::instance( __FILE__, '2.0.
|
42 |
|
43 |
if ( is_null( $instance->settings ) ) {
|
44 |
$instance->settings = Kiwi_Social_Share_Settings::instance( $instance );
|
1 |
<?php
|
2 |
/*
|
3 |
* Plugin Name: Kiwi Social Share - Social Media Share Buttons & Icons
|
4 |
+
* Version: 2.0.9
|
5 |
* Plugin URI: https://www.machothemes.com/kiwi-social-share
|
6 |
* Description: Really beautiful & simple social media & share buttons + icons. Simplicity & speed is key with this social media share plugin.
|
7 |
* Author: Macho Themes
|
38 |
* @return object Kiwi_Social_Share
|
39 |
*/
|
40 |
function Kiwi_Social_Share() {
|
41 |
+
$instance = Kiwi_Social_Share::instance( __FILE__, '2.0.9' );
|
42 |
|
43 |
if ( is_null( $instance->settings ) ) {
|
44 |
$instance->settings = Kiwi_Social_Share_Settings::instance( $instance );
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
=== Plugin
|
2 |
|
3 |
Contributors: machothemes, silkalns
|
4 |
-
Tags:
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.9
|
7 |
-
Stable tag:
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -77,6 +77,9 @@ Floating Bar Filters
|
|
77 |
|
78 |
|
79 |
== Changelog ==
|
|
|
|
|
|
|
80 |
= 2.0.8 =
|
81 |
* Added Fintel network
|
82 |
|
1 |
+
=== Social Sharing Plugin - Kiwi ===
|
2 |
|
3 |
Contributors: machothemes, silkalns
|
4 |
+
Tags: social media button, social share button, social floating bar, social share bar, facebook share, social sharing icons, twitter share, woocommerce sharing, share buttons, pinterest share, google plus share, social share counters
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.9
|
7 |
+
Stable tag: trunk
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
77 |
|
78 |
|
79 |
== Changelog ==
|
80 |
+
= 2.0.9 =
|
81 |
+
* Minor Fixes
|
82 |
+
|
83 |
= 2.0.8 =
|
84 |
* Added Fintel network
|
85 |
|