PluginProbe
Faust.js / 1.0.2
Faust.js v1.0.2
1.8.12 1.8.11 1.4.1 1.8.0 1.8.8 1.8.9 trunk 0.7.0 0.7.1 0.7.10 0.7.11 0.7.3 0.7.4 0.7.5 0.7.6 0.7.7 0.7.8 0.7.9 0.8.0 0.8.1 0.8.3 0.8.4 0.8.5 0.8.6 0.8.7 All 40 releases
← All changes | faustwp.php +6 -3 0.7.61.0.2 View file →
@@ -1,9 +1,9 @@
1 1 <?php
2 2 /**
3 - * Plugin Name: FaustWP
3 + * Plugin Name: Faust.js™
4 4 * Plugin URI: https://faustjs.org/
5 - * Description: Plugin for working with Faust.js, the Headless WordPress Framework.
5 + * Description: Plugin for working with Faust.js™, the Headless WordPress Framework.
6 6 * Author: WP Engine
7 7 * Author URI: https://wpengine.com/
8 8 * License: GPLv2 or later
9 9 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -8,9 +8,9 @@
8 8 * License: GPLv2 or later
9 9 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
10 10 * Text Domain: faustwp
11 11 * Domain Path: /languages
12 - * Version: 0.7.6
12 + * Version: 1.0.2
13 13 * Requires PHP: 7.2
14 14 * Requires at least: 5.7
15 15 *
16 16 * @package FaustWP
@@ -28,8 +28,9 @@
28 28 define( 'FAUSTWP_PATH', plugin_basename( FAUSTWP_FILE ) );
29 29 define( 'FAUSTWP_SLUG', dirname( plugin_basename( FAUSTWP_FILE ) ) );
30 30
31 31 require FAUSTWP_DIR . '/includes/auth/functions.php';
32 +require FAUSTWP_DIR . '/includes/telemetry/functions.php';
32 33 require FAUSTWP_DIR . '/includes/replacement/functions.php';
33 34 require FAUSTWP_DIR . '/includes/settings/functions.php';
34 35 require FAUSTWP_DIR . '/includes/graphql/functions.php';
35 36 require FAUSTWP_DIR . '/includes/utilities/functions.php';
@@ -34,8 +35,9 @@
34 35 require FAUSTWP_DIR . '/includes/graphql/functions.php';
35 36 require FAUSTWP_DIR . '/includes/utilities/functions.php';
36 37 require FAUSTWP_DIR . '/includes/auth/callbacks.php';
37 38 require FAUSTWP_DIR . '/includes/deny-public-access/functions.php';
39 +require FAUSTWP_DIR . '/includes/detect-conflicts/functions.php';
38 40 require FAUSTWP_DIR . '/includes/deny-public-access/callbacks.php';
39 41 require FAUSTWP_DIR . '/includes/menus/callbacks.php';
40 42 require FAUSTWP_DIR . '/includes/admin-menus/callbacks.php';
41 43 require FAUSTWP_DIR . '/includes/replacement/callbacks.php';
@@ -44,4 +46,5 @@
44 46 require FAUSTWP_DIR . '/includes/rest/callbacks.php';
45 47 require FAUSTWP_DIR . '/includes/settings/callbacks.php';
46 48 require FAUSTWP_DIR . '/includes/updates/upgrade-database.php';
47 49 require FAUSTWP_DIR . '/includes/utilities/callbacks.php';
50 +require FAUSTWP_DIR . '/includes/detect-conflicts/callbacks.php';