This commit is contained in:
Yuri Karamian
2026-02-20 00:21:13 +01:00
parent 6b719f4fac
commit 3676534140
3 changed files with 38 additions and 7 deletions
@@ -2,7 +2,7 @@
/**
* Plugin Name: ArkHost Security Pack
* Description: A free, lightweight security plugin with zero upsells. Login protection, IP blocking, hardening, and activity logging.
* Version: 1.0
* Version: 1.1
* Requires at least: 5.0
* Requires PHP: 7.4
* Author: ArkHost
@@ -21,7 +21,7 @@ if ( ! defined( 'ABSPATH' ) ) {
}
// Plugin constants.
define( 'ARKSP_VERSION', '1.0' );
define( 'ARKSP_VERSION', '1.1' );
define( 'ARKSP_PLUGIN_FILE', __FILE__ );
define( 'ARKSP_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'ARKSP_PLUGIN_URL', plugin_dir_url( __FILE__ ) );