Version Description
Javascript fix when an error occurs for incorrect color
Download this release
Release Info
Developer | buttonizer |
Plugin | Smart Floating / Sticky Buttons – Call, Sharing, Chat Widgets & More – Buttonizer |
Version | 1.0.7 |
Comparing to | |
See all releases |
Code changes from version 1.0.6.1 to 1.0.7
- buttonizer.php +2 -2
- classes/default/main.php +1 -1
- readme.txt +3 -3
buttonizer.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Buttonizer - Smart Floating Action Button
|
4 |
Plugin URI: https://buttonizer.pro
|
5 |
Description: The Buttonizer is a new way to give a boost to your number of interactions, actions and conversions from your website visitor by adding one or multiple Customizable Smart Floating Button in the corner of your website.
|
6 |
-
Version: 1.0.
|
7 |
Author: Buttonizer
|
8 |
Author URI: https://buttonizer.pro
|
9 |
License: GPL2
|
@@ -31,7 +31,7 @@ Copyright 2017 Buttonizer
|
|
31 |
define('BUTTONIZER_NAME', 'buttonizer');
|
32 |
define('BUTTONIZER_DIR', dirname(__FILE__));
|
33 |
define('BUTTONIZER_PLUGIN_DIR', __FILE__ );
|
34 |
-
define('BUTTONIZER_VERSION','1.0.
|
35 |
|
36 |
# No script kiddies
|
37 |
defined( 'ABSPATH' ) or die('No script kiddies please!');
|
3 |
Plugin Name: Buttonizer - Smart Floating Action Button
|
4 |
Plugin URI: https://buttonizer.pro
|
5 |
Description: The Buttonizer is a new way to give a boost to your number of interactions, actions and conversions from your website visitor by adding one or multiple Customizable Smart Floating Button in the corner of your website.
|
6 |
+
Version: 1.0.7
|
7 |
Author: Buttonizer
|
8 |
Author URI: https://buttonizer.pro
|
9 |
License: GPL2
|
31 |
define('BUTTONIZER_NAME', 'buttonizer');
|
32 |
define('BUTTONIZER_DIR', dirname(__FILE__));
|
33 |
define('BUTTONIZER_PLUGIN_DIR', __FILE__ );
|
34 |
+
define('BUTTONIZER_VERSION','1.0.7');
|
35 |
|
36 |
# No script kiddies
|
37 |
defined( 'ABSPATH' ) or die('No script kiddies please!');
|
classes/default/main.php
CHANGED
@@ -189,7 +189,7 @@ class Button
|
|
189 |
color: ' . $this->aButtons['button_' . $bNmbr . '_colors_icon'] . ';
|
190 |
} ';
|
191 |
}
|
192 |
-
return '<a href="' . (( $buttonIsPhone ? 'tel:' . $link : $link )) . '" class="' . $sButtonClasses . ' buttonizer_' . $bNmbr . ' ' . $linkNewTab . ' onclick="onButtonizerClickEvent(\'' . $buttonText . '\')">' . (( $buttonText != '' ? '<div class="text"' . (( $hideLabel == '1' ? 'style="display: none;"' : '' )) . '><div>' . $buttonText . '</div></div>' : '' )) . $sButtonIcon . '</a>';
|
193 |
}
|
194 |
|
195 |
// Show on timeout
|
189 |
color: ' . $this->aButtons['button_' . $bNmbr . '_colors_icon'] . ';
|
190 |
} ';
|
191 |
}
|
192 |
+
return '<a href="' . (( $buttonIsPhone ? 'tel:' . $link : $link )) . '" class="' . $sButtonClasses . ' buttonizer_' . $bNmbr . '" ' . $linkNewTab . ' onclick="onButtonizerClickEvent(\'' . $buttonText . '\')">' . (( $buttonText != '' ? '<div class="text"' . (( $hideLabel == '1' ? 'style="display: none;"' : '' )) . '><div>' . $buttonText . '</div></div>' : '' )) . $sButtonIcon . '</a>';
|
193 |
}
|
194 |
|
195 |
// Show on timeout
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Wordpress Smart Floating Action and Conversion Button Plugin - Buttonizer ===
|
2 |
Contributors: Buttonizer, freemius
|
3 |
Buy plugin: https://buttonizer.pro
|
4 |
-
Tags:
|
5 |
Requires at least: 4.2
|
6 |
Tested up to: 4.8.1
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -117,7 +117,7 @@ In fact the Buttonizer is an addiction to use. You're website visitors will
|
|
117 |
|
118 |
== Changelog ==
|
119 |
|
120 |
-
= 1.0.
|
121 |
Javascript fix when an error occurs for incorrect color
|
122 |
|
123 |
= 1.0.6 =
|
1 |
=== Wordpress Smart Floating Action and Conversion Button Plugin - Buttonizer ===
|
2 |
Contributors: Buttonizer, freemius
|
3 |
Buy plugin: https://buttonizer.pro
|
4 |
+
Tags: floating menu, action button, call button, floating action button, Social Sharing button
|
5 |
Requires at least: 4.2
|
6 |
Tested up to: 4.8.1
|
7 |
+
Stable tag: 1.0.7
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
117 |
|
118 |
== Changelog ==
|
119 |
|
120 |
+
= 1.0.7 =
|
121 |
Javascript fix when an error occurs for incorrect color
|
122 |
|
123 |
= 1.0.6 =
|