WordPress Button Plugin MaxButtons - Version 6.26.1

Version Description

  • Fixed - Advanced options
Download this release

Release Info

Developer basszje
Plugin Icon 128x128 WordPress Button Plugin MaxButtons
Version 6.26.1
Comparing to
See all releases

Code changes from version 6.26 to 6.26.1

Files changed (3) hide show
  1. blocks/advanced.php +3 -3
  2. maxbuttons.php +3 -3
  3. readme.txt +5 -1
blocks/advanced.php CHANGED
@@ -128,7 +128,7 @@ class advancedBlock extends maxBlock
128
  $class->label = __("Extra classes","maxbuttons");
129
  $class->value = maxBlocks::getValue($class->id);
130
  $class->note = __("Useful for custom code or other plugins who target classes", "maxbuttons");
131
- $class->output('start','end');
132
 
133
  $admin->addField($class, 'start', 'end');
134
 
@@ -138,13 +138,13 @@ class advancedBlock extends maxBlock
138
  $rel->label = __("Custom Rel Tag","maxbuttons");
139
  $rel->value = maxBlocks::getValue($rel->id);
140
  $rel->note = __("Useful when button is targeting lightbox and/or popup plugins that use this method", "maxbuttons");
141
- $rel->output('start','end');
142
 
143
  $admin->addField($rel, 'start', 'end');
144
 
145
  // do_action('mb-after-advanced');
146
 
147
- $admin->display_fields();
148
 
149
  $nocss = new maxField('switch');
150
  $nocss->note = __('By default, the CSS styles for the button are rendered within a <style> block in the HTML body. Enabling the "Use External CSS" option allows you to put the CSS code for the button into your theme stylesheet instead.', 'maxbuttons');
128
  $class->label = __("Extra classes","maxbuttons");
129
  $class->value = maxBlocks::getValue($class->id);
130
  $class->note = __("Useful for custom code or other plugins who target classes", "maxbuttons");
131
+ //$class->output('start','end');
132
 
133
  $admin->addField($class, 'start', 'end');
134
 
138
  $rel->label = __("Custom Rel Tag","maxbuttons");
139
  $rel->value = maxBlocks::getValue($rel->id);
140
  $rel->note = __("Useful when button is targeting lightbox and/or popup plugins that use this method", "maxbuttons");
141
+ //$rel->output('start','end');
142
 
143
  $admin->addField($rel, 'start', 'end');
144
 
145
  // do_action('mb-after-advanced');
146
 
147
+ $admin->display_fields();
148
 
149
  $nocss = new maxField('switch');
150
  $nocss->note = __('By default, the CSS styles for the button are rendered within a <style> block in the HTML body. Enabling the "Use External CSS" option allows you to put the CSS code for the button into your theme stylesheet instead.', 'maxbuttons');
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.26
7
  Author: Max Foundry
8
  Author URI: http://maxfoundry.com
9
  Text Domain: maxbuttons
@@ -16,9 +16,9 @@ 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', '6.26');
20
 
21
- define('MAXBUTTONS_RELEASE',"05 Jan 2017");
22
 
23
 
24
  if (! function_exists('MaxButtons\maxbutton_double_load'))
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.26.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', '6.26.1');
20
 
21
+ define('MAXBUTTONS_RELEASE',"08 Jan 2018");
22
 
23
 
24
  if (! function_exists('MaxButtons\maxbutton_double_load'))
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: wordpress button plugin, share button, wordpress buttons, css3 button gene
4
  Requires at least: 4.0
5
  Tested up to: 4.9.1
6
  Requires PHP: 5.3
7
- Stable tag: 6.26
8
 
9
  WordPress button plugin so powerful and easy to use anyone can create beautiful buttons, share buttons and social icons.
10
 
@@ -245,6 +245,10 @@ This depends on the slider plugin you are using. Most of the well-known ones are
245
 
246
  == Changelog ==
247
 
 
 
 
 
248
  = 6.26 =
249
 
250
  * Technical maintenance
4
  Requires at least: 4.0
5
  Tested up to: 4.9.1
6
  Requires PHP: 5.3
7
+ Stable tag: 6.26.1
8
 
9
  WordPress button plugin so powerful and easy to use anyone can create beautiful buttons, share buttons and social icons.
10
 
245
 
246
  == Changelog ==
247
 
248
+ = 6.26.1 =
249
+
250
+ * Fixed - Advanced options
251
+
252
  = 6.26 =
253
 
254
  * Technical maintenance