feat: Code Quality Improvements
What's New
This release focuses on code quality improvements to ensure better maintainability and compatibility with modern PHP standards.
Improvements
- Added missing PHPDoc block to CustomEntityPlugin for code consistency
- Replaced direct getData() calls with specific getter methods in ApplySeoMetadata observer
- Fixed entity type checking syntax for better robustness
- Enhanced code comments to better document metadata application conditions
- Improved code structure to better follow Magento 2 best practices
Technical Notes
- Ensured full compatibility with PHP 8.3
- Maintained backward compatibility with previous version
- No database schema changes required