Version Description
- Add source.
Download this release
Release Info
Developer | DavidoffNeal |
Plugin | Simple Share Buttons Adder |
Version | 8.3.2 |
Comparing to | |
See all releases |
Code changes from version 8.3.1 to 8.3.2
- instance.php +1 -1
- php/class-plugin.php +1 -1
- readme.txt +6 -3
- simple-share-buttons-adder.php +1 -1
instance.php
CHANGED
@@ -9,7 +9,7 @@ namespace SimpleShareButtonsAdder;
|
|
9 |
|
10 |
define( 'SSBA_FILE', __FILE__ );
|
11 |
define( 'SSBA_ROOT', trailingslashit( dirname( __FILE__ ) ) );
|
12 |
-
define( 'SSBA_VERSION', '8.3.
|
13 |
|
14 |
global $simple_share_buttons_adder_plugin;
|
15 |
|
9 |
|
10 |
define( 'SSBA_FILE', __FILE__ );
|
11 |
define( 'SSBA_ROOT', trailingslashit( dirname( __FILE__ ) ) );
|
12 |
+
define( 'SSBA_VERSION', '8.3.2' );
|
13 |
|
14 |
global $simple_share_buttons_adder_plugin;
|
15 |
|
php/class-plugin.php
CHANGED
@@ -99,7 +99,7 @@ class Plugin extends Plugin_Base {
|
|
99 |
if ( false === empty( $propertyid ) ) {
|
100 |
wp_register_script(
|
101 |
"{$this->assets_prefix}-mu",
|
102 |
-
"//platform-api.sharethis.com/js/sharethis.js#property={$propertyid}&product=gdpr-compliance-tool-v2",
|
103 |
null,
|
104 |
SSBA_VERSION,
|
105 |
false
|
99 |
if ( false === empty( $propertyid ) ) {
|
100 |
wp_register_script(
|
101 |
"{$this->assets_prefix}-mu",
|
102 |
+
"//platform-api.sharethis.com/js/sharethis.js#property={$propertyid}&product=gdpr-compliance-tool-v2&source=simple-share-buttons-adder-wordpress",
|
103 |
null,
|
104 |
SSBA_VERSION,
|
105 |
false
|
readme.txt
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
Contributors: sharethis, scottstorebloom, scottmweaver, surlyrightclick, DavidoffNeal
|
3 |
Tags: share buttons, social buttons, facebook, twitter, google+, share, share links, stumble upon, linkedin, pinterest, yummly, vk, flattr
|
4 |
Requires at least: 5.9
|
5 |
-
Tested up to: 6.0.
|
6 |
-
Stable tag: 8.3.
|
7 |
-
Version: 8.3.
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
A simple plugin that enables you to add share buttons to all of your posts and/or pages.
|
@@ -67,6 +67,9 @@ Please visit the <a href="https://wordpress.org/support/plugin/simple-share-butt
|
|
67 |
|
68 |
== Changelog ==
|
69 |
|
|
|
|
|
|
|
70 |
= 8.3.1 =
|
71 |
* Fix Share Bar clickable on right sidebar.
|
72 |
* Fix Modern Share Buttons admin preview alignment.
|
2 |
Contributors: sharethis, scottstorebloom, scottmweaver, surlyrightclick, DavidoffNeal
|
3 |
Tags: share buttons, social buttons, facebook, twitter, google+, share, share links, stumble upon, linkedin, pinterest, yummly, vk, flattr
|
4 |
Requires at least: 5.9
|
5 |
+
Tested up to: 6.0.3
|
6 |
+
Stable tag: 8.3.2
|
7 |
+
Version: 8.3.2
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
A simple plugin that enables you to add share buttons to all of your posts and/or pages.
|
67 |
|
68 |
== Changelog ==
|
69 |
|
70 |
+
= 8.3.2 =
|
71 |
+
* Add source.
|
72 |
+
|
73 |
= 8.3.1 =
|
74 |
* Fix Share Bar clickable on right sidebar.
|
75 |
* Fix Modern Share Buttons admin preview alignment.
|
simple-share-buttons-adder.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Simple Share Buttons Adder
|
4 |
* Plugin URI: https://simplesharebuttons.com
|
5 |
* Description: A simple plugin that enables you to add share buttons to all of your posts and/or pages.
|
6 |
-
* Version: 8.3.
|
7 |
* Author: Simple Share Buttons
|
8 |
* Author URI: https://simplesharebuttons.com
|
9 |
* License: GPLv2
|
3 |
* Plugin Name: Simple Share Buttons Adder
|
4 |
* Plugin URI: https://simplesharebuttons.com
|
5 |
* Description: A simple plugin that enables you to add share buttons to all of your posts and/or pages.
|
6 |
+
* Version: 8.3.2
|
7 |
* Author: Simple Share Buttons
|
8 |
* Author URI: https://simplesharebuttons.com
|
9 |
* License: GPLv2
|