Skip to content

Release v1.1.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 01:44
· 76 commits to main since this release
affd60c

Improvements & Fixes

  • Text Domain Standardization: Fixed WordPress textdomain to match plugin slug WC-Free-Gift-Coupons-Bulk-Coupons-Generator
  • Internationalization Compliance: Updated all translation functions and POT file to use consistent textdomain
  • Code Quality: Enhanced code documentation and inline comments for better maintainability
  • WordPress Standards: Improved compliance with WordPress coding standards and best practices
  • Coupon Generation: Restored full character set for coupon codes (all lowercase letters and digits)
  • File Structure: Renamed POT file to match WordPress naming conventions
  • Security Enhancement: Additional input validation and sanitization improvements
  • Documentation: Added comprehensive changelog.txt file for WordPress.org compatibility

Technical Changes

  • Updated load_plugin_textdomain() to use correct textdomain
  • Standardized all (), esc_html(), esc_attr_e() function calls
  • Enhanced PHPDoc comments and function documentation
  • Improved error logging and debug information
  • Added comprehensive version tracking across all project 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