Skip to content

Release minor (v4.3.0)#57

Merged
sampoyigi merged 5 commits into
masterfrom
4.x
Jun 18, 2026
Merged

Release minor (v4.3.0)#57
sampoyigi merged 5 commits into
masterfrom
4.x

Conversation

@sampoyigi

Copy link
Copy Markdown
Member

This release adds marketplace authentication improvements and licence warning detection, along with two bug fixes for priority handling and the updates endpoint URL.

Added

  • Introduced carte licence warning detection with status alerts in the updates flow
  • Added marketplace authentication support with a platform header and URL validation for Composer

Fixed

  • Prevented the Sortable trait from overwriting an explicitly set priority of 0

sampoyigi and others added 5 commits June 16, 2026 16:02
…of 0 (#55)

* fix: prevent Sortable trait from overwriting explicitly set priority of 0

PHP's empty() treats 0 as empty, causing the creating hook to overwrite
a legitimate priority=0 with max(priority)+1. The Repeater widget
assigns 0-based priorities, so the first item always got pushed to the
end of the list on save.

Replace empty() with a strict null/empty-string check so that an
explicitly set priority of 0 is preserved.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@sampoyigi sampoyigi merged commit 8699070 into master Jun 18, 2026
1 check 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