| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | /** |
| 3 | 3 | * Plugin Name: Tagembed Widget |
| 4 | 4 | * Plugin URI: https://tagembed.com/ |
| 5 | 5 | * Description: Display Facebook feed, Instagram feed, Twitter feed, YouTube Videos and more social feeds from 15+ social networks on any page, posts or widgets using shortcode. Beautifully clean, customizable, and responsive Social Media Feed Widget Plugin for WordPress. |
| 6 | - * Version: 4.4 | |
| 6 | + * Version: 4.5 | |
| 7 | 7 | * Author: Tagembed |
| 8 | 8 | * Author URI: https://tagembed.com/ |
| 9 | 9 | */ |
| 10 | 10 | if (!defined('WPINC')) |
| @@ -9,9 +9,9 @@ | ||
| 9 | 9 | */ |
| 10 | 10 | if (!defined('WPINC')) |
| 11 | 11 | die; |
| 12 | 12 | /* --Start-- Create Constant */ |
| 13 | -!defined('TAGEMBED_PLUGIN_VERSION') && define('TAGEMBED_PLUGIN_VERSION', '4.4'); | |
| 13 | +!defined('TAGEMBED_PLUGIN_VERSION') && define('TAGEMBED_PLUGIN_VERSION', '4.5'); | |
| 14 | 14 | !defined('TAGEMBED_PLUGIN_DIR_PATH') && define('TAGEMBED_PLUGIN_DIR_PATH', plugin_dir_path(__FILE__)); |
| 15 | 15 | !defined('TAGEMBED_PLUGIN_URL') && define('TAGEMBED_PLUGIN_URL', plugin_dir_url(__FILE__)); |
| 16 | 16 | !defined('TAGEMBED_PLUGIN_REDIRECT_URL') && define('TAGEMBED_PLUGIN_REDIRECT_URL', get_admin_url(null, 'admin.php?page=')); |
| 17 | 17 | !defined('TAGEMBED_PLUGIN_API_URL') && define('TAGEMBED_PLUGIN_API_URL', "https://api.tagembed.com/app/"); |
| @@ -1236,8 +1236,9 @@ | ||
| 1236 | 1236 | /* --Start--Manage Database On Plugin Update Time */ |
| 1237 | 1237 | function __tagembed__manageDatabaseOnPluginUpdateTime() { |
| 1238 | 1238 | __tagembed__dropDatabaseTablesForPlugin(); |
| 1239 | 1239 | __tagembed__createDatabaseTableForPlugin(); |
| 1240 | + __tagembed__manageLoginAndRegisterOnPluginActivate(); | |
| 1240 | 1241 | } |
| 1241 | 1242 | add_action('upgrader_process_complete', '__tagembed__manageDatabaseOnPluginUpdateTime', 10, 2); |
| 1242 | 1243 | /* --End--Manage Database On Plugin Update Time */ |
| 1243 | 1244 | /* --Sart--Manage Chat Hide And Show */ |