| @@ -2,10 +2,10 @@ | ||
| 2 | 2 | /** |
| 3 | 3 | * Plugin Name: Hostinger |
| 4 | 4 | * Plugin URI: https://hostinger.com |
| 5 | 5 | * Description: Hostinger WordPress plugin. |
| 6 | - * Version: 1.9.8 | |
| 7 | - * Requires at least: 5.6 | |
| 6 | + * Version: 2.0.1 | |
| 7 | + * Requires at least: 5.9 | |
| 8 | 8 | * Requires PHP: 7.4 |
| 9 | 9 | * Author: Hostinger |
| 10 | 10 | * License: GPL v3 |
| 11 | 11 | * License URI: https://www.gnu.org/licenses/gpl-3.0.html |
| @@ -18,9 +18,9 @@ | ||
| 18 | 18 | |
| 19 | 19 | defined( 'ABSPATH' ) || exit; |
| 20 | 20 | |
| 21 | 21 | if ( ! defined( 'HOSTINGER_VERSION' ) ) { |
| 22 | - define( 'HOSTINGER_VERSION', '1.9.8' ); | |
| 22 | + define( 'HOSTINGER_VERSION', '2.0.1' ); | |
| 23 | 23 | } |
| 24 | 24 | |
| 25 | 25 | if ( ! defined( 'HOSTINGER_ABSPATH' ) ) { |
| 26 | 26 | define( 'HOSTINGER_ABSPATH', plugin_dir_path( __FILE__ ) ); |