Skip to content

v1.0.2

Latest

Choose a tag to compare

@Amadeco Amadeco released this 03 Apr 15:34
· 7 commits to main since this release
87d7ecd

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