| @@ -1,10 +1,10 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /* |
| 3 | 3 | Plugin Name: Wordpress Share Buttons |
| 4 | 4 | Plugin URI: http://maxbuttons.com/share-button |
| 5 | -Description: Wordpress Social Share Buttons lets you easily setup Social Share Buttons on your site | |
| 6 | -Version: 1.4 | |
| 5 | +Description: Wordpress Share Buttons lets you easily setup Social Share Buttons on your site | |
| 6 | +Version: 1.1.2 | |
| 7 | 7 | Author: Max Foundry |
| 8 | 8 | Author URI: http://maxfoundry.com |
| 9 | 9 | Text Domain: mbsocial |
| 10 | 10 | Domain Path: /languages |
| @@ -14,11 +14,11 @@ | ||
| 14 | 14 | |
| 15 | 15 | namespace MBSocial; |
| 16 | 16 | |
| 17 | 17 | define("MBSOCIAL_ROOT_FILE", __FILE__); |
| 18 | -define('MBSOCIAL_VERSION_NUM', '1.4'); | |
| 19 | -define('MBSOCIAL_RELEASE',"5 Jun 2018"); | |
| 20 | -define('MBSOCIAL_REQUIRED_MB', '7.2'); | |
| 18 | +define('MBSOCIAL_VERSION_NUM', '1.1.2'); | |
| 19 | +define('MBSOCIAL_RELEASE',"23 Mar 2018"); | |
| 20 | +define('MBSOCIAL_REQUIRED_MB', '6.28'); | |
| 21 | 21 | |
| 22 | 22 | // load runtime. |
| 23 | 23 | require_once('classes/class-install.php'); |
| 24 | 24 | |