Merge pull request #8318 from turbo124/v5-develop

v5.5.76
This commit is contained in:
David Bomba 2023-02-28 19:26:04 +11:00 committed by GitHub
commit eda1652123
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
5.5.75
5.5.76

View File

@ -14,8 +14,8 @@ return [
'require_https' => env('REQUIRE_HTTPS', true),
'app_url' => rtrim(env('APP_URL', ''), '/'),
'app_domain' => env('APP_DOMAIN', 'invoicing.co'),
'app_version' => '5.5.75',
'app_tag' => '5.5.75',
'app_version' => '5.5.76',
'app_tag' => '5.5.76',
'minimum_client_version' => '5.0.16',
'terms_version' => '1.0.1',
'api_secret' => env('API_SECRET', ''),

View File

@ -36,7 +36,7 @@
@endisset
@isset($signature)
<p>{!! nl2br($signature) !!}</p>
<p>{{ nl2br($signature) }}</p>
@endisset
</div>
@endcomponent

View File

@ -198,8 +198,8 @@
<p style="font-size: 15px; color: #2e2e2e; font-family: 'roboto', Arial, Helvetica, sans-serif; font-weight: 500; margin-bottom:0;">
{{ $company->present()->name() }}</p>
<p style="font-size: 15px; color: #2e2e2e; font-family: 'roboto', Arial, Helvetica, sans-serif; font-weight: 400; margin-top: 5px;">
<span>{{ $company->settings->phone }}</span>
<span style="font-weight: 500"> {{ $company->settings->website }}</span>
<p>{{ $company->settings->phone }}</p>
<p style="font-weight: 500"> {{ $company->settings->website }}</p>
</p>
@endif
</div>