Skip to content

Silver Assist Security Essentials v1.1.16

Choose a tag to compare

@github-actions github-actions released this 02 Mar 19:46
· 79 commits to main since this release

Changes in v1.1.16

♻️ Refactoring & Architecture

  • Settings Hub Integration: Renamed plugin tab from "Security" to "Security Essentials" for clearer identification
  • Update Check Delegation: Simplified update checking by delegating to wp-github-updater v1.3.0 built-in enqueueCheckUpdatesScript(), removing custom AJAX handler and update-check.js
  • Removed update-check.js: Eliminated standalone update check script in favor of centralized wp-github-updater functionality
  • Removed duplicate <h1> title: AdminPageRenderer no longer renders standalone page title (handled by Settings Hub)
  • Version badge CSS: Added .version-badge component style using CSS design system variables

📦 Dependencies

  • wp-github-updater: Updated from ^1.0 to ^1.3 for built-in update check UI support
  • wp-settings-hub: Updated from ^1.1.3 to ^1.2 for plugin_file registration support
  • Updater config: Added text_domain parameter for localized update notifications

🔧 CI/CD

  • Copilot Setup Steps: Added .github/workflows/copilot-setup-steps.yml for automated PHP dependency setup in Copilot coding agents

Package Information

  • File: silver-assist-security-v1.1.16.zip
  • Size: ~232KB
  • License: Polyform Noncommercial License 1.0.0

Installation

  1. Download the ZIP file below
  2. Go to WordPress Admin → Plugins → Add New → Upload Plugin
  3. Choose the downloaded ZIP file and click "Install Now"
  4. Activate the plugin
  5. Go to Settings → Security Essentials to configure

For detailed installation instructions, see the README.md file.

Security Features

  • HTTPOnly cookie protection
  • GraphQL security with rate limiting
  • Login attempt limiting and session management
  • WordPress hardening (XML-RPC blocking, version hiding)
  • Real-time security dashboard with live statistics
  • Multi-language support with comprehensive admin panel
  • Automatic GitHub Updates - Powered by silverassist/wp-github-updater package