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.1

What’s Changed

  • Added: Opt-in “Delete all plugin data when uninstalling” checkbox on the dashboard — removes all options, post metadata, transients, and files on uninstall
  • Fixed: Replaced all direct file_put_contents calls with WP_Filesystem API across Task Manager, Redirect Manager, and JSON file creation
  • Fixed: Extracted duplicate CSS sanitization into a shared trait used by Components and Fonts modules
  • Fixed: Removed sslverify => false from loopback HTTP requests in Assumption Detection
  • Fixed: Disabled debug console logging in SVG Icons editor script
  • Fixed: Removed dead code in admin UI script

= 1.4.0 = = 1.4.1 = Code quality and plugin review compliance: WP_Filesystem for all file writes, comprehensive uninstall cleanup (opt-in), shared CSS sanitization trait, and minor fixes.

Commits

  • v1.4.1: comprehensive uninstall, WP_Filesystem, shared CSS sanitizer, cleanup (20f055f)

Full Changelog: https://github.com/wpgaurav/functionalities/compare/v1.4.0…1.4.1

View Full Release History