Skip to content

1.2.0

Choose a tag to compare

@land0r land0r released this 20 Dec 15:18
· 7 commits to main since this release
68a0334

Release notes

Refactored Plugin Structure:

  • Removed dependency injection container (DIC) for simplicity.
  • Split loader into smaller methods for better organization.
  • Introduced a singleton pattern for Plugin class.

Improved Table Styling:

  • Updated SCSS with modern Sass (color.mix instead of deprecated functions).
  • Enhanced table hover effects and alternating row colors.
  • Caching Enhancements:

Refactored cache expiration logic.

  • Added filter support for customizable cache keys.
  • Admin and Frontend Enhancements:
  • Localized JavaScript strings using wp_localize_script.
  • Improved admin page styling and conditional script loading.