Version 1.0.0

Initial Release

Released: June 2024

Core Features

  • Complete snippet management system with 6 snippet types (CSS, JavaScript, HTML, PHP, Universal, Text)
  • 30+ placement locations including header, footer, WooCommerce hooks, custom hooks, shortcodes, and content insertion points
  • Advanced display conditions targeting posts, pages, post types, taxonomies, devices, and URLs
  • CSS and JavaScript file mode with automatic caching, minification, and combination
  • Inline mode for critical CSS and small scripts
  • Conditional loading to prevent unnecessary asset requests

Security

  • Admin-only management with manage_options capability checks
  • Nonce protection on all management actions and AJAX requests
  • Safe Mode for PHP snippets with isolated execution environment
  • Automatic dangerous function scanning with block, warning, and info levels
  • Automatic error recovery that disables fatal-error-causing snippets
  • Syntax validation for CSS, JavaScript, PHP, and HTML before saving
  • Imported snippets disabled by default with full validation
  • PHP snippets execute in memory only - no cache files written

Productivity

  • Revision history with diff comparison and one-click restore
  • Snippet duplication with all settings intact
  • Custom categories for organization
  • Advanced search and filtering by type, status, placement, and category
  • JSON import and export with schema validation
  • Curated snippet library with one-click installation

User Interface

  • Modern, clean admin interface optimized for developer workflow
  • Syntax-highlighting code editor with line numbers and error indicators
  • Real-time preview for draft snippets
  • Responsive design for mobile and tablet admin access
  • Dark mode support matching WordPress admin preferences

Compatibility

  • WordPress 6.2+ support
  • PHP 8.1+ optimized with PHP 8.2 and 8.3 compatibility
  • WooCommerce placement hooks and conditional targeting
  • Single-site WordPress optimized (multisite individual activation supported)

Performance

  • Efficient database queries with optimized table structure
  • Asset caching with automatic cache invalidation on snippet changes
  • Minification engine for CSS and JavaScript
  • Asset combination reducing HTTP requests
  • Lazy evaluation of display conditions