Changelog

Follow new updates and improvements to SnipVault.

November 24th, 2025

We're thrilled to announce SnipVault 1.1.10, featuring the game-changing Remote Sites capability that transforms SnipVault into a centralised management hub for all your WordPress sites.

Remote Sites: Manage Everything from Anywhere

This is the feature you've been waiting for. SnipVault can now connect to and manage multiple remote WordPress sites from a single dashboard. Install SnipVault on any of your sites, configure your remote connections, and suddenly you have complete control over snippets, error logs, and all SnipVault features across your entire WordPress portfolio.

Here's what this means for you:

  • Centralized Snippet Management - View, edit, create, and organize snippets across all your sites without logging into each one individually

  • Unified Error Monitoring - Monitor PHP error logs from all your sites in one place

  • Cross-Site Operations - Manage settings, folders, and features for any connected site

  • Instant Site Switching - A sleek dropdown selector with search and site favicons lets you switch between sites instantly

Simply configure your remote sites with a URL and application password in the new Remote Sites settings section, and you're ready to manage your entire WordPress network from wherever you want. Whether you're managing client sites, a network of your own properties, or an agency portfolio, Remote Sites makes multi-site snippet management effortless.

Completely Redesigned Settings

The settings page has been rebuilt from the ground up with organization and usability in mind. A clean left navigation sidebar now organizes settings into logical sections: License, AI & Claude, Security, Features, Editor, PHP Configuration, Remote Sites, and Danger Zone.

Finding what you need is instant thanks to the new search functionality that filters settings sections as you type. It's a modern, intuitive interface that scales beautifully as SnipVault's feature set continues to grow.

Rock-Solid WP-CLI Interface

We've completely refactored the WP-CLI interface for maximum reliability across different hosting environments. The new implementation uses a dedicated REST API endpoint instead of admin-ajax, with comprehensive error handling, timeout protection, and improved path detection.

Key improvements include:

  • Proper success/failure detection that actually works

  • Timeout protection for long-running commands (5-minute limit)

  • Better error messages with debugging information

  • MySQL client tools detection for database commands

  • Compatibility fixes for shared hosting with open_basedir restrictions

  • Graceful handling of disabled PHP functions like putenv()

  • Reduced memory limits to prevent server overload

  • Enhanced path detection with fallback to bundled wp-cli.phar

The WP-CLI interface now works reliably on challenging hosting environments like InstaWP and shared hosting providers with strict security configurations.

Improved Snippet Organization

Fixed a race condition that could cause snippets to end up in the wrong folders on slow connections. Snippets now wait for folders to load completely before processing folder assignments, with safeguards to prevent filtering from running prematurely. Your snippet hierarchy now displays correctly every time, regardless of connection speed.


Update now to unlock Remote Sites and transform how you manage snippets across your WordPress portfolio. This is a major milestone for SnipVault, and we can't wait to hear how it streamlines your workflow.

November 23rd, 2025

We're excited to release SnipVault 1.0.21 with powerful new organization tools, security features, and enhanced AI model selection.

Organize with Tags

You can now tag your snippets for better organization and discovery. The new tag system includes a streamlined token input field right in the snippet editor where you can create, assign, and remove tags instantly. Start typing to search existing tags or create new ones on the fly. Remove tags with a simple backspace. It's a fast, intuitive way to keep your snippet library organized as it grows.

Enhanced Security Options

We've added two new security features to give you complete control over who can access SnipVault:

Password Protection - Set a password in settings to require authentication before anyone can access SnipVault. The password unlock modal appears when the plugin loads, and protection persists throughout the browser session. Passwords are securely hashed using SHA-256 before storage, keeping your snippets safe.

Restricted User Access - Need to limit SnipVault to a single user? You can now restrict access to just one administrator. When enabled, the menu item is hidden for everyone else, REST API endpoints are protected, and direct page access is blocked. Perfect for agencies or multi-user sites where you want tight control over snippet management.

Choose Your Claude Model

You now have full control over which Anthropic Claude model powers SnipVault's AI features. Select from the available models in settings, with the model list dynamically fetched from Anthropic's official API. The list automatically updates when you add or change your API key, and there's a manual refresh button to reload available models anytime. SnipVault intelligently falls back to your saved model if the API fetch fails.

File Browser Sorting

The file browser now supports comprehensive sorting options. Sort your files by name, date modified, file size, or file type, with the ability to toggle between ascending and descending order. The sorting UI matches the snippets list component for a consistent experience throughout SnipVault.

Additional Improvements

Defer Attribute for Modules - JavaScript module snippets now support the defer attribute, giving you more control over script loading behavior.

Dark Mode Fixes - Dropdown selects now display properly in dark mode with appropriate background and text colors, especially in Firefox where readability was previously an issue.


Update now to take advantage of these new organization and security features. As always, we recommend testing on a staging site first.

June 23rd, 2025

  • Added option to sort file browsing alphabetically, date modified etc.

  • Added options to disabled wp-cli, file browsing etc completely.

  • Added option to define specific admins who can access snipvault

April 15th, 2025

We're excited to share several new UI enhancements in this update:

  • Folder Color Customization: You can now color-code your folders! Simply click on any folder icon to access the color picker.

  • Improved UI Elements: We've refreshed the icons for accordions and condition group toggles for better visual clarity.

  • Resizable Panels: Both the snippets list and snippet options panels are now resizable, giving you more control over your workspace layout.

  • Condition Indicator: A new icon now appears whenever a snippet has conditions applied, making it easier to identify conditional snippets at a glance.

This update focuses on giving you more customization options and improving the overall user experience. Enjoy the new features!

March 20th, 2025

  • Improved error viewer logic

  • Improved PHP error log styles

  • Minor bug fixes

  • Fixed issue with PHP and 8.1 where composer would flag incompatibility (plugin requires 8.1 and above)

March 18th, 2025

Bug Fixes

  • Fixed compatibility issue with Apache servers that was blocking downloadable plugins

  • Resolved bug where save functionality was failing in diff view

  • Fixed critical issue preventing snippets from being properly saved on some setups

New Features

  • Added integrated PHP error log for improved debugging and troubleshooting

March 17th, 2025

New Features

  • Hook Browser: Added new component for selecting and searching WordPress hooks

  • Formatting Support: Implemented Prettier for code snippets with automatic formatting on save

  • PHP Enhancements: Added load location option for PHP snippets

  • Export Improvements: Added global variables to plugin exports

Bug Fixes

  • Fixed diff editor issue where changes wouldn't save without exiting before saving

  • Fixed persistent issue with snippet settings panel visibility

  • Resolved import path problems in SCSS files

  • Fixed critical bug with custom plugin exports that could cause fatal errors when installed

This update focuses on improving the editing experience with automatic formatting and better WordPress hook integration, while fixing several important bugs that affected snippet editing and exports.

March 16th, 2025

Major New Features

Conditions Builder

  • Create and manage conditional logic for your snippets

  • Control when and where your snippets load based on specific conditions

  • Fine-tune snippet execution with an intuitive interface

PHP Global Variables

  • Define custom PHP constants for use across all PHP snippets

  • Create reusable variables accessible throughout your codebase

  • Simplify snippet management with shared data

Snippet Enhancements

PHP Improvements

  • Added comprehensive PHP autocomplete with WordPress-specific features

  • Added optional hook parameter support for PHP snippets

  • Enhanced integration with WordPress core functionality

SCSS Support

  • Added option to view compiled CSS output for SCSS snippets

  • Simplified debugging and troubleshooting of style issues

User Experience Improvements

  • Added confirmation modal for plugin creation and snippet exports

  • Added manual download link when automatic downloads are blocked

  • Added tooltip to import snippets icon

  • Fixed overflow scroll issues on the settings page

Developer Updates

  • Rewrote plugin packager class for improved performance

  • Fixed potential error with Claude endpoint registration

  • Improved overall stability and reliability


This update focuses on empowering developers with more control over their snippets through conditional logic, while adding quality-of-life improvements to the workflow. Upgrade today to take advantage of these powerful new features!

March 13th, 2025

We're thrilled to announce our biggest update yet to SnipVault, bringing professional developer tools directly into your WordPress admin!

๐Ÿ”ฅ Powerful New Features

WordPress CLI Interface

Execute WP-CLI commands directly from your admin dashboard! Debug, manage, and maintain your site without switching to terminal. Perfect for quick fixes and advanced site management.

Advanced SQL Editor

Take control of your database with our new SQL Editor. Run queries, explore table structures, and manage your data - all with comprehensive security guardrails built in.

File Browser

Navigate, edit, and manage your site files without FTP clients or server access. See your entire WordPress installation in one intuitive interface.

๐Ÿ›ก๏ธ Enterprise-Grade Security

All new power tools feature multiple layers of protection:

  • Time-limited activation (max 1 hour)

  • Admin-only access controls

  • Ability to completely disable features

  • Security notifications for sensitive operations

  • Parameter sanitisation and query validation

โœจ Editor & UI Improvements

  • Code Formatting: One-click beautify for your code

  • Adjustable Font Size: Customize your coding experience

  • Unsaved Changes Protection: Never lose your work again

  • Collapsible Side Panel: More space for your code

  • Improved Navigation: Easier access to your snippets

  • Fixed Folder Bug: Snippets stay active when moved to folders

๐Ÿ”ฎ Roadmap: Just the Beginning

This release marks the first iteration of our powerful developer tools, and we're just getting started. The File Browser, SQL Editor, and WP-CLI features introduced in this update are the foundation for what's to come.

We have an exciting development roadmap ahead with plans to expand and enhance these tools in future releases. While we're keeping specific details under wraps for now, you can expect significant improvements and new capabilities that will make these features even more powerful and user-friendly.

๐Ÿ  Better Organisation

SnipVault now has a dedicated home in your admin menu for faster access to all your snippets and new power tools.

This update represents our commitment to making SnipVault not just a code snippet manager, but a complete WordPress development toolkit - all while maintaining the highest security standards.

March 4th, 2025

SnipVault 1.0.03 just dropped with some cool upgrades! This March 4th release tightens up security for killing scripts on SnipVault page and adds both HTML and auto-compiling SCSS snippet types. We've thrown in smart conditional logic so snippets only show for the right users, plus an AI assistant that works directly with your snippets (just bring your own Claude API key). Lots of good stuff packed into this one!

  • Enhanced security for killing scripts on snipvault page

  • Added HTML snippet types

  • Added SCSS snippet types with auto compile to css

  • Added conditional logic for snippets that allows them to be loaded for logged in / logged out users and also perform capability checks

  • Added AI assistant that can work directly with your snippets (claude API key required)