Files
wp-plugin-starter-template-…/CHANGELOG.md
2025-11-24 00:36:54 +00:00

3.4 KiB

All notable changes to this project should be documented both here and in the main Readme files.

[0.1.15] - 2025-11-24

Release

  • Maintenance release

[0.1.14] - 2025-11-24

Changed

  • Renamed .ai-assistant.md to AGENTS.md
  • Renamed .ai-workflows directory to .agents
  • Updated all references in documentation and codebase

[0.1.13] - 2023-04-23

Improved

  • Improved code quality with proper type declarations
  • Fixed inconsistent variable naming (camelCase to snake_case)
  • Improved path handling in admin class
  • Added textdomain loading functionality
  • Removed unused phpcs:ignore comment
  • Implemented proper return type declarations

[0.1.12] - 2023-04-22

Fixed

  • Fixed WordPress mocking in unit tests
  • Added proper mocking for WordPress functions in tests
  • Improved code quality tool configurations

Added

  • Detailed code quality checks workflow documentation
  • Updated documentation for better workflow efficiency

[0.1.11] - 2023-04-21

Improved

  • Improved code quality with comprehensive fixes
  • Fixed indentation issues in PHP files
  • Updated CSS formatting with modern notation
  • Fixed JavaScript issues with proper global variables
  • Improved security by using filter_input() instead of direct superglobal access
  • Standardized naming conventions across the codebase
  • Fixed documentation and comments for better clarity

[0.1.10] - 2025-04-20

Fixed

  • Fixed formatting issues in markdown files for better code quality
  • Improved URL formatting with angle brackets
  • Standardized list formatting across documentation files

[0.1.9] - 2025-04-18

Changed

  • Alphabetized AI IDE list in README.md

[0.1.8] - 2025-04-19

Added

  • More informative badges to README.md (Build Status, Requirements, WP.org placeholders, Release, Issues, Contributors, Wiki).

[0.1.7] - 2025-04-19

Fixed

  • GitHub Actions tests workflow with proper file paths and dependencies

Improved

  • Workflow names for better clarity in GitHub Actions UI

[0.1.6] - 2025-04-19

Fixed

  • GitHub Actions workflows permissions for releases and wiki sync

[0.1.5] - 2025-04-19

Fixed

  • Release workflow to use correct plugin directory name

Added

  • Testing setup with wp-env and Cypress
  • Multisite compatibility
  • npm scripts for development and testing

[0.1.3] - 2025-04-19

Added

  • Improved AI IDE context recommendations in documentation
  • Enhanced Starter Prompt with guidance on pinning AGENTS.md and .agents/

Changed

  • Updated README.md and readme.txt with AI IDE context recommendations
  • Improved documentation for AI-assisted development
  • Moved Starter Prompt to the wiki for better organization

[0.1.2] - 2025-04-18

Added

  • STARTER-PROMPT.md with comprehensive guide for customizing the template
  • Additional AI workflow files for better development guidance

Changed

  • Updated documentation files with improved instructions

[0.1.1] - 2025-04-18

Changed

  • Updated LICENSE file with correct GPL-2.0 text

[0.1.0] - 2025-04-17

Added

  • Initial release with basic template structure
  • Core plugin architecture with OOP approach
  • Admin interface components and styling
  • Update mechanism with multiple source options
  • Documentation templates for users and developers
  • AI workflow documentation for AI-assisted development
  • GitHub Actions workflows for automated tasks
  • Wiki documentation templates