Version Description
Bug fix: - Button label problem fixed
Download this release
Release Info
Developer | buttonizer |
Plugin | Smart Floating / Sticky Buttons – Call, Sharing, Chat Widgets & More – Buttonizer |
Version | 1.4.3 |
Comparing to | |
See all releases |
Code changes from version 1.4.2 to 1.4.3
- buttonizer.php +2 -2
- css/buttonizer.css +1 -5
- readme.txt +4 -1
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.4.
|
7 |
Author: Buttonizer
|
8 |
Author URI: https://buttonizer.pro
|
9 |
License: GPL2
|
@@ -34,7 +34,7 @@ define('BUTTONIZER_NAME', 'buttonizer');
|
|
34 |
define('BUTTONIZER_DIR', dirname(__FILE__));
|
35 |
define('BUTTONIZER_SLUG', basename(BUTTONIZER_DIR));
|
36 |
define('BUTTONIZER_PLUGIN_DIR', __FILE__ );
|
37 |
-
define('BUTTONIZER_VERSION','1.4.
|
38 |
|
39 |
# No script kiddies
|
40 |
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.4.3
|
7 |
Author: Buttonizer
|
8 |
Author URI: https://buttonizer.pro
|
9 |
License: GPL2
|
34 |
define('BUTTONIZER_DIR', dirname(__FILE__));
|
35 |
define('BUTTONIZER_SLUG', basename(BUTTONIZER_DIR));
|
36 |
define('BUTTONIZER_PLUGIN_DIR', __FILE__ );
|
37 |
+
define('BUTTONIZER_VERSION','1.4.3');
|
38 |
|
39 |
# No script kiddies
|
40 |
defined( 'ABSPATH' ) or die('No script kiddies please!');
|
css/buttonizer.css
CHANGED
@@ -77,10 +77,6 @@
|
|
77 |
right: 0;
|
78 |
}
|
79 |
|
80 |
-
.buttonizer-button .buttonizer_head .text {
|
81 |
-
width: 100% !important
|
82 |
-
}
|
83 |
-
|
84 |
.buttonizer-button[label-style="mirrored"] a.buttonizer_head {
|
85 |
left: 0;
|
86 |
right: auto;
|
@@ -196,7 +192,7 @@
|
|
196 |
|
197 |
.buttonizer-button[label-style="mirrored"] .buttonizer_head .text {
|
198 |
left: 70px;
|
199 |
-
right: auto;
|
200 |
}
|
201 |
|
202 |
.buttonizer-button .share .text {
|
77 |
right: 0;
|
78 |
}
|
79 |
|
|
|
|
|
|
|
|
|
80 |
.buttonizer-button[label-style="mirrored"] a.buttonizer_head {
|
81 |
left: 0;
|
82 |
right: auto;
|
192 |
|
193 |
.buttonizer-button[label-style="mirrored"] .buttonizer_head .text {
|
194 |
left: 70px;
|
195 |
+
right: auto !important;
|
196 |
}
|
197 |
|
198 |
.buttonizer-button .share .text {
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Buy plugin: https://buttonizer.pro
|
|
4 |
Tags: Conversion, action button, call, marketing, Social Sharing
|
5 |
Requires at least: 4.2
|
6 |
Tested up to: 4.9.4
|
7 |
-
Stable tag: 1.4.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -121,6 +121,9 @@ And the beauty of all: All actions are hidden in one button. The moment a visito
|
|
121 |
In fact the Buttonizer is an addiction to use. You're website visitors will interact as never before.
|
122 |
|
123 |
== Changelog ==
|
|
|
|
|
|
|
124 |
|
125 |
= 1.4.2 =
|
126 |
Release date: 8 March 2018
|
4 |
Tags: Conversion, action button, call, marketing, Social Sharing
|
5 |
Requires at least: 4.2
|
6 |
Tested up to: 4.9.4
|
7 |
+
Stable tag: 1.4.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
121 |
In fact the Buttonizer is an addiction to use. You're website visitors will interact as never before.
|
122 |
|
123 |
== Changelog ==
|
124 |
+
= 1.4.3 =
|
125 |
+
Bug fix:
|
126 |
+
- Button label problem fixed
|
127 |
|
128 |
= 1.4.2 =
|
129 |
Release date: 8 March 2018
|