Plugin Directory

Changeset 3462237


Ignore:
Timestamp:
02/16/2026 06:52:41 AM (6 weeks ago)
Author:
amitbiswas06
Message:

Release 1.0.1: refine description and tags

Location:
plugiva-clientguard/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugiva-clientguard/trunk/plugiva-clientguard.php

    r3447524 r3462237  
    22/**
    33 * Plugin Name: Plugiva ClientGuard
    4  * Description: Gently protect WordPress sites from accidental client-side changes.
    5  * Version:     1.0.0
     4 * Description: Lock plugin installation, prevent theme switching, and restrict sensitive admin changes in WordPress.
     5 * Version:     1.0.1
    66 * Author:      Plugiva
    77 * Author URI:  https://plugiva.com
     
    1919 * Plugin version.
    2020 */
    21 define( 'PCGD_VERSION', '1.0.0' );
     21define( 'PCGD_VERSION', '1.0.1' );
    2222
    2323/**
  • plugiva-clientguard/trunk/readme.txt

    r3447524 r3462237  
    11=== Plugiva ClientGuard ===
    22Contributors: amitbiswas06
    3 Tags: admin, safety, plugins, themes, content
     3Tags: admin lock, plugin management, theme switching, admin permissions, client safety
    44Requires at least: 6.0
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPL v2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Prevent accidental changes in the WordPress admin by safely guarding plugins, themes, menus, and critical pages.
     11Lock plugin installation, prevent theme switching, and restrict sensitive admin changes in WordPress.
    1212
    1313== Description ==
    1414
    15 Plugiva ClientGuard helps site owners and administrators prevent accidental or unwanted changes in the WordPress admin area.
     15Plugiva ClientGuard gives you control over plugin installation, theme switching, plugin updates, and other sensitive admin actions in WordPress.
    1616
    17 Instead of blocking access aggressively, ClientGuard focuses on *guardrails* — reducing risk while keeping the admin experience calm and predictable.
     17It 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.
    1818
    1919This plugin is ideal for:
     
    2828* Hide selected admin menus to reduce clutter
    2929* Protect important pages from editing or deletion
    30 * Safe defaults nothing is locked on activation
     30* Safe defaults - nothing is locked on activation
    3131* Direct URLs remain accessible (no hard lockouts)
    3232* Clean uninstall with no leftover data
     
    7373== Changelog ==
    7474
     75= 1.0.1 =
     76* Refined plugin description and tags for improved clarity and discoverability.
     77
    7578= 1.0.0 =
    7679* Initial release.
     
    7881== Upgrade Notice ==
    7982
     83= 1.0.1 =
     84Refined description and tag improvements.
     85
    8086= 1.0.0 =
    8187Initial release.
Note: See TracChangeset for help on using the changeset viewer.