Commandify Changelog (Free + Pro)
Commandify is a Spotlight-style command palette built to make WordPress faster, simpler, and more efficient.
It lets you navigate, search, and execute admin tasks from any screen using one keyboard shortcut- all without digging through menus or switching pages.
Developers, content teams, WooCommerce store owners, and site managers use Commandify to save time, reduce clicks, and work in a smooth, keyboard-first workflow. Check Pro features and pricing.
This Commandify changelog page highlights every improvement, optimization, bug fix, enhancement, and new feature added over time.
Both Free and Pro updates will continue to be documented here so users can easily follow progress, understand what’s new, and take advantage of the latest upgrades.
All Commandify Changelog at a Glance
Stay updated with the latest improvements, new features, fixes, and enhancements in Commandify. Every update makes your WordPress workflow faster, smarter, and more reliable.
Commandify v1.0.5 – January 02, 2026 #
What’s New in v1.0.5
Fluent Forms Integration (Pro)
- Search Fluent Forms, entries, and transactions directly from the command palette
- Find posts, pages, and custom post types containing Fluent Forms shortcodes
- Pattern-based entry lookup support (e.g.
ffentry:123or email-based search) - Full action support across forms, entries, and transactions
Download Commandify lite version
Search & Navigation
- Advanced fuzzy search engine with context-aware scoring, synonym matching, and intelligent ranking for more accurate results
- New tab navigation indicator- navigation commands now display a visual ↗️ icon when Cmd (Mac) or Ctrl (Windows) is pressed, opening links in a new tab
- Alternative keyboard shortcut support- open the command palette using a double Shift key press
UX & System
- Built-in Help Panel accessible from the command palette footer, includes keyboard shortcuts, command usage guide, and feature documentation
- Skeleton loading state added for Pro features to prevent “No commands found” flash during page refresh
Improvements in Commandify v1.0.5
Performance & Stability
- Optimized dynamic command loading with instant results preloading, static result caching, and improved action handler architecture
- Improved search index memoization to prevent stale data and reduce unnecessary rebuilds
- Added readiness checks and retry logic to ensure commands and settings fully load before opening the palette
- Added HTTP response validation across all API fetch requests to prevent crashes caused by network errors
UI & Styling
- Refactored CSS architecture: reduced
!importantusage by 77% using double-class specificity for better maintainability and theme compatibility - Improved form modal styling: better select field height, spacing, and text visibility
- Standardized modal styles to ensure consistent appearance across all WordPress themes
Code Quality
- Moved HTML sanitizer logic into shared utility file
- Removed unused Elementor integration functions
- Fixed variable naming conflicts for better long-term maintainability
Fixes in Commandify v1.0.5
Core
- Fixed favorites not loading when the feature is disabled- now correctly respects
enable_favoritessetting - Fixed smart default view on post list pages, contextual commands now display the full relevant command set
- Fixed command selection UI- title color remains white and badge text stays dark for improved readability
Forms & Modals
- Fixed select dropdown text cutoff issue by increasing field height and improving line spacing
- Fixed inconsistent form modal element styling across themes
Commandify v1.0.4 – December 18, 2025 #
New in Core
- Frontend command palette: styles are now theme-independent, ensuring consistent design across all themes on both backend and frontend
- Unified post actions Change Status action now appears consistently in both search results and dynamic pattern lookups for all post types
- WordPress 6.9 compatibility: added option to disable the default WordPress command palette to avoid conflicts with Commandify’s Cmd/Ctrl + K shortcut
New in WooCommerce (Pro)
- Added Show billing and shipping address action: displays read-only address details in a properly formatted modal
- Added Update billing address action: editable form modal with searchable country/state dropdowns matching WooCommerce field order
- Added Update shipping address action: editable form modal with searchable country/state dropdowns matching WooCommerce field order
- Dynamic country/state selection: address forms now update states dynamically based on selected country using searchable dropdowns
Improvements
UI & UX
- Fixed vertical alignment of icons across command items, back button, and search icon for improved visual consistency
- Added support for large and extra-large modal sizes for address display and update workflows
- Enabled keyboard scrolling (Arrow Up / Down) inside scrollable form modals
WooCommerce
- Refactored customer actions to use centralized UserActions class for consistent action generation across contexts
Page Builders
- Bricks integration now uses centralized
commandify_post_actionsfilter for better consistency - Elementor frontend contextual Edit with Elementor command now appears for all Elementor-supported post types, not just Elementor-built pages
- Improved keyboard shortcut handling inside Elementor editor iframe with automatic iframe detection and event capture
Fixes
Core
- Fixed duplicate post action creating two copies instead of one and incorrect success toast message
- Resolved undefined variable error when generating edit URLs for frontend contextual commands
Contact Form 7
- Fixed delete action not working and added confirmation modal before deletion
- Fixed escaped quotation marks (
") appearing in copied shortcodes - Fixed search command not showing all forms — now includes all post statuses with increased result limits
Elementor
- Fixed Edit with Elementor action not appearing on frontend post views
Check latest update on the repository.
Commandify v1.0.3 – December 09, 2025 #
New Integrations
Contact Form 7 Integration (Pro)
- Search all CF7 forms with actions: Edit Form, Copy Shortcode, Duplicate Form, Delete Form, View Submissions
- Search posts, pages, and custom post types containing CF7 shortcodes, with form-specific actions
- Flamingo submissions search with full actions: View Details, Copy Email, Mark as Spam/Not Spam, Move to Trash, Delete Permanently
- “View Submissions” action on forms and posts/pages — displays 10 latest submissions with full action support
- Search powered by native WordPress
sparameter for fast, accurate database-level matching
Bricks Builder Integration (Pro)
- Added Edit with Bricks action directly inside search results
- Automatically respects Bricks post-type settings (Settings → Post Types)
- Works across all supported post types including posts, pages, products, and CPTs
Fixes
Bricks Builder
- “Edit with Bricks” action now appears only for post types enabled in Bricks settings
- Fixed “Command not found” error for Bricks actions inside search results
Contact Form 7
- Fixed email extraction when stored in the format “Name email@domain.com”
- Resolved HTML entity encoding issues for email addresses and descriptions
- Fixed CF7 search command not appearing due to filter registration timing
Improvements
Contact Form 7
- Performance improvements — cached form channel mapping, removed unnecessary loops, optimized ID retrieval
- Added capability checks and input validation across all submission actions
- Escaped all URLs and user-provided data for improved security
- Flamingo search now includes spam submissions with Mark as Not Spam option
- Post search now displays post type label + form name (e.g., “Post • Contains form: Contact Form 1”)
- Optimized SQL queries for faster detection of posts/pages containing CF7 shortcodes
Bricks Builder
- Dynamic filter registration now applies automatically across all Bricks-enabled post types
Commandify v1.0.2 – December 02, 2025 (Free & Pro versions) #
New Features and Integrations
- Elementor integration (Free & Pro): Search templates, add “Edit with Elementor” action to posts and pages, export/copy/duplicate/rename templates, create new templates (all types), regenerate CSS, sync library, clear cache.
- User Switching (Pro): “Switch to User” command (shows 20 recent users), adds “Switch To” action in user search, switch back to original account, “User Switch Status” command showing session, clean multisite-compatible URLs, direct switching/toast on all actions.
- Instant Results for search commands (loads static results instantly).
- Dynamic action handler system for extensible command execution.
- Static results preloading in Registry for zero-latency commands.
- HTML entity decoding for redirect URLs (REST API compatibility).
- Added
commandify_search_user_actionsfilter (for user actions via third parties). - Added
commandify_search_{post_type}_actionsandcommandify_search_post_type_argsfilters (customize CPT actions and queries). - COMMANDIFY_DEV_MODE constant for local Pro development.
Fix
- Fixed ampersand (&) issues in URLs for navigation/redirects.
- Fixed “Command not found” for dynamic main action commands.
- Fixed duplicate “Templates → Theme Builder” command (Elementor).
- “Switch Back” action in status command now executes correctly.
Improvement
- WooCommerce “Search Orders” now shows 10 recent orders by default (Processing, On-hold, Completed, Pending).
- WooCommerce “Search Customers” now shows 10 recent customers by registration date by default.
- Consistent search experience across WooCommerce, Posts, Users, and Media commands with instant results.
- Better code organization and dedicated integration folders.
- Consistent file structure for all integrations (WooCommerce, Elementor, User Switching).
- Architecture: moved User Switching redirects to PHP callbacks, better integration load order, checks use WordPress core capabilities (e.g. edit_users).
- Dynamic form options now evaluate callables before frontend.
- Added comprehensive testing docs and implementation guides.
Commandify v1.0.1 – December 01, 2025 (Only Free Version) #
New
- Visit Site command added, jump to your site’s frontend in a new tab instantly.
- Instant Log Out: quickly sign out from any screen using the palette.
- Post Status Control: change a post’s status directly from action options.
Fixes & Improvements
- User Search UI now displays a proper user icon for better visibility.
- Media Search now shows thumbnails for each file type.
- Default search results for posts, users, and media now show the latest 10 entries for clarity.
- The palette remains open after running maintenance actions such as:
- Clear cache
- Flush rewrite rules
- Update checks
- Improved search performance with debounced JavaScript API requests for smoother typing and reduced load.
v1.0.0 – November 28, 2025 #
Initial Release
- Full navigation for all WP admin pages, settings, and custom post types.
- Search commands for posts, pages, media, and users.
- Plugin management: search, install, activate, deactivate.
- Theme management: search, install, switch themes.
- Quick actions for:
- Update checks
- Trash actions
- Cache clearing
- User Preferences for keyboard shortcuts, result counts, and display options.
- Keyboard-first experience with full navigation and accessibility.
- Client-side caching enables faster command filtering and smoother workflows.
Check latest update on the repository.
Download Commandify for Free | Explore Pro Features and Pricing