Skip to content

Site Deployment Manager v1.0.0

Latest
Compare
Choose a tag to compare
@kmishmael kmishmael released this 26 Dec 10:53
· 1 commit to main since this release

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