Changeset 3462237
- Timestamp:
- 02/16/2026 06:52:41 AM (6 weeks ago)
- Location:
- plugiva-clientguard/trunk
- Files:
-
- 2 edited
-
plugiva-clientguard.php (modified) (2 diffs)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plugiva-clientguard/trunk/plugiva-clientguard.php
r3447524 r3462237 2 2 /** 3 3 * Plugin Name: Plugiva ClientGuard 4 * Description: Gently protect WordPress sites from accidental client-side changes.5 * Version: 1.0. 04 * Description: Lock plugin installation, prevent theme switching, and restrict sensitive admin changes in WordPress. 5 * Version: 1.0.1 6 6 * Author: Plugiva 7 7 * Author URI: https://plugiva.com … … 19 19 * Plugin version. 20 20 */ 21 define( 'PCGD_VERSION', '1.0. 0' );21 define( 'PCGD_VERSION', '1.0.1' ); 22 22 23 23 /** -
plugiva-clientguard/trunk/readme.txt
r3447524 r3462237 1 1 === Plugiva ClientGuard === 2 2 Contributors: amitbiswas06 3 Tags: admin , safety, plugins, themes, content3 Tags: admin lock, plugin management, theme switching, admin permissions, client safety 4 4 Requires at least: 6.0 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPL v2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Prevent accidental changes in the WordPress admin by safely guarding plugins, themes, menus, and critical pages.11 Lock plugin installation, prevent theme switching, and restrict sensitive admin changes in WordPress. 12 12 13 13 == Description == 14 14 15 Plugiva ClientGuard helps site owners and administrators prevent accidental or unwanted changes in the WordPress admin area.15 Plugiva ClientGuard gives you control over plugin installation, theme switching, plugin updates, and other sensitive admin actions in WordPress. 16 16 17 I nstead of blocking access aggressively, ClientGuard focuses on *guardrails* — reducing risk while keeping the admin experience calm and predictable.17 It helps site owners reduce accidental changes in the admin area without aggressively blocking access. Instead of acting like a security firewall, ClientGuard focuses on guardrails - controlled permissions and predictable workflows. 18 18 19 19 This plugin is ideal for: … … 28 28 * Hide selected admin menus to reduce clutter 29 29 * Protect important pages from editing or deletion 30 * Safe defaults —nothing is locked on activation30 * Safe defaults - nothing is locked on activation 31 31 * Direct URLs remain accessible (no hard lockouts) 32 32 * Clean uninstall with no leftover data … … 73 73 == Changelog == 74 74 75 = 1.0.1 = 76 * Refined plugin description and tags for improved clarity and discoverability. 77 75 78 = 1.0.0 = 76 79 * Initial release. … … 78 81 == Upgrade Notice == 79 82 83 = 1.0.1 = 84 Refined description and tag improvements. 85 80 86 = 1.0.0 = 81 87 Initial release.
Note: See TracChangeset
for help on using the changeset viewer.