1.35.0 - Radiance
·
192 commits
to refs/heads/main
since this release
This release delivers full Drupal 11.3 compatibility, alongside comprehensive updates to container images, GitHub Actions, and automated tooling. The installer's test harness was also improved for more efficient snapshot management.
π Highlights
- Drupal 11.3 compatibility ensuring the template stays aligned with the latest Drupal core release.
- Infrastructure and dependency updates across container images, GitHub Actions, and automated tooling for improved stability and security.
- Installer improvements including snapshot-based testing and a new GIF generator for clearer onboarding.
π₯ Breaking changes
None.
What's new since 1.34.0
π Template
-
β¨ New
- Added compatibility for Drupal 11.3.0 @AlexSkrypnyk (#2201)
- Added
VORTEX_NOTIFY_NEWRELIC_ENABLEDcheck to skip New Relic notifications in not yet configured environments. @AlexSkrypnyk (#2175) - [#2183] Added posting of test coverage as a comment to a PR. @AlexSkrypnyk (#2184)
- Replaced Grunt with NPM scripts in demo theme. @AlexSkrypnyk (#2214)
- [#2196] Use logo from the theme in README.md @AlexSkrypnyk (#2213)
-
π Changed
- [#2181] Updated
ahoy testto run only PHPUnit tests (used to run Behat tests as well). @AlexSkrypnyk (#2185) - [#2197] Removed
#[Override]attribute in custom module code and updated Rector rules. @AlexSkrypnyk (#2212)
- [#2181] Updated
-
π Fixed
- Fixed Slack notification sending environment URL and login link on pre_deployment. @AlexSkrypnyk (#2177)
- [#2181] Fixed PHPUnit test discovery in submodules. @AlexSkrypnyk (#2185)
- Fixed Rector config to not use
ArrayToFirstClassCallableRectoras it converts forms callbacks. @AlexSkrypnyk (#2195)
-
β¬οΈ Updated
- Update codecov/codecov-action digest to 671740a @renovate[bot] (#2182)
- Update Container images to v25.12.0 @renovate[bot] (#2192)
- Update Minor and Patch Contrib @renovate[bot] (#2189)
- Update selenium/standalone-chromium Docker tag to v143 @renovate[bot] (#2188)
- Update GitHub Actions @renovate[bot] (#2186)
- Update GitHub Actions (major) @renovate[bot] (#2187)
- Update toshimaru/auto-author-assign action to v3 @renovate[bot] (#2203)
- Update Container images to v25.12.1 @renovate[bot] (#2200)
- Update GitHub Actions @renovate[bot] (#2193)
- Update GitHub Actions @renovate[bot] (#2206)
- Update clamav/clamav-debian Docker tag to v1.5.1-21 @renovate[bot] (#2208)
- Update renovatebot/github-action action to v44.2.1 @renovate[bot] (#2205)
- Update clamav/clamav-debian Docker tag to v1.5.1-22 @renovate[bot] (#2216)
- Update renovatebot/github-action action to v44.2.3 @renovate[bot] (#2217)
π Installer
-
β¨ New
- Added gif generator for the installer process. @AlexSkrypnyk (#2176)
-
π Changed
- Updated Vortex development GHA to trigger on project and release branches. @AlexSkrypnyk (#2180)
- Switched installer testing to use alexskrypnyk/snapshot package. @AlexSkrypnyk (#2204)
- Update Minor and Patch Contrib for installer and tests. @AlexSkrypnyk (#2211)
-
π Fixed
- None
π Documentation
-
β¨ New
- None
-
π Changed
- None
-
π Fixed
- None
π Release checklist
- Updated all dependencies outside of the schedule
- Updated container images to the latest versions and checked that
@seelinks - Updated PHP version in
composer.jsonforconfig.platform. - Updated PHP version in
phpcs.xmlfortestVersion. - Updated PHP version in
phpstan.neonforphpVersion. - Updated minor version of all packages in
composer.json. - Updated minor version of dependencies in theme's
package.json. - Update
drevops/ci-runnerto the latest version in.circleci/config.ymland.github/workflows/build-test-deploy.yml. - Incremented the cache version in
.circleci/config.ymland.github/workflows/build-test-deploy.yml. - Updated documentation.
Full Changelog: 1.34.0...1.35.0
@AlexSkrypnyk, @renovate[bot] and renovate[bot]