Skip to content

Commit cc34224

Browse files
authored
Fix: Stop logging an Error when missing home content for TenantContext.IsDefault (#256)
* Fix: Stop logging an `Error` when missing home content for `TenantContext.IsDefault` This message is now logged as `Information` Reasoning: The default tenant does not necessary contain any home content. * chore: Update axuno logo and copyright Includes updates in picture credits and legal disclosure * Bump version to v8.2.6
1 parent 2356b02 commit cc34224

File tree

6 files changed

+94
-20
lines changed

6 files changed

+94
-20
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<Copyright>Copyright 2011-$(CurrentYear) axuno gGmbH</Copyright>
88
<RepositoryUrl>https://github.com/axuno/Volleyball-League</RepositoryUrl>
99
<PublishRepositoryUrl>true</PublishRepositoryUrl>
10-
<Version>8.2.5</Version>
11-
<FileVersion>8.2.5</FileVersion>
10+
<Version>8.2.6</Version>
11+
<FileVersion>8.2.6</FileVersion>
1212
<AssemblyVersion>8.0.0.0</AssemblyVersion> <!--only update AssemblyVersion with major releases -->
1313
<LangVersion>latest</LangVersion>
1414
<Nullable>enable</Nullable>

League.Demo/Views/Home/LegalDisclosure.cshtml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<p class="mb-0"><b>Registered company name:</b></p>
1313
<p>
1414
axuno gemeinnützige GmbH<br />
15-
<span class="text-muted">(axuno Non-profit Ltd.)</span>
15+
<span class="text-muted">(axuno LLC)</span>
1616
</p>
1717

1818
<p class="mb-0"><b>Postal address:</b></p>
@@ -52,9 +52,9 @@
5252
<b>Bank:</b>
5353
</p>
5454
<p>
55-
Fidor Bank AG, Germany<br />
56-
IBAN Account DE61 7002 2200 0020 1378 00<br />
57-
BIC FDDODEMMXXX<br />
55+
Deutsche Skatbank, Germany<br />
56+
IBAN Account DE21 8306 5408 0005 2828 70<br />
57+
BIC GENODEF1SLR<br />
5858
</p>
5959
</article>
6060
<article class="col-md-6">

League.Demo/Views/Home/LegalDisclosure.de.cshtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
<b>Bank:</b>
5252
</p>
5353
<p>
54-
Fidor Bank AG, Deutschland<br/>
55-
IBAN Nr. DE61 7002 2200 0020 1378 00<br/>
56-
BIC FDDODEMMXXX<br/>
54+
Deutsche Skatbank, Deutschland<br />
55+
IBAN Account DE21 8306 5408 0005 2828 70<br />
56+
BIC GENODEF1SLR<br />
5757
</p>
5858
</article>
5959
<article class="col-md-6">

League.Demo/Views/Home/PictureCredits.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<p>@Localizer["We give credit to the following list of pictures"]:</p>
1313
<p>
1414
<a href="@Url.Content("~/images/logo-volleyball-league.svg")" class="credit">© vectorstock 14122148 / vectorstock.com</a><br />
15-
<a href="@Url.Content("~/images/logo-axuno.svg")" class="credit"Elaelo / fotolia.com</a><br />
15+
<a href="@Url.Content("~/images/logo-axuno.svg")" class="credit"axuno gGmbH</a> / <a href="https://www.axuno.net/">axuno gGmbH</a><br />
1616
<a href="@Url.Content("~/images/home_welcome_carousel-01.png")" class="credit">© vectorstock 14122148 / vectorstock.com</a><br />
1717
<a href="@Url.Content("~/images/home_welcome_carousel-02.jpg")" class="credit">Capri23auto-1767157</a> / <a href="https://pixabay.com/de/?utm_source=link-attribution&amp;utm_medium=referral&amp;utm_campaign=image&amp;utm_content=3031697">Pixabay</a><br />
1818
<a href="@Url.Content("~/images/home_welcome_carousel-03.jpg")" class="credit">Wolfgang Gerth 2639700</a> / <a href="https://pixabay.com/de/?utm_source=link-attribution&amp;utm_medium=referral&amp;utm_campaign=image&amp;utm_content=2639700">Pixabay</a><br />

0 commit comments

Comments
 (0)