From 28c4c744318d208f8fd0ed78a7bf18066e312dd7 Mon Sep 17 00:00:00 2001 From: Saeed Vaziry Date: Thu, 18 Jun 2026 21:43:07 +0200 Subject: [PATCH] laravel-reverb-plugin: use official Laravel Reverb icon Replace the placeholder icon with the official Laravel Reverb brand mark (from laravel/reverb art) and bump version 2.0.0 -> 2.0.1. --- plugins/laravel-reverb-plugin/assets/icon.svg | 13 ++++++------- plugins/laravel-reverb-plugin/composer.json | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/plugins/laravel-reverb-plugin/assets/icon.svg b/plugins/laravel-reverb-plugin/assets/icon.svg index 74846c2..4b1ed07 100644 --- a/plugins/laravel-reverb-plugin/assets/icon.svg +++ b/plugins/laravel-reverb-plugin/assets/icon.svg @@ -1,10 +1,9 @@ - - - - - - - + + + + + + diff --git a/plugins/laravel-reverb-plugin/composer.json b/plugins/laravel-reverb-plugin/composer.json index cd251c0..e837abe 100644 --- a/plugins/laravel-reverb-plugin/composer.json +++ b/plugins/laravel-reverb-plugin/composer.json @@ -2,7 +2,7 @@ "$schema": "https://raw.githubusercontent.com/vitodeploy/plugins/main/schema/manifest.schema.json", "name": "vitodeploy/laravel-reverb-plugin", "description": "Laravel Reverb plugin for VitoDeploy", - "version": "2.0.0", + "version": "2.0.1", "license": "AGPL-3.0-only", "type": "vito-plugin", "autoload": {