Ir al contenido principal

Changelog

All notable changes to Advanced Category Discount will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0] - 2025-06-26

Added

  • First stable release of Advanced Category Discount for WooCommerce
  • Category-specific discounts with individual percentage settings
  • Multiple category selection with Select2 interface
  • Admin interface for coupon management (create, edit, delete)
  • Automatic WooCommerce coupon synchronization
  • Internationalization support (English, Spanish)
  • Clean uninstall process with data cleanup
  • Full documentation (README, INSTALLATION, CHANGELOG)
  • Security features (nonce validation, input sanitization, capability checks)
  • Performance optimizations and code refactoring

Fixed

  • HTML escaping in admin views
  • Nonce validation in forms
  • Translation loading issues
  • Coupon validation and database optimization
  • Initial bug fixes and stability improvements

Changed

  • Updated minimum PHP requirement to 7.4
  • Improved error messages and user interface
  • Better code organization and maintainability
  • Enhanced security implementation
  • Marked as first stable version ready for production use