Version Description
- Fix - New color picker library always triggered save warning
Download this release
Release Info
Developer | basszje |
Plugin | WordPress Button Plugin MaxButtons |
Version | 8.1.1 |
Comparing to | |
See all releases |
Code changes from version 8.1 to 8.1.1
- assets/libraries/alpha-color/alpha-color-214.js +2 -2
- js/live-preview.js +2 -2
- maxbuttons.php +2 -2
- readme.txt +5 -1
assets/libraries/alpha-color/alpha-color-214.js
CHANGED
@@ -336,7 +336,7 @@
|
|
336 |
_create: function() {
|
337 |
this._super();
|
338 |
|
339 |
-
|
340 |
// Global option for check is mode rbga is enabled
|
341 |
this.options.alpha = true; //this.element.data( 'alpha' ) || false;
|
342 |
|
@@ -387,7 +387,7 @@
|
|
387 |
self._initControls();
|
388 |
|
389 |
// For updated widget
|
390 |
-
|
391 |
}
|
392 |
},
|
393 |
_initControls: function() {
|
336 |
_create: function() {
|
337 |
this._super();
|
338 |
|
339 |
+
|
340 |
// Global option for check is mode rbga is enabled
|
341 |
this.options.alpha = true; //this.element.data( 'alpha' ) || false;
|
342 |
|
387 |
self._initControls();
|
388 |
|
389 |
// For updated widget
|
390 |
+
// self._change();
|
391 |
}
|
392 |
},
|
393 |
_initControls: function() {
|
js/live-preview.js
CHANGED
@@ -34,7 +34,7 @@ maxLivePreview.prototype.bindFields = function()
|
|
34 |
alpha: true,
|
35 |
palettes: this.colorPalettes,
|
36 |
change: $.proxy( _.throttle(function(event, ui) {
|
37 |
-
|
38 |
var color = ui.color.toString();
|
39 |
this.update_color_event(event,ui, color);
|
40 |
|
@@ -215,7 +215,7 @@ maxLivePreview.prototype.putCSS = function(data,value,state)
|
|
215 |
{
|
216 |
state = state || 'both';
|
217 |
if (typeof data == 'undefined')
|
218 |
-
return false;
|
219 |
|
220 |
var element = '.maxbutton';
|
221 |
if (state == 'hover')
|
34 |
alpha: true,
|
35 |
palettes: this.colorPalettes,
|
36 |
change: $.proxy( _.throttle(function(event, ui) {
|
37 |
+
|
38 |
var color = ui.color.toString();
|
39 |
this.update_color_event(event,ui, color);
|
40 |
|
215 |
{
|
216 |
state = state || 'both';
|
217 |
if (typeof data == 'undefined')
|
218 |
+
return false;
|
219 |
|
220 |
var element = '.maxbutton';
|
221 |
if (state == 'hover')
|
maxbuttons.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: MaxButtons
|
4 |
Plugin URI: http://maxbuttons.com
|
5 |
Description: The best WordPress button generator. This is the free version; the Pro version <a href="http://maxbuttons.com/?ref=mbfree">can be found here</a>.
|
6 |
-
Version: 8.1
|
7 |
Author: Max Foundry
|
8 |
Author URI: http://maxfoundry.com
|
9 |
Text Domain: maxbuttons
|
@@ -16,7 +16,7 @@ namespace MaxButtons;
|
|
16 |
if (! defined('MAXBUTTONS_ROOT_FILE'))
|
17 |
define("MAXBUTTONS_ROOT_FILE", __FILE__);
|
18 |
if (! defined('MAXBUTTONS_VERSION_NUM'))
|
19 |
-
define('MAXBUTTONS_VERSION_NUM', '8.1');
|
20 |
|
21 |
define('MAXBUTTONS_RELEASE',"10 August 2020");
|
22 |
|
3 |
Plugin Name: MaxButtons
|
4 |
Plugin URI: http://maxbuttons.com
|
5 |
Description: The best WordPress button generator. This is the free version; the Pro version <a href="http://maxbuttons.com/?ref=mbfree">can be found here</a>.
|
6 |
+
Version: 8.1.1
|
7 |
Author: Max Foundry
|
8 |
Author URI: http://maxfoundry.com
|
9 |
Text Domain: maxbuttons
|
16 |
if (! defined('MAXBUTTONS_ROOT_FILE'))
|
17 |
define("MAXBUTTONS_ROOT_FILE", __FILE__);
|
18 |
if (! defined('MAXBUTTONS_VERSION_NUM'))
|
19 |
+
define('MAXBUTTONS_VERSION_NUM', '8.1.1');
|
20 |
|
21 |
define('MAXBUTTONS_RELEASE',"10 August 2020");
|
22 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: wordpress button plugin, share button, wordpress buttons, css3 button gene
|
|
4 |
Requires at least: 4.8
|
5 |
Tested up to: 5.4
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag: 8.1
|
8 |
|
9 |
WordPress button plugin so powerful and easy to use anyone can create beautiful buttons, share buttons and social icons.
|
10 |
|
@@ -264,6 +264,10 @@ Secondly, please use latin only characters for button name ( Basic settings) and
|
|
264 |
|
265 |
== Changelog ==
|
266 |
|
|
|
|
|
|
|
|
|
267 |
= 8.1 =
|
268 |
|
269 |
* Fix - Color Picker fixes for Jquery and WP 5.5+
|
4 |
Requires at least: 4.8
|
5 |
Tested up to: 5.4
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 8.1.1
|
8 |
|
9 |
WordPress button plugin so powerful and easy to use anyone can create beautiful buttons, share buttons and social icons.
|
10 |
|
264 |
|
265 |
== Changelog ==
|
266 |
|
267 |
+
= 8.1.1 =
|
268 |
+
|
269 |
+
* Fix - New color picker library always triggered save warning
|
270 |
+
|
271 |
= 8.1 =
|
272 |
|
273 |
* Fix - Color Picker fixes for Jquery and WP 5.5+
|