laravel-reverb-plugin 2.0.1#2
Merged
Merged
Conversation
Replace the placeholder icon with the official Laravel Reverb brand mark (from laravel/reverb art) and bump version 2.0.0 -> 2.0.1.
|
@vitodeploy — this PR changes the laravel-reverb-plugin plugin, which you're listed as the author of. Could you review it? |
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.
What does this plugin do?
Laravel Reverb plugin for VitoDeploy — runs the Reverb WebSocket server as a
managed site type. This PR only swaps the listing icon and bumps the version.
Replaces the placeholder icon with the official Laravel Reverb brand mark
(the concentric "reverb ripple" device from
laravel/reverb'sart/logo.svg),rendered as a clean square 256×256 SVG tile. Bumps
version2.0.0 → 2.0.1.Checklist
plugins/laravel-reverb-plugin/).versionincomposer.jsonis bumped (2.0.0 → 2.0.1).name.autoload.psr-4maps the namespace to"", andPlugin.phpdeclares it.extra.vitohas anameand anicon(SVG).README.mdis present.node scripts/validate.mjs laravel-reverb-pluginlocally — passes.Notes for reviewers
Icon-only change. The new
assets/icon.svgembeds the official Laravel Reverbmark (pink
#FF95A8tile, white concentric rings) so the marketplace listingmatches the real project branding. No PHP/behavior changes.