PluginProbe
Adminify – White Label, Admin Menu Editor, Login Customizer / 4.3.2
Adminify – White Label, Admin Menu Editor, Login Customizer v4.3.2
4.3.2 4.3.1 4.3.0 4.2.26 4.2.25 4.2.24 4.2.23 4.2.22 4.2.21 4.2.20 4.2.19 4.2.18 4.2.17 4.2.16 4.2.15 4.2.14 4.2.13 4.2.12 4.2.11 4.2.10 4.2.9 4.2.8 4.2.7 4.2.6 4.2.5 All 165 releases
← All changes | adminify.php +6 -1 4.2.224.3.2 View file →
@@ -3,9 +3,9 @@
3 3 /**
4 4 * Plugin Name: Adminify – White Label, Admin Menu Editor, Login Customizer
5 5 * Description: Customize the WordPress admin area with white-label branding, a drag-and-drop menu editor, login customizer, media folders, and security tools.
6 6 * Plugin URI: https://wpadminify.com
7 - * Version: 4.2.22
7 + * Version: 4.3.2
8 8 * Author: Pixar Labs
9 9 * Author URI: https://pixarlabs.com
10 10 * License: GPLv3 or later
11 11 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -122,8 +122,13 @@
122 122 }
123 123 if ( !class_exists( '\\PXLBSAdminify\\WP_Adminify' ) ) {
124 124 // Autoload Files
125 125 require_once __DIR__ . '/vendor/autoload.php';
126 + // Custom options-framework field types. Loaded straight after the autoloader
127 + // because that is where the framework bootstraps (and defines ADMINIFY_Fields);
128 + // declaring the class here means the framework picks it up without needing any
129 + // change inside Libs/adminify-framework.
130 + require_once __DIR__ . '/Inc/Fields/adminify_icon.php';
126 131 // Instantiate WP Adminify Class
127 132 require_once __DIR__ . '/class-wp-adminify.php';
128 133 }
129 134 // Activation and Deactivation hooks