| @@ -2,19 +2,19 @@ | ||
| 2 | 2 | /* |
| 3 | 3 | * Plugin Name: Assistant |
| 4 | 4 | * Author: The Beaver Builder Team |
| 5 | 5 | * Author URI: https://www.wpbeaverbuilder.com/?utm_medium=assistant&utm_source=plugins-admin-page&utm_campaign=plugins-admin-author |
| 6 | - * Version: 1.0.0 | |
| 6 | + * Version: 1.4.7 | |
| 7 | 7 | * Description: A tool for navigating a site and accomplishing quick tasks without needing the WordPress admin. |
| 8 | 8 | * License: GNU General Public License v2.0 |
| 9 | 9 | * License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 10 | - * Text Domain: fl-assistant | |
| 10 | + * Text Domain: assistant | |
| 11 | 11 | * Copyright: (c) 2021 Beaver Builder |
| 12 | 12 | */ |
| 13 | 13 | |
| 14 | 14 | defined( 'ABSPATH' ) || die(); |
| 15 | 15 | |
| 16 | -define( 'FL_ASSISTANT_VERSION', '1.0.0' ); | |
| 16 | +define( 'FL_ASSISTANT_VERSION', '1.4.7' ); | |
| 17 | 17 | define( 'FL_ASSISTANT_FILE', trailingslashit( __FILE__ ) ); |
| 18 | 18 | define( 'FL_ASSISTANT_DIR', plugin_dir_path( FL_ASSISTANT_FILE ) ); |
| 19 | 19 | define( 'FL_ASSISTANT_URL', plugins_url( '/', FL_ASSISTANT_FILE ) ); |
| 20 | 20 | define( 'FL_ASST_SUPPORTS_BB', true ); |