Skip to content

Commit 4b6d01c

Browse files
Bumped APP version to v4.2.1
1 parent 1eae2c6 commit 4b6d01c

18 files changed

+45
-31
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [v4.2.1](https://github.com/robiningelbrecht/statistics-for-strava/releases/tag/v4.2.1) - 2025-12-06
2+
3+
## What's Changed
4+
* Update messages+intl-icu.de_DE.yaml by @effectpears in https://github.com/robiningelbrecht/statistics-for-strava/pull/1481
5+
* ISSUE #1482: Upgrade to Symfony 8 by @robiningelbrecht in https://github.com/robiningelbrecht/statistics-for-strava/pull/1483
6+
* ISSUE #1484: Show route info on heatmap by @robiningelbrecht in https://github.com/robiningelbrecht/statistics-for-strava/pull/1485
7+
* ISSUE #1473: Update to stable xdebug version by @robiningelbrecht in https://github.com/robiningelbrecht/statistics-for-strava/pull/1487
8+
* ISSUE #1486: Add 50k, 100k, and 100miles to running best efforts by @robiningelbrecht in https://github.com/robiningelbrecht/statistics-for-strava/pull/1489
9+
* ISSUE #1488: Add km/time/distance left to the training goals widget by @robiningelbrecht in https://github.com/robiningelbrecht/statistics-for-strava/pull/1490
10+
* ISSUE #1493: New Shoutrrr release available: v0.13.0 by @robiningelbrecht in https://github.com/robiningelbrecht/statistics-for-strava/pull/1494
11+
12+
**Full Changelog**: https://github.com/robiningelbrecht/statistics-for-strava/compare/v4.2.0...v4.2.1
13+
114
# [v4.2.0](https://github.com/robiningelbrecht/statistics-for-strava/releases/tag/v4.2.0) - 2025-12-01
215

316
> [!WARNING]

src/Application/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 = 2;
11-
private const int PATCH = 0;
11+
private const int PATCH = 1;
1212

1313
public static function getSemanticVersion(): string
1414
{

src/Infrastructure/Console/ProvideConsoleIntro.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
use App\Infrastructure\Time\Clock\Clock;
1010
use Symfony\Component\Console\Helper\Helper;
1111
use Symfony\Component\Console\Style\SymfonyStyle;
12+
use Symfony\Component\HttpKernel\Kernel;
1213

1314
trait ProvideConsoleIntro
1415
{
@@ -48,7 +49,7 @@ private function outputRuntimeAndConfig(SymfonyStyle $output): void
4849

4950
$output->writeln(str_repeat('-', $maxStringLength));
5051
$output->newLine();
51-
$output->text(sprintf('Runtime: PHP %s (%s) on %s', PHP_VERSION, PHP_SAPI, PHP_OS));
52+
$output->text(sprintf('Runtime: PHP %s (%s) - Symfony %s - %s', PHP_VERSION, PHP_SAPI, Kernel::VERSION, PHP_OS));
5253
$output->newLine();
5354
$output->text('Configuration files:');
5455
$output->writeln($configFilesToProcess);

tests/Application/Build/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.2.0</span>
238-
<span class="hidden" data-latest-version data-current-version="v4.2.0">
237+
<span>v4.2.1</span>
238+
<span class="hidden" data-latest-version data-current-version="v4.2.1">
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/Application/Build/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.2.0</span>
238-
<span class="hidden" data-latest-version data-current-version="v4.2.0">
237+
<span>v4.2.1</span>
238+
<span class="hidden" data-latest-version data-current-version="v4.2.1">
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/Application/Build/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.2.0</span>
238-
<span class="hidden" data-latest-version data-current-version="v4.2.0">
237+
<span>v4.2.1</span>
238+
<span class="hidden" data-latest-version data-current-version="v4.2.1">
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/Application/Build/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.2.0</span>
238-
<span class="hidden" data-latest-version data-current-version="v4.2.0">
237+
<span>v4.2.1</span>
238+
<span class="hidden" data-latest-version data-current-version="v4.2.1">
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/Application/Build/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.2.0</span>
238-
<span class="hidden" data-latest-version data-current-version="v4.2.0">
237+
<span>v4.2.1</span>
238+
<span class="hidden" data-latest-version data-current-version="v4.2.1">
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/Application/Build/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.2.0</span>
238-
<span class="hidden" data-latest-version data-current-version="v4.2.0">
237+
<span>v4.2.1</span>
238+
<span class="hidden" data-latest-version data-current-version="v4.2.1">
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/Application/Build/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.2.0</span>
238-
<span class="hidden" data-latest-version data-current-version="v4.2.0">
237+
<span>v4.2.1</span>
238+
<span class="hidden" data-latest-version data-current-version="v4.2.1">
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)