- Updated build process to add ABSPATH guards to generated .asset.php files.
- Added README.md documenting external service usage (metrics.brainstormforce.com).
Version 1.0.20 - 20-03-2026
- Fix:
- Updated variable names, error codes, and file loading to comply with WordPress.org plugin review guidelines.
Version 1.0.19 - 16-03-2026
- Fix:
- Added ABSPATH guards and conditional core file loading to prevent direct file access.
- Fixed first_name fallback not triggering when user has no first name set, now correctly falls back to display_name.
- Security:
- Strengthen security and harden against potential vulnerabilities.
Version 1.0.18 - 12-03-2026
- Improvement:
- Added support for late loading when `wp_loaded` has already fired, allowing consuming plugins to defer library inclusion to hooks like `current_screen` for better performance.
Version 1.0.17 - 02-03-2026
- Fix:
- Added ABSPATH guards and conditional core file loading to prevent direct file access.
Version 1.0.16 - 20-01-2026
- Improvement:
- Made comment field mandatory for ratings of 6 or below to ensure actionable feedback.
- Enforced minimum feedback length of 50 characters for low ratings to prevent short or low-effort responses.
- Refactored rating prompt logic to allow disabling the WordPress rating functionality, ensuring a non-discriminatory and guideline-compliant user experience.
Version 1.0.11 - 27-06-2025
- Improvement:
- Improved core class loading to avoid duplicate declarations and ensure stability.
Version 1.0.10 - 26-06-2025
- Improvement:
- Updated rating submission endpoint.
Version 1.0.9 - 24-06-2025
- Improvement:
- Improved library loading conditions to prevent conflicts.
Version 1.0.8 - 18-06-2025
- Dev:
- Updated API domain to 'https://metrics.brainstormforce.com/' for improved performance and reliability.