| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | /* |
| 3 | 3 | Plugin Name: MaxButtons |
| 4 | 4 | Plugin URI: http://maxbuttons.com |
| 5 | 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 | |
| 6 | +Version: 6.28 | |
| 7 | 7 | Author: Max Foundry |
| 8 | 8 | Author URI: http://maxfoundry.com |
| 9 | 9 | Text Domain: maxbuttons |
| 10 | 10 | Domain Path: /languages |
| @@ -15,11 +15,11 @@ | ||
| 15 | 15 | |
| 16 | 16 | if (! defined('MAXBUTTONS_ROOT_FILE')) |
| 17 | 17 | define("MAXBUTTONS_ROOT_FILE", __FILE__); |
| 18 | 18 | if (! defined('MAXBUTTONS_VERSION_NUM')) |
| 19 | - define('MAXBUTTONS_VERSION_NUM', '6.26'); | |
| 19 | + define('MAXBUTTONS_VERSION_NUM', '6.28'); | |
| 20 | 20 | |
| 21 | -define('MAXBUTTONS_RELEASE',"05 Jan 2017"); | |
| 21 | +define('MAXBUTTONS_RELEASE',"7 Feb 2018"); | |
| 22 | 22 | |
| 23 | 23 | |
| 24 | 24 | if (! function_exists('MaxButtons\maxbutton_double_load')) |
| 25 | 25 | { |