Custom Post Type Add-on Changelog

All notable changes to the PodcasterPlus Blocks Custom Post Type Add-on plugin will be documented here.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.7] - 2025-12-17

Removed

  • Removed Update URI header to disable automatic plugin updates via external update services

[0.1.6] - 2025-12-16

Changed

  • Redesigned Supported Features settings UI with individual rows for each feature option, improving clarity and usability
  • Each support option now displays in its own table row with descriptive "Enable X" labels

Technical Improvements

  • Added Update URI to enable automatic plugin updates
  • Optimized supported features checkbox rendering by moving the $supports variable initialization outside the loop

[0.1.5] - 2025-12-04

Changed

  • Unified brand naming from "PodcasterPlus Blocks" to "PodcasterPlus Blocks" across all documentation and configuration files
  • Updated README.md with consistent branding and improved markdown formatting
  • Modernized list formatting throughout documentation files using hyphens instead of asterisks

Technical Improvements

  • Enhanced documentation structure with better markdown consistency
  • Updated GitHub workflow release

[0.1.4] - 2025-11-17

Added

  • Executive summary documentation providing comprehensive plugin overview and feature highlights
  • Enhanced .gitignore configuration for better repository management

Changed

  • Updated release.json version metadata to maintain accurate version tracking

Technical Improvements

  • Improved project structure and file organization
  • Cleaned up development artifacts for cleaner repository

[0.1.3] - 2025-07-14

Added

  • Comprehensive README documentation for installation and usage guidance
  • Release metadata file for WordPress plugin updates and distribution
  • Package.json configuration for development workflow automation
  • Dependency management with pnpm-lock.yaml for consistent builds

Changed

  • Cleaned up debug logging throughout CPT settings and admin scripts for improved performance
  • Streamlined codebase for better maintainability

Technical Improvements

  • Enhanced development workflow with package management tools
  • Improved plugin distribution and update mechanisms
  • Optimized logging for production environments

[0.1.2] - 2025-07-14

Added

  • Data management and debugging tools for Custom Post Type settings
  • Uninstall script to ensure clean plugin removal and data cleanup
  • Comprehensive styling for Data Management section in admin settings
  • Enhanced admin asset management with improved script and style loading

Changed

  • Updated default menu position for Custom Post Type to avoid conflicts with other plugins

Fixed

  • Ensured proper class loading and initialization in Custom Post Type settings
  • Enhanced slug validation to prevent conflicts and ensure WordPress compatibility

Technical Improvements

  • Improved debugging capabilities throughout Custom Post Type settings
  • Enhanced data management functionality for better control over plugin data
  • Optimized admin asset loading for better performance

[0.1.1] - 2025-07-14

Added

  • Enhanced debugging and validation tools for Custom Post Type settings
  • Improved Gutenberg compatibility with enhanced debug logging
  • Lazy loading implementation for validator and settings classes for better performance

Changed

  • Refined menu position handling and icon descriptions in Custom Post Type settings
  • Improved slug handling and validation logic in Custom Post Type Validator
  • Enhanced support options handling with better default values for boolean fields

Fixed

  • Resolved support options handling issues in Custom Post Type settings
  • Improved slug validation and conflict detection

Technical Improvements

  • Streamlined Custom Post Type Manager with lazy loading for better resource management
  • Enhanced settings retrieval process for more efficient database queries
  • Improved debugging capabilities across validator, settings, and manager classes

[0.0.1] - 2025-07-12

Added

  • Initial plugin concept and foundation
  • Basic project structure and configuration
  • Early development framework