Version Description
- Button overview loading in editor screen (fixed)
Download this release
Release Info
Developer | basszje |
Plugin | WordPress Button Plugin MaxButtons |
Version | 6.19.1 |
Comparing to | |
See all releases |
Code changes from version 6.19 to 6.19.1
- includes/maxbuttons-controller.php +1 -0
- maxbuttons.php +3 -3
- readme.txt +15 -10
includes/maxbuttons-controller.php
CHANGED
@@ -9,6 +9,7 @@ if (isset($_GET['action']) && $_GET['action'] != '') {
|
|
9 |
case 'button':
|
10 |
case 'edit':
|
11 |
include_once 'maxbuttons-button.php';
|
|
|
12 |
default:
|
13 |
include_once 'maxbuttons-list.php';
|
14 |
break;
|
9 |
case 'button':
|
10 |
case 'edit':
|
11 |
include_once 'maxbuttons-button.php';
|
12 |
+
break;
|
13 |
default:
|
14 |
include_once 'maxbuttons-list.php';
|
15 |
break;
|
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: 6.19
|
7 |
Author: Max Foundry
|
8 |
Author URI: http://maxfoundry.com
|
9 |
Text Domain: maxbuttons
|
@@ -13,8 +13,8 @@ Copyright 2017 Max Foundry, LLC (http://maxfoundry.com)
|
|
13 |
*/
|
14 |
|
15 |
define("MAXBUTTONS_ROOT_FILE", __FILE__);
|
16 |
-
define('MAXBUTTONS_VERSION_NUM', '6.19');
|
17 |
-
define('MAXBUTTONS_RELEASE',"
|
18 |
|
19 |
|
20 |
if (! function_exists('maxbuttons_php52_nono'))
|
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: 6.19.1
|
7 |
Author: Max Foundry
|
8 |
Author URI: http://maxfoundry.com
|
9 |
Text Domain: maxbuttons
|
13 |
*/
|
14 |
|
15 |
define("MAXBUTTONS_ROOT_FILE", __FILE__);
|
16 |
+
define('MAXBUTTONS_VERSION_NUM', '6.19.1');
|
17 |
+
define('MAXBUTTONS_RELEASE',"11 May 2017");
|
18 |
|
19 |
|
20 |
if (! function_exists('maxbuttons_php52_nono'))
|
readme.txt
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
=== WordPress Button Plugin MaxButtons ===
|
2 |
Contributors: maxfoundry, basszje, arcware, johnbhartley
|
3 |
-
Tags: wordpress buttons, wordpress
|
4 |
Requires at least: 4.0
|
5 |
-
Tested up to: 4.
|
6 |
-
Stable tag: 6.19
|
7 |
|
8 |
WordPress button plugin so powerful and easy to use anyone can create beautiful buttons and social share icons.
|
9 |
|
10 |
== Description ==
|
11 |
-
[MaxButtons](https://maxbuttons.com
|
12 |
|
13 |
-
MaxButtons [WordPress button plugin](https://www.maxbuttons.com/#CSS3/?utm_source=repowbp&utm_medium=mbrepo&utm_content=wordpress_button_plugin&utm_campaign=repowbp) has been going strong for over 4 years and was the first button plugin for WordPress. We regularly update and upgrade MaxButtons and [MaxButtons Pro](https://maxbuttons.com/?utm_source=repomb1&utm_medium=mbrepo&utm_content=mbr_mbpro2&utm_campaign=mbr_mbpro2) plus give terrific, timely support. We take pride in MaxButtons having earned over
|
14 |
|
15 |
> “The best plugin of its kind” - by celito
|
16 |
|
@@ -18,7 +18,7 @@ MaxButtons [WordPress button plugin](https://www.maxbuttons.com/#CSS3/?utm_sourc
|
|
18 |
|
19 |
> “Easy, clear, and robust. I'm a programmer and can write CSS till the cows come home, but why? Just get it, install it and use it. Then, when you're impressed, buy the pro version” - by jleahy
|
20 |
|
21 |
-
Max Foundry also makes the WordPress Gallery plugin [MaxGalleria](https://wordpress.org/plugins/maxgalleria/) and [Media
|
22 |
|
23 |
= Requirements =
|
24 |
|
@@ -245,12 +245,16 @@ This depends on the slider plugin you are using. Most of the well-known ones are
|
|
245 |
|
246 |
== Changelog ==
|
247 |
|
|
|
|
|
|
|
|
|
248 |
= 6.19 =
|
249 |
|
250 |
-
* Fixed minor security issue regarding cross-site scripting (JVN#70411623). Thanks to JPCert for responsible disclosure.
|
251 |
-
* Fixed fatal error in settings function 'reset cache'
|
252 |
|
253 |
-
= 6.18 =
|
254 |
|
255 |
* Fixed bug where scrollbar didn't show in Add Button dialog
|
256 |
* Extra check for multi-byte string support
|
@@ -261,7 +265,7 @@ This depends on the slider plugin you are using. Most of the well-known ones are
|
|
261 |
* Fixed - Add button dialog showing scrollbars without need in certain cases
|
262 |
* Fixed - Minor notice in Social share when buttons are not in database
|
263 |
|
264 |
-
= 6.16 =
|
265 |
|
266 |
* New option for better accuracy of preview if site theme runs 'border-box'
|
267 |
* Fixed Install class to check and create Social share transient table
|
@@ -491,3 +495,4 @@ Please deactivate and then reactivate before using. If the save button does not
|
|
491 |
|
492 |
|
493 |
|
|
1 |
=== WordPress Button Plugin MaxButtons ===
|
2 |
Contributors: maxfoundry, basszje, arcware, johnbhartley
|
3 |
+
Tags: wordpress buttons, wordpress button plugin, social icons, css3 button generator, responsive buttons, css wordpress button
|
4 |
Requires at least: 4.0
|
5 |
+
Tested up to: 4.8
|
6 |
+
Stable tag: 6.19.1
|
7 |
|
8 |
WordPress button plugin so powerful and easy to use anyone can create beautiful buttons and social share icons.
|
9 |
|
10 |
== Description ==
|
11 |
+
[MaxButtons](https://maxbuttons.com/?utm_source=repowp1&utm_medium=mbrepo&utm_content=mbr_maxbuttons&utm_campaign=mbr_maxbuttons) is one of the most used WordPress button, social share and social icon plugins. Use it to create great-looking CSS3 WordPress buttons on any post or page on your site. Our button editor makes it a snap to generate awesome responsive buttons in very little time. The social share and social icon features allow you to use or modify prebuilt social share and social icons to your delight.
|
12 |
|
13 |
+
MaxButtons [WordPress button plugin](https://www.maxbuttons.com/#CSS3/?utm_source=repowbp&utm_medium=mbrepo&utm_content=wordpress_button_plugin&utm_campaign=repowbp) has been going strong for over 4 years and was the first button plugin for WordPress. We regularly update and upgrade MaxButtons and [MaxButtons Pro](https://maxbuttons.com/?utm_source=repomb1&utm_medium=mbrepo&utm_content=mbr_mbpro2&utm_campaign=mbr_mbpro2) plus give terrific, timely support. We take pride in MaxButtons having earned over 500 5 star reviews and over 1.2 million downloads. Here are couple of our favorites.
|
14 |
|
15 |
> “The best plugin of its kind” - by celito
|
16 |
|
18 |
|
19 |
> “Easy, clear, and robust. I'm a programmer and can write CSS till the cows come home, but why? Just get it, install it and use it. Then, when you're impressed, buy the pro version” - by jleahy
|
20 |
|
21 |
+
Max Foundry also makes the WordPress Gallery plugin [MaxGalleria](https://wordpress.org/plugins/maxgalleria/) and [WordPress Media Folders](https://wordpress.org/plugins/media-library-folders-pro/) plugin for real WordPress Media Library folders.
|
22 |
|
23 |
= Requirements =
|
24 |
|
245 |
|
246 |
== Changelog ==
|
247 |
|
248 |
+
= 6.19.1 =
|
249 |
+
|
250 |
+
* Button overview loading in editor screen (fixed)
|
251 |
+
|
252 |
= 6.19 =
|
253 |
|
254 |
+
* Fixed minor security issue regarding cross-site scripting (JVN#70411623). Thanks to JPCert for responsible disclosure.
|
255 |
+
* Fixed fatal error in settings function 'reset cache'
|
256 |
|
257 |
+
= 6.18 =
|
258 |
|
259 |
* Fixed bug where scrollbar didn't show in Add Button dialog
|
260 |
* Extra check for multi-byte string support
|
265 |
* Fixed - Add button dialog showing scrollbars without need in certain cases
|
266 |
* Fixed - Minor notice in Social share when buttons are not in database
|
267 |
|
268 |
+
= 6.16 =
|
269 |
|
270 |
* New option for better accuracy of preview if site theme runs 'border-box'
|
271 |
* Fixed Install class to check and create Social share transient table
|
495 |
|
496 |
|
497 |
|
498 |
+
|