Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 748 Bytes

File metadata and controls

22 lines (18 loc) · 748 Bytes

CHANGELOG for 0.x

  • 0.1.2

    • [BUGFIX] Ensure root extension install does not drop dedicated extensions [solves #7]
  • 0.1.1

    • [BUGFIX] Support links on Windows systems - thanks to IchHabRecht
    • [TASK] Use correct homepage link in composer.json - thanks to IchHabRecht
  • 0.1.0

    • [TASK] Implement bridge mode for project-level testing
    • [DOCS] Remove dollar sign from shell command for easier copy&paste
  • 0.0.1

    • [TASK] Initial commit
    • [TASK] Add php files linting
    • [TASK] Add github actions workflow
    • [TASK] Add cgl compliance checks using php-cs-fixer
    • [TASK] Add static code analyser phpstan
    • [FEATURE] Implement plugin handling code for symlinking packages
    • [TASK] Enable testing against PHP8.2