Skip to content

Releases: kmishmael/site_deployment_manager

Site Deployment Manager v1.0.0

Choose a tag to compare

@kmishmael kmishmael released this 26 Dec 10:53

Changelog

[1.0.0] - 2024-03-21

Initial Release 🚀

First public release of Site Deployment Manager for WordPress.

Features

  • ✨ One-click deployment button in WordPress admin
  • 🔒 Secure webhook handling with nonce verification
  • 📝 Deployment history logging with status tracking
  • ⚡ Rate limiting to prevent simultaneous deployments
  • 🎨 Clean, modern admin interface
  • ⚙️ Configurable webhook URL settings

Requirements

  • WordPress 5.0+
  • PHP 7.2+
  • Admin privileges for deployment

Installation

  1. Upload to /wp-content/plugins/site-deployment-manager
  2. Activate through WordPress plugins page
  3. Configure webhook URL in settings

Security

  • Implements WordPress nonce verification
  • Admin-only deployment access
  • Rate-limited deployment requests
  • Secure webhook handling