Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.66 KB

File metadata and controls

41 lines (24 loc) · 1.66 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Conventional Commits, and this project adheres to Semantic Versioning.

0.3.5 Under development

0.3.4 September 07, 2026

  • fix: support ECS 13.3.2+ with the native PER-CS set and explicit PHP 8.1-8.4 migration rules instead of the removed withPhpCsFixerSets() arguments.

0.3.3 July 05, 2026

  • ci: replace Super-Linter with reusable quality and security workflows, pin reusable ECS workflow, group Dependabot updates, and refresh linter and Gitleaks configs.

0.3.2 May 22, 2026

  • chore: update .gitleaks.toml configuration and scaffold-lock.json version.
  • chore: update PHP version requirement to 8.1 in README.md and composer.json.

0.3.1 May 06, 2026

  • chore: skip HeredocIndentationFixer class to preserve heredoc alignment.

0.3.0 May 05, 2026

  • feat!: ship ecs.php and rector.php wrappers from src/config/ via scaffold.json; metadata moves to php-forge/baseline.
  • chore: remove unused .ecrc file and update composer.json and scaffold-lock.json for consistency.

0.2.0 May 04, 2026

  • docs: add social media badge for following on X in README.md.
  • feat!: convert into yii2-extensions/scaffold provider; centralize ECS, Rector, metadata and super-linter standards under src/.
  • docs: Adjust logo size in README.md for better visibility.

0.1.0 January 24, 2026

  • feat: add shared configuration files under config/ for Composer-based reuse.
  • docs: update quality code section with Super-Linter and StyleCI badges.