| @@ -1,11 +1,11 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Plugin Name: Kadence Performance | |
| 4 | - * Description: Optimize site performance, boost PageSpeed, and serve a faster website with this simple site optimization tool from Kadence. Easy page caching setup will accelerate your site in minutes with only a couple of clicks. | |
| 5 | - * Author: Kadence | |
| 6 | - * Author URI: https://kadencewp.com | |
| 7 | - * Version: 2.0.1 | |
| 3 | + * Plugin Name: Solid Performance | |
| 4 | + * Description: Optimize site performance, boost PageSpeed, and serve a faster website with this simple site optimization tool from SolidWP. Easy page caching setup will accelerate your site in minutes with only a couple of clicks. | |
| 5 | + * Author: SolidWP | |
| 6 | + * Author URI: https://go.solidwp.com/performance-author | |
| 7 | + * Version: 1.4.0 | |
| 8 | 8 | * Text Domain: solid-performance |
| 9 | 9 | * Domain Path: /lang |
| 10 | 10 | * License: GPLv2-or-later |
| 11 | 11 | * Requires at least: 6.4 |
| @@ -41,13 +41,13 @@ | ||
| 41 | 41 | } |
| 42 | 42 | ); |
| 43 | 43 | |
| 44 | 44 | /** |
| 45 | - * Fires when the Kadence Performance plugin is loaded. | |
| 45 | + * Fires when the SolidWP Performance plugin is loaded. | |
| 46 | 46 | * |
| 47 | - * @since 1.3.3 | |
| 47 | + * @since TBD | |
| 48 | 48 | */ |
| 49 | 49 | do_action( 'solidwp/performance/bootstrap_file_loaded' ); |
| 50 | 50 | |
| 51 | -register_activation_hook( __FILE__, Activator::callback() ); | |
| 52 | -register_deactivation_hook( __FILE__, Deactivator::callback() ); | |
| 51 | +register_activation_hook( __FILE__, new Activator( $core->container() ) ); | |
| 52 | +register_deactivation_hook( __FILE__, new Deactivator( $core->container() ) ); | |
| 53 | 53 | register_uninstall_hook( __FILE__, [ Uninstaller::class, 'uninstall' ] ); |