PluginProbe
MaxButtons – Create buttons / 6.28
MaxButtons – Create buttons v6.28
6.23 6.24 6.25 6.26 6.26.1 6.27 6.28 6.3 6.4 6.5 6.6 6.7 6.8 6.9 7.0 7.1 7.1.1 7.1.2 7.1.3 7.10 7.11 7.13 7.13.1 7.13.2 7.13.3 All 100 releases
← All changes | maxbuttons.php +3 -3 6.266.28 View file →
@@ -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 {