Sticky Side Buttons - Version 1.0.9

Version Description

  • Removes Google+ share button
Download this release

Release Info

Developer EnigmaWeb
Plugin Icon 128x128 Sticky Side Buttons
Version 1.0.9
Comparing to
See all releases

Code changes from version 1.0.8 to 1.0.9

Files changed (3) hide show
  1. readme.txt +7 -2
  2. ssb-ui.php +0 -3
  3. sticky-side-buttons.php +1 -1
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: EnigmaWeb
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CEJ9HFWJ94BG4
4
  Tags: sticky, buttons, contact, side, social buttons, email button, phone button, floating
5
  Requires at least: 2.7
6
- Tested up to: 5.0.1
7
  Stable tag: trunk
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -65,6 +65,9 @@ Absolutely! Please create a pull request on [GitHub here.](https://github.com/En
65
 
66
  == Changelog ==
67
 
 
 
 
68
  = 1.0.8 =
69
  * Upgrade to FontAwesome 5
70
 
@@ -84,7 +87,6 @@ Absolutely! Please create a pull request on [GitHub here.](https://github.com/En
84
  * Adds support for translation plugins: WPML, Polylang
85
  * Improved button hover handling on mobile
86
 
87
-
88
  = 1.0.3 =
89
  * Fixes z-index override issue
90
 
@@ -100,6 +102,9 @@ Absolutely! Please create a pull request on [GitHub here.](https://github.com/En
100
 
101
  == Upgrade Notice ==
102
 
 
 
 
103
  = 1.0.8 =
104
  * Upgrade to FontAwesome 5
105
 
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CEJ9HFWJ94BG4
4
  Tags: sticky, buttons, contact, side, social buttons, email button, phone button, floating
5
  Requires at least: 2.7
6
+ Tested up to: 5.2.2
7
  Stable tag: trunk
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
65
 
66
  == Changelog ==
67
 
68
+ = 1.0.9 =
69
+ * Removes Google+ share button
70
+
71
  = 1.0.8 =
72
  * Upgrade to FontAwesome 5
73
 
87
  * Adds support for translation plugins: WPML, Polylang
88
  * Improved button hover handling on mobile
89
 
 
90
  = 1.0.3 =
91
  * Fixes z-index override issue
92
 
102
 
103
  == Upgrade Notice ==
104
 
105
+ = 1.0.9 =
106
+ * Removes Google+ share button
107
+
108
  = 1.0.8 =
109
  * Upgrade to FontAwesome 5
110
 
ssb-ui.php CHANGED
@@ -451,9 +451,6 @@ class ssb_ui {
451
  <a href="https://twitter.com/home?status=<?php the_permalink(); ?>"
452
  onclick="window.open(this.href, 'twitter', 'left=60,top=40,width=500,height=500,toolbar=1,resizable=0'); return false;"><span
453
  class="fab fa-twitter"></span> Twitter</a>
454
- <a href="https://plus.google.com/share?url=<?php the_permalink(); ?>"
455
- onclick="window.open(this.href, 'google', 'left=60,top=40,width=500,height=500,toolbar=1,resizable=0'); return false;"><span
456
- class="fab fa-google-plus"></span> Google+</a>
457
  </div>
458
  </li>
459
  <?php
451
  <a href="https://twitter.com/home?status=<?php the_permalink(); ?>"
452
  onclick="window.open(this.href, 'twitter', 'left=60,top=40,width=500,height=500,toolbar=1,resizable=0'); return false;"><span
453
  class="fab fa-twitter"></span> Twitter</a>
 
 
 
454
  </div>
455
  </li>
456
  <?php
sticky-side-buttons.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  Plugin Name: Sticky Side Buttons
4
- Version: 1.0.8
5
  Plugin URI: https://wordpress.org/plugins/sticky-side-buttons/
6
  Description: Flexible button creator allowing you to stick floating buttons to the side of your site.
7
  Author: Maeve Lander
1
  <?php
2
  /*
3
  Plugin Name: Sticky Side Buttons
4
+ Version: 1.0.9
5
  Plugin URI: https://wordpress.org/plugins/sticky-side-buttons/
6
  Description: Flexible button creator allowing you to stick floating buttons to the side of your site.
7
  Author: Maeve Lander