Skip to content

Releases: stantchev/QuickContentNotes-WordPress-Plugin

v1.5.0 - February 2026

17 Feb 09:00
a198904

Choose a tag to compare

📋 Changelog

v1.5.0 - February 2026

🚀 New Features

  • Admin bar integration with live badge, note preview and status dropdown
  • Dedicated Content Notes admin page with full notes dashboard
  • Full-text search and filters (priority, status, assignee) in the dashboard
  • Note version history — every content change creates a timestamped snapshot
  • Email notification system with master toggle and per-event controls
  • AJAX quick status toggle directly in the posts list column
  • Note templates with colour presets and a template builder in Settings
  • Multi-user note assignments with avatar display in dashboard and posts list
  • New In Progress status level (alongside Active and Completed)

🔧 Improvements

  • Plugin architecture split into focused, single-responsibility classes
  • Full i18n / l10n readiness with load_textdomain()
  • Stricter data sanitization with wp_unslash() before sanitize_*()
  • All SQL queries use $wpdb->prepare() with explicit type placeholders
  • CSS refactored with custom properties for easy theming
  • JS refactored into a single IIFE module pattern

v1.0.0 - Initial Release

  • Admin-only meta box in post and page editor
  • 5-level priority colour system
  • Active / Completed status tracking
  • Basic Markdown rendering (bold, italic, links)
  • Colour-coded notes column in posts and pages list