PluginProbe
Assistant – Every Day Productivity Apps / 1.3.7
Assistant – Every Day Productivity Apps v1.3.7
1.5.5 trunk 0.1.0 0.2.0 0.2.1 0.2.2 0.3.0 0.3.1 0.4 0.4.1 0.4.2 0.5.0 0.5.1 0.6.0 0.7.0 0.7.0.2 0.7.0.3 0.7.0.4 0.7.0.5 0.7.0.6 0.7.0.7 0.7.0.8 0.7.0.9 0.7.1 1.0 All 71 releases
← All changes | fl-assistant.php +24 -34 trunk1.3.7 View file →
@@ -1,34 +1,24 @@
1 -<?php
2 -/*
3 - * Plugin Name: Assistant
4 - * Author: The Beaver Builder Team
5 - * Author URI: https://www.wpbeaverbuilder.com/?utm_medium=assistant&utm_source=plugins-admin-page&utm_campaign=plugins-admin-author
6 - * Version: 1.5.5
7 - * Description: A tool for navigating a site and accomplishing quick tasks without needing the WordPress admin.
8 - * License: GNU General Public License v2.0
9 - * License URI: http://www.gnu.org/licenses/gpl-2.0.html
10 - * Text Domain: assistant
11 - * Copyright: (c) 2025 Beaver Builder
12 -*/
13 -
14 -defined( 'ABSPATH' ) || die();
15 -
16 -if ( ! defined( 'FL_ASSISTANT_VERSION' ) ) {
17 - define( 'FL_ASSISTANT_VERSION', '1.5.5' );
18 -}
19 -if ( ! defined( 'FL_ASSISTANT_FILE' ) ) {
20 - define( 'FL_ASSISTANT_FILE', trailingslashit( __FILE__ ) );
21 -}
22 -if ( ! defined( 'FL_ASSISTANT_DIR' ) ) {
23 - define( 'FL_ASSISTANT_DIR', plugin_dir_path( FL_ASSISTANT_FILE ) );
24 -}
25 -if ( ! defined( 'FL_ASSISTANT_URL' ) ) {
26 - define( 'FL_ASSISTANT_URL', plugins_url( '/', FL_ASSISTANT_FILE ) );
27 -}
28 -if ( ! defined( 'FL_ASST_SUPPORTS_BB' ) ) {
29 - define( 'FL_ASST_SUPPORTS_BB', true );
30 -}
31 -
32 -require_once( __DIR__ . '/backend/autoloader.php' );
33 -
34 -new FL\Assistant\System\Plugin( __FILE__ );
1 +<?php
2 +/*
3 + * Plugin Name: Assistant
4 + * Author: The Beaver Builder Team
5 + * Author URI: https://www.wpbeaverbuilder.com/?utm_medium=assistant&utm_source=plugins-admin-page&utm_campaign=plugins-admin-author
6 + * Version: 1.3.7
7 + * Description: A tool for navigating a site and accomplishing quick tasks without needing the WordPress admin.
8 + * License: GNU General Public License v2.0
9 + * License URI: http://www.gnu.org/licenses/gpl-2.0.html
10 + * Text Domain: fl-assistant
11 + * Copyright: (c) 2021 Beaver Builder
12 +*/
13 +
14 +defined( 'ABSPATH' ) || die();
15 +
16 +define( 'FL_ASSISTANT_VERSION', '1.3.7' );
17 +define( 'FL_ASSISTANT_FILE', trailingslashit( __FILE__ ) );
18 +define( 'FL_ASSISTANT_DIR', plugin_dir_path( FL_ASSISTANT_FILE ) );
19 +define( 'FL_ASSISTANT_URL', plugins_url( '/', FL_ASSISTANT_FILE ) );
20 +define( 'FL_ASST_SUPPORTS_BB', true );
21 +
22 +require_once( __DIR__ . '/backend/autoloader.php' );
23 +
24 +new FL\Assistant\System\Plugin( __FILE__ );