Changelogs

Follow the improvements and fixes in each product release.

Functionalities

Functionalities is a collection of WordPress utilities and tools designed to extend core WordPress capabilities without bloated plugins. From custom post type registration and admin customization to performance…

Explore Product

Release History

Permalink

1.4.4

What’s Changed

  • Fixed: Schema module filter_article() now skips content with Vue/Alpine.js directives — prevents DOMDocument from corrupting JS framework templates
  • Fixed: Block Cleanup module filter_content_cleanup() now skips content with JS framework directives
  • Refactored: Extracted Vue-safe DOMDocument guard into shared Has_Dom_Parser trait used by Link Management, Schema, and Block Cleanup
  • All three the_content filters that use DOMDocument (priorities 12, 14, 999) are now protected against JS framework corruption

= 1.4.3 = = 1.4.4 = Extends Vue/Alpine.js protection to Schema and Block Cleanup modules. All DOMDocument-based content filters now skip JS framework content.

Commits

  • docs: remove changelog from README.md, point to readme.txt (c28993b)
  • v1.4.4: extend Vue-safe guard to Schema and Block Cleanup modules (f9b27cc)
  • refactor: extract Vue-safe DOMDocument guard into shared trait (f4df469)

Full Changelog: https://github.com/wpgaurav/functionalities/compare/v1.4.3…v1.4.4

View Full Release History