chore: bump version to 0.6.0 - #118
Conversation
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request prepares the project for its Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. Scanned FilesNone |
There was a problem hiding this comment.
Automated approval for solo maintainer project
This PR has passed all automated quality gates:
- ✅ Static analysis (PHPStan)
- ✅ Code style (PHP-CS-Fixer)
- ✅ Unit & functional tests
- ✅ Security scanning
- ✅ Dependency review
See SECURITY_CONTROLS.md for compensating controls documentation.
There was a problem hiding this comment.
Code Review
This pull request correctly bumps the version to 0.6.0. The changes include updating the version in ext_emconf.php and Documentation/guides.xml, and adding a new changelog entry for the release. The changes are consistent and accurate for a version bump. I have no issues to report.
There was a problem hiding this comment.
Pull request overview
Bumps the extension and documentation versions to 0.6.0 and adds the corresponding 0.6.0 changelog entry, aligning metadata across TYPO3 extension packaging and rendered docs.
Changes:
- Update extension version in
ext_emconf.phpto0.6.0. - Update documentation project
version/releaseinDocumentation/guides.xmlto0.6.0. - Add a
0.6.0section toDocumentation/Changelog.rstdated2026-03-24.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| ext_emconf.php | Bumps extension metadata version to 0.6.0 for TYPO3 packaging. |
| Documentation/guides.xml | Aligns rendered documentation version/release to 0.6.0. |
| Documentation/Changelog.rst | Adds the 0.6.0 changelog entry at the top with Added/Changed/Fixed items. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
ext_emconf.phpversion to0.6.0Documentation/guides.xmlversion/release to0.6.0(was stuck at0.4.11since v0.5.0 release)Documentation/Changelog.rstAfter merging, create the signed release tag on main:
```
git tag -a -s v0.6.0 -m "v0.6.0"
git push origin v0.6.0
```