PluginProbe
ShareMyPost / trunk
ShareMyPost vtrunk
trunk 1.0.4 1.0.5 1.0.6
← All changes | sharemypost.php +2 -2 1.0.5trunk View file →
@@ -2,9 +2,9 @@
2 2 /*
3 3 Plugin Name: ShareMyPost
4 4 Plugin URI: https://sharemypost.net
5 5 Description: A lightweight WordPress social sharing plugin with inline share bars and advanced customization.
6 -Version: 1.0.5
6 +Version: 1.0.6
7 7 Author: Softaculous Team
8 8 Author URI: https://softaculous.com/
9 9 Text Domain: sharemypost
10 10 License: GPLv2
@@ -20,9 +20,9 @@
20 20 exit;
21 21 }
22 22
23 23 // SHAREMYPOST
24 -define('SHAREMYPOST_VERSION', '1.0.5');
24 +define('SHAREMYPOST_VERSION', '1.0.6');
25 25 define('SHAREMYPOST_FILE', __FILE__);
26 26 define('SHAREMYPOST_PLUGIN_DIR', plugin_dir_path(__FILE__));
27 27 define('SHAREMYPOST_PLUGIN_URL', plugin_dir_url(__FILE__));
28 28 define('SHAREMYPOST_ASSETS_URL', SHAREMYPOST_PLUGIN_URL . 'assets');