From 8ac94854056f9fa686d43472e1de1724998d2950 Mon Sep 17 00:00:00 2001 From: Saeed Vaziry Date: Thu, 18 Jun 2026 21:42:25 +0200 Subject: [PATCH] laravel-octane-plugin: use official Laravel Octane icon Replace the placeholder icon with the official Laravel Octane brand mark (from laravel/octane art) and bump version 2.0.1 -> 2.0.2. --- plugins/laravel-octane-plugin/assets/icon.svg | 6 ++++-- plugins/laravel-octane-plugin/composer.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/plugins/laravel-octane-plugin/assets/icon.svg b/plugins/laravel-octane-plugin/assets/icon.svg index ecb982d..8100571 100644 --- a/plugins/laravel-octane-plugin/assets/icon.svg +++ b/plugins/laravel-octane-plugin/assets/icon.svg @@ -1,4 +1,6 @@ - - + + + + diff --git a/plugins/laravel-octane-plugin/composer.json b/plugins/laravel-octane-plugin/composer.json index 4dbe13f..4c27e7c 100644 --- a/plugins/laravel-octane-plugin/composer.json +++ b/plugins/laravel-octane-plugin/composer.json @@ -2,7 +2,7 @@ "$schema": "https://raw.githubusercontent.com/vitodeploy/plugins/main/schema/manifest.schema.json", "name": "vitodeploy/laravel-octane-plugin", "description": "Laravel Octane plugin for VitoDeploy", - "version": "2.0.1", + "version": "2.0.2", "license": "AGPL-3.0-only", "type": "vito-plugin", "autoload": {