| @@ -1,13 +1,13 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | /** |
| 4 | - * Plugin Name: Adminify | |
| 5 | - * Description: Customize the WordPress admin area with white-label branding, a drag-and-drop menu editor, login customizer, media folders, and security tools. | |
| 4 | + * Plugin Name: WP Adminify | |
| 5 | + * Description: WP Adminify is a powerful plugin that modernizes and customizes your WordPress admin dashboard. It offers a clean, branded interface and advanced menu management features to enhance your admin user experience. | |
| 6 | 6 | * Plugin URI: https://wpadminify.com |
| 7 | - * Version: 4.1.17 | |
| 8 | 7 | * Author: Jewel Theme |
| 9 | - * Author URI: https://jeweltheme.com | |
| 8 | + * Version: 4.1.3 | |
| 9 | + * Author URI: https://wpadminify.com | |
| 10 | 10 | * License: GPLv3 or later |
| 11 | 11 | * License URI: https://www.gnu.org/licenses/gpl-3.0.html |
| 12 | 12 | * Text Domain: adminify |
| 13 | 13 | * Domain Path: /languages |
| @@ -56,9 +56,9 @@ | ||
| 56 | 56 | 'type' => 'plugin', |
| 57 | 57 | 'public_key' => 'pk_a0ea61beae7126eb845f7e58a03e5', |
| 58 | 58 | 'premium_suffix' => 'Premium', |
| 59 | 59 | 'affiliation' => false, |
| 60 | - 'has_addons' => false, | |
| 60 | + 'has_addons' => true, | |
| 61 | 61 | 'has_paid_plans' => true, |
| 62 | 62 | 'is_org_compliant' => true, |
| 63 | 63 | 'parallel_activation' => array( |
| 64 | 64 | 'enabled' => true, |
| @@ -130,8 +130,8 @@ | ||
| 130 | 130 | if ( class_exists( '\\WPAdminify\\WP_Adminify' ) ) { |
| 131 | 131 | register_activation_hook( WP_ADMINIFY_FILE, array('\\WPAdminify\\WP_Adminify', 'jltwp_adminify_activation_hook') ); |
| 132 | 132 | register_deactivation_hook( WP_ADMINIFY_FILE, array('\\WPAdminify\\WP_Adminify', 'jltwp_adminify_deactivation_hook') ); |
| 133 | 133 | } |
| 134 | -if ( class_exists( '\\JLTAdminify\\Modules\\ActivityLogs\\Inc\\ActivityLogs\\Inc\\DB_Table' ) ) { | |
| 135 | - register_activation_hook( WP_ADMINIFY_FILE, ['\\JLTAdminify\\Modules\\ActivityLogs\\Inc\\ActivityLogs\\Inc\\DB_Table', 'activation_hook'] ); | |
| 136 | - register_uninstall_hook( WP_ADMINIFY_FILE, ['\\JLTAdminify\\Modules\\ActivityLogs\\Inc\\ActivityLogs\\Inc\\DB_Table', 'deactivation_hook'] ); | |
| 134 | +if ( class_exists( '\\WPAdminify\\Inc\\Modules\\ActivityLogs\\Inc\\DB_Table' ) ) { | |
| 135 | + register_activation_hook( WP_ADMINIFY_FILE, ['\\WPAdminify\\Inc\\Modules\\ActivityLogs\\Inc\\DB_Table', 'activation_hook'] ); | |
| 136 | + register_uninstall_hook( WP_ADMINIFY_FILE, ['\\WPAdminify\\Inc\\Modules\\ActivityLogs\\Inc\\DB_Table', 'deactivation_hook'] ); | |
| 137 | 137 | } |