Skip to content

Release v1.0.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 15:46
· 104 commits to main since this release
c90167e

Initial Release

  • Core Features: WordPress plugin for generating bulk free gift coupons that work with Free Gift Coupons for WooCommerce
  • Admin Interface: User-friendly admin panel in WooCommerce menu
  • Multi-Product Support: Select single or multiple products for free gift coupon generation
  • Custom Prefixes: Add custom prefixes to coupon codes (e.g., GIFT-ABC123)
  • Bulk Generation: Generate up to 100 coupons at once with timeout protection
  • Free Gift Compatibility: Creates coupons with proper gift_info data structure for Free Gift Coupons for WooCommerce plugin
  • Security First: Enterprise-grade security with nonces, capability checks, input sanitization
  • Rate Limiting: Prevent concurrent generation requests
  • Performance Optimized: Caching, optimized queries, memory-efficient processing
  • Internationalization: Ready for translation into multiple languages
  • WordPress Standards: Follows all WordPress coding standards and best practices
  • OWASP Compliant: Meets OWASP security guidelines for web applications
  • Error Handling: Graceful error handling with user-friendly messages
  • Responsive Design: Works perfectly on desktop and mobile devices

Security Features

  • XSS Prevention: All outputs properly escaped using WordPress functions
  • CSRF Protection: WordPress nonce verification for all form submissions
  • Input Validation: Comprehensive sanitization and validation of all inputs
  • SQL Injection Protection: Uses WordPress/WooCommerce APIs exclusively
  • Rate Limiting: User-based request limiting with transients
  • HTTP Security Headers: X-Content-Type-Options, X-Frame-Options
  • File System Protection: .htaccess protection for sensitive files

Installation

  1. Download the zip file
  2. Upload to your WordPress site through the Plugins > Add New > Upload menu
  3. Activate the plugin
  4. Navigate to WooCommerce > Coupon Generator to start using the plugin

Requirements

  • WordPress 6.5 or higher
  • WooCommerce 5.0 or higher
  • PHP 7.4 or higher

Full Documentation