SEO for WordPress®

Release notes

This update for SEO for WordPress introduces new functionality, enhances localization, and optimizes code performance.

🚀 New Features

  • Title & Description Character Counters: Added real-time character counters for meta title and description fields, helping users optimize their SEO content.
  • Import Metadata Settings Page: Added a new Import settings page, allowing users to import SEO metadata easily.
  • Expanded Translations: The plugin now supports Italian 🇮🇹, Afrikaans 🇿🇦, and German 🇩🇪, improving accessibility for global users.

🐛 Bug Fixes

  • Composer Autoloader Fix: Updated the autoloader check to use class_exists() instead of function_exists(), ensuring better compatibility.

🔧 Improvements

  • Localization Enhancements:
    • Updated text domain handling for improved translation support.
    • Refined text strings for better translation consistency across languages.
  • UX & Code Optimization:
    • Updated the Plugins page to include a direct link to the plugin settings page.
    • Improved code efficiency by replacing implode() with array_reduce() for better performance.