From bfd67a573c5a311f385a43fae68ed2211e69653c Mon Sep 17 00:00:00 2001 From: Glenn Hermans Date: Thu, 17 Jun 2021 20:50:24 +0200 Subject: [PATCH 1/6] Auto publish assets --- packages/Webkul/Core/src/Console/Commands/Install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/Webkul/Core/src/Console/Commands/Install.php b/packages/Webkul/Core/src/Console/Commands/Install.php index ba6bd9ac9..fb6f86bc0 100644 --- a/packages/Webkul/Core/src/Console/Commands/Install.php +++ b/packages/Webkul/Core/src/Console/Commands/Install.php @@ -55,7 +55,7 @@ class Install extends Command // running `php artisan vendor:publish --all` $this->warn('Step: Publishing assets and configurations...'); - $result = $this->call('vendor:publish', ['--all']); + $result = $this->call('vendor:publish', ['--all' => true, '--force' => true]); $this->info($result); // running `php artisan storage:link` From 6446d092e3529d267d4b405350a0bbd5d9ef448f Mon Sep 17 00:00:00 2001 From: Glenn Hermans Date: Thu, 17 Jun 2021 20:51:07 +0200 Subject: [PATCH 2/6] Updated version number --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 11d047a3c..2c14ddb1e 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,6 @@ APP_NAME=Bagisto APP_ENV=local -APP_VERSION=1.3.1 +APP_VERSION=1.3.2 APP_KEY= APP_DEBUG=true APP_URL=http://localhost From e111da15daa2977a2c646e5d51177ce8b1d1f232 Mon Sep 17 00:00:00 2001 From: Glenn Hermans Date: Thu, 17 Jun 2021 20:51:30 +0200 Subject: [PATCH 3/6] Updated version number --- .env.testing | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.testing b/.env.testing index 7bdd59aac..08f92491f 100644 --- a/.env.testing +++ b/.env.testing @@ -1,6 +1,6 @@ APP_NAME=Laravel APP_ENV=local -APP_VERSION=1.3.1 +APP_VERSION=1.3.2 APP_KEY=base64:G4KY3tUsTaY9ONo1n/QyJvVLQZdJDgbIkSJswFK01HE= APP_DEBUG=true APP_URL=http://localhost @@ -43,4 +43,4 @@ MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}" MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}" SHOP_MAIL_FROM=test@example.com -ADMIN_MAIL_TO=test@example.com \ No newline at end of file +ADMIN_MAIL_TO=test@example.com From 7b3c53c9e7677a345a7a12c809ad1131cd071c46 Mon Sep 17 00:00:00 2001 From: Glenn Hermans Date: Fri, 18 Jun 2021 17:20:26 +0200 Subject: [PATCH 4/6] fixed #4941 --- .../views/admin/meta-info/meta-data.blade.php | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/packages/Webkul/Velocity/src/Resources/views/admin/meta-info/meta-data.blade.php b/packages/Webkul/Velocity/src/Resources/views/admin/meta-info/meta-data.blade.php index 7a07ab86f..da863f528 100644 --- a/packages/Webkul/Velocity/src/Resources/views/admin/meta-info/meta-data.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/admin/meta-info/meta-data.blade.php @@ -69,7 +69,10 @@
- +