chore: prepare 0.7.0 release#18
Merged
Merged
Conversation
Bump plugin version to 0.7.0 and refresh release notes / README for the
Qiq helper Go to Declaration feature (1.x HelperLocator manual config +
2.x/3.x Helpers auto-discovery), undefined-function warning suppression,
and the {{= }} raw-echo helper-name injection fix.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the repository for the 0.7.0 release of the Qiq Templates Support IntelliJ plugin by updating the published version and refreshing user-facing release documentation.
Changes:
- Bump plugin version from 0.6.0 → 0.7.0 in Gradle plugin configuration.
- Update
plugin.xmlchange notes to reflect 0.7.0 helper Go to Declaration and related inspection suppression/fix. - Update README Features/Settings to document helper declaration navigation and the Helper Locator bootstrap files setting.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
build.gradle.kts |
Updates the plugin’s published version to 0.7.0. |
src/main/resources/META-INF/plugin.xml |
Refreshes Marketplace change-notes for the 0.7.0 highlights. |
README.md |
Documents the new helper navigation behavior and the bootstrap-files setting. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- "registration file" -> "registration file(s)": the bootstrap-files
setting accepts multiple files.
- "undefined function" -> "undefined function/method": the suppressor
covers both PhpUndefinedFunctionInspection and PhpUndefinedMethodInspection
(bare {{ helper() }} vs {{ $this->helper() }}).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Release preparation for 0.7.0. The only feature-level change since the
0.6.0tag is the Qiq helper Go to Declaration work (PR #17), already merged todevelop.0.6.0→0.7.0(build.gradle.kts).<change-notes>inplugin.xmlto describe the 0.7.0 highlights.0.7.0 highlights
{{ helperName(...) }}/{{ $this->helperName(...) }}.Qiq\Helperssubclass methods discovered automatically (no config).HelperLocator::set('name', ...)helpers resolved via user-configured bootstrap files.{{= asset(...) }}(and other{{= }}calls starting withh/a/j/u/c) no longer have their leading letter stripped as an escape modifier.Test plan
./gradlew clean test— all suites green./gradlew buildPlugin—QiqLanguagePlugin-0.7.0.jar,<version>0.7.0</version>and updated change-notes verified in the packaged plugin.xml0.7.0on the merge commit (mirrors the0.6.0flow)🤖 Generated with Claude Code