=== iGrace Jobs Plugin ===
Contributors: iGrace MediaTech
Tags: jobs, recruitment, application, resumes, career
Requires at least: 6.0
Tested up to: 6.7
Stable tag: 1.0.0
License: GPLv2 or later

A secure, self-contained recruitment and job application management system. Features built-in frontend dashboard handling, custom job post types, and an automated server-level security engine to isolate and protect uploaded resumes.

== Description ==

iGrace Jobs Plugin streamlines internal recruitment workflows while enforcing strict enterprise-grade security on public file submissions. The core engine features automated cryptographic validation, MIME-profile file matching, and dynamic server-level directory hardening upon initialization.

== Installation ==

= Method 1: Standard WordPress Dashboard Installation =
1. Download the plugin as a `.zip` archive (`igrace-jobs-plugin.zip`) to your local machine.
2. Log in to your WordPress Admin Dashboard.
3. Navigate to **Plugins** > **Add New Plugin** and click the **Upload Plugin** button at the top of the interface.
4. Choose the downloaded zip file and click **Install Now**.
5. Once the installation script executes successfully, click **Activate Plugin**.

= Method 2: Manual Installation via cPanel File Manager =
1. Log in to your hosting control panel (cPanel).
2. Open the **File Manager** tool under the Files section.
3. Navigate to the root directory of your WordPress installation, then drill down to the folder path: `public_html/wp-content/plugins/`
4. Click the **Upload** button in the cPanel toolbar and upload your `igrace-jobs-plugin.zip` archive.
5. Once fully uploaded, right-click the file inside the File Manager interface and select **Extract**. Confirm extraction to the current `/plugins/` path.
6. Delete the residual `.zip` archive file to maintain clean server storage.
7. Go to your WordPress Admin Dashboard, navigate to the **Plugins** screen, locate **iGrace Jobs Plugin**, and click **Activate**.

== Security Notice ==

Upon activation, the core engine programmatically establishes an isolated storage folder within your standard uploads volume (`/wp-content/uploads/igrace-jobs-resumes/`) and provisions an automated `.htaccess` ruleset. This rule strips execution permissions entirely from the directory, neutralizing remote code execution (RCE) vectors by dropping any script requests with a 403 Forbidden handler at the Apache/Litespeed layer.

== Changelog ==

= 1.0.0 =
* Production release featuring secure document routing engines and automated folder isolation.