Skip to content

1.1.0

Choose a tag to compare

@bloglogisticsdev bloglogisticsdev released this 31 May 18:22
· 11 commits to main since this release
95718d0

BlogLogistics Remove Comments Feed – Version 1.1.0

This release introduces new customisation options and significant improvements to performance, structure, and security.

🆕 New

  • Introduced a user-friendly settings page to easily toggle the Comments RSS Feed on or off.
    You can now find this under Settings > Comment Feeds in your WordPress admin dashboard.

🔧 Improvements

  • Enhanced logic for removing comments feed links from the <head> section of your site,
    including those added by themes or plugins that bypass standard WordPress filters.
  • The plugin continues to disable the comments RSS feed by default, but now provides the option to re-enable it via the settings panel.

🐛 Fixes

  • Refactored the codebase into an object-oriented structure (OOP) for improved organisation and compatibility with other plugins.
  • Added proper output escaping, direct file access protection, and more reliable use of WordPress hooks and filters for increased security.