mirror of
https://gitlab.com/ArkHost/WP-Security-Pack.git
synced 2026-09-19 17:37:30 +02:00
v1.1
This commit is contained in:
@@ -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__ ) );
|
||||
|
||||
Reference in New Issue
Block a user