Skip to content

Conversation

@jsirish
Copy link
Member

@jsirish jsirish commented Dec 2, 2025

Summary

Merge the SS5 branch into the SS6 branch to bring forward the getType() refactor changes.

Changes from SS5 branch

  • Removed getType() method override to allow extensibility via $singular_name

Related

Copilot AI review requested due to automatic review settings December 2, 2025 07:15
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR merges SS5 refactoring changes into the SS6 branch, specifically removing the getType() method override in favor of using the $singular_name configuration property for better extensibility. The changes also remove outdated composer branch-alias configuration and CI coverage settings.

Key Changes:

  • Removed getType() method override from ElementCard to leverage $singular_name configuration property
  • Removed deprecated branch-alias configuration from composer.json
  • Removed phpcoverage flag from CI workflow configuration

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
src/Element/ElementCard.php Removes getType() method override to allow extensibility via the existing $singular_name = 'Card' configuration
composer.json Removes deprecated branch-alias configuration that pointed to 2.x-dev
.github/workflows/ci.yml Removes phpcoverage: true configuration from CI workflow

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jsirish jsirish merged commit a189fa1 into 3 Dec 2, 2025
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants