Version Description
- Bug fix: "page" text in footer
Download this release
Release Info
Developer | EnigmaWeb |
Plugin | Sticky Side Buttons |
Version | 1.0.5 |
Comparing to | |
See all releases |
Code changes from version 1.0.4 to 1.0.5
- readme.txt +6 -0
- ssb-ui.php +0 -2
- sticky-side-buttons.php +1 -1
readme.txt
CHANGED
@@ -65,6 +65,9 @@ Absolutely! Please create a pull request on [GitHub here.](https://github.com/En
|
|
65 |
|
66 |
== Changelog ==
|
67 |
|
|
|
|
|
|
|
68 |
= 1.0.4 =
|
69 |
* Adds option to open link in new window
|
70 |
* Adds a 'show on' option: Pages, Posts, Front Page
|
@@ -88,6 +91,9 @@ Absolutely! Please create a pull request on [GitHub here.](https://github.com/En
|
|
88 |
|
89 |
== Upgrade Notice ==
|
90 |
|
|
|
|
|
|
|
91 |
= 1.0.4 =
|
92 |
* Adds option to open link in new window
|
93 |
* Adds a 'show on' option: Pages, Posts, Front Page
|
65 |
|
66 |
== Changelog ==
|
67 |
|
68 |
+
= 1.0.5 =
|
69 |
+
* Bug fix: "page" text in footer
|
70 |
+
|
71 |
= 1.0.4 =
|
72 |
* Adds option to open link in new window
|
73 |
* Adds a 'show on' option: Pages, Posts, Front Page
|
91 |
|
92 |
== Upgrade Notice ==
|
93 |
|
94 |
+
= 1.0.5 =
|
95 |
+
* Bug fix: "page" text in footer
|
96 |
+
|
97 |
= 1.0.4 =
|
98 |
* Adds option to open link in new window
|
99 |
* Adds a 'show on' option: Pages, Posts, Front Page
|
ssb-ui.php
CHANGED
@@ -388,8 +388,6 @@ class ssb_ui {
|
|
388 |
*/
|
389 |
public function icons() {
|
390 |
|
391 |
-
echo get_post_type();
|
392 |
-
|
393 |
// Show on
|
394 |
if ( ( $this->settings['show_on_pages'] && get_post_type() == 'page' && ! is_front_page() ) ||
|
395 |
( $this->settings['show_on_posts'] && ( get_post_type() == 'post' ) ) ||
|
388 |
*/
|
389 |
public function icons() {
|
390 |
|
|
|
|
|
391 |
// Show on
|
392 |
if ( ( $this->settings['show_on_pages'] && get_post_type() == 'page' && ! is_front_page() ) ||
|
393 |
( $this->settings['show_on_posts'] && ( get_post_type() == 'post' ) ) ||
|
sticky-side-buttons.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Sticky Side Buttons
|
4 |
-
Version: 1.0.
|
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.5
|
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
|