| @@ -3,9 +3,9 @@ | ||
| 3 | 3 | /** |
| 4 | 4 | * Plugin Name: Tableberg |
| 5 | 5 | * Plugin URI: https://tableberg.com/ |
| 6 | 6 | * Description: Table Block by Tableberg - Create Better Tables With Block Editor |
| 7 | - * Version: 1.1.2 | |
| 7 | + * Version: 1.1.5 | |
| 8 | 8 | * Requires at least: 6.1 |
| 9 | 9 | * Requires PHP: 7.0 |
| 10 | 10 | * Author: Tableberg |
| 11 | 11 | * Author URI: https://tableberg.com/ |
| @@ -19,9 +19,9 @@ | ||
| 19 | 19 | if (!defined('ABSPATH')) { |
| 20 | 20 | exit; |
| 21 | 21 | } |
| 22 | 22 | if (!defined('TABLEBERG_VERSION')) { |
| 23 | - define('TABLEBERG_VERSION', '1.1.2'); | |
| 23 | + define('TABLEBERG_VERSION', '1.1.5'); | |
| 24 | 24 | } |
| 25 | 25 | if (!defined('TABLEBERG_DIR_PATH')) { |
| 26 | 26 | define('TABLEBERG_DIR_PATH', plugin_dir_path(__FILE__)); |
| 27 | 27 | } |
| @@ -40,9 +40,9 @@ | ||
| 40 | 40 | function tab_fs() { |
| 41 | 41 | global $tab_fs; |
| 42 | 42 | |
| 43 | 43 | if (!isset($tab_fs)) { |
| 44 | - require_once __DIR__ . '/vendor/freemius/wordpress-sdk/start.php'; | |
| 44 | + require_once __DIR__ . '/vendor/freemius/start.php'; | |
| 45 | 45 | |
| 46 | 46 | $tab_fs = fs_dynamic_init( |
| 47 | 47 | [ |
| 48 | 48 | 'id' => '14649', |