Site Vitals for WordPress®
- 🐛 BUG: Fixed WPCom Check autoloader check to use class_exists
- 🐛 BUG: Fixed
getallheaders()
causing fatal error in certain hosting environments - 📦 NEW: Added Italian translation
- 👌 IMPROVE: General code cleanup
- 👌 IMPROVE: Updated text strings for localization
- 👌 IMPROVE: Updated language translation files
Release notes
This update for Site Vitals for WordPress includes critical bug fixes, expanded language support, and general improvements to performance and localization.
🐛 Bug Fixes
- WPCom Check Autoloader Fix: Resolved an issue where the WPCom Check autoloader was not functioning correctly by using
class_exists()
for improved reliability. - Hosting Compatibility Fix: Fixed a fatal error caused by
getallheaders()
in certain hosting environments to ensure smoother plugin execution across different server configurations.
🚀 New Features
- Expanded Translations: Added Italian 🇮🇹 support, making the plugin more accessible to Italian-speaking users.
🔧 Improvements
- Localization Enhancements:
- Updated text strings for better consistency across translations.
- Refreshed translation files for improved accuracy.
- General Code Cleanup: Improved maintainability and performance with optimized code structure.