PluginProbe
Social Share Buttons / 1.5
Social Share Buttons v1.5
trunk 0.9 1.0 1.1 1.1.1 1.1.2 1.10 1.11 1.12 1.15 1.16 1.17 1.18 1.19 1.2 1.20 1.3 1.30 1.4 1.5 1.6 1.7 1.8 1.9
← All changes | share-button.php +5 -6 1.151.5 View file →
@@ -2,23 +2,23 @@
2 2 /*
3 3 Plugin Name: Wordpress Share Buttons
4 4 Plugin URI: http://maxbuttons.com/share-button
5 5 Description: Wordpress Social Share Buttons lets you easily setup Social Share Buttons on your site
6 -Version: 1.15
6 +Version: 1.5
7 7 Author: Max Foundry
8 8 Author URI: http://maxfoundry.com
9 9 Text Domain: mbsocial
10 10 Domain Path: /languages
11 11
12 -Copyright 2021 Max Foundry, LLC (https://maxfoundry.com)
12 +Copyright 2018 Max Foundry, LLC (https://maxfoundry.com)
13 13 */
14 14
15 15 namespace MBSocial;
16 16
17 17 define("MBSOCIAL_ROOT_FILE", __FILE__);
18 -define('MBSOCIAL_VERSION_NUM', '1.15');
19 -define('MBSOCIAL_RELEASE',"7 January 2021");
20 -define('MBSOCIAL_REQUIRED_MB', '8.2');
18 +define('MBSOCIAL_VERSION_NUM', '1.5');
19 +define('MBSOCIAL_RELEASE',"27 Jun 2018");
20 +define('MBSOCIAL_REQUIRED_MB', '7.2');
21 21
22 22 // load runtime.
23 23 require_once('classes/class-install.php');
24 24
@@ -38,9 +38,8 @@
38 38 require_once('classes/class-collections.php');
39 39 require_once('classes/class-collection.php');
40 40 require_once('classes/class-block.php');
41 41 require_once('classes/class-fautils.php');
42 - require_once('classes/class-utils.php');
43 42
44 43 require_once('classes/class-network.php');
45 44
46 45 // patching class