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

0.8.0

What’s Changed

  • Add comprehensive inline documentation and hooks/filters (v0.8.0) by @wpgaurav in https://github.com/wpgaurav/functionalities/pull/9

Full Changelog: https://github.com/wpgaurav/functionalities/compare/0.7.2…0.8.0

Permalink

0.7.2

What’s Changed

  • Set default GitHub repo values to wpgaurav/functionalities (v0.7.1) by @wpgaurav in https://github.com/wpgaurav/functionalities/pull/7
  • Update plugin author and URI details by @wpgaurav in https://github.com/wpgaurav/functionalities/pull/8

Full Changelog: https://github.com/wpgaurav/functionalities/compare/0.7.0…0.7.2

Permalink

0.7.0

What’s Changed

  • Feature: Redesign Components UI with grid layout and pagination (v0.7.0) by @wpgaurav in https://github.com/wpgaurav/functionalities/pull/6

Full Changelog: https://github.com/wpgaurav/functionalities/compare/0.6.1…0.7.0

Permalink

0.6.1

What’s Changed

  • Claude/add yoast seo support dcw fc by @wpgaurav in https://github.com/wpgaurav/functionalities/pull/5

Full Changelog: https://github.com/wpgaurav/functionalities/compare/0.5.0…0.6.1

Permalink

0.5.0

What’s Changed

  • Refactor: Module-based navigation and WordPress coding standards improvements by @wpgaurav in https://github.com/wpgaurav/functionalities/pull/1
  • Feature: Complete GT Nofollow Manager integration (v0.4.0) by @wpgaurav in https://github.com/wpgaurav/functionalities/pull/2
  • Claude/refactor standards modules 1yhe x by @wpgaurav in https://github.com/wpgaurav/functionalities/pull/3
  • Feature: Add Meta & Copyright module with SEO plugin integration (v0.… by @wpgaurav in https://github.com/wpgaurav/functionalities/pull/4

New Contributors

  • @wpgaurav made their first contribution in https://github.com/wpgaurav/functionalities/pull/1

Full Changelog: https://github.com/wpgaurav/functionalities/commits/0.5.0

Historical releasePermalink

1.3.3

  • Improved: Snippets UI — collapsible cards, type badges (CSS/JS/Meta), inline label editing, icon buttons
  • Fixed: Template index replacement no longer corrupts textarea attributes
  • Fixed: kses_with_styles handles empty style tags and regex failures gracefully
Historical releasePermalink

1.3.2

  • Added: Snippets repeater — multiple independently-toggleable code snippets per location (header, body open, footer)
  • Fixed: CSS inside <style> tags no longer stripped by wp_kses() for non-admin users
  • Removed: Legacy GT Nofollow Manager references and gtnf_* filter hooks from Link Management
  • Improved: Auto-migration from single-string snippet format to repeater arrays
Historical releasePermalink

1.0.0

  • Initial release with 15+ modules
  • Updated: Modern dashboard UI with improved module cards
Historical releasePermalink

0.15.5

  • Fixed: PHPCS compliance – added proper escaping, wp_unslash(), nonce verification comments, and translators comments across all modules
  • Removed: GitHub Updates module (not permitted on WordPress.org)
  • Added: readme.txt for WordPress.org submission
Historical releasePermalink

0.15.4

  • Fixed: PHPCS compliance improvements
Historical releasePermalink

0.15.1

  • Fixed: Removed automatic conversion of icon tags to shortcodes on save
Historical releasePermalink

0.15.0

  • Changed: SVG Icons now use the [func_icon name=”slug”] shortcode workaround for better stability
  • Improved: Updated block editor to insert shortcodes directly into content
  • Fixed: Render logic now gracefully handles unclosed icon tags on the frontend