PluginProbe
Hostinger Tools / 3.0.75
Hostinger Tools v3.0.75
3.0.77 3.0.76 3.0.75 3.0.74 3.0.73 3.0.72 3.0.71 3.0.70 3.0.69 3.0.68 3.0.67 3.0.66 1.8.1 1.8.2 1.8.3 1.9.1 1.9.4 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.0.1 2.0.4 All 108 releases
← All changes | hostinger.php +3 -3 3.0.763.0.75 View file →
@@ -2,11 +2,11 @@
2 2 /**
3 3 * Plugin Name: Hostinger Tools
4 4 * Plugin URI: https://hostinger.com
5 5 * Description: Hostinger WordPress plugin.
6 - * Version: 3.0.76
6 + * Version: 3.0.75
7 7 * Requires at least: 5.5
8 - * Tested up to: 7.1
8 + * Tested up to: 7.0
9 9 * Requires PHP: 8.1
10 10 * Author: Hostinger
11 11 * License: GPL v3
12 12 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -23,9 +23,9 @@
23 23 use Hostinger\WpMenuManager\Manager;
24 24
25 25 defined( 'ABSPATH' ) || exit;
26 26
27 -define( 'HOSTINGER_WORDPRESS_PLUGIN_VERSION', '3.0.76' );
27 +define( 'HOSTINGER_WORDPRESS_PLUGIN_VERSION', '3.0.75' );
28 28
29 29 if ( ! defined( 'HOSTINGER_ABSPATH' ) ) {
30 30 define( 'HOSTINGER_ABSPATH', plugin_dir_path( __FILE__ ) );
31 31 }