SEO for WordPress®
- 🐛 BUG: Fixed composer autoloader check to use class_exists instead of function_exists
- 📦 NEW: Added character counters for title and description meta fields
- 📦 NEW: Added 'Import' settings page to import metadata
- 📦 NEW: Added Italian translation
- 📦 NEW: Added Afrikaans translation
- 📦 NEW: Added German translation
- 👌 IMPROVE: Updated plugin to load text domain for translations
- 👌 IMPROVE: Updated Plugins page to include link to the plugin settings page
- 👌 IMPROVE: Replaced implode() usage with array_reduce()
- 👌 IMPROVE: Updated text strings for localization
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 offunction_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()
witharray_reduce()
for better performance.