Skip to content

Commit c972c3a

Browse files
Bumped APP version to v4.0.6
1 parent dc2f02e commit c972c3a

17 files changed

+43
-26
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [v4.0.6](https://github.com/robiningelbrecht/statistics-for-strava/releases/tag/v4.0.6) - 2025-11-25
2+
3+
## What's Changed
4+
* ISSUE #1434: Weights in Imperial (pounds) are rounding to 14 digits by @robiningelbrecht in https://github.com/robiningelbrecht/statistics-for-strava/pull/1436
5+
* ISSUE #1443: French translations by @robiningelbrecht in https://github.com/robiningelbrecht/statistics-for-strava/pull/1444
6+
* ISSUE #1438: Upgrade to php8.5 by @robiningelbrecht in https://github.com/robiningelbrecht/statistics-for-strava/pull/1439
7+
* ISSUE #1440: Set a max width on gear maintenance components column by @robiningelbrecht in https://github.com/robiningelbrecht/statistics-for-strava/pull/1445
8+
* Update Chinese translations by @c0j0s in https://github.com/robiningelbrecht/statistics-for-strava/pull/1446
9+
* ISSUE #1442: Gear component purchase price by @robiningelbrecht in https://github.com/robiningelbrecht/statistics-for-strava/pull/1447
10+
* Update messages+intl-icu.de_DE.yaml by @effectpears in https://github.com/robiningelbrecht/statistics-for-strava/pull/1450
11+
* Update documentation pages to Docsify v5 by @robiningelbrecht in https://github.com/robiningelbrecht/statistics-for-strava/pull/1452
12+
13+
## New Contributors
14+
* @effectpears made their first contribution in https://github.com/robiningelbrecht/statistics-for-strava/pull/1450
15+
16+
**Full Changelog**: https://github.com/robiningelbrecht/statistics-for-strava/compare/v4.0.5...v4.0.6
17+
118
# [v4.0.5](https://github.com/robiningelbrecht/statistics-for-strava/releases/tag/v4.0.5) - 2025-11-18
219

320
## What's Changed

src/BuildApp/AppVersion.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{
99
private const int MAJOR = 4;
1010
private const int MINOR = 0;
11-
private const int PATCH = 5;
11+
private const int PATCH = 6;
1212

1313
public static function getSemanticVersion(): string
1414
{

tests/BuildApp/BuildIndexHtml/__snapshots__/BuildIndexHtmlCommandHandlerTest--testHandle--index-html.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@
234234
</a>
235235
</div>
236236
<div class="flex justify-center gap-x-1">
237-
<span>v4.0.5</span>
238-
<span class="hidden" data-latest-version data-current-version="v4.0.5">
237+
<span>v4.0.6</span>
238+
<span class="hidden" data-latest-version data-current-version="v4.0.6">
239239
(latest: <a class="underline" href="https://github.com/robiningelbrecht/statistics-for-strava/releases/tag/%5BLATEST_VERSION%5D">[LATEST_VERSION]</a>)
240240
</span>
241241
</div>

tests/BuildApp/ConfigureAppLocale/__snapshots__/ConfigureAppLocaleCommandHandlerTest--testHandle--index-html-de_DE.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@
234234
</a>
235235
</div>
236236
<div class="flex justify-center gap-x-1">
237-
<span>v4.0.5</span>
238-
<span class="hidden" data-latest-version data-current-version="v4.0.5">
237+
<span>v4.0.6</span>
238+
<span class="hidden" data-latest-version data-current-version="v4.0.6">
239239
(latest: <a class="underline" href="https://github.com/robiningelbrecht/statistics-for-strava/releases/tag/%5BLATEST_VERSION%5D">[LATEST_VERSION]</a>)
240240
</span>
241241
</div>

tests/BuildApp/ConfigureAppLocale/__snapshots__/ConfigureAppLocaleCommandHandlerTest--testHandle--index-html-en_US.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@
234234
</a>
235235
</div>
236236
<div class="flex justify-center gap-x-1">
237-
<span>v4.0.5</span>
238-
<span class="hidden" data-latest-version data-current-version="v4.0.5">
237+
<span>v4.0.6</span>
238+
<span class="hidden" data-latest-version data-current-version="v4.0.6">
239239
(latest: <a class="underline" href="https://github.com/robiningelbrecht/statistics-for-strava/releases/tag/%5BLATEST_VERSION%5D">[LATEST_VERSION]</a>)
240240
</span>
241241
</div>

tests/BuildApp/ConfigureAppLocale/__snapshots__/ConfigureAppLocaleCommandHandlerTest--testHandle--index-html-fr_FR.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@
234234
</a>
235235
</div>
236236
<div class="flex justify-center gap-x-1">
237-
<span>v4.0.5</span>
238-
<span class="hidden" data-latest-version data-current-version="v4.0.5">
237+
<span>v4.0.6</span>
238+
<span class="hidden" data-latest-version data-current-version="v4.0.6">
239239
(latest: <a class="underline" href="https://github.com/robiningelbrecht/statistics-for-strava/releases/tag/%5BLATEST_VERSION%5D">[LATEST_VERSION]</a>)
240240
</span>
241241
</div>

tests/BuildApp/ConfigureAppLocale/__snapshots__/ConfigureAppLocaleCommandHandlerTest--testHandle--index-html-it_IT.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@
234234
</a>
235235
</div>
236236
<div class="flex justify-center gap-x-1">
237-
<span>v4.0.5</span>
238-
<span class="hidden" data-latest-version data-current-version="v4.0.5">
237+
<span>v4.0.6</span>
238+
<span class="hidden" data-latest-version data-current-version="v4.0.6">
239239
(latest: <a class="underline" href="https://github.com/robiningelbrecht/statistics-for-strava/releases/tag/%5BLATEST_VERSION%5D">[LATEST_VERSION]</a>)
240240
</span>
241241
</div>

tests/BuildApp/ConfigureAppLocale/__snapshots__/ConfigureAppLocaleCommandHandlerTest--testHandle--index-html-nl_BE.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@
234234
</a>
235235
</div>
236236
<div class="flex justify-center gap-x-1">
237-
<span>v4.0.5</span>
238-
<span class="hidden" data-latest-version data-current-version="v4.0.5">
237+
<span>v4.0.6</span>
238+
<span class="hidden" data-latest-version data-current-version="v4.0.6">
239239
(latest: <a class="underline" href="https://github.com/robiningelbrecht/statistics-for-strava/releases/tag/%5BLATEST_VERSION%5D">[LATEST_VERSION]</a>)
240240
</span>
241241
</div>

tests/BuildApp/ConfigureAppLocale/__snapshots__/ConfigureAppLocaleCommandHandlerTest--testHandle--index-html-pt_BR.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@
234234
</a>
235235
</div>
236236
<div class="flex justify-center gap-x-1">
237-
<span>v4.0.5</span>
238-
<span class="hidden" data-latest-version data-current-version="v4.0.5">
237+
<span>v4.0.6</span>
238+
<span class="hidden" data-latest-version data-current-version="v4.0.6">
239239
(latest: <a class="underline" href="https://github.com/robiningelbrecht/statistics-for-strava/releases/tag/%5BLATEST_VERSION%5D">[LATEST_VERSION]</a>)
240240
</span>
241241
</div>

tests/BuildApp/ConfigureAppLocale/__snapshots__/ConfigureAppLocaleCommandHandlerTest--testHandle--index-html-pt_PT.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@
234234
</a>
235235
</div>
236236
<div class="flex justify-center gap-x-1">
237-
<span>v4.0.5</span>
238-
<span class="hidden" data-latest-version data-current-version="v4.0.5">
237+
<span>v4.0.6</span>
238+
<span class="hidden" data-latest-version data-current-version="v4.0.6">
239239
(latest: <a class="underline" href="https://github.com/robiningelbrecht/statistics-for-strava/releases/tag/%5BLATEST_VERSION%5D">[LATEST_VERSION]</a>)
240240
</span>
241241
</div>

0 commit comments

Comments
 (0)